@charset "UTF-8";
/*semilarge-------------------------------------------------------------------*/

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



}

/*small-------------------------------------------------------------------*/

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

/* --------------------------------------------------------------- */
/* トップページ
/* --------------------------------------------------------------- */

/*トップページメイン画像*/

.main_imgbox {
    width: 93%;
    text-align: center;
    margin: 0 auto;
    }
}

/*tablet--------------------------------------------------------------------------------------------------------------------------------------*/

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

/*ボックス指定*/

.content_1000 {
    width: 90%;
    margin: 0 auto;
    }

.content_shokai {
    width: 97%;
    margin: 0 auto;
    }



/* --------------------------------------------------------------- */
/* ヘッダー指定
/* --------------------------------------------------------------- */

header {
    position: relative;
    z-index: 1;
    }

.header_bigbox01 {
    margin: 30px auto 20px;
    justify-content: flex-start;
    }


.hasei_header {
	padding-bottom: 1px;
    }

/*ロゴ*/

.header_box01 {
    width: 40%;
    }

.logo {
    max-width: 100%;
    }


/*お問い合わせ*/

.header_box02 {
    width: 30%;
    margin-left: 50px;
    }

.header_box02_item {
    flex-direction: column;
    justify-content: flex-end;
    }

.header_tel {
    max-width: 100%;
    }

.header_contact {
    max-width: 100%;
    margin-top: 15px;
    }

/* --------------------------------------------------------------- */
/* グローバルメニュー
/* --------------------------------------------------------------- */

/*ハンバーガーボタン*/

#menu_btn {
    display: block;
    position: absolute;
    top: 4%;
    right: 5%;
    padding: 0 0 0 5px;
    background: rgba(255,255,255,0);
    z-index: 3;
    }


#menu_btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    }


#menu_btn span:nth-child(1) {
    top: 0;
    }

#menu_btn span:nth-child(2) {
    top: 10px;
    }

#menu_btn span:nth-child(3) {
    top: 20px;
    }

.menu_btn_tx {
    margin-top: 30px;
    margin-left: -12px;
    font-size: .9rem;
    background: #fff;
    padding: 0 10px;
    }

/* --------------------------------------------------------------- */

/*ハンバーガーボタン：開閉時*/

.active #menu_btn {
    top: 4%;
    right: 5%;
    position: absolute;
    }

.active #menu_btn span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    transform: rotate(35deg);
    }

.active #menu_btn span:nth-child(2) {
    width: 0;
    }

.active #menu_btn span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
    }

/* --------------------------------------------------------------- */

/* グローバルメニュー */


.gloval_menu_box {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
    }

.active {
    overflow: hidden;
    }

/* safari */
_::-webkit-full-page-media, _:future, :root .active {
    overflow: visible;
    }

.active .gloval_menu_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    }

.gloval_menu_box ul {
    display: block;
    right: 0;
    left: 0;
    width: 50%;
    height: 100%;
    margin-left: auto;
    padding-top: 70px;
    background: #fff;
    }

.gloval_menu_box li {
    position: static;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: bold;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
    }

.gloval_menu_box li:hover {
    border-left: none;
    border-right: none;
    }


.gloval_menu_box li a {
    display: block;
    border-left: none;
    border-right: none;
    border-bottom: none;
    }


.gloval_menu_box li a:hover {
    background: #fff;
    border-left: none;
    border-right: none;
    }

.gloval_menu_box li:hover ul li {
    background: #f3f3f3;
    }


/* --------------------------------------------------------------- */

.gloval_menu_box li ul {
    position: static;
    display: block;
    width: 90%;
    height: 100%;
    left: 0;
    padding-top: 0;
    margin-right: auto;
    }

.gloval_menu_box li:hover ul {
    display: block;
    position: static;
    width: 90%;
    height: 100%;
    padding-top: 0;
    }

.gloval_menu_box li ul li {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: normal;
    border-bottom: none;
    border-left: none;
    border-right: none;
    }

.gloval_menu_box li ul li a {
    margin: 0;
    padding: 10px;    
    background: none;
    border-bottom: 1px dotted #ccc;
    }

.gloval_menu_box li ul li:last-child a {
    border-bottom: none;
    }


.gloval_menu_box li ul li a:before {
    content: ">";
    position: relative;
    top: -1px;
    left: -5px;
    font-weight: bold;
    color: #999;
    }


.gloval_menu_box li ul li a:hover {
    background: none;
    transition: none;
    }


/* --------------------------------------------------------------- */
/* フッター
/* --------------------------------------------------------------- */


/*フッターコンタクトバナー*/

.footer_contact_bg01 {
    margin: 60px auto 10px;
    }


/*フッターメニューエリア*/

.footer_bg01 {
    padding: 30px 0;
    }

.footer_menu_tibox {
    font-size: 1.2rem;
    }

.footer_menu_tibox p:nth-child(2) {
    width: 20%;
    text-align: center;
    font-size: 1rem;
    }

/* --------------------------------------------------------------- */

.footer_menu_bigbox {
    flex-wrap: wrap;
    }

.footer_menu_box {
    width: 100%;
    }

.footer_menu_box:nth-child(2) {
    width: 100%;
    }

.footer_menu_tx {
    font-size: 1.1rem;
    }


.footer_menu_box:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px auto 0;
    }

.footer_menu_box:nth-child(2) a {
    width: 45%;
    max-width: 200px;
    }

.footer_menu_box:nth-child(2) a:nth-child(2) {
    margin-left: 20px;
    max-width: 210px;
    }

.footer_menu_box:nth-child(2) a:first-child {
    margin-bottom: 0;
    }

/* --------------------------------------------------------------- */

.footer_contact_box a {
    width: 45%;
    }

/*フッターロゴエリア*/

.footer_logo_bigbox {
    flex-wrap: wrap;
    margin-top: 20px;
    }

.footer_logo_box {
    width: 100%;
    margin: 0 auto;
    }

.footer_logo_box:first-child {
    max-width: 300px;
    margin: 30px auto;
    }

.footer_logo_box:nth-child(2) {
    width: 100%;
    }


.footer_logo_item:first-child div {
    width: auto;
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    }

.footer_logo_item img {
    max-width: 150px;
    }

.footer_logo_item {
    flex-wrap: wrap;
    }

.footer_logo_item div {
    margin: 0 auto;
    text-align: center;
    }

.footer_logo_item p {
    line-height: 1.8;
    margin-bottom: 10px;
    }

.footer_logo_item div:nth-child(2) {
    width: 100%;
    }

/*フッターコピーライト*/

.footer_tx01 {
    padding: 30px 0;
    text-align: center;
    color: #999;
    }


/* --------------------------------------------------------------- */
/* パンクズ
/* --------------------------------------------------------------- */

.pankuzu_box02 {
    margin-top: 30px;
    }

/* --------------------------------------------------------------- */
/* 派生タイトルまわり
/* --------------------------------------------------------------- */

.hasei_ti_box01 {
    margin: 30px auto 10px;
    }


.hasei_ti_box01 p {
    font-size: 1.2rem;
    }

/* --------------------------------------------------------------- */
/* トップページ
/* --------------------------------------------------------------- */

/*トップページメイン画像*/

.main_imgbox {
    width: 100%;
    }

/*トップバナーエリア*/

/*.top_bana_bigbox01 {
    margin-top: 50px;
    }*/


/*トップニュースエリア*/


.top_info_bigbox01 {
    flex-direction: column;
    margin-top: 30px;
    }

.top_info_ti {
    align-items: center;
    margin-bottom: 20px;
    }

.top_info_ti a {
    max-width: 160px;
    }

.top_info_item {
    width: 100%;
    }

.top_info_item:first-child {
    width: 100%;
    margin-bottom: 30px;
    }

.top_info_item li {
    margin-top: 10px;
    padding-bottom: 10px;
    }

.top_h1 {
    margin-bottom: 10px;
    font-size: 1.7rem;
    }

/*トップ展示場・実績エリア*/

.top_info_bigbox02 {
    margin-top: 40px;
    }

.top_info_bigbox02 h2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    }

.top_info_bigbox02 h2:before {
	margin-right: 10px;
    }

.top_info_bigbox02 h2:after {
	margin-left: 10px;
    }


/*トップブログエリア*/

.top_blog_bg01 {
    margin: 40px auto;
    padding: 40px 0;
    }

.top_blogti_box {
    margin-bottom: 10px;
    }

.top_blogti_box a {
    max-width: 160px;
    }


.top_blog_box {
    flex-wrap: wrap;
    }

.top_blog_box a {
    flex-basis: 48%;
	margin-top: 5%;
}



/*トップ施工事例エリア*/

.top_gallery_bg01 {
    padding: 0;
    }

.top_gallery_item {
    width: 30%;
    }

.top_gallery_item:first-child {
    width: 100%;
    margin: 30px 0;
    }

.top_gallery_item:first-child h2 {
    max-width: 250px;
    margin-bottom: 30px;
    }

.top_gallery_item:first-child h3 {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 3rem;
    }

.top_gallery_item:first-child h3 br {
    display: none;
    }

.top_gallery_item:first-child h4 {
    margin-left: 0;
    }

.top_gallery_item:first-child h4 br {
    display: none;
    }

.top_gallery_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 50px;
    }

.top_gallery_tx {
    width: 100%;
    }

.top_gallery_ti {
    display: none;
    }

.top_gallery_item h3 img {
    margin-top: 30px;
    max-width: 200px;
    }

.top_gallery_ti_tab {
    display:  block;
    }

.top_gallery_tx h4 {
    text-align: left;
    }

.top_gallery_tx h4 br {
    display: none;
    }

.top_gallery_img {
    width: 100%;
    }


/*トップコンテストエリア*/

.top_contest_bg01 {
    margin: 60px auto;
    max-height: 380px;
    background-size: 130%;
    }

.top_contest_bana {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    }

.top_contest_bana a {
    width: 30%;
    min-width: 300px;
    max-width: 300px;
    padding: 270px 80px 280px;
    top: -75px;
    margin: 0 auto;
    text-align: center;
    }


.top_contest_icon {
    width: 18%;
    max-width: 150px;
    margin-bottom: -25%;
    top: 25px;
    left: 13%;
    }

/*トップ映像エリア*/

.top_youtube_bigbox {
    margin: 50px auto 0;
    }

.top_youtube_bigbox h2 {
    max-width: 100%;
    margin: 0 auto 30px;
    }

.top_youtube_box {
    flex-wrap: wrap;
    }

.top_youtube_item {
    width: 100%;
    }

.top_youtube_item:nth-child(2) {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    }

.top_youtube_item:nth-child(2) a {
    width: 49%;
    }

.top_youtube_item:nth-child(2) a:first-child {
    margin-bottom: 0;
    }


/* --------------------------------------------------------------- */
/* 企業情報ページ
/* --------------------------------------------------------------- */

/*企業情報　メインタイトル*/

.company_tibox01 {
    margin: 30px auto 0;
    }

.company_tibox01 h2 {
    padding: 60px 0;
    }


/*企業情報　サブタイトル*/

.company_subtibox01 h2 {
    font-size: 3rem;
    }

.company_subtibox02 {
    margin: 80px auto 50px;
    }

/* --------------------------------------------------------------- */

/*企業情報　会社情報*/

.company_info_ti {
    padding: 13% 0;
    background-size: 100%;
    }

.company_info_ti h3 {
    font-size: 3.5rem;
    }

.company_info_ti p {
    max-width: 250px;
    margin: 30px auto 0;
    }


.company_info_box01 {
    margin: 30px auto;
    }

/* --------------------------------------------------------------- */

/*企業情報　施工実績*/


.company_works_img {
    margin: 40px auto;
    }

.company_works_bigbox {
    padding: 30px;
    }

.company_works_box:first-child {
    margin-bottom: 20px;
    }

.company_works_item01 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    }

.company_works_item01 h3 {
    margin-bottom: 10px;
    white-space: wrap;
    }

.company_works_item01 p {
    margin-left: 0;
    font-size: 1.2rem;
    }

.company_works_list01 li {
    font-size: 1.4rem;
    }

.company_works_list02 ul:nth-child(2) {
    margin: 0 15px;
    }

/* --------------------------------------------------------------- */

/*企業情報　会社情報*/

.company_history_bigbox {
    flex-direction: column;
    }

.company_history_box01 {
    width: 90%;
    }

.company_history_box02 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    }

/* safari */
_::-webkit-full-page-media, _:future, :root .company_history_box02 {
    max-width: 100%;
    }

.company_history_box02 p {
    width: 33.3%;
    }

/* --------------------------------------------------------------- */

/*企業情報　会社概要*/

.company_plofile_box01 {
    margin-bottom: 60px;
    }

.company_plofile_box01 th {
    width: 25%;
    text-align: left;
    }


/* --------------------------------------------------------------- */

/*企業情報　メディア紹介*/

.company_youtube_bigbox01 {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
    }

.company_youtube_box01:first-child {
    width: 100%;
    }

.company_youtube_box01:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    }

.company_youtube_bigbox01 h3,.company_youtube_bigbox02 h3 {
    margin: 0 0 10px;
    }

.company_youtube_bigbox01 h3 br,.company_youtube_bigbox02 h3 br {
    display: none;
    }

.company_youtube_bigbox02 {
    flex-wrap: wrap;
    margin-top: 40px;
    }

.company_youtube_box02:first-child {
    width: 100%;
    margin-bottom: 20px;
    }

.company_youtube_box02 {
    width: 100%;
    }

/* --------------------------------------------------------------- */

/*企業情報　社会貢献*/

.company_activityimg {
    display: none;
    }

.company_activityimg_sp {
    display: block;
    }

.company_activity_bigbox {
    margin-bottom: 60px;
    }

.company_activity_bigbox h3 {
    margin-top: 40px;
    }

.company_activity_bigbox table {
    margin-top: 20px;
    }

.company_activity_bigbox th {
    width: 20%;
    text-align: left;
    }

/* --------------------------------------------------------------- */

/*企業情報　展示場挨拶*/

.company_tenji_greeting h3 {
    margin: 80px auto 30px;
    font-size: 3rem;
    text-align: left;
    }


.company_tenji_greeting h4 {
    font-size: 1.4rem;
    text-align: left;
    }

.company_tenji_greeting h4 br {
    display: none;
    }

/* --------------------------------------------------------------- */

/*企業情報　展示場指定*/

.company_tenji_addr {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #777;
    }

.company_tenji_addr br {
    display: block;
    }

.company_tenji_addr span {
    margin-left: 0;
    }

/* --------------------------------------------------------------- */

/*企業情報　展示場画像指定*/

.company_tenji_bigbox {
    margin-top: -30px;
    }

.company_tenji_link {
    top: -50px;
    max-width: 100px;
    }

.company_tenji_link img:hover {
    opacity: 1;
    transition: none;
    }

/* --------------------------------------------------------------- */
/* よくある質問ページ
/* --------------------------------------------------------------- */

/*よくある質問　タイトル*/

.qa_tibox01 {
    margin-top: 30px;
    }

.qa_tibox01 h2 {
    font-size: 1.8rem;
    }

/* --------------------------------------------------------------- */


/*よくある質問　質問ボックス*/

.qa_btn h3 {
    width: 80%;
    margin-left: 35px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #627EEE;
    }


/*よくある質問　質問ボックス：開閉時*/

.qa_contents {
    padding: 20px;
    }

.qa_contents_item p {
    font-size: 1.6rem;
    }


/*よくある質問　リンク設定*/

.qa_link01 {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 10px 0;
    }

.qa_link_box01,.qa_link_box02 {
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto 0;
    }

.qa_link_box01 a,.qa_link_box02 a {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 10px 0;
    font-size: 1.4rem;
    }

.qa_link_box02 a {
    width: 100%;
    }

}


/*smartphone------------------------------------------------------------------------------------------------------------------------------*/

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



body {
    -webkit-text-size-adjust: 100%;
    }

/* 電話番号設定 */

a[href^="tel:"] {
    pointer-events: auto;
    }
/*追従バナー*/
.fixbox{    
    padding-right: 10px;
    padding-bottom: 10px;
    }
.fix_mitsumori{
	margin: 0 5px;
}

/* --------------------------------------------------------------- */
/* ヘッダー指定
/* --------------------------------------------------------------- */

.header_bigbox01 {
    display: block;
    margin: 30px auto 20px;
    }

/*ロゴ*/

.header_box01 {
    width: 78%;
    max-width: 300px;
    }

.logo {
    display: none;
    }

.logo_sp {
    display: block;
    }

/*お問い合わせ*/

.header_box02 {
    display: none;
    }

/* --------------------------------------------------------------- */
/* 派生タイトルまわり
/* --------------------------------------------------------------- */

.hasei_ti_box01 {
    flex-direction: column;
    align-items: flex-start;
    }

.hasei_ti_box01 h1 {
    max-width: 250px;
    }

.hasei_ti_box01 p {
    margin-top: 10px;
    font-size: 1.2rem;
    }


/* --------------------------------------------------------------- */
/* グローバルメニュー
/* --------------------------------------------------------------- */

/* グローバルメニュー */

.gloval_menu_box ul {
    width: 70%;
    }


/* --------------------------------------------------------------- */
/* フッター
/* --------------------------------------------------------------- */


/*フッターコンタクトバナー*/

.footer_contact_bg01 {
    margin: 30px auto 10px;
    padding: 20px 0;
    }

.footer_contact_bana {
    display: none;
    }

.footer_contact_bana_sp {
    display: block;
    }


/*フッターメニューエリア*/

.footer_bg01 {
    padding: 30px 0;
    }

.footer_menu_tibox {
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    }

.footer_menu_tibox p {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    }

.footer_menu_tibox p:nth-child(2) {
    width: 100%;
    margin-top: 10px;
    font-size: 1.3rem;
    }

/* --------------------------------------------------------------- */

.footer_bana_box {
    flex-wrap: wrap;
    }

.footer_bana_box p {
    width: 100%;
    }

.footer_bana_box p:nth-child(2) {
    margin: 20px auto;
    }

/* --------------------------------------------------------------- */


.footer_menu_box {
    width: 100%;
    }

.footer_menu_tx {
    flex-wrap: wrap;
    justify-content: flex-start;
    }

.footer_menu_item {
    width: 30%;
    padding-right: 3%;
    margin-bottom: 10px;
    font-size: 1rem;
    }

.footer_menu_box:nth-child(2) {
    margin: 10px auto 0;
    }

/* --------------------------------------------------------------- */

.footer_contact_box {
    flex-wrap: wrap;
    margin-top: 20px;
    }

.footer_contact_box a {
    width: 100%;
    }

.footer_contact_box a:first-child {
    margin-bottom: 10px;
    margin-right: 0;
    }

/*フッターコピーライト*/

.footer_tx01 {
    padding: 0 0 20%;
    }


/* --------------------------------------------------------------- */
/* トップページ
/* --------------------------------------------------------------- */

/*トップページメイン画像*/

.main_imgbox {
    width: 100%;
    }
	
.slick-track li.slick-slide img {
    border-radius: 0;
    box-shadow: none;
    }
	
.slick-track li.slick-slide {
	padding:0;
    width: +10px;
}

/*イベント・フェアエリア*/
.top_fair {
    margin-top: 10%;
}

/*トップバナーエリア*/

.top_bana_bigbox01 {
    flex-wrap: wrap;
	margin-top: 25px;
    }

.top_bana_item01 {
    width: 100%;
    }

.top_bana_item01:first-child {
    width: 100%;
    margin-bottom: 20px;
    }
	

/*トップカレンダーエリア*/

.top_month_bigbox {
    flex-wrap: wrap;
    }

.top_month_box {
    width: 100%;
    }

.top_month_box:first-child {
    margin-bottom: 30px;
    }

/*トップ展示場・実績エリア*/

.top_info_bigbox02 {
    flex-wrap: wrap;
    }

.top_info_item02 {
    width: 100%;
    }

.top_info_item02:first-child {
    width: 100%;
    margin-bottom: 30px;
    }


/*トップブログエリア*/

.top_blog_item {
    margin-top: 10px;
    }

.top_blog_box a {
    flex-basis: 100%;
}
/*トップSDGs*/
.top_bana_sdgs {
    margin: 6% 0 12%;
}

/*トップ施工事例エリア*/

.top_gallery_item {
    width: 100%;
    }

.top_gallery_item:first-child h3 br {
    display: block;
    }
	
.top_gallery_item h3 img {
    max-width: 100%;
    }

.top_gallery_box {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
    }

.top_gallery_tx {
    width: 45%;
    }

.top_gallery_tx a {
    display: none;
    }

.top_gallery_tx h4 {
    display: none;
    }

.top_gallery_tx_sp {
    display: block;
    width: 100%;
    margin: 30px auto 50px;
    }

.top_gallery_tx_sp p {
    margin: 10px auto;
    font-size: 1.4rem;
    text-align: left;
    }

.top_gallery_btn_pc{display:none;}
.top_gallery_btn_sp{
	display: block;
padding: 10px;
color: #fff;
background: #A40013;
border-radius: 10px;
font-size: 1.4rem;
font-weight: bold;
text-align: center;
}

.top_gallery_ti_tab,.top_gallery_ti {
    display: none;
    }

.top_gallery_ti_sp {
    display: block;
    }

.top_gallery_img {
    width: 48%;
    }


/*トップコンテストエリア*/

.top_contest_bg01 {
    margin: 40px auto;
    max-height: auto;
    background-size: 130%;
    overflow: hidden;
    }

.top_contest_bana {
    display: none;
    }

.top_contest_bana_sp {
    display: block;
    }

.top_contest_icon {
    width: 25%;
    max-width: auto;
    margin-bottom: -27%;
    top: 25px;
    left: 0;
    }

.top_contest_bana_sp p {
    position: relative;
    top: -25px;
    max-width: 200px;
    }

.top_contest_bana_sp img {
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    }

/*トップ展示場エリア*/

.top_exhibition_box {
    flex-wrap: wrap;
    }

.top_exhibition_box a:nth-child(2) {
    margin: 20px auto;
    }

/*喫煙所バナー*/
.top_smork_green_bana{
	display:block;
}

.top_smork_green_bana02{
	margin-top:3%;
	padding-bottom: 5%;
}
/* --------------------------------------------------------------- */
/* 企業情報ページ
/* --------------------------------------------------------------- */

.company_works_item01_2 {
	width:100%;
    }
/*企業情報　メインタイトル*/

.company_tibox01 h2 {
    padding: 40px 0;
    font-size: 2rem;
    }


/*企業情報　サブタイトル*/

.company_subtibox01 h2 {
    font-size: 2.5rem;
    letter-spacing: 0;
    }

.company_subtibox02 {
    margin: 50px auto 30px;
    }

.company_subtibox02 h2:before {
	margin-right: 10px;
    }

.company_subtibox02 h2:after {
	margin-left: 10px;
    }

.company_subtiimg01 img {max-width: 100px;}
.company_subtiimg02 img {max-width: 100px;}
.company_subtiimg03 img {max-width: 270px;}
.company_subtiimg04 img {max-width: 120px;}
.company_subtiimg05 img {max-width: 200px;}
.company_subtiimg06 img {max-width: 155px;}
.company_subtiimg07 img {max-width: 200px;}
.company_subtiimg08 img {max-width: 170px;}

/* --------------------------------------------------------------- */

/*企業情報　会社情報*/

.company_info_ti {
    padding: 10% 0 8%;
    margin: 0 auto;
    }

.company_info_ti h3 {
    font-size: 2.5rem;
    }

.company_info_ti h3 br {
    display: block;
    }

.company_info_ti p {
    margin: 20px auto 0;
    }

.company_info_box01 {
    flex-direction: column;
    margin: 0 auto 30px;
    }

.company_info_box01_item {
    width: 100%;
    }

.company_info_box01_item:first-child {
    width: 100%;
    }

.company_info_box01_item p:nth-child(odd) {
    display: none;
    }
.company_info_box01_item:nth-child(2) {
    width: 100%;
    }

.company_human_sp {
    display: block;
    width: 60%;
    margin: 30px auto 20px;
    }


/* --------------------------------------------------------------- */

/*企業情報　施工実績*/

.company_works_img {
    margin: 20px auto 30px;
    }

/*企業情報　施工実績*/

.company_works_tx01 {
    margin: 0 auto 15px;
    text-align: left;
    }

.company_works_tx02 {
    margin: 0 auto 20px;
    text-align: left;
    font-size: 2.3rem;
    }

.company_works_tx02 br {
    display: none;
    }

.company_works_bigbox {
    padding: 20px;
    border-radius: 5px
    }

.company_works_item01 h3 {
    white-space: normal;
    }

.company_works_list01 ul {
    flex-direction: column;
    }

.company_works_list01 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 5px;
    }

.company_works_list02 {
    flex-direction: column;
    }

.company_works_list02 ul:nth-child(2) {
    margin: 0;
    }


/* --------------------------------------------------------------- */

/*企業情報　会社情報*/

.company_history_bigbox {
    flex-direction: column;
    padding: 20px;
    }

.company_history_box01 tr {
    display: block;
    margin-bottom: 10px;
    }

.company_history_box01 th {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: none;
    font-weight: bold;
    text-align: left;
    }

.company_history_box01 td {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
    }

/* --------------------------------------------------------------- */

/*企業情報　会社概要*/

.company_plofile_box01 {
    margin-bottom: 60px;
    }

.company_plofile_box01 tr {
    display: block;
    margin-bottom: 10px;
    }

.company_plofile_box01 th {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: none;
    }

.company_plofile_box01 td {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
    }
	
.company_plofile_box01 td p {
	border-top:none;
	border-bottom:none;
}


/* --------------------------------------------------------------- */

/*企業情報　メディア紹介*/


.company_youtube_box01:nth-child(2) {
    margin-bottom: 10px;
    }

.company_youtube_bigbox02 {
    margin-top: 30px;
    }

.company_youtube_box02:first-child {
    width: 100%;
    margin-bottom: 20px;
    }

/* --------------------------------------------------------------- */

/*企業情報　社会貢献*/

.company_activity_bigbox {
    margin-bottom: 30px;
    }

.company_activity_bigbox h3 {
    margin-top: 30px;
    }

.company_activity_bigbox tr {
    display: block;
    margin-bottom: 10px;
    }

.company_activity_bigbox th {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: none;
    font-weight: bold;
    }

.company_activity_bigbox td {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
    }

/* --------------------------------------------------------------- */

/*企業情報　展示場挨拶*/

.company_tenji_greeting h3 {
    margin: 40px auto 20px;
    font-size: 2.3rem;
    }

/* --------------------------------------------------------------- */

/*企業情報　展示場指定*/

.company_tenji_box01 {
    flex-direction: column;
    }

.company_tenji_inner01:first-child {
    width: 100%;
    }

.company_tenji_item {
    flex-wrap: wrap;
    }

.company_tenji_inner01 h3 {
     position: relative;
     top: 0;
     left: -20px;
     max-width: 100%;
    }

.company_tenji_item a:first-child {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    }

.company_tenji_item a:nth-child(2) {
    width: 48%;
    }
    
.company_tenji_item p {
    width: 48%;
    }

.company_tenji_inner01:nth-child(2) {
    width: 100%;
    margin-top: 20px;
    }


/* --------------------------------------------------------------- */

/*企業情報　展示場画像指定*/

.company_tenji_box02 {
    flex-direction: column;
    }

.company_tenji_inner02:first-child {
    margin-bottom: 20px;
    padding-top: 100%;
    }

.company_tenji_link {
    top: -50px;
    margin-bottom: -70px;
    }



/* --------------------------------------------------------------- */
/* 施工例一覧ページ
/* --------------------------------------------------------------- */

/*施工例一覧　タイトル*/

.gallery_ti_box {
    margin: 30px auto;
    }

.gallery_ti_box h1 {
    max-width: 100px;
    margin: 0 auto 20px;
    }

.gallery_ti {
    font-size: 2.8rem;
    }

.gallery_copy {
    max-width: 250px;
    margin: 20px auto 0;
    }



/*施工例一覧　カテゴリー*/

.gallery_cate_box {
    flex-wrap: wrap;
    }

.gallery_cate_box a {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    }

.gallery_cate_box a:nth-child(2) {
    margin: 30px auto;
    }

.gallery_cate_box a:hover {
    outline: none;
    }

/* --------------------------------------------------------------- */

/*施工例一覧　検索欄*/

.gallery_serch_bigbox {
    margin: 30px auto;
    padding: 25px 20px 5px;
    }

.gallery_serch_bigbox button {
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 0;
    }


/* --------------------------------------------------------------- */

/*施工例一覧　リスト*/

.gallery_list_bigbox h2 {
    margin: 0 auto 20px;
    }

.gallery_list_item {
    width: 48%;
    margin-right: 4%;
    }

.gallery_list_item:nth-child(3n) {
    margin-right: 4%;
    }

.gallery_list_item:nth-child(2n) {
    margin-right: 0;
    }


.gallery_list_item p {
    margin: 5px 0 15px;
    }

/* --------------------------------------------------------------- */

/*施工例一覧　ページネーション*/

.top_gallery_bg02 {
    margin: 20px auto;
    padding: 30px 0;
    }

.gallery_pagenate {
    margin-bottom: 15px;
    }



/* --------------------------------------------------------------- */
/* よくある質問ページ
/* --------------------------------------------------------------- */

/*よくある質問　質問ボックス：開閉時*/
.qa_contents_item {
    width: 90%;
    margin-right: 5%;
    }

}







