@charset "utf-8";
/*ヘッダー*/
#main_header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 57px;
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid #000;
	font-family: 'メイリオ' ,"ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main_header .head_wrap {
    position: relative;
}

#main_header .logo {
    padding-top: 7px;
}

#g_nav ul li a {
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

#g_nav ul li a:hover {
    color: #ccc;
}

.to_contact {
    position: absolute;
    right: 0;
    top: 0;
}

.to_contact a {
    display: block;
    width: 140px;
    height: 55px;
    line-height: 55px;
    padding-left: 48px;
    background: url(../img/common/mail_icon.jpg) no-repeat 8px center;
    background-color: #d20000;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

/*メインビジュアル*/
#key_visual {
    position: relative;
}

#key_visual .key_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 150;
}

/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
}

.fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}

.fullSlideShow ul li img {
    width: 100%;
}

/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 190px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute; /* absolute or fixed */
    z-index: 110; /* 非表示にする場合は「90」以下に */
    visibility: visible; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
    display: inline-block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: solid 2px rgba(225, 225, 225, 0.7);
}

.pagiNation a.pnActive {
    background-color: rgba(225, 225, 225, 0.7);
}

/* Wrapper
--------------------------- */
#wrapper {
    width: 100%;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}

.contents {
    padding: 30px 50px 50px 50px;
}

.contents p {
    padding-bottom: 3em;
    line-height: 180%;
}

/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}

.sp_btn {
    position: absolute;
    right: 0;
    top: 10px;
}

/*トップメインコンテンツ*/
#main {
    position: relative;
    z-index: 200;
    margin-top: -30px;
    background-color: #fff;
    border: solid 1px #8b8b8b;
    padding-bottom: 80px;
}

.bnr_tec ul li {
    box-shadow: 0px 4px 5px 0px #999;
    -moz-box-shadow: 0px 4px 5px 0px #999;
    -webkit-box-shadow: 0px 4px 5px 0px #999;
}

.bnr_tec ul {
    background-color: /*#9e3f28;*/ #fff; /* 17.03.27 修正 */
}

.bnr_tec ul li.bell {
    background-color: /*#7a2925;*/ #ffffff; /* 17.03.27/24.03.05 修正 */
}

.bnr_tec ul li.geo {
    background-color: /*#c6433c;*//*#599C19;*/ #efefef; /* 17.03.27/24.03.05 修正 */
}

.bnr_tec ul li.ass {
    background-color: /*#9e3f28;*//*#64A6D1;*/ #ffffff; /* 17.03.27/24.03.05 修正 */
}

.bnr_tec ul li.bell dt { /*background: url(../img/top/tec_tit01_bg.jpg) repeat-x center bottom;*/ /* 17.03.27 修正 */
    padding: 15px;
}

.bnr_tec ul li.geo dt { /*background: url(../img/top/tec_tit02_bg.jpg) repeat-x center bottom;*/ /* 17.03.27 修正 */
    padding: 15px;
}

.bnr_tec ul li.ass dt { /*background: url(../img/top/tec_tit03_bg.jpg) repeat-x center bottom;*/ /* 17.03.27 修正 */
    padding: 15px;
}

.bnr_tec ul li .txt {
    padding: 10px;
    color: #000;
    font-size: 11px;
}

.tit01 {
    padding: 60px 80px 20px 80px;
    margin-bottom: 40px;
    font-size: 28px;
    font-size: 3.2rem;
	font-weight: bold;
    text-align: center;
    border-bottom: solid 2px #555555;
	position: relative;
	color: #000000;
}
.tit01:before{
	content: '';
	position: absolute;
	top: 40px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #d20000;
}

.tit01 p{
	font-size: 1.4rem;
	font-weight: normal;
}

.tit01 .en {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 1em;
}

.news_text{
	display: inline-block;
	text-align:left;
}

.date{
    font-size: 20px;
    margin-right: 20px;
    color: gray;
    display: inline-block;
    width: 200px;
}

.titsub{
    font-size: 20px;
    margin-top: 15px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.more{
	margin: 40px auto 0;
	text-align: center;
	padding: 10px 20px;
	width: 400px;
	border: 1px solid #000000;
	background-color:#000000;
}
.more a{
	display: block;
	color: #FFFFFF;
}
.more:hover{
	background-color:#d20000;
}

.tit02 {
    color: #757575;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 4px solid #ebe8df;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    background: url(../img/belle_technology/belle-smart/midashi01.png) no-repeat left 4px;
    padding-left: 25px;
}

.tit02::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #d4c7c7;
}

.tit02 .sub {
    font-size: 12px;
    font-size: 1.2rem;
}

.tit03 {
    padding: 8px;
    margin-bottom: 20px;
    background: url(../img/products/h3_bg.jpg) repeat center center;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.tit03 .en {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 1em;
    font-weight: 600;
}

.post_wrap {
    padding: 0 20px;
}

.news_list {
    text-align: center;
}

.news_list li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.newsitem_dl_thumb {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.news_list li:last-child {
    margin-right: 0;
}

.news_list dl dt {
    border-bottom: solid 3px #d20000;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
}

.news_list li:nth-of-type(-n+2) dl dt:before{
  content: url(../img/top/new.png);
  position:absolute;
  right:5px;
}

.news_list li:nth-of-type(-n+3) dl dt.newItem:before{
    content: url(../img/top/new.png);
    position:absolute;
    right:5px;
  }

.news_list li dl dt.usuallyItem:before{
content: ""
}

.news_list dl {
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.news_list .mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 5px;
}

.news_list li:hover dl dd.mask {
    opacity: 1;
}

.news_list li {
    box-shadow: 1px 3px 0px 0px #dbdbdb;
    -moz-box-shadow: 1px 3px 0px 0px #dbdbdb;
    -webkit-box-shadow: 1px 3px 0px 0px #dbdbdb;
    border: 1px solid #adadad;
}

.pdf .news_list li {
    padding: 10px;
}

/*20170830追記*/
.search h2{
	padding: 15px 30px;
	background: url(../img/top/bg_search.png);
}
.search .search_inner{
	background: #efefef;
	padding: 40px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}
.search .search_inner dl{
	overflow: hidden;
	display: table;
	float: left;
	margin-left: 20px;
	vertical-align: middle;
}
.search .search_inner dl dt{
	display: table-cell;
	padding-right: 20px;
}
.search .search_inner dl dd{
	display: table-cell;
}
.search .search_inner dl dd input{
	border:0;
	width: 330px;
	padding:5px;
	font-size:1.3em;
	border:solid 1px #ccc;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
}
.search .search_inner dl dd select{
	border:0;
	width: 330px;
	padding:10px;
	border:solid 1px #ccc;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
}
.search .search_inner dl dd label{
	position:relative;
}
.search .search_inner dl dd label:after{
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 13px;
	height: 12px;
	margin-top: -6px;
	background:url(../img/top/ico_arrow.png) 0 0 no-repeat;
	background-size: 13px;
	pointer-events: none;
}
.search .search_inner .search_btn{
	float: right;
	margin-right: 60px;
}
.cat_list{
	overflow: hidden;
	clear: both;
}
.cat_list ul li{
	float: left;
}

@media screen and (max-width: 767px) {
	.cat_list ul li{
	float: none;
}
	.cat_list ul li img{
		width: 100%;
		height: auto;
	}
	.search .search_inner dl{
	display:block;
	float: none;
		width: 100%;
		margin: 0 auto 30px;
}
	.search .search_inner dl dd input{
		width: 100%;
	}
	.search .search_inner dl dd select{
		width: 100%;
	}
.search .search_inner dl dt{
	display: block;
	padding-right: 0;
	margin-bottom: 10px;
}
.search .search_inner dl dd{
	display: block;
}
	.search .search_inner .search_btn{
	float: none;
	margin-right: 0;
		margin: 80px 0 0;
		text-align: center;
}
}


/*フッター*/
#footer {
    margin-top: 40px;
    padding-top: 30px;
    background-color: #000;
    color: #fff;
    border-top: solid 1px #d2d2d2;
	font-family: 'メイリオ' ,"ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer nav li:not(:first-child) {
    margin-left: 1em;
}

#footer nav li a {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    background: url(../img/common/foot_arrow.jpg) no-repeat left center;
    padding-left: 15px;
}

#footer nav li a:hover {
    color: #ccc;
}

#footer .logo {
    width: 300px;
    margin-top: 20px;
}

#footer .info dl {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
}

#footer .info dl dt {
    border-left: solid 5px #555;
    padding-left: 10px;
    margin-bottom: 10px;
}

#footer .copyright {
    font-size: 10px;
    font-size: 1rem;
    text-align: right;
    margin: 20px 0;
}

/*パンくず*/
.bread {
    margin-top: 57px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.bread ul li {
    float: left;
}

.bread ul li + li {
    margin-left: 10px;
}

.bread a {
    /*color: #fff;*/
    font-size: 12px;
    font-size: 1.2rem;
}

/*ページタイトル*/
#page_tit .technology {
    background: url(../img/technology/tit01_bg.png) no-repeat center top;
    background-size: cover;
}

#page_tit .belle-smart {
    background: url(../img/belle_technology/belle-smart/tit01_bg.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .belle_technology {
    background: url(../img/belle_technology/tit01_bg.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .key_inner {
    width: 90%;
    margin: 0 auto;
}

#page_tit .products ul li {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
}

#page_tit .products ul .pr_key01 {
    background: url(../img/products/tit01_bg01.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .products ul .pr_key02 {
    background: url(../img/products/tit01_bg02.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .products ul .pr_key03 {
    background: url(../img/products/tit01_bg03.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .products ul .pr_key04 {
    background: url(../img/products/tit01_bg04.jpg) no-repeat left top;
    background-size: cover;
}

#page_tit .geo_technology {
    background: url(../img/geo_technology/tit01_bg.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .beautility {
    background: url(../img/belle_technology/beautility/tit01_bg.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .beautility.title_h {
    height: 30vh;
    padding: 50px 0 60px 0;
}

/*旭コンステックの技術力*/
#main.echnology {
    padding-bottom: 0;
}

.echnology .txt {
    position: relative;
    padding: 20px;
    color: #fff;
}

.echnology .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: 584px;
}

.echnology .txt .sub {
    color: #ddd;
    margin: 10px 0;
}

/*Belle Smart*/
.key_list li {
    position: relative;
    margin-bottom: 20px;
    max-width: 650px;
}

/*.fukidashi {
	display: none;
	position: absolute;
	top: 0;
	left: -500px;
	width: 460px;
}
.arrow_box {
	position: relative;
	background: #fff;
	border: 4px solid #fff;
	border-radius: 8px;
	padding: 20px;
	font-size: 22px;
	font-size: /*2.2rem;*//*1.8rem; /* 17.03.27 修正 */
/*color: #000;
font-weight: 600;
}
.arrow_box:after, .arrow_box:before {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:after {
border-color: rgba(255, 255, 255, 0);
border-left-color: #fff;
border-width: 20px;
margin-top: -20px;
}
.arrow_box:before {
border-color: rgba(255, 255, 255, 0);
border-left-color: #fff;
border-width: 26px;
margin-top: -26px;
}*/
.fukidashi {
    display: none;
}

.fukidashi .arrow_box {
    position: relative;
    background: #000;
    border: 4px solid #000;
    padding: 20px;
    font-size: 22px;
    font-size: /*2.2rem;*/ 1.4rem; /* 17.03.27 修正 */
    color: #fff;
    font-weight: 600;
}

/*.key_list li:after {
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	position: absolute;
	right: 20px;
	background-size: 100% auto;
	top: 15px;
	bottom: 0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}*/
.open_close_r:after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.tab_nav {
    background: url(../img/belle_technology/belle-smart/nav_bg.jpg) repeat center top;
    padding: 30px;
}

/*テーブル*/
table {
    width: 100%;
    border: solid 1px #000;
}

.table01 th {
    background-color: #000;
    color: #fff;
    border-top: solid 1px #fff;
    font-weight: 600;
    text-align: left;
    padding: 5px 15px;
}

.table01 th.first {
    border-top: solid 1px #000;
}

.table01 td {
    border-top: solid 1px #000;
    padding: 5px 15px;
}

.table01 td a {
    text-decoration: underline;
    color: #d20000;
}

.table01 td a:hover {
    text-decoration: none;
}

.table02 {
    font-size: 14px;
    font-size: 1.4rem;
}

.table02 th {
    background-color: #000;
    color: #fff;
    border-left: solid 1px #fff;
    font-weight: 600;
    text-align: center;
    padding: 5px 15px;
}

.table02 td {
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
}

.table02 .bg {
    background-color: #e5e5e5;
}

.table02 th.first {
    border-left: solid 1px #000;
}

/*ラインアップ*/
.lineup ul li {
    float: left;
    width: 25%;
    padding: 5px;
}

.lineup ul li a {
    display: block;
}

.caution .att {
    padding-left: 1em;
    text-indent: -1em;
}

/*ベルテクノロジー*/
.belle_technology .copy01,.geo_technology .copy01,.assemble_technology .copy01 {
    padding: 25px 10px;
    background: url(../img/belle_technology/copy_bg.jpg) repeat-x left center;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 40px;
    font-weight: 600;
}
/************納入実績ここから************/
/*切り替えタブ*/
.sekou_tab{
	text-align: center;
}
.sekou_tab ul li{
	display: inline-block;
	width: 49%;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}
@media screen and (max-width:768px) {
.sekou_tab ul li{
	line-height: 40px;
	font-size: 20px;}
}
.tab_nav ul li.highwall a{
	display: block;
}

.tab_nav ul li.highwall.active:hover{
	background-color:#555;
	color:white;
}

.tab_nav ul li.highwall.active:hover a{
	color:white;
}

/*切り替えタブ*/

.sekourei {
	padding:0 0px;
	margin-bottom:30px;
	    display: flex;
}

@media screen and (max-width:768px) {
	.sekourei {
	padding:0 10px;
	margin-bottom:10px;
	display: inline-block;
}
}
.sekourei .left_area {
	width:420px;
}
@media screen and (max-width:768px) {
.sekourei .left_area {
	width:100%;
}
}
.sekourei .right_area {
	width:700px;
}
@media screen and (max-width:768px) {
.sekourei .right_area {
	width:100%;
}
}
.item_dl dt {
	background:#999999;
	color:#FFF;
	float:left;
	padding:0px 20px;
	margin:10px;
	width: 120px;
	text-align: center;
}
.item_detail {
	margin-bottom:50px;
}
@media screen and (max-width:768px) {
	.item_dl dt {
	background:#999999;
	color:#FFF;
	float:left;
	padding:0px 5px;
	margin:10px 0;
	width:30%;
	text-align:center;
}
.item_detail {
	margin-bottom:0px;
}
}
.item_dl dd {
	float:left;
	margin:10px;
}
@media screen and (max-width:768px) {
	.item_dl dd {
	float:left;
	margin:10px 0 10px 10px;
	width:65%;
}
}
.item_dl {
	border-bottom:#B0B0B0 1px dashed;
	display: inline-block;
	width: 100%;
}
/************ここまで/************

/*ベルテクノロジー*/
.airly_highwall .copy01 {
    padding: 25px 10px;
    background: url(../img/assemble_technology/airly_highwall/copy_bg.jpg) repeat-x left center;
    color: #fff;
    text-align: center;    
    margin-bottom: 40px;
}
.airly_highwall .copy01 p{
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: arial, sans-serif;
}
.airly_highwall .copy01 span{
    font-weight: bold;
}
.airly_highwall .copy01 span.small{
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
}
.airly_highwall .btn{
    background: url(../img/assemble_technology/airly_highwall/copy_bg.jpg) repeat-x left center;
    border-radius: 15px;
    max-width: 400px;
    text-align: center;
    margin: 10px auto;
}
.airly_highwall .btn a{
    padding: 15px 30px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 768px) {
    .airly_highwall .copy01 span.small{
        display: block;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .bnr_tec ul li {
        float: left;
        width: 33.33333333%;
    }

    /*フッター*/
    #footer .left {
        float: left;
    }

    #footer .left_nav {
        width: 247px;
    }

    #footer .right {
        display: table;
        margin-left: auto;
    }

    #footer .flex_bnr {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }

    #footer .flex_bnr li {
        margin-left: 10px;
    }

    /*旭コンステックの技術力*/
    .echnology .left {
        float: left;
        width: 50%;
    }

    .echnology .right {
        float: right;
        width: 50%;
    }

    .tab_nav ul li {
        float: left;
        width: 49%;
    }

    .tab_nav ul li + li {
        margin-left: 2%;
    }

    .item_detail .photo {
        float: left;
        width: 49%;
    }

    .item_detail .txt {
        float: right;
        width: 49%;
    }

    .tit02 .sub {
        text-align: right;
        float: right;
    }

   .tab_nav ul li.highwall{
	background: white;
   	padding: 10px;
    	text-align: center;
    	width: 32%;
    }

   .tab_nav ul li.highwall.active{
	background: #bbbbbb;
   	padding: 10px;
    	text-align: center;
    }



}

@media (min-width: 992px) {
    #main_header .logo {
        float: left;
        margin-top: 5px;
    }

    #g_nav {
        float: right;
        padding-right: 155px;
        margin-top: 7px;
    }

    #g_nav ul li {
        float: left;
        height: 40px;
        border-left: 1px solid #fff;
        padding: 0 25px;
    }

    #g_nav ul li:first-child {
        border-left: none;
    }

    .sp_btn {
        display: none;
    }

    .bnr_tec ul li dt {
        height: 98px;
    }

    .bnr_tec ul li .photo {
        float: left;
        width: 50%;
    }

    .bnr_tec ul li .txt {
        float: right;
        width: 50%;
    }

    .news_list li {
        width: 24%;
        padding-bottom: 24%;
        margin-right: .5%;
        margin-bottom: .5%;
    }

    .news_list li:nth-child(4n) {
        margin-right: 0;
    }

    /*ページタイトル*/
    #page_tit .title_h {
        height: 100vh;
        padding: 50px 0 60px 0;
    }

    #page_tit .products {
        padding: 0;
    }

    #page_tit .key_inner {
        position: relative;
        height: 100%;
    }

    #page_tit .key_00 {
        width: 20%;
        position: absolute;
        top: 10%;
        left: 0;
        transform: translateY(-50%);
    }

    #page_tit .key_01 {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    #page_tit .key_02 {
        float: right;
        width: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .key_btn {
        font-size: 20px;
        position: relative;
        display: block;
        width: 250px;
        margin: 30px auto;
        margin-top:10px;
        padding: 10px;
        text-align: center;
        color:#d2d2d2;
        background-color: #1c1c1c;
        border:1px solid #FFFFFF;        
    }
    .key_btn:visited {
        color:#d2d2d2!important;        
    }
    .key_btn:hover {
        color:#999999!important;        
    }   

    #page_tit .products ul li img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    /*旭コンステックの技術力*/
    .echnology .txt .sub {
        margin: 10px 0 40px;;
    }

    .echnology .txt {
        padding: 30px;
    }
    
    .yugothic {
    font-family: YuGothic, Yu Gothic, sans-serif;
    }
    
    .yugothic_b {
    font-family: YuGothic, Yu Gothic, sans-serif;
    font-weight: bold;
    }
    .button_wrapper {
    margin-top:-116px;

    }
    /*.text:hover + .fukidashi {
        display: block;
    }*/
}

@media (min-width: 1220px) {
}

@media (max-width: 1219px) {
    #main_header .logo {
        width: 260px;
    }

    #g_nav ul li {
        padding: 0 16px;
    }
}

@media (max-width: 991px) {
    #main_header .logo {
        width: 100%;
        padding-right: 110px;
    }

    .to_contact {
        right: 45px;
    }

    #g_nav {
        padding-right: 48px;
        display: none;
        position: absolute;
        width: 100%;
        top: 65px;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        border: 2px solid #000;
    }

    .to_contact a {
        width: 48px;
        overflow: hidden;
    }

    .news_list li {
        width: 40%;
        padding-bottom: 40%;
        margin-right: .5%;
    }

    /*ページタイトル*/
    #page_tit .title_h {
        padding: 50px 0 60px 0;
        text-align: center;
    }

    #page_tit .products {
        padding: 0;
    }

    #page_tit .key_00 {
        margin-bottom: 20px;
    }

    #page_tit .key_01 {
        margin-bottom: 20px;
    }

    #page_tit .products ul li {
        width: 50%;
    }

    /*ラインアップ*/
    .lineup ul li {
        width: 50%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
}

@media screen and (max-width: 1024px) {
	 .news_list .mask {
        opacity: 1;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .pagiNation {
        bottom: 120px;
    }

    .bnr_tec ul li .photo {
        text-align: center;
    }

    .news_list li {
        width: 90%;
        padding-bottom: 90%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .news_list dl {
        /* position: static; */
        top: 0;
    }

    .news_list .mask {
        opacity: 1;
        height: auto;
    }

    .news_list dl dt, .news_list .mask {
        background-color: #000;
    }

    #footer .logo {
        width: 100%;
        margin-bottom: 10px;
    }

    #footer .flex_bnr {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #footer .flex_bnr li {
        margin-bottom: 10px;
    }


    #footer .copyright {
        text-align: center;
    }

    #key_visual .key_txt {
        width: 100%;
		max-width: 500px;
    }

    /*旭コンステックの技術力*/
    .echnology .bg img {
        display: none;
    }

    .echnology .txt {
        background-color: #8a2b1f;
    }

    .tab_nav ul li + li {
        margin-top: 10px;
    }

    .item_detail .photo {
        margin-bottom: 20px;
    }

    /*ラインアップ*/
    .lineup ul li {
        float: none;
        width: 100%;
        text-align: center;
    }

    .tit02 .sub {
        display: block;
    }

    .table02 {
        width: 800px;
    }

    .scroll {
        overflow: auto;
        white-space: nowrap;
    }

    .scroll::-webkit-scrollbar {
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }

    .table01 th, .table01 td {
        width: 100%;
        display: block;
        border-top: none;
    }
}

/* 17.03.27 追加 */
@media screen and (max-width: 480px) {
#key_visual .key_txt {
	width: 100%;
	max-width: 380px;
}
}

.fullSlideShow ul li dl {
    position: absolute;
    top: 75%;
    right: 12%;
    width: 20%;
    background:none;
    padding: 10px;
}

.fullSlideShow ul li dl dt, .fullSlideShow ul li dl dd {
    /*font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;*/
    font-weight: bold;
    font-weight: bolder;
    color: #fff;
    font-size: 75%;
    font-size: 12px;
    text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
}

.fullSlideShow ul li dl dt {
    float: left;
    display: inline-block;
}

.fullSlideShow ul li dl dd.indent {
    padding-left: 4em;
}

/*@media screen and (max-width:1500px) {
.fullSlideShow ul li dl {
	top: 75%;
	right: 17%;
	width: 28%;
}
}*/

/*@media screen and (max-width:1210px) {
.fullSlideShow ul li dl {
	top: 75%;
	right: 22%;
	width: 23%;
}*/
/*.fullSlideShow ul li dl dt, .fullSlideShow ul li dl dd {
	font-size: 100%;
}
}*/

@media screen and (max-width: 1240px) {
    .fullSlideShow ul li dl {
        top: 75%;
        right: 10%;
        width: 20%;
    }
}

@media screen and (max-width: 990px) {
    .fullSlideShow ul li dl {
        top: 75%;
        right: 18%;
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .fullSlideShow ul li dl {
        top: 35%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 330px;
        height: 20%;
        overflow-y: hidden;
    }
    .key_btn {
        font-size: 20px;
        position: relative;
        display: block;
        width: 250px;
        margin: 15px auto;
        margin-top:10px;
        padding: 10px;
        text-align: center;
        color:#d2d2d2;
        background-color: #1c1c1c;
        border:1px solid #FFFFFF;        
    }
    .key_btn:visited {
        color:#d2d2d2!important;        
    }
    .key_btn:hover {
        color:#999999!important;        
    }    
    .button_wrapper{
        margin-top:-98px;
    }
}


@media screen and (max-width: 375px) {
    .key_btn {
        font-size: 14px;
        position: relative;
        display: block;
        width: 250px;
        margin: 15px auto;
        margin-top:10px;
        padding: 8px;
        text-align: center;
        color:#d2d2d2;
        background-color: #1c1c1c;
        border:1px solid #FFFFFF;        
    }   
    .button_wrapper{
        margin-top:-85px;
    }
}

.bnr_tec ul li.bell dt, .bnr_tec ul li.geo dt, .bnr_tec ul li.ass dt {
    border-bottom: 1px solid #d2d2d2;
}

.fukidashi.f_01 {
    top: -80px;
}

.fukidashi.f_02 {
    top: -12px;
}

.fukidashi.f_03 {
    top: -12px;
}

.fukidashi.f_04 {
    top: -25px;
}

.number {
    background: #000;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
.new_number {
    margin-top: 5px;
}
.new_number > div {
    width: 880px;
    margin: 0 auto 40px;
}
@media screen and (max-width:768px) {
    .new_number > div {
        width: 100%;
        margin: 0 auto 20px;
    }
}
.grid-sm-6 {
    position: relative;
}

.icon01, .icon02, .icon03, .iconno {
    display: block;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    font-size: 90%;
    font-weight: bold;
}

.icon01 {
    background: #FFFF00;
    color: #000;
}

.icon02 {
    background: #FF9900;
}

.icon03 {
    background: #D53131;
}

.iconno {
    background: none;
}

p.point {
    padding: 0 0.5em;
    font-weight: bold;
    font-size: 120%;
    display: inline-block;
    background: linear-gradient(transparent 60%, rgba(251, 106, 49, 0.60) 60%);
}

.point_list {
    padding: 20px 20px 5px 60px;
    list-style: disc;
}

.point_list li {
    margin-bottom: 5px;
}

.caution {
    padding: 0 0 0 40px;
    font-size: 80%;
}

.table03 {
    border: none;
}

.table03 .img img {
    width: 100%;
}

.table03 th, .table03 td {
    border-bottom: 1px solid #000;
    padding: 10px;
    text-align: center;
    width: 40%;
}

.table03 th:first-child, .table03 td:first-child {
    border-bottom: none;
    text-align: right;
    width: 20%;
}

.table03 .img td {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .point_list {
        padding: 20px 5px 5px 2em;
        list-style: disc;
    }

    .point_list li {
        margin-bottom: 5px;
    }

    .caution {
        padding: 0 0 0 1em;
        font-size: 80%;
    }
}

.icon_arrow {
    padding-left: 2rem;
    position: relative;
}

.icon_arrow:before, .icon_arrow:after {
    content: "";
    display: block;
    position: absolute;
}

.icon_arrow:before {
    width: 17px;
    height: 17px;
    border-radius: 2px;
    background: #d06868;
    left: 0;
    top: 2px;
}

.icon_arrow:after {
    border: 5px solid transparent;
    border-left-color: #fff;
    left: 7px;
    top: 5px;
}

.beautility img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.beautility section {
    margin-bottom: 60px;
}

.tit04 {
    margin: 20px 0 10px;
    font-size: 110%;
    border-bottom: 4px solid #ebe8df;
    text-align: center;
}

.beautility_tit {
    background: #fff;
    display: block;
    width: 100%;
    padding: 80px;
    font-size: 250%;
    text-align: center;
}

.assemble .grid-md-6 ul {
    list-style: disc;
}

.assemble .grid-md-6 ul li {
    font-size: 80%;
}

.assemble .grid-md-6 ul:first-child {
    margin-bottom: 10px;
}

.assemble .icon_arrow {
    margin-bottom: 5px;
    font-size: 95%;
    margin-left: -1em;
}

.tit05 {
    border: 1px solid #000;
    padding: 20px;
    margin: 20px auto 0;
    font-size: 150%;
    text-align: center;
}

#page_tit .sound_insulation {
    background: url(../img/assemble_technology/sound_insulation/tit01_bg.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .airly_highwall {
    background: url(../img/assemble_technology/airly_highwall/tit01_bg.jpg) no-repeat center top;
    background-size: cover;
}

#page_tit .assemble_technology {
    background: url(../img/assemble_technology/tit01_bg.jpg) no-repeat center top;
    background-size: cover;
}

@media (max-width: 768px) {
    .assemble .grid-md-6 ul {
        padding: 0 20px;
    }

    .assemble p.icon_arrow {
        margin: 0 0 5px 0;
    }
}

.table04 {
    border: 1px solid #000;
    font-size: 14px
}

.table04 .img img {
    width: 100%;
}

.table04 th, .table04 td {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    width: 20%;
}

.table04 td:first-child {
    text-align: left;
}

.table04 .img td {
    border: 1px solid #000;
}

@media (max-width: 768px) {
    .table04 {
        font-size: 12px
    }
}

.toTop{
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 99999;
}


/*追記_20180803*/
.colWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.colWrap .col2-1 {
	width: -webkit-calc( 50% - 10px );
	width: calc( 50% - 10px );
}
.colWrap .col3-1 {
	width: -webkit-calc( 100% / 3 - 10px );
    width: calc( 100% / 3 - 10px );
}
.colWrap .col3-2 {
	width: -webkit-calc( (100% / 3)*2 - 20px );
	width: calc( (100% / 3)*2 - 20px );
}
.colWrap .col4-1 {
    width: 25%;
}
.colWrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1000px) {
	.colWrap .col2-1 {
		width: 100%;
        text-align: center;
	}
	.colWrap .col3-1 {
		width: 100%;
		padding: 15px 10px;
        text-align: center;
	}
	.colWrap .col3-2 {
		width: 100%;
		padding: 15px 10px;
        text-align: center;
	}
    .colWrap .col4-1 {
		width: 100%;
		padding: 15px 10px;
        text-align: center;
	}
	.colWrap .img {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.colWrap .col3-1 {
		width: 100%;
		padding: 15px 0;
	}
	.colWrap .col3-2 {
		width: 100%;
		padding: 15px 0;
	}
    .colWrap .col4-1 {
        width: 100%;
    }
}

*共通レイアウトcss*/
.clear { clear: both; }

.mrgT5 { margin-top: 5px; }
.mrgT10 { margin-top: 10px; }
.mrgT15 { margin-top: 15px; }
.mrgT20 { margin-top: 20px; }
.mrgT25 { margin-top: 25px; }
.mrgT30 { margin-top: 30px; }
.mrgT40 { margin-top: 40px; }
.mrgT50 { margin-top: 50px; }
.mrgT60 { margin-top: 60px; }
.mrgT70 { margin-top: 70px; }
.mrgB5 { margin-bottom: 5px;}
.mrgB10 { margin-bottom: 10px; }
.mrgB15 { margin-bottom: 15px; }
.mrgB20 { margin-bottom: 20px; }
.mrgB25 { margin-bottom: 25px; }
.mrgB30 { margin-bottom: 30px; }
.mrgB40 { margin-bottom: 40px; }
.mrgB50 { margin-bottom: 50px; }
.mrgB60 { margin-bottom: 60px; }
.mrgB70 { margin-bottom: 70px; }

.floatL { float: left; }
.floatR { float: right; }
.fontBold { font-weight: bold; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.yellow{
    color: #f1de05;
}

/*Airly ハイウォール*/
.airly_highwall section{
    padding: 0 20px;
}
.airly_highwall section h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid #2b4379;
}
.airly_highwall .catch{
    margin-top: 15px;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 30px;
}

/*Airlyハイウォール 20220630追記*/
@media (min-width: 992px) {
#page_tit .airly_highwall .key_02{
        width: 50%;
        position: absolute;
        top: 80%;
        left: 0;
        transform: translateY(-50%);
    }
}

/*design_cocktail 20230331追記*/
.SRシリーズ_news{
	font-size: 18px;
	text-align:center;
}

/*BelleTechnology 20231225追記*/
.strong {
	font-weight: bold;
}

/*products 20231226修正*/
.belle_news{
	font-size: 18px;
    font-size: 1.8rem;
	text-align: center;
	color:red;
	text-decoration: underline;
	margin: 0 5px;
}

@media (min-width: 992px) {
.news_bnr {
	margin: 0 25%;
    padding-right: 15px;
    text-align: right;
	}
}

