/*contents*/
/*------------------------------------------------------------------------------*/
#contents01:after,
#contents02:after,
#contents_in:after {
    content:" ";
    display:block;
    clear:both;
}
#contents01,
#contents02 {
	width: 100%;
	position: relative;
	margin-bottom: 110px;
}
#contents_in {
	width: 1080px;
	margin: 0 auto;
}
#contents_left {
	width: 736px;
	float: left;
}
#contents_right {
	width: 276px;
	float: right;
}


.new_comp01 .inner dl {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 25px;
}

.new_comp01 .inner dl:nth-of-type(3n){
	margin-right: 0;
}


/*pagetitle_area*/
/*--------------------------------------------------------------------------------*/
#pagetitle_area {
	padding: calc(1.5em + .2vh) 2vw;
	background: #F2F5F7;
	/*background: url("../image/pagetitle_bg_product.jpg") no-repeat center;
	background-size: cover;*/
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
#contents01 #pagetitle_area,
#contents02 #pagetitle_area {
	/*height: 100px;*/
}
.product #pagetitle_area {
/*	background: url("../image/pagetitle_bg_product.jpg") no-repeat center;
	background-size: cover;*/
}
.housing #pagetitle_area {
/*	background: url("../image/pagetitle_bg_housing.jpg") no-repeat center;
	background-size: cover;*/
}

/*locator*/
/*--------------------------------------------------------------------------------*/
#locator:after {
    content:" ";
    display:block;
    clear:both;
}
#locator{
	width: 94%;
	max-width: 1080px;
	margin: 0 auto 25px;
	line-height: 1.2;
	text-align: left;
	font-size: 14px;
}
#locator a:hover{
	text-decoration: underline;
}

/*pagetitle*/
/*------------------------------------------------------------------------------*/
#pagetitle{
	width: 100%;
	margin: 0 auto;
	display: table;
	text-align: left;
}
#contents01 #pagetitle {
/*	height: 100px;*/
}
#contents02 #pagetitle {
	/*height: 100px;*/
}
.subtitle02 {
    font-size: 34px;
    line-height: 1.2;
    width: 1080px;
    margin: 0 auto;
    color: #333;
}
#pagetitle p {
	padding-top: 32px;
	width: 1080px;
	margin: 0 auto;
}

/*subtitle*/
/*------------------------------------------------------------------------------*/
.subtitle03_01 {
	text-align: left;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 40px;
/*	padding-bottom: 28px;
	background: url(../image/common/point02.png) no-repeat center bottom;*/
}
.subtitle03_01::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 26px;
    background: url(../image/icon_drop.png)no-repeat;
    background-size: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

/*
.subtitle03_02 {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 40px;
	padding-bottom: 28px;
	background: url(../image/common/point02.png) no-repeat left bottom;
}
*/
.subtitle03_02 {
	text-align: left;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 40px;
/*	padding-bottom: 30px;
	background: url(../image/common/point02.png) no-repeat center bottom;*/
}
.subtitle03_02::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 26px;
    background: url(../image/icon_drop.png)no-repeat;
    background-size: 40px;
    vertical-align: middle;
    margin-right: 20px;
}

.subtitle03_03 {
	font-size: 22px;
	margin-bottom: 24px;
	line-height: 1.2;
	padding-bottom: 14px;
	border-bottom: 1px solid #0092D8;
}
.subtitle04_01 {
	font-size: 22px;
	margin-bottom: 24px;
	line-height: 1.2;
	padding-bottom: 14px;
	border-bottom: 1px solid #84D7FF;
}
.subtitle04_02 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.2;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.subtitle04_03 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.2;
}
.subtitle_bl {
    font-size: 28px;
    line-height: 1.2;
    color: #0092D8;
}
.subtitle_bl.sml {
    font-size: 20px;
    text-align: center;
}


/*subnav*/
/*--------------------------------------------------------------------------------*/
#contents_right #subnav {
	margin-bottom: 40px;
	border: 1px solid #0092D8;
	/*padding-bottom: 30px;*/
}
#contents_right #subnav_title {
	display: table;
	width: 100%;
	height: 66px;
	background: #EEE;
}
#contents_right #subnav_title a {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.3;
	padding: 0 5px;
	text-align: center;
}
#contents_right #subnav li {
	border-bottom: 1px dotted #0092D8;
}
#contents_right #subnav li:last-child {
	border-bottom: 0;
}
#contents_right #subnav li a {
	display: block;
	line-height: 50px;
	padding-left: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
#contents_right #subnav li a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #0092D8;
    border-right: 1px solid #0092D8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: 21px;
}
#contents_right #subnav li.current a,
#contents_right #subnav li a:hover {
	color: #0092D8;
}
#contents_right #subnav li.current a:before,
#contents_right #subnav li a:hover:before {
	border-top: 1px solid #0092D8;
	border-right: 1px solid #0092D8;
}
#contents_right #subnav li ul {
	padding-bottom: 10px;
}
#contents_right #subnav li.current ul li,
#contents_right #subnav li ul li {
	border-bottom: none;
}
#contents_right #subnav li.current ul li a,
#contents_right #subnav li ul li a {
	padding-left: 36px;
	line-height: 1.7;
	color: #333;
}
#contents_right #subnav li.current ul li a:before,
#contents_right #subnav li ul li a:before {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	left: 22px;
	top: 9px;
}
#contents_right #subnav li.current ul li a:hover,
#contents_right #subnav li ul li a:hover {
	color: #0092D8;
}
#contents_right #subnav li ul li.current a:before,
#contents_right #subnav li ul li a:hover:before {
	border-top: 1px solid #0092D8;
	border-right: 1px solid #0092D8;
}

#contents_right #subnav li ul li.current a,
#contents_right #subnav li ul li a:hover {
	color:#0092D8;
}

#contents_right #subnav li ul li ul {
	padding: 5px 0;
}
#contents_right #subnav li.current ul li ul li a,
#contents_right #subnav li ul li.current ul li a,
#contents_right #subnav li ul li ul li a {
	padding-left: 48px;
	line-height: 1.5;
	color: #333;
}
#contents_right #subnav li.current ul li ul li a:before,
#contents_right #subnav li ul li.current ul li a:before,
#contents_right #subnav li ul li ul li a:before {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	left: 34px;
	top: 8px;
}
#contents_right #subnav li ul li.current ul li a:hover,
#contents_right #subnav li ul li ul li a:hover {
	color: #E50012;
}
#contents_right #subnav li ul li ul li.current a:before,
#contents_right #subnav li ul li ul li a:hover:before {
	border-top: 1px solid #E50012;
	border-right: 1px solid #E50012;
}

/*subnav02*/
/*--------------------------------------------------------------------------------*/
#subnav02 {
	margin-bottom: 20px;
}
#subnav02_title {
	display: table;
	width: 100%;
	height: 56px;
	background: #F2F5F7;
	border-bottom: 2px solid #E10415;
	margin-bottom: 20px;
}
#subnav02_title a {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3;
	padding: 0 5px;
	text-align: center;
}
#subnav02 li a {
	display: block;
	line-height: 40px;
	padding-left: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
#subnav02 li a:before {
	content: '';
	width: 4px;
	height: 4px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 16px;
}
#subnav02 li a:hover {
	color: #E50012;
}
#subnav02 li a:hover:before {
	border-top: 1px solid #E50012;
	border-right: 1px solid #E50012;
}

/*banner*/
/*--------------------------------------------------------------------------------*/
#banner li {
	margin-bottom: 10px;
}
#banner li a {
	width: 276px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #CCC;
	background: #EEE;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#banner li a:hover {
	border: 1px solid #333;
	background: #FFF;
	color: #333;
}

/*gmap/movie*/
/*------------------------------------------------------------------------------*/
.gmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*box*/
/*--------------------------------------------------------------------------------*/
.box2_01:after,
.box2_02:after,
.box2_03:after,
.box2_04:after,
.box2_05:after,
.box2_06:after,
.box2_07:after,
.box2_08:after {
	content: '';
	display: block;
	clear: both;
}
.box2_01 dl {
	-webkit-box-shadow : 0 10px 10px rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	background-color: #fff;
	max-width: 528px;
	width: 48.88%;
}
.box2_01 dd {
	padding: 30px 20px;
}
.box2_01 h3,
.box2_01 h4 {
	font-size: 22px;
	margin-bottom: 18px;
	line-height: 1.3;
}
.box2_02 .flt_pc,
.box2_04 .flr_pc {
	width: 63%;
}
.box2_02 .flr_pc,
.box2_04 .flt_pc {
	width: 33.333%;
	text-align: center;
}

.box2_02.img_s .flt_pc{
	width:calc(97% - 140px);
}
.box2_02.img_s .flr_pc{
	width:140px;
}

.box2_02 .flr_pc img,
.box2_04 .flt_pc img {
	max-width: 360px;
}
.box2_03 .flt_pc {
	width: 62.5%;
}
.box2_03 .flt_pc p {
	line-height: 1.5;
}
.box2_03 .flr_pc {
	width: 32.6%;
	text-align: center;
}
.box2_03 .flr_pc img {
	max-width: 240px;
}
.box2_05 li {
	width: 48.14%;
	margin: 0 3.72% 20px 0;
	text-align: center;
	float: left;
}
.box2_05 li:nth-child(2n) {
	margin-right: 0;
}
.box2_05 li img {
	max-width: 520px;
}
.box2_06 dl {
	width: 48.14%;
	margin: 0 3.72% 20px 0;
	float: left;
}
.box2_06 dl:nth-child(2n) {
	margin-right: 0;
}
.box2_06 dt {
	text-align: center;
	margin-bottom: 15px;
}
.box2_06 dl img {
	max-width: 520px;
}
.box2_06 h4 {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}
.box2_07 .flt_pc {
	width: 32.6%;
	text-align: center;
}
.box2_07 .flt_pc img {
    max-width: 300px;
    width: 100%;
}
.box2_07 .flr_pc {
	width: 62.5%;
}
.box2_07 .flr_pc dl {
	margin-bottom: 20px;
}
.box2_07 .flr_pc dt {
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: bold;
}
.box2_07 .flr_pc dd {
	line-height: 1.5;
	font-size: 14px;
}

.box3_01_in:after,
.box3_02_in:after,
.box3_03:after,
.box3_04:after {
	content: '';
	display: block;
	clear: both;
}
.box3_01_in {
	margin-bottom: 30px;
}
.box3_01 dl {
	float: left;
	width:23.5%;
	margin-right:2%;
	line-height: 1.3;
}
.box3_01 dl:last-child {
	margin-right: 0;
}
.box3_02 dl {
	float: left;
	width:23.5%;
	margin-right:2%;
	line-height: 1.3;
}
.box3_02 dl:nth-child(4n) {
	margin: 0 0 20px 0;
}
.box3_02 dl:nth-child(4n+1) {
	clear:both;
}
.box3_01 dt,
.box3_02 dt {
	margin-bottom: 10px;
	text-align: center;
}
.box3_01 dt img,
.box3_02 dt img {
	max-width: 210px;
}

.box3_01 .product3 img {
	max-width:100%;
	height:auto;
}

.box3_01 dd a,
.box3_02 dd a {
	margin-bottom: 10px;
	display: block;
	padding-left: 14px;
	position: relative;
	font-size: 14px;
	text-decoration: underline;
	color: #333;
}
.box3_01 dd a:before,
.box3_02 dd a:before {
	content: '';
	width: 4px;
	height: 4px;
	border-top: 1px solid #E50012;
	border-right: 1px solid #E50012;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 7px;
}
.box3_01 dd a:hover,
.box3_02 dd a:hover {
	text-decoration: none;
}
.box3_01 dd p,
.box3_02 dd p {
	padding-left: 14px;
	font-size: 14px;
}
.box3_01 li {
	float: left;
	width: 344px;
	margin-right: 26px;
}
.box3_01 li:nth-child(3n) {
	margin-right: 0;
}
.box3_03 li {
	float: left;
	width: 31.85%;
	margin: 0 2.225% 20px 0;
	line-height: 1.3;
	text-align: center;
}
.box3_03 li:nth-child(3n) {
	margin: 0 0 20px 0;
}
.box3_03 img {
	max-width: 344px;
}
.box3_04 dl {
	width: 31.85%;
	margin-right: 2.225%;
	float: left;
}
.box3_04 dl:nth-child(3n) {
	margin-right: 0;
}
.box3_04 dt {
	text-align: center;
	margin-bottom: 15px;
}
.box3_04 dl img {
	max-width: 344px;
}
.box3_04 h4 {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}

.box4_01:after {
	content: '';
	display: block;
	clear: both;
}
.box4_01 li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	text-align: center;
}
.box4_01 li:nth-child(4) {
	margin-right: 0;
}
.box4_01 li img {
	max-width: 254px;
}

.box2_left{
	float:left;
	width:48.5%;
}
.box2_right{
	float:right;
	width:48.5%;
}

/****************************************************************/
/* column */
/****************************************************************/
/* column 2  ************/
.col2:after, .col2_m:after, .col2_ti:after, .col2_it:after {
  content: "";
  display: table;
  clear: both; }

.col2 .flt, .col2 .flr {
  width: 50%; }

.col2_m .flt, .col2_m .flr {
  width: 49%; }

.col2_ti .flt {
  width: calc(18.5% * 3 + 1.875% * 2); }

.col2_ti .flr {
  width: calc(18.5% * 2 + 1.875%); }

.col2_it .flt {
  width: calc(18.5% * 2 + 1.875%); }

.col2_it .flr {
  width: calc(18.5% * 3 + 1.875% * 2); }

/* column 3 ************/
.col3:after, .col3_m:after {
  content: "";
  display: table;
  clear: both; }

.col3 .flt, .col3 .flr {
  width: 33.33333%; }

.col3_m .flt, .col3_m .flr {
  width: 32%; }

.col3_m .flt {
  margin-right: 2%; }

.col3_m_c .innbox{
	width: 33.3333%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}



/* column 4 ************/
.col4:after, .col4_m:after {
  content: "";
  display: table;
  clear: both; }

.col4 .flt, .col4 .flr {
  width: 25%; }

.col4_m .flt, .col4_m .flr {
  width: 23.5%; }

.col4_m .flt {
  margin-right: 2%; }

/* column 5 ************/
.col5:after, .col5_m:after {
  content: "";
  display: table;
  clear: both; }

.col5 .flt, .col5 .flr {
  width: 20%; }

.col5_m .flt, .col5_m .flr {
  width: 18.5%; }

.col5_m .flt {
  margin-right: 1.875%; }

@media only screen and (max-width: 979px) {
  /* column 4 ************/
  .col4 .flt, .col4 .flr {
    width: 50%; }
  .col4_m .flt, .col4_m .flr {
    width: 48%; }
  .col4_m .flt:not(:nth-child(2)) {
    margin-right: 4%; }
  .col4_m .flt:nth-child(2) {
    margin-right: 0; }
  .col4_m .flt {
    margin-bottom: 20px; } }

@media only screen and (max-width: 690px) {
  .col2 .flt, .col2 .flr {
    width: 100%; }
  .col2 .flt {
    margin-bottom: 15px; }
  .col2_m .flt, .col2_m .flr {
    width: 100%; }
  .col2_m .flt {
    margin-bottom: 15px; }
  .col2_ti .flt {
    width: 100%; }
  .col2_ti .flr {
    width: 100%; }
  .col2_ti .flt {
    margin-bottom: 15px; }
  .col2_it .flt {
    width: 100%; }
  .col2_it .flr {
    width: 100%; }
  .col2_it .flt {
    margin-bottom: 15px; }
  .col3 .flt, .col3 .flr {
    width: 100%; }
  .col3_m .flt, .col3_m .flr,
  .col3_m_c .innbox {
    width: 100%; }
  .col3_m .flt {
    margin-right: 0;
    margin-bottom: 15px; }

  .col4 .flt, .col4 .flr {
    width: 100%; }
  .col4_m .flt, .col4_m .flr {
    width: 100%; }
  .col4_m .flt {
    margin-right: 0; }
  .col5 .flt, .col5 .flr {
    width: 100%; }
  .col5_m .flt, .col5_m .flr {
    width: 100%; }
  .col5_m .flt {
    margin-right: 0;
    margin-bottom: 15px; } }


/*layout*/
/*------------------------------------------------------------------------------*/
.max_w01 {
	max-width: 760px;
}

/*bg_box*/
/*------------------------------------------------------------------------------*/
.bg_box01 {
	background-color: #F2F5F7;
	padding: 20px;
}

/*list*/
/*--------------------------------------------------------------------------------*/
.list01 li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1.3em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.list02 li {
	list-style-position: outside;
	line-height: 1.4;
	margin-bottom: 5px;
	background: url("../image/common/arr02.png") no-repeat 3px 5px;
	padding-left: 18px;
}
.decimal li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.decimal li .bold {
	display: block;
}
.roman li {
	list-style-type: upper-roman;
	list-style-position: outside;
	margin-left: 2em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.roman li .bold {
	display: block;
}
.list_bl li {
    list-style-type: none;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    margin-left: 15px;
}
.list_bl li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0092D8;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 7px;
    left: -15px;
}

/*p/span/a*/
/*--------------------------------------------------------------------------------*/
.lead01 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.pdf a {
	padding-left: 40px;
	background: url(/dcms_media/image/PDF_icon_new.jpg) no-repeat left top;
	display: block;
	min-height: 32px;
}
.pdf a:hover {
	text-decoration: underline;
}

.excel a {
	padding-left: 40px;
	background: url(/dcms_media/image/Excel_icon_new.jpg) no-repeat left top;
	display: block;
	min-height: 32px;
}
.excel a:hover {
	text-decoration: underline;
}

.word a {
	padding-left: 40px;
	background: url(/dcms_media/image/Word_icon_new.jpg) no-repeat left top;
	display: block;
	min-height: 32px;
}
.word a:hover {
	text-decoration: underline;
}

/*select-box*/
/*------------------------------------------------------------------------------*/
.select-box {
	background: #EEE;
	padding: 30px;
	line-height: 1.3;
}
.select-box ul:after {
	content: '';
	display: block;
	clear: both;
}
.select-box dt {
	font-size: 22px;
	padding-left: 37px;
	background: url(../image/common/icon12.png) no-repeat left center;
	margin-bottom: 20px;
	margin-top:9px;
}
.select-box ul:after {
	content: '';
	display: block;
	clear: both;
}
.select-box li {
	float: left;
	width: 50%;
}
.select-box li:first-child {
	background: url(../image/common/line02.png) no-repeat right center;
	padding: 0 24px 0 0;
}
.select-box li:last-child {
	padding: 0 0 0 12px;
}
.select-box li .sub {
	width: 3em;
	text-align: center;
	display: block;
	float: left;
	padding: 11px 0;
	font-size: 16px;
}
.select-box ::-ms-expand {
	display: none;
}
.select-box .select-group {
	width: -webkit-calc(100% - 4em);
	width: calc(100% - 4em);
	float: right;
	position: relative;
	background: #FFF;
	overflow: hidden;
}
.select-box .select {
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #D0D0D0;
	cursor: pointer;
	padding: 10px 40px 10px 20px;
	position: relative;
	z-index: 1;
	font-size: 15px;
}
.select-box .select-group:before {
	content: '';
	width: 2px;
	height: 26px;
	background: url(../image/common/line02.png) no-repeat;
	position: absolute;
	right: 40px;
	top: 10px;
	z-index: 2;
}
.select-box .select-group:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #E50012;
	border-right: 1px solid #E50012;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 2;
}

/*industry_box*/
/*--------------------------------------------------------------------------------*/
.industry_box:after {
	content: '';
	display: block;
	clear: both;
}
.industry_box .flt_pc {
	width: 32.6%;
	text-align: center;
}
.industry_box .flt_pc img {
	max-width: 240px;
}
.industry_box .flr_pc {
	width: 62.5%;
}
.industry_box .flr_pc dl {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #E2E7ED;
	height: 70px;
}
.industry_box .flr_pc dt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 6em;
	line-height: 1.3;
	background: #EBF0F3;
}
.industry_box .flr_pc dd {
	display: table-cell;
	vertical-align: middle;
	width: -webkit-calc(100% - 6em);
	width: calc(100% - 6em);
	line-height: 1.5;
	font-size: 14px;
	padding: 8px 20px;
}
.industry_box .flr_pc p {
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 14px;
}

/*btn/more/arr/link*/
/*------------------------------------------------------------------------------*/
.btn01 a {
    text-align: center;
    border: 1px solid #333;
    border-radius: 20px;
    display: table;
    height: 40px;
    max-width: 260px;
    width: 100%;
    background: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 5px;
    padding-top: 8px;
}
.btn02 a {
	text-align: center;
	border: 1px solid #333;
	border-radius: 25px;
	display: table;
	height: 50px;
	line-height: 1.3;
	max-width: 500px;
	width: 100%;
	padding: 7px 10px;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.rd_padding a {
    padding: 14px 10px;
}

.btn01 a:hover,
.btn02 a:hover {
	color: #FFF;
	background: #333;
}
.btn01.m-auto a,
.btn02.m-auto a {
	margin: 0 auto;
}
.btn01.gray a,
.btn02.gray a {
	border: 1px solid #CCC;
	background: #EEE;
}
.btn01.gray a:hover,
.btn02.gray a:hover {
	background: #333;
}
.arr01 a,
.arr01 p,
.arr02 a {
	padding-left: 14px;
	background: url(../image/common/arr02.png) no-repeat left 6px;
	line-height: 1.3;
}
.arr02 a:hover {
	text-decoration: underline;
}
.text_link a {
	color: #E50214;
	text-decoration: underline;
}
.text_link a:hover {
	text-decoration: none;
}

.contact_btn:after {
	content: '';
	display: block;
	clear: both;
}
.contact_btn li {
	float: left;
	width: 50%;
}
.contact_btn li a,
.contact_btn li .tel {
	text-align: center;
	border: 1px solid #333;
	border-radius: 50px;
	display: table;
	height: 50px;
	line-height: 1.3;
	max-width: 260px;
	width: 100%;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0 auto;
}
.contact_btn li .tel {
	font-size: 18px;
}
.contact_btn li a .tel {
	border: none;
}
.contact_btn li a:hover,
.contact_btn li a:hover .tel {
	color: #FFF;
	background: #333;
}
.contact_btn li .sub {
	display: block;
	font-size: 12px;
}

/*table*/
/*------------------------------------------------------------------------------*/
.table_wrap p {
	display: none;
}
table.table01,
table.table02,
table.table04 {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	line-height: 1.4;
}
table.table01 th,
table.table02 th {
	background-color: #f2f2f2;
	padding: 14px 5px 14px 3%;
	border: 1px solid #CCC;
	font-weight: normal;
	vertical-align: middle;
	width: 23%;
}
table.table04 th {
	background-color: #e50012;
	color:#fff;
	padding: 14px 5px 14px 3%;
	border: 1px solid #CCC;
	font-weight: normal;
	vertical-align: middle;
	width: auto;
}

table.table01 td,
table.table02 td {
	padding: 14px 15px 14px 3%;
	border: 1px solid #CCC;
	vertical-align: middle;
	width: 77%;
}

table.table04 td {
	padding: 14px 15px 14px 3%;
	border: 1px solid #CCC;
	vertical-align: middle;
	width: auto;
}

table.table03 {
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
table.table03 th {
	background-color: #f2f2f2;
	padding: 14px 18px;
	border: 1px solid #CCC;
	width: 240px;
	font-weight: normal;
	font-size: 16px;
}
table.table03 th .month {
	float: right;
	text-align: right;
	font-size: 14px;
}
table.table03 td {
	padding: 14px 15px 14px 20px;
	border: 1px solid #CCC;
}

#en table.table03 th {
	width: 190px;
}

/*faq_list*/
/*------------------------------------------------------------------------------*/
.faq_list dl {
	margin-bottom: 10px;
}
.faq_list dt {
	background: #F2F5F7;
	position: relative;
	padding: 14px 50px 14px 40px;
	line-height: 1.4;
}
.faq_list dt:before {
	content: 'Q';
	font-size: 18px;
	font-weight: bold;
	color: #E50214;
	position: absolute;
	left: 11px;
	top: 10px;
}
.faq_list dt:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../image/common/arr06.png) no-repeat;
	position: absolute;
	right: 16px;
	top: 13px;
	transition:0.5s;
}
.faq_list dt.active:after {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq_list dt:hover {
	cursor: pointer;
}
.faq_list dd {
	padding: 20px 30px 10px;
	line-height: 1.6;
	display: none;
}

/*bottom_nav*/
/*------------------------------------------------------------------------------*/
.bottom_nav01 .inner:after,
.bottom_nav01 .unit01:after,
.bottom_nav01 .unit02:after,
.bottom_nav02 .inner:after {
	content: '';
	display: block;
	clear: both;
}
.bottom_nav01 .inner {
	border: 1px solid #EBF0F3;
	line-height: 1.4;
}
.bottom_nav01 h3 {
	font-size: 22px;
	background-color: #EBF0F3;
	border-bottom: 2px solid #E10415;
	text-align: center;
	padding: 20px 5px;
}
.bottom_nav01 .unit01 {
	padding: 40px 20px 30px 20px;
}
.bottom_nav01 .unit01 li {
	float: left;
	width: 25%;
	padding: 0 10px 0 19px;
	background: url("../image/common/arr02.png") no-repeat 5px 7px;
	margin-bottom: 5px;
}
.bottom_nav01 li a {
	text-decoration: underline;
}
.bottom_nav01 li a:hover {
	text-decoration: none;
}
.bottom_nav01 .unit02 {
	margin: 0 20px 20px;
	background-color: #F2F5F7;
	padding: 20px;
}
.bottom_nav01 .unit02 h4 {
	background: url("../image/common/icon11.png") no-repeat left center;
	font-size: 22px;
	margin-bottom: 20px;
	padding: 5px 0 5px 40px;
}
.bottom_nav01 .unit02 .flt_pc {
	width: 55%;
}
.bottom_nav01 .unit02 .flr_pc {
	width: 43%;
	max-width: ;
}
.bottom_nav01 .unit02 .flr_pc li {
	float: left;
	width: 32%;
	margin-right: 2%;
	-webkit-box-shadow : 0 3px 7px rgba(0,0,0,0.1);
	box-shadow: 0 3px 7px rgba(0,0,0,0.1);
	max-width: 143px;
}
.bottom_nav01 .unit02 .flr_pc li:nth-child(3) {
	margin-right: 0;
}
.bottom_nav02 li {
	float: left;
	width: 23.5%;
	margin: 10px 2% 0 0;
	line-height: 1.2;
}
.bottom_nav02 li:nth-child(4n) {
	margin-right: 0;
}
.bottom_nav02 a {
	display: table;
	width: 100%;
	height: 60px;
	border: 1px solid #ccc;

	padding: 5px 5px 5px 20px;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.bottom_nav02 a .v_m {
	background: url("../image/common/arr02.png") no-repeat left center;
	padding-left: 20px;
}
.bottom_nav02 a:hover,
.bottom_nav02 .current a {
	background-color: #eee;
}

/*bottom_contact*/
/*------------------------------------------------------------------------------*/
.bottom_contact01:after {
	content: '';
	display: block;
	clear: both;
}
.bottom_contact01 dl {
	float: left;
	width: 33.3%;
	padding: 0 10px 0 20px;
	border-right: 1px solid #ccc;
	line-height: 1.4;
}
.bottom_contact01 dl:nth-child(3) {
	border-right: none;
}
.bottom_contact01 dl:nth-child(1) {
	padding-left: 0;
}
.bottom_contact01 dt {
	font-size: 20px;
	margin-bottom: 20px;
}
.bottom_contact01 li {
	background: url("../image/common/arr02.png") no-repeat left 7px;
	margin-bottom: 5px;
	padding-left: 14px;
}
.bottom_contact01 li a {
	text-decoration: underline;
}
.bottom_contact01 li a:hover {
	text-decoration: none;
}

/*next_nav*/
/*------------------------------------------------------------------------------*/
.next_nav01 .inner:after {
	content: '';
	display: block;
	clear: both;
}
.next_nav01 .inner div {
	text-align: center;
	border: 1px solid #ccc;
	line-height: 1.3;
	padding: 5px 10px;
	width: 200px;
}
.next_nav01 a {
	display: table;
	width: 100%;
	height: 50px;
	font-size: 13px;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.next_nav01 .sub {
	display: block;
	font-size: 18px;
	color: #999;
}
.next_nav01 .flt a {
	background: url("../image/common/arr09.png") no-repeat left center;
	padding-left: 40px;
}
.next_nav01 .flr a {
	background: url("../image/common/arr03.png") no-repeat right center;
	padding-right: 40px;
}
.next_nav01 .flt a:hover {
	background: url("../image/common/arr10.png") no-repeat left center;
}
.next_nav01 .flr a:hover {
	background: url("../image/common/arr04.png") no-repeat right center;
}

/*line*/
/*------------------------------------------------------------------------------*/
.line01 {
	border-top: 1px solid #E8EAEC;
	padding-top: 70px;
}
.line02 {
	border-top: 1px solid #E8EAEC;
	padding-top: 50px;
}

/*product*/
/*------------------------------------------------------------------------------*/
#product_box01 .inner:after,
#product_box01 .unit02:after,
#product_box03 .inner:after {
	content: '';
	display: block;
	clear: both;
}
#product_box01 .inner {
	position: relative;
}
#product_box01 .product_box01_in {
	max-width: 344px;
	margin: 0 auto;
}
#product_box01 .unit01 {
	position: relative;
	margin-bottom: 20px;
}
#product_box01 .img100 {
	border: 1px solid #a5a5a5;
	text-align: center;
}
#product_box01 .img100 img {
	max-width: 344px;
}
.product_box01_in dt {
	display: table;
	width: 100%;
	height: 66px;
	border-bottom: 1px solid #CCC;
	position: relative;
	line-height: 1.3;
	font-size: 16px;
}
.product_box01_in dt:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #E10415;
	bottom: 0;
	left: 0;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.product_box01_in:hover dt:before {
	left: -webkit-calc(100% - 30px);
	left: calc(100% - 30px);
}
#product_box01 dd {
	padding: 20px 36px 0 0;
	font-size: 14px;
	line-height: 1.3;
}
#product_box01 .unit02 {
	position: relative;
}
.product_box01_in .unit02 .btn {
	position: absolute;
	bottom: 0;
	right: 6px;
	background: url(../image/common/arr03.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}
.product_box01_in:hover .unit02 .btn {
	background: url(../image/common/arr04.png) no-repeat;
}
#product_box01 .slick-prev,
#product_box01 .slick-next {
    width: 33px;
    height: 63px;
}
#product_box01 .slick-prev:before,
#product_box01 .slick-next:before {
    content: "";
}
#product_box01 button.slick-prev,
#product_box01 button.slick-next {
    z-index: 2;
}
#product_box01 .slick-prev{
	left: -66px;
	background: url("../image/common/arr13.png") no-repeat;
}
#product_box01 .slick-prev:hover{
	background: url("../image/common/arr08.png") no-repeat;
}
#product_box01 .slick-next{
	right: -66px;
	background: url("../image/common/arr07.png") no-repeat;
}
#product_box01 .slick-next:hover{
	background: url("../image/common/arr14.png") no-repeat;
}
#product_box01 .slick-arrow{z-index: 10;}

.product_box02 dd {
	padding-top: 20px;
}
.product_box02 h4 {
	padding: 10px 0 10px 40px;
	margin-bottom: 8px;
}
.product_box02 h4#icon01 {
	background: url("../image/common/icon01.png") no-repeat left center;
}
.product_box02 h4#icon02 {
	background: url("../image/common/icon02.png") no-repeat left center;
}
.product_box02 h4#icon03 {
	background: url("../image/common/icon13.png") no-repeat left center;
}
.product_box02 h4#icon04 {
	background: url("../image/common/icon14.png") no-repeat left center;
}
#product_box03 {
	padding: 70px 0 50px;
	background: url("../image/product_img03.jpg") no-repeat center;
	background-size: cover;
}
#product_box03 .unit {
	padding-right: 54%;
}

/*pro_mold*/
/*------------------------------------------------------------------------------*/
#pro_mold_box03 ul:after {
	content: '';
	display: block;
	clear: both;
}
#pro_mold_box03 li {
	float: left;
	width: 32%;
	margin: 0 2% 10px 0;
}
#pro_mold_box03 li:nth-child(3n) {
	margin: 0 0 10px 0;
}

/*a_faq*/
/*------------------------------------------------------------------------------*/
#a_faq_box01 .inner:after,
.a_faq_box02 .inner:after {
	content: '';
	display: block;
	clear: both;
}
#a_faq_box01 li,
.a_faq_box02 h3 {
	position: relative;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}
#a_faq_box01 li:before,
.a_faq_box02 h3:before {
	content: 'Q';
	font-weight: bold;
	color: #E50214;
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 18px;
}
#a_faq_box01 a {
	padding: 14px 0 14px 30px;
	display: block;
}
.a_faq_box02 h3 {
	padding: 12px 0 12px 30px;
}
#a_faq_box01 a:hover {
	color: #E50214;
}
.a_faq_box02 .unit {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
}
.a_faq_box02 .unit p {
	margin-top: 14px;
}
.a_faq_box02 .unit a {
	color: #E50214;
	text-decoration: underline;
}
.a_faq_box02 .unit a:hover {
	text-decoration: none;
}

/*safety*/
/*------------------------------------------------------------------------------*/
.safety_box01 .inner:after {
	content: '';
	display: block;
	clear: both;
}
.safety_box01 .inner {
	border: 1px solid #DDE0E3;
	display: table;
}
.safety_box01 .unit01 {
	padding: 40px 40px 10px 40px;
	width: 820px;
	display: table-cell;
}
.safety_box01 .unit01 p {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 14px;
}
.safety_box01 .img100 {
	width: 260px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.safety_box01 .img100 img {
	max-width: 260px;
}

/*used*/
/*------------------------------------------------------------------------------*/
#used_box01 .inner:after,
#used_box10 .inner:after,
#used_box12 .inner:after {
	content: '';
	display: block;
	clear: both;
}
#used_box01 li {
	float: left;
	width: 14.8%;
	margin-right: 2.24%;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow : 0 3px 7px rgba(0,0,0,0.1);
	box-shadow: 0 3px 7px rgba(0,0,0,0.1);
	line-height: 1.2;
}
#used_box01 li:last-child {
	margin-right: 0;
}
#used_box01 li .img {
	display: block;
	margin-bottom: 20px;
	height: 42px;
}
#used_box01 a {
	background: url("../image/common/arr11.png") no-repeat center 150px;
	display: block;
	padding: 45px 5px 20px;
	height: 170px;
}
#used_box02 li .img100,
#used_box04 li .img100,
#used_box09 li .img100 {
	border: 1px solid #ccc;
	margin: 0 auto 20px;
}
#used_box02 li .img100 {
	max-width: 344px;
}
#used_box04 li .img100,
#used_box09 li .img100 {
	max-width: 254px;
}
#used_box10 ul {
	max-width: 650px;
	margin: 0 auto;
}
#used_box10 li {
	float: left;
	width: 46%;
	text-align: center;
}
#used_box10 li:first-child {
	margin-right: 8%;
}
#used_box10 li img {
	max-width: 300px;
	margin-bottom: 20px;
}
#used_box12 dl {
	float: left;
	width: 15%;
	margin-right: 2%;
	text-align: center;
}
#used_box12 dl:last-child {
	margin-right: 0;
}
#used_box12 dt {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#used_box12 dt img {
	width: 162px;
	height: 162px;
	border-radius: 50%;
}
#used_box12 dd {
	font-size: 14px;
	line-height: 1.3;
}

/*antisocial*/
/*------------------------------------------------------------------------------*/
#antisocial_box01  {
	margin-bottom: 100px;
}
#antisocial_box01 li  {
	margin-bottom: 10px;
}

/*compliance*/
/*------------------------------------------------------------------------------*/
#compliance_box01 {
	margin-bottom: 60px;
}

/*cs*/
/*------------------------------------------------------------------------------*/
#cs_box01 .inner:after,
#cs_box02 .inner:after,
#cs_box03 .inner:after {
	content: '';
	display: block;
	clear: both;
}
#cs_box01 .inner {
    -webkit-box-shadow: 0 3px 7px rgba(146, 198, 236, 0.37);
    box-shadow: 0 3px 17px rgba(146, 198, 236, 0.37);
}
#cs_box01 dl {
	width: 50%;
	padding: 30px 30px 25px;
	border: #eee;
}
#cs_box01 dt {
	display: table;
	height: 62px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 1.4;
}
#cs_box01 dt.en {
	height: 86px;
}
#cs_box01 .flt_pc {
    background-color: #ffffff;
}
#cs_box01 .flr_pc {
	background-color: #fff;
}
#cs_box01 li,
#cs_box03 li {
	margin-bottom: 26px;
	font-size: 14px;
	background: url("../image/common/arr02.png") no-repeat 3px 6px;
	padding-left: 18px;
	line-height: 1.6;
}
#cs_box01 .inner {
    width: 100%;
    max-width: 1080px !important;
}

#cs_box02 .inner {
  text-align: center;
  width:100%;
}
#cs_box02 .inner p {
	position:relative;
	z-index: 2;
	font-size: 22px;
	padding-top: 28px;
	background: url("../image/cs_box02_bg.png") no-repeat center;
	height: 159px;
}
#cs_box03 {
	margin-top: -40px;
}
#cs_box03 .inner {
    border: 1px solid #f5f5f5;
    padding: 30px 30px 25px;
    box-shadow: 0 3px 17px rgba(146, 198, 236, 0.37);
    -webkit-box-shadow: 0 3px 7px rgba(146, 198, 236, 0.37);
}
#cs_box03 h4 {
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 1.4;
	color: #E10415;
	padding-top: 35px;
}
#cs_box03 li {
	margin-bottom: 28px;
}

/*eco*/
/*------------------------------------------------------------------------------*/
#eco_box02 .inner:after,
#csr_sub_box01 .unit:after {
	content: '';
	display: block;
	clear: both;
}
#eco_box02 .flr {
	text-align: center;
	margin: 0 0 20px 20px;
	width: 33.333%;
}
#eco_box02 .flr img {
	max-width: 360px;
}
#csr_sub_box01 table {
	width: 60%;
}
#csr_sub_box01 table ol {
	margin-top: 10px;
	font-size: 13px;
}
#csr_sub_box01 .flr_pc {
	width: 36%;
	text-align: center;
}
#csr_sub_box01 .flr_pc li {
	width: 48%;
}
#csr_sub_box01 .flr_pc li img {
	max-width: 186px;
}

/*quality*/
/*------------------------------------------------------------------------------*/
#quality_box01 dl:after {
	content: '';
	display: block;
	clear: both;
}
#quality_box01 li {
	margin-bottom: 20px;
}
#quality_box01 li dl {
	padding: 30px 30px 20px;
	border: 1px solid #333;
	margin: 20px 1em 20px -1em;
}
#quality_box01 li li {
	margin-bottom: 10px;
}

/*leo-sheet*/
/*------------------------------------------------------------------------------*/
#leo-sheet_box02 dt,
#leo-sheet_box03 dt,
#leo-sheet_box04 dt,
#leo-sheet_box05 dt {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#leo-sheet_box03 ul:after,
#leo-sheet_box05 ul:after,
#leo-sheet_box05_in:after {
	content: '';
	display: block;
	clear: both;
}
#leo-sheet_box03 li {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	line-height: 1.3;
}
#leo-sheet_box03 li:last-child {
	margin-right: 0;
}
#leo-sheet_box03 li img {
	max-width: 240px;
	margin-bottom: 5px;
}
#leo-sheet_box03 li .sub {
	display: block;
}
#leo-sheet_box04 dd {
	margin-bottom: 20px;
}
#leo-sheet_box05 ul {
	margin-bottom: 30px;
}
#leo-sheet_box05 li {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
	line-height: 1.3;
}
#leo-sheet_box05 li:last-child {
	margin-right: 0;
}
#leo-sheet_box05 li img {
	max-width: 360px;
	margin-bottom: 5px;
}
#leo-sheet_box05 li .sub {
	display: block;
}
#leo-sheet_box05_in dl {
	float: left;
	width: 15%;
	margin-right: 2%;
	text-align: center;
}
#leo-sheet_box05_in dl:last-child {
	margin-right: 0;
}
#leo-sheet_box05_in dt img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
#leo-sheet_box05_in dd {
	font-size: 12px;
	line-height: 1.3;
}

/*support faq*/
/*------------------------------------------------------------------------------*/
#faq_box01 ul:after {
	content: '';
	display: block;
	clear: both;
}
#faq_box01 li {
	float: left;
	width: 18.4%;
	margin: 0 2% 0 0;
	line-height: 1.2;
}
#faq_box01 li:last-child {
	margin-right: 0;
}
#faq_box01 li a {
	display: table;
	width: 100%;
	height: 60px;
	border: 1px solid #ccc;
	padding: 0 5px;
    -webkit-transition: all .3s;
	transition: all .3s;
	font-size: 13px;
}
#faq_box01 li a .v_m {
	background: url("../image/common/arr02.png") no-repeat 5px center;
	padding-left: 20px;
}
#faq_box01 li a:hover {
	background-color: #eee;
}
#faq_box01.box4 li {
	width: 23.5%;
}

/*support download*/
/*------------------------------------------------------------------------------*/
#download_box01 dt {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.download_box02 li {
	margin-bottom: 10px;
	line-height: 1.5;
}

/*support dl*/
/*------------------------------------------------------------------------------*/
#dl_box01:after {
	content: '';
	display: block;
	clear: both;
}
#dl_box01 dl {
	float: left;
	width: 49%;
	margin: 0 2% 20px 0;
	line-height: 1.4;
}
#dl_box01 dl:nth-child(2n) {
	margin: 0 0 20px 0;
}
#dl_box01 dt {
	text-align: center;
	margin-bottom: 10px;
}
#dl_box01 dt img {
	max-width: 360px;
}
#dl_box01 dd .sub {
	display: block;
	padding-left: 14px;
	margin-top: 5px;
}
#dl_box02 dl {
	margin-bottom: 20px;
	line-height: 1.4;
}
#dl_box02 dt {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
#dl_box02 ul {
	display: table;
	width: 100%;
}
#dl_box02 li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: center;
}
#dl_box02 li .tel {
	font-size: 18px;
}

/*case*/
/*------------------------------------------------------------------------------*/
.case_box01 ul:after {
	content: '';
	display: block;
	clear: both;
}
.case_box01 li {
    float: left;
    width: 30%;
    margin-bottom: 20px;
    margin-right: 5%;
}
.case_box01 li:nth-child(3n) {
    margin-right: 0%;
}

/*cover-roof*/
/*------------------------------------------------------------------------------*/
.cover-roof_box02 dt {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4;
}
.cover-roof_box02 dd {
	margin-bottom: 20px;
	line-height: 1.4;
}
.cover-roof_box02 ul:after {
	content: '';
	display: block;
	clear: both;
}
.cover-roof_box02 li {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
}
.cover-roof_box02 li:last-child {
	margin-right: 0;
}
.cover-roof_box02 li img {
	max-width: 360px;
}
.cover-roof_box02 li .sub {
	display: block;
	margin-top: 10px;
}

/*external-insulation*/
/*------------------------------------------------------------------------------*/
.external-insulation_box01 dt,
#external-insulation_box02 dt,
#external-insulation_box03 dt {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4;
}
.external-insulation_box01 dd,
#external-insulation_box02 dd {
	margin-bottom: 20px;
	line-height: 1.4;
}
.external-insulation_box01 ul:after,
#external-insulation_box03 ul:after {
	content: '';
	display: block;
	clear: both;
}
.external-insulation_box01 li {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
}
.external-insulation_box01 li:last-child {
	margin-right: 0;
}
.external-insulation_box01 li img {
	max-width: 360px;
}
#external-insulation_box02 {
	padding: 20px;
	border: 1px solid #CCC;
}
#external-insulation_box03 li {
	display: inline-block;
	margin-right: 20px;
}

/*greeting*/
/*------------------------------------------------------------------------------*/
#greeting_box01 .inner:after {
	content: '';
	display: block;
	clear: both;
}
#greeting_box01 .name {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
}
#greeting_box01 .flt_pc {
	width: 71.5%;
}
#greeting_box01 .flr_pc {
	width: 25%;
	text-align: center;
}
#greeting_box01 .flr_pc img {
	max-width: 270px;
}

/*material*/
/*------------------------------------------------------------------------------*/
#material_box03 dd {
	margin-top: 10px;
}

/*research*/
/*------------------------------------------------------------------------------*/
#research_box01 .inner:after,
.research_unit:after {
	content: '';
	display: block;
	clear: both;
}
#research_box01 dt {
	display: block;
	text-align: center;
	background: url("../image/research_box01_title.png") no-repeat bottom center;
	text-indent: -99999px;
}
#research_box01 dd {
	padding: 42px 0 48px;
	font-size: 22px;
	line-height: 1.8;
	background: url("../image/research_box01_line.png") no-repeat bottom center;
	text-align: center;
}
.research_unit dl {
	float: left;
	width: 50%;
	padding: 15px 30px 25px;
	border: 1px solid #eee;
	border-top: none;
}
.research_unit dl:nth-child(2n) {
	border-left: none;
}
.research_unit dl:first-child,
.research_unit dl:nth-child(2) {
	border-top: 1px solid #eee;
}
.research_unit dt {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.4;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	display: table;
	height: 80px;
	width: 100%;
	text-align: center;
}
.research_unit dd {
	font-size: 14px;
}
.research_unit dl:nth-child(1),
.research_unit dl:nth-child(4),
.research_unit dl:nth-child(5) {
	background: #f5f5f5 url("../image/common/point03.jpg") no-repeat top center;
}
.research_unit dl:nth-child(2),
.research_unit dl:nth-child(3),
.research_unit dl:nth-child(6) {
	background: #fff url("../image/common/point04.jpg") no-repeat top center;
}
#research_box06 dl:nth-child(odd) {
	background: #f5f5f5 url("../image/common/point03.jpg") no-repeat top center;
}
#research_box06 dl:nth-child(even) {
	background: #fff url("../image/common/point04.jpg") no-repeat top center;
}
#research_box06 dl {
	padding: 30px 30px 25px;
	border: 1px solid #eee;
	border-top: none;
}
#research_box06 dt {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.4;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
#research_box06  dl:first-child {
	border-top: 1px solid #eee;
}
#research_box06 dd {
	font-size: 14px;
}

/*vision*/
/*------------------------------------------------------------------------------*/
#vision_box01 .inner:after,
#vision_box02 .inner:after {
	content: '';
	display: block;
	clear: both;
}
#vision_box01 {
	padding: 45px 0 30px;
	background: url("../image/vision_img01.jpg") no-repeat center;
	background-size: cover;
}
#vision_box01 .unit {
	padding-right: 50%;
}
#vision_box01 h4 {
	font-size: 18px;
	margin-bottom: 30px;
	letter-spacing: -1px;
	line-height: 1.4;
}
#vision_box01 p {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 14px;
}
#vision_box02 dl {
	border: 1px solid #f2f2f2;
	display: table;
	width: 100%;
	padding: 20px;
	-webkit-box-shadow : 0 3px 7px rgba(0,0,0,0.1);
	box-shadow: 0 3px 7px rgba(0,0,0,0.1);
}
#vision_box02 dt {
	width: 48%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	background-color: #EBF0F3;
}
#vision_box02 dt .icon {
	background: url("../image/common/icon23.png") no-repeat top center;
	padding-top: 60px;
	display: block;
}
#vision_box02 dt .sub {
	font-size: 52px;
	font-weight: bold;
}
#vision_box02 dd {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px 10px 70px;
}
#vision_box02 dd li {
	margin: 25px 0 25px 2em;
	font-size: 18px;
}
#vision_box03 dd {
	margin-bottom: 30px;
}

/*recruit*/
/*------------------------------------------------------------------------------*/
#recruit_box01 .inner:after,
#recruit_box02:after,
#recruit_box02 li:after,
#recruit_box03 .inner:after {
	content: '';
	display: block;
	clear: both;
}
#recruit_top {
	background: url("../image/recruit_top_bg.jpg") no-repeat center;
	background-size: cover;
	height: 360px;
	padding-top: 40px;
	margin-top: -30px;
}
#recruit_top h3 {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 20px;
}
#recruit_box01 .name {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
	margin-left: 20px;
}
#recruit_box02 li {
	float: left;
	width: 48%;
	border: 1px solid #ccc;
	padding: 15px;
	display: table;
}
#recruit_box02 li:first-child {
	margin-right: 4%;
}
#recruit_box02 .text {
	width: 64%;
	padding: 0 20px 0 10px;
}
#recruit_box02 .img100 {
	width: 36%;
}
#recruit_box02 img {
	max-width: 240px;
}
#recruit_box02 h4,
#recruit_box02 p {
	padding-left: 5px;
}
#recruit_box03 li {
	float: left;
	width: 48%;
	border: 1px solid #ccc;
}
#recruit_box03 li:first-child {
	margin-right: 4%;
}
#recruit_box03 a {
	display: table;
	width: 100%;
	height: 70px;
    -webkit-transition: all .3s;
	transition: all .3s;
	padding: 10px 10px 10px 5%;
	font-size: 18px;
}
#recruit_box03 a .v_m {
	background: url("../image/common/arr02.png") no-repeat left center;
	padding-left: 20px;
}
#recruit_box03 a:hover {
	background-color: #eee;
}

/*business*/
/*------------------------------------------------------------------------------*/
#business_box01 .inner:after,
#business_box03_in:after,
#business_box03_in li:after {
	content: '';
	display: block;
	clear: both;
}
#business_box01 {
	margin-top: -80px;
	padding: 80px 0 50px;
	background-color: #EBF0F3;
}
#business_box01 .inner {
	display: table;
}
#business_box01 .text {
	width: 59%;
	padding-right: 40px;
}
#business_box01 .img {
	width: 41%;
}
#business_box01 .img li {
	float: left;
	width: 48%;
	padding: 47px 20px 32px;
	text-align: center;
	line-height: 1.2;
	background: #fff url("../image/common/arr11.png") no-repeat center 90%;
	-webkit-box-shadow : 0 3px 7px rgba(0,0,0,0.1);
	box-shadow: 0 3px 7px rgba(0,0,0,0.1);
}
#business_box01 .img li:first-child {
	margin-right: 4%;
}
#business_box01 .img img {
	margin-bottom: 25px;
}
#business_box03 .inner {
	border: 1px solid #E2E7ED;
}
#business_box03 h4 {
	text-align: center;
	background-color: #EBF0F3;
	font-size: 22px;
	padding: 20px;
	line-height: 1.3;
}
#business_box03_in {
	padding: 30px 40px;
}
#business_box03_in ul {
	padding-top: 30px;
	margin-top: 25px;
	border-top: 1px solid #ddd;
}
#business_box03_in li {
	float: left;
	width: 49%;
}
#business_box03_in li:first-child {
	margin-right: 2%;
}
#business_box03_in .flt {
	width: 35%;
	text-align: center;
}
#business_box03_in .flr {
	width: 61%;
}
#business_box03_in img {
	max-width: 240px;
}
#business_box03_in dt {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.3;
}
#business_box03_in dd {
	line-height: 1.5;
}

/*base*/
/*------------------------------------------------------------------------------*/
#base_box01 .inner:after,
.base_box02 .inner:after {
	content: '';
	display: block;
	clear: both;
}
.base_box02 .flt_pc {
	width: 47%;
}
.base_box02 .flr_pc {
	width: 50%;
}
.base_box02 p {
	margin-top: 20px;
}
.base_box02 .btn02 {
	margin-top: 5px;
}

/*vip-a*/
/*------------------------------------------------------------------------------*/
.vip-a_box02 dt {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4;
}
.vip-a_box02 dd {
	margin-bottom: 20px;
	line-height: 1.4;
}
.vip-a_box02 .img100 {
	margin-bottom: 30px;
	text-align: center;
}
#vip-a_box03 table {
	border: 1px solid #CCC;
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
	line-height: 1.4;
}
#vip-a_box03 th {
	background-color: #f2f2f2;
	padding: 14px 5px;
	border: 1px solid #CCC;
	font-weight: normal;
	vertical-align: middle;
	width: 180px;
	text-align: center;
}
#vip-a_box03 td {
	padding: 14px 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}
#vip-a_box03 p {
	font-size: 13px;
}

/*riser*/
/*------------------------------------------------------------------------------*/
#riser_box03.img100 {
	text-align: center;
}
#riser_box03.img100 img {
	max-width: 600px;
}

/*mat-gwos*/
/*------------------------------------------------------------------------------*/
.mat-gwos_box01 dt {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4;
}
.mat-gwos_box01 dd {
	margin-bottom: 20px;
	line-height: 1.4;
}
.mat-gwos_box01 ul:after {
	content: '';
	display: block;
	clear: both;
}
.mat-gwos_box01 li {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.mat-gwos_box01 li:last-child {
	margin-right: 0;
}

/*case_vip-a*/
/*------------------------------------------------------------------------------*/
#case_vip-a_box01:after,
#case_vip-a_box01 ul:after,
#case_vip-a_box02_in:after {
	content: '';
	display: block;
	clear: both;
}
#case_vip-a_box01 .flt_pc,
#case_vip-a_box01 .flr_pc {
	width: 49%;
}
#case_vip-a_box01 li {
	width: 49%;
	float: left;
	margin: 0 2% 20px 0;
	text-align: center;
	line-height: 1.4;
}
#case_vip-a_box01 li:nth-child(2n) {
	margin: 0 0 20px 0;
}
#case_vip-a_box01 li .sub {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
#case_vip-a_box02_in dl {
	float: left;
	width: 15%;
	margin-right: 2%;
	text-align: center;
}
#case_vip-a_box02_in dl:last-child {
	margin-right: 0;
}
#case_vip-a_box02_in dt {
	margin-bottom: 5px;
}
#case_vip-a_box02_in dt img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
#case_vip-a_box02_in dd {
	font-size: 12px;
	line-height: 1.3;
}

/*gwmyster*/
/*------------------------------------------------------------------------------*/
#gwmyster_box01 {
	border: 1px solid #DDE0E3;
	border-radius: 4px;
	padding: 5px 5px 20px;
	position: relative;
}
#gwmyster_box01:hover {
	opacity: 0.8;
}
#gwmyster_box01:before {
	content: '';
	background: url("../image/gwmyster_box01_bg.png") no-repeat;
	width: 101px;
	height: 190px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 40px;
	z-index: 2;
}
#gwmyster_box01 .free {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	color: #003E29;
	font-weight: bold;
	background: #FFF;
	position: absolute;
	top: 1px;
	right: 1px;
}
#gwmyster_box01 dt {
	border-radius: 4px 4px 0 0;
	background: #EEE;
	margin-bottom: 3px;
	padding: 20px 0 20px 160px;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	filter:dropshadow(color=#FFF,offX= 0,offY=-2)
	dropshadow(color=#FFF,offX= 2,offY= 0)
	dropshadow(color=#FFF,offX= 0,offY= 2)
	dropshadow(color=#FFF,offX=-2,offY= 0);
	text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}
#gwmyster_box01 dt .sub {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
#gwmyster_box01 dd {
	border-top: 2px solid #EEE;
	padding: 20px 40px 0 160px;
}
#gwmyster_box01 .enter {
	text-indent: -9999px;
	background: url("../image/common/arr12.png") no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 15px;
}
#gwmyster_box01:hover .enter {
	background: url("../image/common/arr04.png") no-repeat;
}
.gwmyster_box02 li {
	margin-bottom: 10px;
	line-height: 1.5;
}
.gwmyster_box02 dt {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4;
}
.gwmyster_box02 dd {
	margin-bottom: 20px;
	line-height: 1.4;
}
.gwmyster_box02 dd .sub {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.gwmyster_box02 a {
	text-decoration: underline;
}
.gwmyster_box02 a:hover {
	text-decoration: none;
}
#gwmyster_box03_in {
	display: table;
	width: 100%;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	margin-bottom: 40px;
}
#gwmyster_box03_in .web {
	width: 50%;
	background: #EEE;
	padding: 40px 0;
}
#gwmyster_box03_in dt {
	font-size: 22px;
	line-height: 1.2;
}
#gwmyster_box03_in .web dt {
	padding-bottom: 35px;
	background: url("../image/common/icon24.png") no-repeat center bottom;
	margin-bottom: 15px;
}
#gwmyster_box03_in dd a {
	border: 1px solid #E10415;
	border-radius: 25px;
	display: table;
	height: 45px;
	line-height: 1.3;
	max-width: 300px;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 5px;
	font-size: 14px;
	margin: 0 auto;
}
#gwmyster_box03_in .web dd a {
	background: #E10415;
	color: #FFF;
}
#gwmyster_box03_in .web dd a:hover {
	background: #FFF;
	color: #E10415;
}
#gwmyster_box03_in .fax {
	border: 1px solid #EEE;
	width: 50%;
	padding: 40px 0;
}
#gwmyster_box03_in .fax dt {
	margin-bottom: 15px;
}
#gwmyster_box03_in .fax dt .sub {
	margin-top: 10px;
	display: inline-block;
	font-size: 15px;
	width: 100%;
}
#gwmyster_box03_in .fax dt .tel {
	font-size: 24px;
	font-weight: bold;
}
#gwmyster_box03_in .fax dd a {
	color: #E10415;
}
#gwmyster_box03_in .fax dd a:hover {
	background: #E10415;
	color: #FFF;
}

#gwmyster_box03_in .fax.v_m dd:nth-child(1) {
	margin-bottom : 10px;
}

#gwmyster_box03 h4 {
	position: relative;
	line-height: 1.4;
	margin-bottom: 15px;
}
#gwmyster_box03 h4:before {
	border-top: 1px solid #DDD;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: -1;
}
#gwmyster_box03 h4 .sub {
	background: #FFF;
    display: inline-block;
    padding: 0 2em 0 0;
}
#gwmyster_box03 p {
	font-size: 14px;
}
#gwmyster_box03 p .tel {
	font-size: 18px;
	font-weight: bold;
}

/*certificate*/
/*------------------------------------------------------------------------------*/
#certificate_box01 dt {
	background: #EBF0F3;
	border-bottom: 2px solid #E10415;
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
	padding: 20px 5px;
}
#certificate_box01 dd {
	padding: 25px 40px;
	border: 1px solid #E2E7ED;
	border-top: none;
	border-radius: 0 0 3px 3px;
}
#certificate_box02 ul:after,
.certificate_box03 .pdf:after {
	content: '';
	display: block;
	clear: both;
}
#certificate_box02 li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
#certificate_box02 li:last-child {
	margin-right: 0;
}
#certificate_box02 li a {
	display: table;
	width: 100%;
	height: 60px;
	border: 1px solid #ccc;
	padding: 0 5px 0 20px;
    -webkit-transition: all .3s;
	transition: all .3s;
	line-height: 1.3;
}
#certificate_box02 li .v_m {
	background: url("../image/common/arr02.png") no-repeat left center;
	padding-left: 20px;
}
#certificate_box02 li:hover a {
	background-color: #eee;
}
.acc_list dl {
	margin-bottom: 10px;
}
.acc_list dt {
	background: #F2F5F7;
	position: relative;
	padding: 14px 50px 14px 10px;
	line-height: 1.4;
}
.acc_list dt:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../image/common/arr06.png) no-repeat;
	position: absolute;
	right: 16px;
	top: 13px;
	transition:0.5s;
}
.acc_list dt.active:after {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.acc_list dt:hover {
	cursor: pointer;
}
.acc_list dd {
	padding: 20px 30px 10px;
	line-height: 1.6;
	display: none;
}
.certificate_box03 .pdf li {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

/*seminar*/
/*------------------------------------------------------------------------------*/
.seminar_box01 {
	border: 1px solid #DDE0E3;
	padding: 40px 40px 30px;
}
.seminar_box01 dt {
	display: table;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.3;
	font-size: 22px;
}
.seminar_box01 dt .recruitment {
	width: 140px;
}
.seminar_box01 dt .sub {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	display: block;
	padding: 10px 5px;
}
.seminar_box01 dt .recruitment .sub {
	color: #FFF;
	background: #E10415;
	font-weight: bold;
	width: 140px;
}
.seminar_box01 dt .deadline .sub {
	background: #EEE;
	width: 160px;
}
.seminar_box01 dt .end .sub {
	width: 120px;
	border: 1px solid #EEE;
}
.seminar_box01 dt .main {
	padding-left: 20px;
}
.seminar_box01 dd {
	font-size: 14px;
	margin-bottom: 20px;
}
.seminar_box01 table {
	width: 100%;
	border: 1px solid #E2E7ED;
	border-collapse: separate;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.seminar_box01 tr:first-child {
	border-radius: 5px 5px 0 0;
}
.seminar_box01 tr:lat-child {
	border-radius: 0 0 5px 5px;
}
.seminar_box01 th {
	border-bottom: 1px solid #E2E7ED;
	background: #EBF0F3;
	font-weight: normal;
	text-align: center;
	padding: 13px 5px;
}
.seminar_box01 th:first-child {
	border-right: 1px solid #FFF;
}
.seminar_box01 td {
	padding: 13px 5px;
	border-bottom: 1px solid #E2E7ED;
}
.seminar_box01 td:first-child {
	border-right: 1px solid #E2E7ED;
	width: 200px;
}

.seminar_box01 tr:nth-child(n+2) td:last-child{
	padding-right:110px;
	position:relative;
}
.seminar_btn a{
	position:absolute;
	right:10px;
	top:calc(50% - 15px);
	width:90px;
	height:30px;
	line-height:30px;
	background:#0192D8;
	text-align:center;
	color:#FFF;
	padding-right:15px;
	border-radius:15px;
	transition:0.3s;
}

.seminar_btn a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:10px;
	top:calc(50% - 4px);
}

.seminar_btn a:hover{
	opacity:0.7;
}

/*help*/
/*------------------------------------------------------------------*/

.help_box_l{
	float:left;
	width:115px;
}

.help_box_r{
	float:right;
	width:calc(100% - 135px);
}

/*subnav_bottom*/
/*------------------------------------------------------------------------------*/
#subnav_bottom #subnav,.subnav_bottom .subnav{
	margin:0 auto;
	width:94%;
	max-width:1080px;
}
#subnav_bottom #subnav_title,.subnav_bottom .subnav_title{
	border-top: 1px solid #e8eaec;
    padding-top: 70px;
    /*background: rgba(0, 0, 0, 0) url("../image/common/point02.png") no-repeat scroll center bottom;*/
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: left;
}
#subnav_bottom #subnav_title::before,.subnav_bottom .subnav_title::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 26px;
    background: url(../image/icon_drop.png)no-repeat;
    background-size: 40px;
    vertical-align: middle;
    margin-right: 20px;
}
#subnav_bottom #subnav li,.subnav_bottom .subnav li{
	float: left;
    line-height: 1.4;
    margin: 0 0 2% 2%;
    width: 23.5%;
}
#subnav_bottom #subnav li:nth-child(4n+1),.subnav_bottom .subnav li:nth-child(4n+1){
	clear:both;
	margin-left:0;
	margin-bottom: 0;
}

#subnav_bottom .subnav_in,.subnav_bottom .subnav_in{
	border: 1px solid #0092D8;
    display: table;
    width: 100%;
}
#subnav_bottom .subnav_in a,.subnav_bottom .subnav_in a{
	display:table-cell;
	vertical-align:middle;
	height:60px;
	padding:10px 10px 10px 30px;
	position:relative;
	background:RGBA(0, 117, 216, 0);
	transition:0.8s;
}
#subnav_bottom .subnav_in a:before,#subnav_bottom .subnav_in a:before{
	content:"";
	box-sizing:border-box;
	width:6px;
	height:6px;
	border-top:1px solid #0092D8;
	border-right:1px solid #0092D8;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:10px;
	top:calc(50% - 3px);
}

#subnav_bottom .subnav_in a:hover,.subnav_bottom .subnav_in a:hover{
	background:RGBA(0, 117, 216, 0.1);
}

#subnav_bottom #subnav li ul,.subnav_bottom .subnav li ul{
	display:none;
}

/*support*/
/*------------------------------------------------------------------------------*/
#support_box01 .inner {
	border: 1px solid #E2E7ED;
	border-radius: 3px;
	padding: 30px;
}
#support_box01 .title {
	display: table;
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}
#support_box01 .title dt {
	text-align: center;
	font-size: 22px;
	background: #FCE5E7;
	line-height: 1.3;
	width: 300px;
}
#support_box01 .title dd {
	padding: 0 20px;
}
#support_box01_wrap:after {
	content: '';
	display: block;
	clear: both;
}
#support_box01_wrap {
	margin-bottom: 30px;
}
.support_box01_in {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.support_box01_in .img100 {
	margin-bottom: 5px;
}
.support_box01_in:last-child {
	margin-right: 0;
}
.support_box01_in dt {
	display: table;
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #CCC;
	position: relative;
	line-height: 1.3;
	background: url(../image/common/arr02.png) no-repeat 98% center;
	font-size: 16px;
	padding-right: 20px;
}
.support_box01_in dt:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #E10415;
	bottom: 0;
	left: 0;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.support_box01_in:hover dt:before {
	left: -webkit-calc(100% - 30px);
	left: calc(100% - 30px);
}
.support_box01_in dd {
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 1.3;
}
#support_box02 .inner {
	border: 1px solid #E2E7ED;
	border-radius: 3px;
	padding: 30px;
}
#support_box02 .title {
	display: table;
	width: 100%;
	height: 70px;
	margin-bottom: 40px;
}
#support_box02 .title dt {
	text-align: center;
	font-size: 22px;
	background: #EBF0F3;
	line-height: 1.3;
	width: 300px;
}
#support_box02 .title dd {
	padding: 0 20px;
}
#support_box02_wrap:after {
	content: '';
	display: block;
	clear: both;
}
#support_box02_wrap {
	margin-bottom: 30px;
}
.support_box02_in {
	float: left;
	width: -webkit-calc((100% - 2px) / 3);
	width: calc((100% - 2px) / 3);
	border-right: 1px solid #CCC;
	position: relative;
}
.support_box02_in:nth-child(1)  {
	padding: 0 20px 34px 10px;
}
.support_box02_in:nth-child(2)  {
	padding: 0 20px 34px;
}
.support_box02_in:nth-child(3) {
	padding: 0 10px 34px 20px;
	border: none;
}
.support_box02_in dt {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.support_box02_in dd {
	line-height: 1.5;
	margin-bottom: 20px;
}
.support_box02_in li a {
	text-decoration: underline;
}
.support_box02_in li a:hover {
	text-decoration: none;
	color: #333;
}
#support_box03_wrap:after {
	content: '';
	display: block;
	clear: both;
}
#support_box03_wrap {
	margin-bottom: 40px;
}
.support_box03_in {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.support_box03_in:last-child {
	margin-right: 0;
}
.support_box03_in .movie {
	margin-bottom: 10px;
}
.support_box03_in p {
	display: table;
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #CCC;
	position: relative;
	line-height: 1.3;
	font-size: 16px;
}
.support_box03_in p:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #E10415;
	bottom: 0;
	left: 0;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.support_box03_in:hover p:before {
	left: -webkit-calc(100% - 30px);
	left: calc(100% - 30px);
}
#support_box04 .inner:after {
	content: '';
	display: block;
	clear: both;
}
.support_box04_in {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	border: 1px solid #E2E7ED;
	border-radius: 3px;
	position: relative;
	padding-bottom: 30px;
}
.support_box04_in:last-child {
	margin-right: 0;
}
.support_box04_in:hover {
	opacity: 0.8;
}
.support_box04_in dt {
	display: table;
	width: 100%;
	border-bottom: 2px solid #E10415;
	background: #EBF0F3;
	height: 79px;
	line-height: 1.3;
	font-size: 16px;
	text-align: center;
}
.support_box04_in:nth-child(1) dt {
	background: #EBF0F3 url(../image/common/icon25.png) no-repeat 10px center;
}
.support_box04_in:nth-child(2) dt {
	background: #EBF0F3 url(../image/common/icon26.png) no-repeat 20px center;
}
.support_box04_in:nth-child(3) dt {
	background: #EBF0F3 url(../image/common/icon27.png) no-repeat 20px center;
}
.support_box04_in:nth-child(4) dt {
	background: #EBF0F3 url(../image/common/icon28.png) no-repeat 20px center;
}
.support_box04_in dd {
	padding: 20px 24px 0;
	line-height: 1.3;
	font-size: 14px;
}
.support_box04_in .btn {
	position: absolute;
	bottom: 10px;
	right: 6px;
}
.support_box04_in .btn a {
	background: url(../image/common/arr06.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
}
.support_box04_in:hover .btn a {
	background: url(../image/common/arr15.png) no-repeat;
}

/*search*/
/*----------------------------------------------------------------*/

#products_search{
	position:relative;
}

.products_search_title{
	float:left;
	width:40%;
}
.products_search_keyword{
	float:right;
	width:60%;
}
.products_search_select{
	clear:both;
	margin-bottom:20px;
}
.products_search_keyinput{
	float:right;
	width:calc((100% * (50 / 60)) - 4em - 12px);
	border:1px solid #D0D0D0;
}
.products_search_keyinput:after{content: ""; display: block; height: 0; clear: both;}
.products_search_keyinput input[type="text"]{
	float:left;
	line-height:40px;
	height:40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	border:none;
	width:calc(100% - 60px);
	padding:0 10px 0 20px;
}
.products_search_keyinput input[type="submit"]{
	float:right;
	width:60px;
	line-height:40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	border:none;
	background:#E50012;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.3em;
	transition:0.3s;
}
.products_search_keyinput input[type="submit"]:hover{
	cursor:pointer;
	opacity:0.7;
}
.products_search_keyword p{
	float:left;
	padding:12px 1em 11px 0;
	text-align:right;
	width:calc(100% - ((100% * (50 / 60)) - 4em - 12px));
}

.submit_btn{
	text-align:center;
}
.submit_btn input{
	line-height:42px;
	background:#E10012;
	color:#FFF;
	font-weight:bold;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:21px;
	border:none;
	width:100%;
	max-width:260px;
	font-size:15px;
	letter-spacing:0.3em;
	transition:0.3s;
}

.submit_btn input:hover{
	cursor:pointer;
	opacity:0.7;
}


.box2_08 .flt_pc {
	width: 48.5%;
}
.box2_08 .flr_pc {
	width: 48.5%;
}
.box2_08 .flr_pc img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.trouble_list {
	margin-left:2rem;
}
.trouble_list li {
	list-style-type:decimal;
	font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* common cv */
/*-----------------------------------------------------------*/
.common_cv{
	border: 1px solid #dddddd;
	padding: 24px 0 40px;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
}
.common_cv .txt{
	background: url(../image/common/cv_title_bg.gif) repeat-x center center;
	margin-bottom: 35px;
}
.common_cv .txt > p{
	background-color: #ffffff;
	display: inline-block;
	padding: 0 70px;
	font-weight: bold;
}
.common_cv .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
.common_cv .title .salestime{
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #dddddd;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	margin-top: -3px;
}
.common_cv .flt{padding: 0 2.5%; width:50%;}
.common_cv .tel_in{
	text-align: left;
	padding-left: 60px;
	background: url(../image/common/cv_icon_tel.png) no-repeat left center / 46px auto;
}
.common_cv .mail{
	border-left: 1px solid #dddddd;
	padding-bottom: 5px;
	background:none;
}
.common_cv .num{
	margin-top: 20px;
	line-height: 1;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
.common_cv .num_short{
	margin-top: 10px;
	line-height: 1;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}
.btn_cv{
	text-align: center;
	margin-top: 8px;
}
.btn_cv a{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 5px 14px;
	border-radius: 4px;
	color: #ffffff;
	border: 1px solid #E10415;
	transition: all .3s ease 0s;
	background: #E10415 url(../image/common/cv_icon_mail.png) no-repeat 5% center / 29px auto;
}
.btn_cv a:hover{
	background-color: #ffffff;
	color: #E10415;
}
.btn_cv a:hover{background-image: url(../image/common/cv_icon_contact_mail_on.png);}
.cont_common_cv{
	border: 1px solid #dddddd;
	padding: 24px 0 40px;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	width: 80%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.cont_common_cv .txt{
	background: url(../image/common/cv_title_bg.gif) repeat-x center center;
	margin-bottom: 35px;
}
.cont_common_cv .txt > p{
	background-color: #ffffff;
	display: inline-block;
	padding: 0 70px;
	font-weight: bold;
}
.cont_common_cv .num{
	margin-top: 10px;
	line-height: 1;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.cont_common_cv .title{
	font-size: 14px;
	margin-top: 5px;
}

#contact_anchore li{
	float:left;
	width:24.1%;
	margin:0 0 1.2% 1.2%;
}
#contact_anchore li:nth-child(4n+1){
	clear:both;
	margin-left:0;
}

#contact_anchore li .valign_m{
	display:table;
	width:100%;
}

#contact_anchore li .valign_m a{
	display:table-cell;
	vertical-align:middle;
	background:#EBF0F3;
	text-align:center;
	padding:10px 20px 10px 10px;
	border:1px solid #0092D8;
	line-height:1.5;
	color:#333;
	position:relative;
	font-size:14px;
	transition:0.3s;
}
#contact_anchore li .valign_m a:after{
	content:"";
	box-sizing:border-box;
	width:10px;
	height:10px;
	border-top:1px solid #0092D8;
	border-right:1px solid #0092D8;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:10px;
	top:calc(50% - 5px);
	transition:0.3s;
}

#contact_anchore li .valign_m a:hover,
#contact_anchore li.current .valign_m a{
	background:#0092D8;
	color:#FFF;
}
#contact_anchore li .valign_m a:hover:after,
#contact_anchore li.current .valign_m a:after{
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
}



.housing_box03 .box3_01_in dl dt {
    height: 130px;
    overflow: hidden;
}


.side_reco {
    float: left;
    width: 25%;
    padding: 10px;
}

.side_reco img{
	width: 100%;
}

#contents_left:after {
    display: block;
    content: "";
    clear: both;
}

.side_reco .text_color_base {
    display: none;
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #subnav_bottom .subnav_in a::before { top:27px; } /* IE11 */
}


.anchor_pos {
    position: relative;
}
.anchor_pos a {
    display: block;
    width: 148px;
    text-align: center;
    background-color: rgba(0,0,0,0.0);
    position: absolute;
    z-index: 10;
    padding: 4.8px;
    color: rgba(0,0,0,0);
    border-radius: 14px;
    transition: 0.3s ease;
}
.anchor_pos a:hover {
    background-color: rgba(255,255,255,0.5);
}
.anchor_pos a:nth-of-type(1) {
    top: 21%;
    right: 17%;
}


.anchor_pos a:nth-of-type(2) {
    top: 47.1%;
    right: 22.3%;
}


.anchor_pos a:nth-of-type(3) {
    top: 58.6%;
    right: 24.1%;
}


.anchor_pos a:nth-of-type(4) {
    top: 67.45%;
    right: 24.15%;
}

.anchor_pos a:nth-of-type(5) {
    top: 74.7%;
    right: 24.15%;
}


.anchor_pos a:nth-of-type(6) {
    top: 76%;
    right: 43.13%;
}


.anchor_pos a:nth-of-type(7) {
    top: 46.6%;
    right: 54.4%;
}


.anchor_pos a:nth-of-type(8) {
    top: 83.7%;
    right: 53.4%;
}


.anchor_pos a:nth-of-type(9) {
    top: 54.5%;
    right: 61.9%;
}


.anchor_pos a:nth-of-type(10) {
    top: 68.4%;
    right: 77.59%;
}


.anchor_pos a:nth-of-type(11) {
    top: 78.9%;
    right: 77.3%;
}

.acc_list table {
    width: 100%;
}

.acc_list table th, .acc_list table td {
    border: 1px solid #ccc;
    padding: 5px;
}

.acc_list table td img {
    display: block;
    float: left;
    width: 17%;
    padding-top: 5px;
    margin-right: 10px;
}

.acc_list table td:after{
	display: 	block;
	content:"";
	clear: both;
}

.acc_list table td img {
    display: block;
    float: left;
    width: 32px;
    padding-top: 8px;
    margin-right: 10px;
}

/*.acc_list table tr td:last-of-type {
    margin-bottom: 25px;
}*/


#tinymce .acc_list dd,,#tinymce .faq_box02 dd {
    display: block !important;
}

.acc_list table .header th {
    background-color: #f2f5f7;
}

.case001_left {
    float: left;
    width: 40%;
    padding: 10px;
}

.case001_right {
    float: right;
    width: 58%;
    padding: 10px;
}


.case_box001 > div {
    border: 1px solid #ccc;
}

.case_table01 td {
    padding-bottom: 10px;
}


.unit02 > .arr01 > p {
    background-image: none !important;
}

/* 20170523 add recommendation */
/*-----------------------------------------------------------*/
.list_disc li {
    line-height: 1.6;
    list-style: outside none disc;
    margin-bottom: 5px;
    margin-left: 20px;
}

.list_decimal li {
    line-height: 1.6;
    list-style-type: decimal;
    margin-bottom: 5px;
    margin-left: 25px;
}


.col2::after {
    clear: both;
    content: "";
    display: table;
}

/*.col2 .flt, .col2 .flr {
    width: 50%;
}*/

.col2 .flt img,
.col2 .flr img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
}

.cover img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto;
}

.bdbox {
	border: 1px solid #DDD;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
.bdbox.bl {
	border: 1px solid #0092D8;
	color: #0092D8;
}


/*aclear_feature*/
/*-----------------------------------------------------------*/

.aclear_blue{
	color:#0092D8;
}
.aclear_title03{
	display:inline-block;
	font-size:45px;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:0.08em;
	padding-bottom:20px;
	margin-bottom:55px;
	border-bottom:3px dashed #8FD0EF;
}
.aclear_title03_sub{
	display:block;
	font-size:20px;
	color:#0092D8;
	margin-bottom:15px;
}
.aclear_title03_02{
	text-align:center;
	font-size:45px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	margin-bottom:30px;
	letter-spacing:0.08em;
}

.aclear_title04{
	position:relative;
	font-size:26px;
	color:#555555;
	margin-bottom:25px;
	line-height:1.5;
	padding-left:23px;
	letter-spacing:0.04em;
	font-weight:bold;
}
.aclear_title04:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:6px;
	height:100%;
	background:#0092D8;
}
.aclear_title04:after{
	content:"";
	position:absolute;
	left:8px;
	top:0;
	width:2px;
	height:100%;
	background:#0092D8;
}

.aclear_anchor_btn{
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.aclear_anchor_btn li{
	float:left;
	width:48.5%;
}
.aclear_anchor_btn li + li{
	float:right;
}

.aclear_anchor_btn li a{
	display:block;
	padding:15px;
	text-align:center;
	letter-spacing:0.05em;
	color:#FFF;
	font-size:20px;
	background:#0092D8;
}

.aclear_anchor_btn li a:after{
	content:"";
	display:inline-block;
	box-sizing:border-box;
	width:12px;
	height:12px;
	border-bottom:2px solid #FFF;
	border-right:2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left:20px;
	position:relative;
	top:-4px;
}
.aclear_box01 li{
	float:left;
	width:31.2%;
}
.aclear_box01 li + li{
	margin-left:3.2%;
}

.aclear_box01 li img{
	width:100%;
	height:auto;
}

.aclear_box01_r{
	display:table;
	width:100%;
}
.aclear_box01_r > .valign_m{
	position:relative;
	display:table-cell;
}

.aclear_box01_r > .valign_m:before{
	content:"";
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 24px solid #0092D8;
	border-bottom: 12px solid transparent;
	position:absolute;
	left:-23px;
	top:calc(50% - 12px);
	z-index:1;
}
.aclear_box01_r > .valign_m:after{
	content:"";
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 24px solid #FFF;
	border-bottom: 12px solid transparent;
	position:absolute;
	left:-19px;
	top:calc(50% - 12px);
	z-index:10;
}

.aclear_hukidashi{
	border:2px solid #0092D8;
	z-index:5;
	padding:2em;
	border-radius:20px;
	text-align:center;
	color:#0092D8;
	font-size:22px;
	font-weight:bold;
	line-height:2.4;
}


.list_tag a {
    display: block;
    text-align: center;
    border: 1px solid;
    color: #6babdb;
    padding: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFF;
}
.list_tag a:hover {
	background-color: #6babdb;
	color: #FFF;
}
.arr_blbox {
    position: relative;
    margin-top: 60px;
}
.arr_blbox::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 60px;
    border-color: #0092D8 transparent transparent transparent;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -60px;
}


/*roofing_material*/
.blog_box {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 1080px;
}

.blog_box li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
    margin-bottom: 0;
}
.blog_box li {
    float: left;
    line-height: 1.4;
    margin: 0 0 2% 2%;
    width: 23.5%;
}
.blog_box .blog_box_in {
    display: table;
    width: 100%;
}

.blog_box .blog_box_in a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
    background: RGBA(0, 117, 216, 0);
    transition: 0.8s;
    position: relative;
}

.blog_box .blog_box_in a:hover {
    color: #0092D8;
}

.blog_box .blog_box_in a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #0092D8;
    border-right: 1px solid #0092D8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 8px;
}

.blog_box ul li ul li{
    display: table-cell;
    padding: 1%;
    text-align: center;
    font-size: 10px;
    float: left;
    width: 32%;
    color: #fff;
    border-radius: 3px;
}

/*recommendation*/
.recommendation_box_l{
	width: 38%;
	float: left;
	margin-left: 10%;
}

.recommendation_box_r{
	width: 38%;
	float: right;
	margin-right: 10%;
}

.page_link{
	background:#EBF0F3;
	padding:10px 3%;
	margin-bottom:30px;
}
.page_link ul{
	width:calc(100% + 25px);
	margin:-10px 0 0 -25px;
}

.page_link li{
	display:inline-block;
	margin:10px 0 0 25px;
}
.page_link li a{
	display:inline-block;
	padding-left:15px;
	position:relative;
}

.page_link li a:before{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:-4px;
	top:calc(50% - 4px);
}
.page_link li a:hover{
	text-decoration:underline;
}



/*ENGLISH*/
/*-----------------------------------------------------------*/
#en #locator {
    overflow: hidden;
}
/*#en #locator_in {
    margin-left: -145px;
}*/

#en #locator a:first-of-type,#en #locator span:first-of-type{
	display: none;
}


.col3_link a {
    float: left;
    width: 30%;
    display: block;
    text-align: center;
    background-color: #fff;
    margin-right: 5%;
    transition: 0.3s ease;
    border-radius: 25px;
    border: 1px solid #0092d8;
    padding: 10px;
}

.col3_link a:nth-of-type(3n) {
    margin-right: 0;
}

.col3_link a:hover {
    background-color: #0092d8;
    color: #fff;
}




.sub_blog div h3 a {
    color: #0092d8;
}


.en_bis_titbox {
	height: 124px;
}