@charset "UTF-8";
    /*
    Theme Name:moclabo
    Description:
    Theme URI:https://moclabo.com
    Author: sakai
    Author URI:https://moclabo.com
    Version:5.0.1
    Text Domain: business
    License URI: https://moclabo.com
    Tags: blog 
    Requires at least: 5.0
    Tested up to: 5.4
    Requires PHP: 7.0
    */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,600&family=Playfair+Display:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&family=Roboto:wght@500;700&display=swap');
/****************************************

          Reset

*****************************************/

a:link,:visited {
    text-decoration: none;
}


html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,F
th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-spacing: 0;
}

fieldset,img,abbr,acronym {
	border: 0;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}



a {
	text-decoration: underline;
	outline: none;

}

a img,:link img,:visited img {
	border: none;
}



address {
	font-style: normal;
	display: inline;
}

.clear{
	margin:10px 0px 10px 0px;
	clear: both;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
figcaption,
footer,
header,
hgroup,
nav,
main,
summary {
	display: block; 
}


/****************************************

          Body

*****************************************/
body {
        margin: 0;
        padding: 0;
        text-align:left;
        font: 16px "游ゴシック",'Yu Gothic', Verdana,SourceHanSansJP,"Hiragino Kaku Gothic ProN",Meiryo,YuGothic,sans-serif;
        color: #000;
        -webkit-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
	line-height:25px;
	background:#FFF;
	font-weight: 500;
}

img{
       max-width: 100%;
       height: auto;
       width /***/:auto;　
       vertical-align:bottom;
}


/*****************************
パンくずリスト用CSS
*****************************/

#PanNavi{
     	text-align:right;
	padding:10px auto 10px auto;
	width:100%;   
	overflow: hidden;
	text-align:right;
	background:#b18247;
         color:#FFF;

}

#PanNavi a{
         color:#FFF;
}

.breadcrumbs{
         list-style-type:none;
         text-align:right;
         color:#FFF;
         width:90%;
         margin:10px auto;
        font-size: max(0.729vw, 14px); 
}

.breadcrumbs a{
         color:#FFF;

}

.breadcrumbs a:hover{
color:#FFF;
}


#breadcrumb_list > li >h1
{
	  display:inline;
	  font-weight:normal;
}

#breadcrumb_list > li
{
	  font-size:80%;
	  display:inline;
}

#breadcrumb_list > li+li:before
{
	  content:"\00a0>\00a0 ";
}

/* =TB
-----------------------------------------------------------------------------*/

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

/* =TB
-----------------------------------------------------------------------------*/

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

/* =TB
-----------------------------------------------------------------------------*/

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



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
}




/****************************************

         共通

*****************************************/
ul#pagenavi{
	width:1024px;
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:50px auto;
}



ul#pagenavi li.prev{
	width:32%;
}

ul#pagenavi li.top{
	text-align:center;
	width:32%;
}



ul#pagenavi li.next{
	text-align:right;
	width:32%;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	margin:10px 0px;
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
        justify-content: flex-end;
	width:90%;
 	margin:3em auto;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #8EC31F;
	padding: 6px 13px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
	color:#FFF; 
	background-color:#ccc; 
	border-color:#ccc;
    }


.wp-pagenavi span.current{
	color: #FFF;
	background-color: #8EC31F;
	border-color: #8EC31F;
	font-weight: bold;
    }

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background:#F8B62B;
	opacity: 0.6;
        z-index: 1;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color:#FFFFFF;
}

.TitleBox{
	text-align:center;
	width:90%;
	margin:2em auto;
}
.MainTitle{
        font-size:max(2.083vw,25px);
        font-family: '新ゴ M';
	position: relative;
	line-height:80%;
        color:#41210f;
	padding:20px 0;
        font-weight:700;
	border-bottom : solid 1px #595757;
        z-index:2;
        display:inline-block;

}

.MainTitle span{
	position: absolute;
	top:0;
	left:60%;
	color:rgba(247,247,247,0.9);
        font-family: 'Lexend Deca', sans-serif;
        z-index:-1;
        font-size:max(6.250vw,45px);
}

.PageTitle{
	font-family: "新ゴ M";
        font-size:max(1.563vw,35px);
	font-weight:700;
	line-height:1.25;
	margin-bottom:1em;
	text-align:center;
	color:#FFFFFF;
}

.PageTitle2{
	font-family: "新ゴ M";
        font-size:max(1.563vw,30px);
	font-weight:700;
	line-height:1.25;
	margin-bottom:1em;
	text-align:center;
		color:#41210f;
}



.PageTitle3{
	font-family: "新ゴ M";
        font-size: max(1.302vw, 25px); 
	font-weight:700;
	line-height:1.25;
	margin-bottom:1em;
	text-align:left;
	padding-bottom:5px;
}

.PageTitle3:after {
	display: block;
	content:"";
	width:100px;
	height:3px;
	background:#8EC31F;
}

.SbTitle{
        font-size:max(3.125vw,25px);
        font-family:"新ゴ M",'Roboto', sans-serif;
	position: relative;
	line-height:80%;
	margin:0 auto 1em;
	padding-top:20px;
	font-weight:700;
	text-align:center;
	display: inline-block;
}


.SbTitle:before{
	content: '';
	position: absolute;
	top:0;
	display: inline-block;
	width: 45px;
	left:0;
	border-top:5px solid #418968;
}

.SbTitle2{
	position: relative;
	display: inline-block;
	padding: 0 45px;
        font-size:max(3.125vw,20px);
        font-family:"新ゴ M",'Roboto', sans-serif;
	text-align:center;
	font-weight:700;
}


.SbTitle2 .small{
        font-size:max(1.198vw,16px);
	margin:2.3em auto .5em;
	font-weight:bold;
	text-align:center;
        display: block;
}

.SbTitle2 .Big{
        font-size:max(1.823vw,25px);
	color:#8EC31F;
}

.SbTitle2:before, .SbTitle2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width:100px;
	height: 2px;
	background-color: black;

}

.SbTitle2:before{
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.SbTitle2:after{
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.SbTitle2:before {
	left:-3%;
}
.SbTitle2:after {
	right:-3%;
}


#Content{
	width:100%;
	margin:0em auto 4em auto;
}

ul.PageNav{
	width:80%;
	margin:2em auto 2em auto;
	overflow: hidden;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;

}

ul.PageNav li{
	width:30%;
	text-align:center;
}


.archiveNav{
       	width:80%;
        display: flex;
        flex-wrap:wrap;
        justify-content: flex-end;
	margin: 2em auto 3em auto;
}


.archiveNav .Item{
       	width:49%;
	background:#e2f1fb;
	padding:1em 2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap:wrap;
}

.archiveNav .Item .Title{
	color:#036fb8;
	font-weight:bold;
        font-size: max(0.833vw, 16px); 
        display: inline-block;
	width:30%;
}

.archiveNav .Item .Form{
	width:68%;
	text-align:right;
}


.archiveNav .Item .Form .s-btn{
	padding:.5em .5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background:#FFD610;
}

.archiveNav .Item .Form select{
        border:0;
        padding:8px 20px;
        border:solid 1px #eee;
        margin:0 0 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.Tel{
        font-size: max(1.823vw, 35px); 
	font-family: 'Lexend Deca', sans-serif;
	margin:5px 0 8px;
}

.Tel a{
 	color:#FFFFFF;
	text-decoration: none;
}

.Tel .fas{
        font-size: max(1.042vw, 20px); 
	margin-right:10px;
}

ul.Banner{
	width:100%;
	margin:4em auto 0;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;

}

ul.Banner li{
	width:50%;
}

p{
	margin-bottom:10px;
}



.hr_g {
        border: 0;
        height:15px;
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(135deg, transparent, transparent 9px, rgba(0, 135, 59, 1) 9px, rgba(0, 135, 59, 1) 12px );
}

.Worp{
	width:70%;
         margin:3em auto;
}

.Campnyhead_img{
	position: relative;
        height:300px;
	background: url('images/head/campny_head.jpg') no-repeat center center;
}

#Container{
	width:100%;
         margin:4em auto 6em;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
}

#Main{
	width:90%;
         margin:0em auto 0em;
        z-index:1;
}

#Side{
	width:10%;
        font-size:max(0.781vw,15px);
        z-index:30;

}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 60px;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( min-width:1368px) {
.PageTitle2 .clear{
    display:none;
}
}



/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
.PageTitle2 .clear{
    display:none;
}
}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
.MainTitle{
	line-height:100%;

}

.Worp{
	width:90%;
         margin:2em auto;
}
.SbTitle2:before {
	left:-10%;
}
.SbTitle2:after {
	right:-10%;
}

}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and ( max-width:769px) {

.ggmap {
	width:90%;
}
.gg-p1{
	padding-bottom:56.25%;
}
.TitleBox{
	text-align:left;
}

.SbTitle2{
	padding: 0 80px;
}
.SbTitle2 .small{
        font-size:max(1.198vw,16px);
	margin:1.5em auto .5em;

}
.SbTitle2:before, .SbTitle2:after {
	width:40px;

}
#page_top{
        display: none;
}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Container{
         margin:3em auto 3em;
}
ul.Banner{
	margin:1em auto 0;
	line-height:1px;
}

ul.Banner li{
	width: 100%;
	margin:0px;
}

ul.fNavi{
         display: none;
}

.TitleBox{
	text-align:left;
	margin:0em auto 2em;
}

.MainTitle span{
	top:10px;
}

.SbTitle2{
	padding: 0 45px;
}

.SbTitle2:before {
	left:0%;
}
.SbTitle2:after {
	right:0%;
}

.PageTitle2 .clear{
    display:block;
}
.PageTitle{
        font-size:max(1.563vw,25px);
}
.PageTitle2{
	margin-bottom:.5em;
        font-size:max(3.125vw,25px);
}



.SbTitle{
        font-size:max(3.125vw,20px);
	margin:0 auto .5em;

}

.PageTitle3{
        font-size: max(1.302vw, 20px); 
}
.PageTitle3:after {
	width:100%;
}

.Tel a{
 	color:#FFFFFF;
	border-bottom : solid 1px #FFFFFF;

}
}



/* =======================================
        GoogleMap
======================================= */
#Google{
         margin:30px auto;
	overflow: hidden;
}
.ggmap {
	position: relative;
	height: 0;
	overflow: hidden;
        margin:0px auto 30px auto;
	width:100%;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.gg-p1{
	padding-bottom:34.25%;
}

.gg-p2{
	padding-bottom:56.25%;
}


/****************************************

         Header

*****************************************/
#Header{
        width:100%;
        margin: 0 auto 8em;
	position: relative;

}

#PageHead{
        width:100%;
        margin: 0 auto 0em;
	position: relative;

}
#Header nav,
#PageHead nav{
        text-align: center;
	width:100%;
	padding:5px 0 5px 0;
}

#Header nav ul,
#PageHead nav ul{
        position: relative;
        list-style: none;
        display: flex;
       justify-content: flex-end;
       align-items: center;
	width:100%;
	margin:0px 0;
}

/*2階層目以降は横並びにしない*/
#Header nav ul ul,
#PageHead nav ul ul{
        display: block;
}

#Header nav ul li.Navimenu,
#PageHead nav ul li.Navimenu{
	line-height:18px;

}

#Header nav ul li.Logo,
#PageHead nav ul li.Logo{
	margin-right:auto;
	margin-left:10px;
	width:15%;
}

/*ナビゲーションのリンク設定*/
#Header nav ul li.Navimenu a,
#PageHead nav ul li.Navimenu a{
    /*矢印の基点にするためrelativeを指定*/
        position: relative;
        display: block;
        text-decoration: none;
        color:#41210f;
        padding:12px 1.5rem 8px 1.5rem;
        transition:all .3s;
        font-size:max(1.010vw,17px);
	font-weight:bold; 
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height:45px;
}

#Header nav ul li.Navimenu a:hover::after,
#PageHead nav ul li.Navimenu a:hover::after {
        transform: scale(1, 1);

}

#Header nav ul li.Navimenu a span,
#PageHead nav ul li.Navimenu a span{
       display: block;
        font-size:max(0.505vw,10px);
        color:#FFF;
}

#Header nav ul li.Navimenu a:hover span,
#PageHead nav ul li.Navimenu a:hover span{
       display: block;
        font-size:max(0.505vw,10px);
        color:#f8b62b;
}

#Header nav ul li.Navimenu a::after,
#PageHead nav ul li.Navimenu a::after {
        position: absolute;
        bottom:-7px;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background:#f8b62b;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;

}

#Header nav ul li.headBt a,
#PageHead nav ul li.headBt a{
        position:relative;
	width:130px;
        height:40px;
	color:#FFFFFF;
        display: inline-block;
        padding:3px 6px;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color:#8fc41f;
        transition: 0.3s;
        text-align:center;
	border-radius:30px;
	margin-left:5px;
}


#Header nav ul li.headBt a p,
#PageHead nav ul li.headBt a p{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        width:100%;
	font-weight:bold;
        font-size: max(0.707vw, 13px); 
}



#Header nav ul li.headBt a:hover,
#PageHead nav ul li.headBt a:hover{	
        background-color:#A3B513;
}


#Header nav ul li a.Event,
#PageHead nav ul li a.Event{
        background:#41210F;
}

#Header nav ul li a.Catalog,
#PageHead nav ul li a.Catalog{
        background:#F8B62B;
}

#Header nav ul li a.Estimate,
#PageHead nav ul li a.Estimate{
        background:#B18247;
}

#Header nav ul li.has-child > a::before,
#PageHead nav ul li.has-child > a::before{
        content:'';
        position: absolute;
        left:0px;
        top:15px;
        width:6px;
        height:6px;
        border-top: 2px solid #999;
        border-right:2px solid #999;
        transform: rotate(135deg);
}


/*== 2層目の設定 */

#Header nav li.has-child ul,
#PageHead nav li.has-child ul{
        position: absolute;
        left:0;
        top:70px;
        z-index: 4;  
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
        background:rgba(255,255,255,0.8);
        width:100%;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
	padding:20px 5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

}

/*hoverしたら表示*/
#Header nav li.has-child:hover > ul,
#PageHead nav li.has-child:hover > ul{
        visibility: visible;
        opacity: 1;
}

/*各ナビゲーション横幅*/
#Header nav li.has-child ul li,
#PageHead nav li.has-child ul li{
        width:15%;
        background:#FFF;
	border : solid 1px#707070;
	text-align:center;
	margin:0px 3px;

}

/*ナビゲーションaタグの形状*/
#Header nav li.has-child ul li a,
#PageHead nav li.has-child ul li a{
        color: #000;
        padding:10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: max(0.729vw, 14px); 
        height:100%;
}

#Header nav li.has-child ul li a:hover,
#Header nav li.has-child ul li a:active,
#PageHead nav li.has-child ul li a:hover,
#PageHead nav li.has-child ul li a:active{
        background:#FFFFFF;
}

#Header nav li.has-child ul li a::after,
#PageHead nav li.has-child ul li a::after {
        height:0px;



}
/*==2階層目以降の画像設定*/



#Header nav ul li.has-child dl,
#PageHead nav ul li.has-child dl{
        display: flex;
        flex-direction:column;
       width: 100%;
}

#Header nav ul li.has-child dt,
#PageHead nav ul li.has-child dt{
        overflow: hidden;
        margin:0 0 0px 0;

}


#Header nav ul li.has-child dt figure,
#PageHead nav ul li.has-child dt figure{
        position: relative;
        width: 100%;
        padding-top:75%;
        margin: 0 0 10px;
	overflow: hidden;
}
#Header nav ul li.has-child dt figure img,
#PageHead nav ul li.has-child dt figure img{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
}

#Header nav ul li.has-child dd,
#PageHead nav ul li.has-child dd{
        font-size:16px; 
}

.PageHeadImg{
        display: flex;
        align-items: center;
	text-align: center;
	height:200px;

}

.PageHeadImg h2{
	text-align: center!important;
	margin:0px auto;

}

.PageHeadImg h2 span {
        font-size: max(0.729vw, 14px); 
	display: block;
}

.cat-1{
	background: url('images/headimg/news_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.cat-3{
	background: url('images/headimg/news_head.jpg') no-repeat center 0px;
	background-size:cover;
}
.cat-4{
	background: url('images/headimg/blog_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.cat-5{
	background: url('images/headimg/report_head.jpg') no-repeat center 0px;
	background-size:cover;
}
.catalogform,
.catalogform-thanks,
.catalogform-confirm{
	background: url('images/headimg/catalog_head.jpg') no-repeat center 0px;
	background-size:cover;
}


.clinic{
	background: url('images/headimg/clinic_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.hospital{
	background: url('images/headimg/hospital_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.store{
	background: url('images/headimg/store_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.apartment{
	background: url('images/headimg/apartment_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.warehouse{
	background: url('images/headimg/warehouse_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.plant{
	background: url('images/headimg/plant_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.product{
	background: url('images/headimg/product_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.company{
	background: url('images/headimg/company_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.single-event .PageHeadImg,
.post-type-archive-event .PageHeadImg{
	background: url('images/headimg/event_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.single-question .PageHeadImg,
.post-type-archive-question .PageHeadImg{
	background: url('images/headimg/qa_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.single-works .PageHeadImg,
.post-type-archive-works .PageHeadImg,
.tax-workslist .PageHeadImg{
	background: url('images/headimg/works_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.single-land .PageHeadImg,
.post-type-archive-land .PageHeadImg{
	background: url('images/headimg/land_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.landform,
.landform-thanks,
.landform-confirm{
	background: url('images/headimg/land_head.jpg') no-repeat center 0px;
	background-size:cover;
}


.reserve{
	background: url('images/headimg/reserve_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.reserve-confirm{
	background: url('images/headimg/reserve_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.reserve-thanks{
	background: url('images/headimg/reserve_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.qa{
	background: url('images/headimg/qa_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.architecture{
	background: url('images/headimg/architecture_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.contact,
.contact-thanks,
.contact-confirm{
	background: url('images/headimg/contact_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.mitsumori,
.mitsumori-thanks,
.mitsumori-confirm{
	background: url('images/headimg/mitsumori_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.moclabo{
	background: url('images/headimg/moclabo_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.kenchiku{
	background: url('images/headimg/kenchiku_head.jpg') no-repeat center 0px;
	background-size:cover;
}

.privacypolicy{
	background: url('images/headimg/privacy_head.jpg') no-repeat center 0px;
	background-size:cover;
}


.report1,
.report2,
.report3,
.report4,
.report5{
		background: url('images/headimg/catalog_head.jpg') no-repeat center 0px;
	background-size:cover;
}
/*========= レイアウトのためのCSS ===============*/


small{
        background:#333;
        color:#fff;
        display: block;
        text-align: center;
        padding:20px;
}




.fix-header {
        background:rgba(255,255,255,0.8);
	line-height:30px;
	top: -90px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
        width:100%;
	margin: 0 auto;
	color: #fff;
	padding-top:0px;
	padding-bottom:0px!important;
	position: fixed;
	-moz-box-shadow: -1px -3px 15px -8px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: -1px -3px 15px -8px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: -1px -3px 15px -8px rgba(0, 0, 0, 0.8);
	box-shadow: -1px -3px 15px -8px rgba(0, 0, 0, 0.8);
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */

	}

.fix-header nav ul li a span{
       display: block;
        font-size:max(0.505vw,10px);
        color:rgba(255,255,255,0)!important;
}

.fix-header nav ul li a:hover span{
       display: block;
        font-size:max(0.505vw,10px);
        color:#f8b62b!important;
}

.fix-header nav ul li a::after {
        position: absolute;
        bottom:-6px !important;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;

}

.fix-header nav li.has-child ul{
        position: absolute;
        left:0;
        top:57px !important;
}


.fix-header nav li.has-child ul{
        position: absolute;
        left:0;
        top:0px;
        z-index: 4;  
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
        background:rgba(255,255,255,0.8);
        width:100%;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
	padding:20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

}

#Header .HeadSlide{
        width:100%;
	margin: 0 auto;
	overflow: hidden;
	line-height:1px;

}
/* スライダー1 */
#Header .HeadSlide .Slideimg{
	height:100vh;
        background-size:contain;
	background: url('images/slid/001_pc.jpg') no-repeat 0 center;
	position: relative;
}

#Header .HeadSlide .SlideText1{
        width:50%;
	position:absolute;
        left:5%;
        top:30%;
	transform: translate(-5%, -30%); 
        z-index:2;
}

#Header .HeadSlide .SlideText2{
        width:12%;
	position:absolute;
        right:1em;
        top:0;
        z-index:3;
}
#Header .HeadSlide .SlideText3{
	width:30%;
	position:absolute;
    left: 56%;
    top: 0%;
	z-index:3;
}
#Header .HeadSlide .SlideText6{	
    width: 66%;
    max-width: 900px;
    position: absolute;
    right: 1em;
    bottom: 20%;
    z-index: 3;
}
/* スライダー2 */
#Header .HeadSlide .Slideimg2{
	height:100vh;
        background-size:contain;
	background: url('images/slid/002_pc.jpg') no-repeat 0 center;
	position: relative;
}

#Header .HeadSlide .SlideText4{
	width: 85%;
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translate(-50%,-25%);
	z-index:2;
}
#Header .HeadSlide .SlideText5{
	display: none;
	/* 960px以下用 */
}
/*  */


#Header .TopNews{
	width:55%;
	position:absolute;
        right:0%;
        bottom:-6%;    
	padding:0em 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background:#FFFFFF;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
        z-index:3;
}

#Header .TopNews .Title{
        width:8%;
	padding:0 .5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: max(1.042vw, 20px); 
	font-weight:bold;
	text-align:center;
        display: flex;
         align-items: center;
}

#Header .TopNews ul{
        width:70%;
	border-left:1px solid #C4C3C3;
        display: flex;
        flex-direction:column;
	margin:10px 0;
	padding-left:1em;
}

#Header .TopNews ul li{
        width:100%;
	border-bottom :dotted 1px #C4C3C3;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	padding:.5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	position: relative;
}

#Header .TopNews ul li .Box1{
        width:12%;
	color:#C4C3C3;
        font-size: max(0.729vw, 14px); 
	margin-right:10px;
}

#Header .TopNews ul li .Box2{
        width:19%;
	margin-right:15px;

}

#Header .TopNews .icon{
	border : solid 1px #8EC31F;
	padding:1px 3px;
        font-size: max(0.625vw, 12px); 
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	text-align:center;
        display: block;
        width:130px;
}

#Header .TopNews ul li .Box3{
        width:61%;
	padding:2px 5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: max(0.729vw, 14px); 

}


#Header .TopNews ul li a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
 	height:100%;

}

#Header .TopNews ul li a:hover {
	background:#e5e5e5;
        opacity: 0.2; 
}

#Header .TopNews .All{
        width:15%;
	padding:2px 5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background:#41210F;
	color:#FFFFFF;
        display: flex;
         align-items: center;

}

#Header .TopNews .All a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
 	height:100%;

}

#Header .TopNews .All a:hover{
        opacity: 0.2; 
}

#Header .TopNews .All span{
 	overflow: hidden;
 	text-indent: 100%;
 	white-space: nowrap;

}


/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and (min-width:1457px) {
#Header .innerSp{
        display: none;
}
.fix-header-contents{
        display: none;
	}
	


}
@media screen and (max-width:1600px) {
	#Header .HeadSlide .SlideText6{	
		width: 40%;
		bottom: 30%;
	}
	
}


/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and (max-width:1367px) {

.fix-header-contents{
        display: none;
}



#Header nav ul li.Navimenu a,
#PageHead nav ul li.Navimenu a{
  padding:12px 10px 8px 10px;
        transition:all .3s;
        font-size:max(1.010vw,17px);

}
#Header nav ul li.event a,
#PageHead nav ul li.event a{
	width:95px;
        height:30px;
        padding:3px 6px;

}
#Header nav ul li.has-child dd,
#PageHead nav ul li.has-child dd{
        font-size:13px; 
}

#Header nav ul li.event a p,
#PageHead nav ul li.event a p{
        font-size: max(0.707vw, 12px); 

}
#Header nav li.has-child ul li,
#PageHead nav li.has-child ul li{
        width:15%;
	margin:0px 2px;

}

#Header nav li.has-child ul li a,
#PageHead nav li.has-child ul li a{
        color: #000;
        padding:5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: max(0.729vw, 14px); 
        height:100%;
}
#Header .HeadSlide .Slideimg{
	background: url('images/slid/001_pc.jpg') no-repeat -5em top;
}
#Header .HeadSlide .Slideimg2{
	background: url('images/slid/002_pc.jpg') no-repeat -5em top;
}

#Header .TopNews{
	width:70%;

}
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and (max-width:1161px) {
#Header nav ul li.Navimenu a,
#PageHead nav ul li.Navimenu a{
  padding:12px .6rem 8px .6rem;
        transition:all .3s;
        font-size:max(1.010vw,15px);

}
#Header nav ul li.event a,
#PageHead nav ul li.event a{
        padding:3px 8px;
        height:28px;
}

#Header .TopNews{
	width:80%;
        bottom:-4%;  
}
#Header nav ul li.headBt a p,
#PageHead nav ul li.headBt a p{
        font-size: max(0.707vw, 10px); 
}

#Header nav ul li.headBt a,
#PageHead nav ul li.headBt a{
	width:90px;
        padding:3px 3px;
}
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1025px) {
.fix-header-contents{
        display: none;
	}


.PageHeadImg{
	height:140px;
}

#Header{
        margin: 0 auto 4em;
}
#Header .TopNews{
	width:80%;
        bottom:-3%;  
}


#Header nav ul li.Navimenu a span,
#PageHead nav ul li.Navimenu a span{
        font-size:max(0.505vw,8px);
}

#Header nav ul li.Navimenu a:hover span,
#PageHead nav ul li.Navimenu a:hover span{
        font-size:max(0.505vw,8px);
}
#Header nav ul li.headBt a p,
#PageHead nav ul li.headBt a p{
        font-size: max(0.707vw, 10px); 
}
#Header nav ul li.headBt a,
#PageHead nav ul li.headBt a{
	width:90px;
        padding:3px 3px;
}

}


/* =TB
-----------------------------------------------------------------------------*/

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


.fix-header-contents{
        display: none;
	}

#Header nav ul li.Navimenu,
#PageHead nav ul li.Navimenu{
        display: none;
}

#Header nav ul li.Logo,
#PageHead nav ul li.Logo{
	width:20%;
}
#Header .HeadSlide .Slideimg{
	background: url('images/slid/001_sp.jpg') no-repeat -5em bottom;
}#Header .HeadSlide .Slideimg2{
	background: url('images/slid/002_sp.jpg') no-repeat -5em center;
}

#Header .HeadSlide .SlideText1{
        width:80%;
        left:50%;
        top:70%;
	transform: translate(-50%, -70%); 
}

#Header .HeadSlide .SlideText2{
        width:20%;
        right:1em;
        top:0;
}
#Header .HeadSlide .SlideText3,
#Header .HeadSlide .SlideText6{
	width:65%;
	left:50%;
	top:30%;
transform: translate(-50%, -30%); 
}
#Header .HeadSlide .SlideText4{
	display: none;
}
#Header .HeadSlide .SlideText5{
	position: absolute;	
	display: block;
	width:90%;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%); 
}


#Header .TopNews{
	width:95%;
        bottom:0%;  
	position:static;
        top:0;  
	margin:1em auto 0 5%;
}
#Header .TopNews .Title{
        width:100%;
	padding:0 0em;
}
#Header .TopNews ul{
        width:85%;
	border-left:0px solid #C4C3C3;
	padding-left:0em;
}
#Header .TopNews ul li{
	padding:.5em 0;
        justify-content:flex-start;
}
#Header .TopNews ul li .Box1{
        width:25%;
	color:#C4C3C3;
        font-size: max(0.729vw, 14px); 
}
#Header .TopNews ul li .Box3{
        width:100%;
	line-height:22px;
}
.PageHeadImg{
	height:150px;

}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){

#Header nav ul li.Logo,
#PageHead nav ul li.Logo{
	margin-right:auto;
	margin-left:10px;
	width:50%;
}

#Header nav ul li a.Event,
#PageHead nav ul li a.Event{
        display: none;
}

#Header nav ul li a.Catalog,
#PageHead nav ul li a.Catalog  {
        display: none;
}

#Header nav ul li a.Estimate,
#PageHead nav ul li a.Estimate{
        display: none;
}


#Header .TopNews{
	margin:1em auto 0 5%;
	width:95%;
}
#Header .TopNews .Title{
        width:100%;
	padding:0 0em;
}

#Header .TopNews ul{
        width:85%;
	border-left:0px solid #C4C3C3;
	padding-left:0em;
}

#Header .TopNews ul li{
	padding:.5em 0;
        justify-content:flex-start;
}

#Header .TopNews ul li .Box1{
        width:25%;
	color:#C4C3C3;
        font-size: max(0.729vw, 14px); 
}
#Header .TopNews ul li .Box3{
        width:100%;
	line-height:22px;
}

#Header .TopNews .All{
        width:8%;
	padding:2px 5px;

}
#Header .TopNews .btnarrow{
	padding: 0 3px!important;
}

#Header .TopNews .btnarrow::before{
	top:50%;
	left:8px!important;
	width:15px!important;
	transform: rotate(-35deg)!important;
}

#Header .TopNews .btnarrow::after{
	top:46%;
	right:0px!important;
	left:8px!important;
	width:15px!important;
}

#Header .TopNews .All .btnarrow:hover::before{
	left:0!important;
}

#Header .TopNews .All .btnarrow:hover::after{
	right:0!important;
}
#Header .HeadSlide .Slideimg,
#Header .HeadSlide .Slideimg2{
	height:80vh;

}
#Header .HeadSlide .SlideText1{
        width:90%;

}
#Header .HeadSlide .SlideText2{
        width:23%;

}
#Header .HeadSlide .SlideText3,
#Header .HeadSlide .SlideText6{	
	width:90%;
    top:32%;
}
#Header .HeadSlide .SlideText5{	
	width:90%;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:400px){
#Header .HeadSlide .SlideText3,
#Header .HeadSlide .SlideText6{	
    top:32%;
}
}

/****************************************

         Top

*****************************************/
#Top .Block1,
#Top .Block2,
#Top .Block3,
#Top .Block4,
#Top .Block5,
#Top .Block8{
	margin:3em auto 5em auto;
        width: 100%;
	overflow: hidden;
}
#Top .Block1 ul.slider2{
	margin:4em auto 4em auto;
        width:100%;
}

#Top .Block1 ul.slider2 .slick-slide {
        max-width: 680px;
        width: 100% !important;
	margin:0em 1em 0em;
    }

#Top .Block1 .slick-dots li button:before{
	background:#F5F2F2;

}

#Top .Block1 .slick-dots li button:before{
	content: ''!important;
	height:100%!important;
	width: 100%!important;
        opacity:1;
}

#Top .Block1 .slick-dots li{
	width:20px!important;
	height:5px!important;
	margin: 0 10px!important;
}
#Top .Block1 .slick-dots li button{
	width:100%!important;
	height:100%!important;
}


#Top .Block1 .slick-dots li.slick-active button:before{
	opacity: 1;
	background:#f8b62b;
}

#Top .Block1 .slick-prev::before {
        position: relative;
        content: "\f060"!important;
        font-family:"Font Awesome 5 Free" !important;
        background: rgba(255,255,255,0.5);
        padding: 10px;
        opacity: 1;
	color:#000000;
	font-weight:bold;
          }
 
#Top .Block1 .slick-next::before {
        position: relative;
	content: "\f061"!important;
	font-family:'Font Awesome 5 Free'!important;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	opacity: 1;
	color:#000000;
	font-weight:bold;
          }
 
#Top .Block1 .slick-prev{
     left:60px;
        z-index: 1;
     }
#Top .Block1 .slick-next{
     right:80px;
        z-index: 1;
    }
 
#Top .Block1 .slick-prev:hover:before{
     animation: arrow_prev .5s ease-out forwards;
    }
@keyframes arrow_prev {
    0% {
      right: 0px;
    }
    50% {
      right: 5px;
    }
    100% {
          right: 0;
    }
}
 
#Top .Block1 .slick-next:hover:before{
    animation: arrow_next .5s ease-out forwards;
        }
    @keyframes arrow_next {
    0% {
      left: 0px;
    }
    50% {
      left: 5px;
    }
    100% {
      left: 0;
    }
}

#Top .Block2 ul{
	width:90%;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
	margin:1em auto;
}

#Top .Block2 ul li{
	width:33%;
	margin:0px 1px 2px 1px;
	line-height:1px;

}



#Top .Block2 ul li figure{
	width:100%;
	margin:0px 0px;
        overflow: hidden;
        z-index:0;
	text-align:center;

}

#Top .Block2 ul li img{
        width: 100%;
        height: 100%;
        object-fit: cover;
	object-position: 100% 100%;
	text-align:center;
}

#Top .Block3{
	padding:3em 0 1em;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(247,247,247,1) 30%, rgba(247,247,247,1) 100%);
}

#Top .Block3 .TopEventBox{
	padding:5em 0 ;
	background: url('images/event_hk.jpg') no-repeat 0px 0px;
        background-size:auto 650px;
        display: flex;
}

#Top .Block3 .TopEventBox .Item{
        width:65%;
	min-height:650px;
        height:auto;
	margin-left:auto;
	background:#FFF;
	padding:1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-bottom : solid 5px #41210f;
}

#Top .Block3 .TopEventBox .Item .box{
        width:100%;
	background:#FFF;
	margin:1em auto;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	padding-right:1em;
	padding-left:1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Top .Block3 .TopEventBox .Item .box .img{
	width:35%;	
		text-align: center;
}

#Top .Block3 .TopEventBox .Item .box .img figure img{
	width:100%;
	height:auto;

}

#Top .Block3 .TopEventBox .Item .box .EventContent{
	width:60%;
}

#Top .Block3 .TopEventBox .Item .box .EventContent p{
	width:100%;
	margin-bottom:1em;
        display: block;
}

#Top .Block3 .TopEventBox .Item .box .EventContent .BtBox{
	width:100%;
	margin-top:1em!important;
}

#Top .Block3 .TopEventBox .Item .box .EventContent .title{
	width:100%;
	border : solid 1px #707070;
	line-height:200%;
	margin-bottom:1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	text-align:center;
	font-weight:bold;
	padding:5px 0 5px 0;
	color:#41210F;
}

#Top .Block3 .TopEventBox .Item .box .EventContent dl{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:2em 0 1em;
	line-height:200%;
}

#Top .Block3 .TopEventBox .Item .box .EventContent dl dt{
	width:35%;
	border-bottom: 1px dashed #C4C3C3;
	margin-bottom:10px;
	padding-bottom:6px;
}

#Top .Block3 .TopEventBox .Item .box .EventContent dl dt h4{
	width:100%;
	background:#41210F;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:2px;
    display: inline-block;
}

#Top .Block3 .TopEventBox .Item .box .EventContent dl dd{
	width:65%;
	padding-left:20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-bottom: 1px dashed #C4C3C3;
	margin-bottom:10px;
	padding-bottom:6px;
}

#Top .Block3 .TopEventBox .Item .box a.btn--green.btn--cubic{
	width:50%!important;
}

#Top .Block4 .ItemBox{
        display: flex;
        flex-wrap:wrap;

}

#Top .Block4 .ItemBox .Item1{
	width:95%;
	background:#41210F;
	padding:1em 1em ;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
         align-items: center;
}

#Top .Block4 .ItemBox .Item1 .TitleBox{
	width:35%!important;
	text-align: left;
	margin:0px;
}

#Top .Block4 .ItemBox .Item1 .MainTitle{
        font-size:max(2.083vw,25px);
	color:#FFFFFF!important;
}

#Top .Block4 .ItemBox .Item1 .MainTitle span{
	color:rgba(247,247,247,0.5)!important;
}
#Top .Block4 .ItemBox .Item1 .TopReportPhoto{
	width:25%;

}

#Top .Block4 .ItemBox .Item1 .TopReportPhoto figure{
	position: relative;
	width:100%;
	padding-top:55%;
	margin:0px;
	overflow: hidden;
}

#Top .Block4 .ItemBox .Item1 .TopReportPhoto img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

#Top .Block4 .ItemBox .Item1 .TopReportBox{
	width: 30%;
	color:#FFFFFF;
	margin-left:1em;
}

#Top .Block4 .ItemBox .Item1 .TopReportBox h3{
	color:#FFFFFF;
	font-weight:bold;
        font-size: max(0.938vw, 18px);
	margin-bottom:10px;
}

#Top .Block4 .ItemBox .Item1 .TopReportBox p{
	line-height:18px;
}

#Top .Block4 .ItemBox .Item1 .TopReportBox .BtBox{
	margin:1em ;
	overflow: hidden;
	text-align:right;
	display: block;
}

#Top .Block4 .ItemBox .Item2{
	width:5%;
	background:#F8B62B;
	padding:1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
         display: block;
	position: relative;
        display: flex;
         align-items: center;
}

#Top .Block4 .ItemBox .Item2 .BtBox{
	margin:1em ;
	overflow: hidden;
	text-align:center;
	display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Top .Block4 .ItemBox .Item2 .fas{
        font-size: max(1.302vw, 25px); 
	color:#FFFFFF;
	line-height:100%;


}

#Top .Block4 .ItemBox .Item2 a.left{
	position:absolute;
	top:0;
	left:0;
	width:100%;
 	height:100%;
}

#Top .Block4 .ItemBox .Item2 a.left:hover{
	background:#8EC31F;
        opacity: 0.2; 
}
#Top .Block5{

}



#Top .Block6{
	background: url('images/works_hk.jpg') no-repeat center center;
        background-size:cover;
	padding:3em 0 3em;
	text-align:center;
	position: relative;
	margin:4em auto 0em auto;
        width: 100%;
	overflow: hidden;
  background-attachment: fixed;
}

#Top .Block6 .MainTitle{
        font-size:max(2.083vw,25px);
	color:#FFFFFF!important;
	border-bottom : solid 1px #FFFFFF;
}

#Top .Block6 .MainTitle span{
	color:rgba(247,247,247,0.3)!important;
}

#Top .Block6 ul.slider3{
	margin:4em auto 4em auto;
        width:100%;
}

#Top .Block6 ul.slider3 .slick-slide {
        max-width:1000px;
        width: 100% !important;
	margin:0em 1em 2em;
        background:rgba(255,255,255,0.5);
	padding:1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }



#Top .Block6 ul.slider3 .TopWorksBox{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;

}




#Top .Block6 ul.slider3 .TopWorksBox .Item1{
	width:70%;
}

#Top .Block6 ul.slider3 li{
	position: relative;
        z-index:0;
}

#Top .Block6 ul.slider3 li a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
 	height:100%;
        z-index: 1;
}

#Top .Block6 ul.slider3 li a:hover{
	background:#fee6eb;
        opacity: 0.2; 
}

#Top .Block6 ul.slider3 .TopWorksBox .Item1 figure{
	position: relative;
	width: 100%;
	padding-top: 75%;
	margin: 0 auto;
	overflow: hidden;
}

#Top .Block6 ul.slider3 .TopWorksBox .Item1 figure img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

#Top .Block6 ul.slider3 .TopWorksBox .Item2{
	width:30%;
	background:#595757;
	color:#FFFFFF;
	padding:1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Top .Block6 ul.slider3 .TopWorksBox .Item2 .Title{
	width:100%;
	border : solid 1px #FFFFFF;
	color:#FFFFFF;
	line-height:180%;
	text-align:center;
	font-weight:bold;
        font-size: max(0.938vw, 18px); 
	margin:4em 0 2em;
}

#Top .Block6 ul.slider3 .TopWorksBox .Item2 h4{
	width:100%;
	font-weight:bold;
        font-size: max(0.938vw, 18px); 
	margin-bottom:10px;
	text-align:left;
}

#Top .Block6 ul.slider3 .TopWorksBox .Item2 dl{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	text-align: left;
}
#Top .Block6 ul.slider3 .TopWorksBox .Item2 dl dt{
	width:40%;
}

#Top .Block6 ul.slider3 .TopWorksBox .Item2 dl dd{
	width:60%;
}


#Top .Block6 .slick-dots li button:before{
	background:#F5F2F2;

}

#Top .Block6 .slick-dots li button:before{
	content: ''!important;
	height:100%!important;
	width: 100%!important;
        opacity:1;
}

#Top .Block6 .slick-dots li{
	width:10px!important;
	height:10px!important;
	margin: 0 10px!important;
}
#Top .Block6 .slick-dots li button{
	width:100%!important;
	height:100%!important;
}


#Top .Block6 .slick-dots li.slick-active button:before{
	opacity: 1;
	background:#f8b62b;
}


#Top .Block6 .slick-prev::before {
        position: relative;
        content: "\f060"!important;
        font-family:"Font Awesome 5 Free" !important;
        background: rgba(255,255,255,0.5);
        padding: 10px;
        opacity: 1;
	color:#000000;
	font-weight:bold;
          }
 
#Top .Block6 .slick-next::before {
        position: relative;
	content: "\f061"!important;
	font-family:'Font Awesome 5 Free'!important;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	opacity: 1;
	color:#000000;
	font-weight:bold;
          }
 
#Top .Block6 .slick-prev{
     left:18%;
        z-index: 1;
     }
#Top .Block6 .slick-next{
     right:18%;
        z-index: 1;
    }
 
#Top .Block6 .slick-prev:hover:before{
     animation: arrow_prev .5s ease-out forwards;
    }
@keyframes arrow_prev {
    0% {
      right: 0px;
    }
    50% {
      right: 5px;
    }
    100% {
          right: 0;
    }
}
 
#Top .Block6 .slick-next:hover:before{
    animation: arrow_next .5s ease-out forwards;
        }
    @keyframes arrow_next {
    0% {
      left: 0px;
    }
    50% {
      left: 5px;
    }
    100% {
      left: 0;
    }
}
#Top .Block6 a.btn--orange.btn--cubic {
        width:20%;
}

#Top .Block7{
        width:100%;
	padding:1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background:#000000;
	text-align:center;
	overflow: hidden;
}

#Top .Block8 ul{
        width:90%;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
	margin:3em auto;
}


#Top .Block8 ul li{
        width:33%;
	padding:0px 1em 1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-right : solid 1px #707070;
	margin-bottom:2em;
	text-align:center;
        display: flex;
        flex-direction:column;
	position: relative;
}

#Top .Block8 ul li:nth-of-type(3n){
	border-right : solid 0px #707070;
}

#Top .Block8 ul li figure{
        position: relative;
        width: 100%;
        padding-top: 75%;
        margin: 0 auto 2em;
	overflow: hidden;
}
#Top .Block8 ul li figure img{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
	border : solid 1px #707070;
}

#Top .Block8 ul li a.cover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
 	height:100%;
        z-index: 10;
        z-index:1;
}

#Top .Block8 .arrowlinkbt2{
        z-index:2;
}

#Top .Block8 ul li .Title{
        font-size: max(1.302vw, 20px); 
	margin-bottom:1em;
	font-weight:bold;
	width:100%;
}


#Top .Block8 ul li .BtBox{
	margin-top:auto;
	overflow: hidden;
	text-align:right;
	display: block;
}

#Top .Block8 ul li .arrowlinkbt2 a{
	border: 1px solid #f8b62b!important;
        background:rgba(248,182,43,1)!important;
}
#Top .Block8 ul li .arrowlinkbt2::before{
	left:-103px;
	width:90px;
	height:1px!important;
	background:#707070!important;
}
#Top .Block8 ul li .arrowlinkbt2 a:hover{
        background:rgba(248,182,43,0.5)!important;
	color:#fff;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( min-width:1368px) {
#Top .Block4 .ItemBox .Item2 .sp{
          display: none;
}
#Top .Block8 .clear{
          display: none;
}
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Top .Block3 .TopEventBox{
        background-size:auto 600px;
}


#Top .Block3 .TopEventBox .Item{
        width:75%;
	min-height:550px;
}


#Top .Block3 .TopEventBox .Item .box .EventContent{
	width:60%;
}
#Top .Block4 .ItemBox .Item1 .TopReportPhoto figure{
	padding-top:30%;

}

#Top .Block3 .TopEventBox .Item .box .EventContent dl{
	margin:2em auto;
}

#Top .Block3 .TopEventBox .Item .box a.btn--orange.btn--cubic{
	width:60%!important;
}

#Top .Block4 .ItemBox .Item2 .sp{
          display: none;
}

#Top .Block6 ul.slider3 .slick-slide {
        max-width:900px;

    }
#Top .Block6 ul.slider3 .TopWorksBox .Item1{
	width:60%;
}

#Top .Block6 ul.slider3 .TopWorksBox .Item2{
	width:40%;
}

,
#Top .Block8{
	margin:3em auto 2em auto;
}
#Top .Block8 .clear{
          display: none;
}
}



/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#Top .Block3 .TopEventBox{
	padding:3em 0 ;
	background: url('images/event_hk.jpg') no-repeat 0px 0px;
        background-size:auto 530px;
        display: flex;
}

#Top .Block3 .TopEventBox .Item{
        width:65%;
	min-height:550px;
        height:auto;
}

#Top .Block4 .ItemBox .Item1 .TitleBox{
	width:38%!important;

}


#Top .Block4 .ItemBox .Item1 .TopReportPhoto{
	width:20%

}

#Top .Block4 .ItemBox .Item1 .TopReportPhoto figure{
	padding-top:40%;

}
#Top .Block6 ul.slider3 .slick-slide {
        max-width:800px;

    }
#Top .Block6 ul.slider3 .TopWorksBox .Item1{
	width:55%;
}

#Top .Block6 ul.slider3 .TopWorksBox .Item2{
	width:45%;
}
}

/* =TB
-----------------------------------------------------------------------------*/

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

#Top .Block1 ul.slider2 .slick-slide {
        max-width:500px;
        width: 100% !important;
	margin:0em 1em 0em;
    }

#Top .Block3 .TopEventBox .Item{
        width:80%;
	padding:2em 0;
}


#Top .Block4 .ItemBox .Item1 .TitleBox{
	width:100%!important;
	margin-top:1em;
}


#Top .Block4 .ItemBox .Item1 .TopReportPhoto{
	width:100%

}

#Top .Block4 .ItemBox .Item1 .TopReportPhoto figure{
	position: relative;
	width:100%;
	padding-top:55%;
	margin-bottom:1em;
}


#Top .Block4 .ItemBox .Item1 .TopReportBox{
	width:100%;
	margin-left:0em;
}

#Top .Block6 ul.slider3 .slick-slide {
        max-width:700px;

    }
#Top .Block6 a.btn--orange.btn--cubic {
        width:60%;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#Top .Block1,
#Top .Block2,
#Top .Block3,
#Top .Block4,
#Top .Block5,
#Top .Block8{
	margin:1em auto 1em auto;
}

#Top .Block1 ul.slider2 .slick-slide {
        max-width:300px;
        width: 100% !important;
	margin:0em .3em 0em;
    }


#Top .Block2 ul{
	width:95%;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
	margin:1em auto;
}

#Top .Block2 ul li{
	width:48%;
	margin:0px 1px 2px 1px;
	line-height:1px;

}



#Top .Block3{
	padding:3em 0 1em;
}

#Top .Block3 .TopEventBox .Item{
        width:90%;

}
#Top .Block3 .TopEventBox .Item .box .img{
	width:45%;
}

#Top .Block3 .TopEventBox .Item .box .EventContent{
	width:55%;
}
#Top .Block3 .TopEventBox .Item .box a.btn--orange.btn--cubic{
	width:80%!important;
}
#Top .Block4 .ItemBox .Item1{
	width:100%;
}
#Top .Block4 .ItemBox .Item2{
	width:100%;
	background:#000;
	text-align:center;
}

#Top .Block4 .ItemBox .Item2 .pc{
          display: none;
}
#Top .Block4 .ItemBox .Item2 .sp{
          display:block;
	text-align:center;
	width:100%!important;
}

#Top .Block4 .ItemBox .Item2 .BtBox{
	width:90%!important;
	text-align:center!important;
}

#Top .Block4 .ItemBox .Item2 .BtBox a.btn--orange.btn--cubic {
        border-bottom: 5px solid #434343;
        border-right:3px solid #434343;
}
#Top .Block6 ul.slider3 .slick-slide {
        max-width:550px;

    }
#Top .Block6 ul.slider3 .TopWorksBox .Item1{
	width:100%;
}
#Top .Block6 ul.slider3 .TopWorksBox .Item2{
	width:100%;
}
#Top .Block6 ul.slider3 .TopWorksBox .Item1 figure{
	padding-top:65%;
}
#Top .Block6 ul.slider3 .TopWorksBox .Item2 .Title{
	margin:.5em 0 1em;
}
#Top .Block6 .slick-prev{
     left:10%;
        z-index: 1;
     }
#Top .Block6 .slick-next{
     right:10%;
        z-index: 1;
    }
#Top .Block8 ul{
        width:100%;
	margin:3em auto 1em;
}
#Top .Block8 ul li{
        width:48%;
}

#Top .Block8 ul li:nth-of-type(3n){
	border-right : solid 1px #707070;
}

#Top .Block8 ul li:nth-of-type(2n){
	border-right : solid 0px #707070;
}

}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Top .Block3 .TopEventBox .Item{
        width:90%;
	min-height:100%;
        height:auto;
}

#Top .Block3 .TopEventBox .Item .box .img{
	width:100%;	
}

#Top .Block3 .TopEventBox .Item .box .EventContent{
	width:100%;
}
#Top .Block4 .ItemBox .Item1 .TopReportPhoto figure{
	padding-top:55%;

}
#Top .Block6 ul.slider3 .slick-slide {
        max-width:350px;

    }
#Top .Block6 .slick-prev{
     left:0%;
     }
#Top .Block6 .slick-next{
     right:4%;
    }
#Top .Block6 a.btn--green.btn--cubic {
        width:80%;
}
#Top .Block8 .clear{
          display:block;
}
}
/****************************************

      top youtube埋め込み

*****************************************/
.youtube_moc {
    text-align: center;
}
.youtube_moc iframe {
    width: 90%;
    max-width: 800px;
    height: auto;
    aspect-ratio: 16/9;
    max-height: calc(800px * 9 / 16); /* 縦横比16:9に基づいた最大高さ */
}

/****************************************

       木造建築の魅力

*****************************************/
#Kenchiku{
	width:100%;
	margin:6em auto 6em auto;
}
#Kenchiku .MainT{
        font-size: max(2.604vw, 25px);
        font-weight:700;
        font-family: '新ゴ M';
} 
table.Kenchiku{
	width:70%;
	border-collapse: collapse;
	margin:0em auto 4em;
}
table.Kenchiku td,
table.Kenchiku th{
	width:25%;
	padding:15px;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
	font-weight:bold;
	text-align:center;
	border : solid 1px #FFF;
}
table.Kenchiku th{
	background:#41210f;
	color:#FFF;
}

table.Kenchiku th:first-child{
	background:#FFFFFF;

}

table.Kenchiku td{
	background:#F2F2F2;
}


#Kenchiku .Gray{
	background:#595757;
	color:#FFF;
}
table.Kenchiku td p{
        font-size: max(1.042vw, 20px); 
}

#Kenchiku .Block1{
	width:100%;
	padding:4em 0;
	overflow: hidden;
	margin:0em auto 0em;
}

#Kenchiku .Worp{
	width:70%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:0em auto 0em;
}

#Kenchiku .Worp .Box1{
	width:12%;
        display: flex;
        flex-wrap:wrap;
        flex-direction:column;
	border-right:1px solid #8EC31F;
	padding-right:5px;
	padding-top:40px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        align-items: center;
	text-align:center;
}

#Kenchiku .Worp .Box1 .NO{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        flex-direction:column;
        font-family: 'Lexend Deca', sans-serif;
        font-size:max(6.250vw,45px);
        display: block;
	margin-bottom:.5em;
	color:#8EC31F;
}


#Kenchiku .Worp .Box1 .img{
	width:95%;

}

#Kenchiku .Worp .Box2{
	width:83%;
	padding-left:5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Kenchiku .Worp .Box2 h2{
	border : solid 2px #595757;
        font-size: max(1.302vw, 25px); 
	text-align:center;
	padding:10px 20px;
        display: inline-block;
	margin-bottom:1em;
	font-weight:bold;
}

#Kenchiku .Worp .Box2 ul{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
         align-items: center;
	margin:0 auto 1em;
}

#Kenchiku .Worp .Box2 ul li{
	width:49%;
	text-align:center;
}

#Kenchiku .Worp .Box2 ul li p{
	text-align:left;
}


#Kenchiku .arrow_box{
	position:relative;
	width:100%;
	height:80px;
	background:#41210f;
	padding:10px 10px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	margin-top:3em;
	line-height:180%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
#Kenchiku .arrow_box:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(65, 33, 15, 0);
	border-top-width:20px;
	border-bottom-width:20px;
	border-left-width:20px;
	border-right-width:20px;
	margin-left: -10px;
	border-top-color:#41210f;
	top:100%;
	left:50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Kenchiku .illustrat{
	position:absolute;
        bottom:-8px;
        right:22%;
	transform: translate(-22%, 8px); 
	width:10%;
}

#Kenchiku .Block2{
	width:70%;
	overflow: hidden;
	margin:3em auto 6em;
}

#Kenchiku .Title{
	width:30%;
	background:#b18247;
	padding:3px 1em 3px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	border-radius: 10px;
	line-height:180%;
	margin:3em auto .5em;
        display:block;
        font-size: max(1.302vw, 25px); 
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}



#Kenchiku ul.block{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:2em auto;
}

#Kenchiku ul.block li{
	border: solid 1px #595757;
	text-align:center;
	line-height:1px;
	width:31%;
}

#Kenchiku ul.block li figure{
	width:95%;
	margin:10px 10px 0 ;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}


#Kenchiku ul.block li .Text1{
	width:100%;
	background:#595757;
	line-height:200%;
        font-size: max(0.938vw, 18px); 
	color:#FFF;
	font-weight:bold;
	padding:3px 0 3px;
	margin-bottom:-1px;
}
ruby {
       ruby-position: under;
}

ruby rt{
       font-size: max(0.729vw, 12px);
        letter-spacing:-1px;
}

#Kenchiku .Block3{
	width:70%;
	overflow: hidden;
	margin:3em auto 0em!important;
	text-align:center;
	background:#FFFFFF!important;
}

#Kenchiku .Block3 p{
	margin-bottom:1em;
}

#Kenchiku .Block3 h3,
#Kenchiku .Block3 h4{
	margin-bottom:1em;
        font-size: max(1.302vw, 25px); 
	line-height:180%;
	font-weight:bold;
}

#Kenchiku .Block4{
	width:100%;
	overflow: hidden;
	margin:2em auto 3em;
	background: url('images/sdgs_010.jpg') no-repeat 0px 0px;
        background-size: cover;
}

#Kenchiku .ItemBox{
	margin:4em auto 3em;
	width:70%;
	color:#FFFFFF;

}

#Kenchiku .ItemBox .ItemSdg{

}

#Kenchiku .ItemBox .ItemSdg h3{
	font-weight:bold; 
        font-size: max(1.042vw, 20px); 
	margin-bottom:10px;
}

#Kenchiku .ItemBox .ItemSdg ul.sdg{
    	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
}

#Kenchiku .ItemBox .ItemSdg ul.sdg li{
    	width:29%;
        background:rgba(255,255,255,0.5);
	color:#FFFFFF;
	text-align:center;
	padding-bottom:10px;
	margin:0px 5px 10px;
}
#Kenchiku .ItemBox .ItemSdg ul.sdg li p{
    	width:90%;
	margin:0px auto;
	font-weight:bold; 
}

#Kenchiku .ItemBox .ItemSdg ul.sdg li figure{
	margin:0 0 10px;
}

#Kenchiku .Block5{
    	width:70%;
	margin:0em auto 3em!important;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	background:none;
}

#Kenchiku .Block5 dl{
	margin:0 0 10px;
    	width:24%;
	border: solid 1px #707070;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	padding-bottom:10px;

}

#Kenchiku .Block5 dl dt{
	text-align:center;
	background:#b18247;
	padding:3px 0 ;
	color:#FFFFFF;
	font-weight:bold;
	height:50px;

}

#Kenchiku .Block5 dl dd figure{
	margin:10px 0 10px;
}

#Kenchiku .Block5 dl dd p{
    	width:90%;
	margin:0px auto;
	text-align: left!important;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( min-width:1368px) {
#Kenchiku .clear{
        display:block;
}


}
/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Kenchiku{
	width:100%;
}
table.Kenchiku{
	width:80%;

}
#Kenchiku .Worp{
	width:80%;

}
#Kenchiku .Title{
	width:50%;
}

#Kenchiku .illustrat{
	position:absolute;
        bottom:-8px;
        right:22%;
	transform: translate(-22%, 8px); 
	width:10%;
}


#Kenchiku .Block2{
	width:80%;
}
#Kenchiku .Block3{
	width:80%;
}

#Kenchiku .clear{
        display:block;
}
#Kenchiku .ItemBox{
	width:80%;

}
#Kenchiku .Block5{
    	width:80%;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
table.Kenchiku{
	width:90%;

}
#Kenchiku .Worp{
	width:90%;

}
#Kenchiku .Title{
	width:80%;
}
#Kenchiku .Block2{
	width:90%;
}
#Kenchiku .Block3{
	width:90%;
}
#Kenchiku .ItemBox{
	width:90%;

}
#Kenchiku .Block5{
    	width:90%;
}
#Kenchiku .clear{
        display: none;
}
}



/* =TB
-----------------------------------------------------------------------------*/
@media screen and ( max-width:769px) {
#Kenchiku{
	margin:6em auto 3em auto;
}
#Kenchiku .Worp .Box1{
	width:100%;
        flex-wrap:wrap;
        flex-direction:row;
         align-items: center;
	border-right:0px solid #8EC31F;
	border-bottom:2px solid #8EC31F;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
  align-items: center;
	margin-bottom:2em;
}
#Kenchiku .Worp .Box1 .NO{
	width:15%;
        font-size:max(6.250vw,60px);
        display: inline-block;
	margin-bottom:.5em;

}
#Kenchiku .Worp .Box1 .img{
	width:8%;
	margin-bottom:0;
}
#Kenchiku .Worp .Box2{
	width:100%;
	padding-left:0px;

}

#Kenchiku .arrow_box{
	width:100%;
	height:60px;
	padding:3px 10px 10px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	margin-top:1em;

}
#Kenchiku .illustrat{
	position:absolute;
        bottom:-8px;
        right:11%;
	transform: translate(-22%, 8px); 
	width:13%;
}
#Kenchiku .Block2{
	margin:1em auto 2em;
}
#Kenchiku .Title{
	margin:1em auto .5em;
}

#Kenchiku ul.block li .Text1{
	line-height:160%;
        font-size: max(0.938vw, 16px); 
	padding:3px 3px 3px;
}
#Kenchiku .Block3{
	margin:1em auto 0em!important;
}

#Kenchiku .Block4{
	margin:0em auto 0em;

}
#Kenchiku .Block5{
	margin:0em auto 0em!important;
}

#Kenchiku .Block5 dl{
	margin:0 0 10px;
    	width:49%;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Kenchiku{
	margin:2em auto 2em auto;
}

table.Kenchiku td,
table.Kenchiku th{
	padding:15px 5px;
}

#Kenchiku .MainT{
        font-size: max(2.604vw, 25px);

}

table.Kenchiku th{
	line-height:18px;
}
#Kenchiku .Block1{
	padding:2em 0 2em;
}

#Kenchiku .Worp .Box1{
	text-align:left;
}

#Kenchiku .Worp .Box1 .NO{
	width:100%;


}

#Kenchiku .Worp .Box2 ul li{
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

#Kenchiku .arrow_box{
	padding:5px 10px 0px;
	height:60px;
}

#Kenchiku .illustrat{
        bottom:-8px;
        right:1%;
	transform: translate(-1%, 8px); 
}

ruby rt{
       font-size: max(0.729vw, 10px);
        letter-spacing:-1px;
}

#Kenchiku .Title{
	padding:3px 1em 3px;
	line-height:180%;
        font-size: max(1.302vw, 18px); 

}
#Kenchiku ul.block{
	margin:2em auto 1em;
}

#Kenchiku ul.block li{
	width:100%;
	text-align:center;
	margin-bottom:1em;
	line-height:auto;
	overflow: hidden;
}
#Kenchiku ul.block li figure{
	width:60%;
	margin:0em auto 0 ;
	text-align:center;
}

#Kenchiku ul.block li figure img{
	text-align:center;
}
#Kenchiku ul.block li .Text1{
	line-height:120%;
        font-size: max(0.938vw, 16px); 
	padding:8px 0 8px;
}

#Kenchiku .ItemBox .ItemSdg ul.sdg{
        justify-content:space-between;
}

#Kenchiku .ItemBox .ItemSdg ul.sdg li{
    	width:49%;
	margin:0px 0px 10px;
}
#Kenchiku .Block3 h3{
        font-size: max(1.302vw, 18px); 
	line-height:160%;
	text-align:left;
}

#Kenchiku .Block3 h4{
        font-size: max(1.302vw, 18px); 
	line-height:160%;
}


#Kenchiku .ItemBox .ItemSdg h3{
        font-size: max(1.042vw, 18px); 

}


}


/****************************************

        商品

*****************************************/
#Product{
	margin:0em auto 6em;
	overflow: hidden;

}

#Product .Bt{
	overflow: hidden;
        display: block;
	text-align:center;
}



#Product ul.ProductAll{
	margin:5em auto 0em;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	width:70%;
}

#Product ul.ProductAll li{
	margin:0em auto 2em;
	width:31%;
        display: flex;
       flex-direction:column;
}

#Product ul.ProductAll li h3{
	margin-bottom:.5em!important;
}


#Product ul.ProductAll li p{
	margin-bottom:1em!important;
}

#Product ul.ProductAll li figure{
	width: 100%;
	margin: 0 auto 1em;
	overflow: hidden;
}

#Product ul.ProductAll li .BtBox{
	margin-top:auto;
	overflow: hidden;
	text-align:right;
	display: block;
}

#Product ul.ProductAll li .arrowlinkbt2 a{
	border: 1px solid #f8b62b!important;
        background:rgba(248,182,43,1)!important;
}
#Product ul.ProductAll li .arrowlinkbt2::before{
	left:-103px;
	width:90px;
	height:1px!important;
	background:#707070!important;
}
#Product ul.ProductAll li .arrowlinkbt2 a:hover{
        background:rgba(248,182,43,0.5)!important;
	color:#fff;
}



#Product .ProductWorp{
	width:70%;
	margin:3em auto 4em;
	overflow: hidden;
}



#Product table.Product,
#Product table.war{
	width:100%;
	margin:3em auto 1em;
	overflow: hidden;
	text-align:center;
	border-collapse: collapse;
	border-spacing: 0px;
}

#Product table.Product th{
	width:21%;
	color:#FFF;
	background:#595757;
	font-weight:bold;
	text-align:center;
}

#Product table.war th{
	width:15%;
	color:#FFF;
	background:#41210f;
	font-weight:bold;
	text-align:center;
}

#Product table.Product td,
#Product table.Product th,
#Product table.war td,
#Product table.war th{
	padding:10px 5px;
	border: 1px solid #ccc;
          -moz-box-sizing: border-box;
          box-sizing: border-box;

}

#Product p{
	margin-bottom:5px;
        font-size: max(0.729vw, 14px); 
}

#Product ul.ItemWorp{
	width:100%;
	margin:3em auto 3em;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;

}

#Product ul.ItemWorp li{
	width:32%;
	background:#F7F7F7;
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}

#Product ul.ItemWorp li figure{
	width:100%;
	margin:0 0 10px;

}
#Product .ProductWorp2{
	width:100%;
	margin:3em auto 4em;
	overflow: hidden;
        padding-top:8%;
}


#Product .clinic{
	background: url('images/clinic_hk.jpg') no-repeat center 0px;
}

#Product .hospital{
	background: url('images/hospital_hk.jpg') no-repeat center 0px;
}

#Product .store{
	background: url('images/store_hk.jpg') no-repeat center 0px;
}

#Product .apartment{
	background: url('images/apartment_hk.jpg') no-repeat center 0px;
}

#Product .warehouse{
	background: url('images/warehouse_hk.jpg') no-repeat center 0px;
}


#Product .plant{
	background: url('images/plant_hk.jpg') no-repeat center 0px;
}



#Product .ProductBox{
	width:70%;
	background:#FFFFFF;
	padding:3em 3em 3em 3em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	margin:3em auto 0;
        border-top-left-radius:30px;
        border-top-right-radius:30px;
}


#Product .ProductBox ul.merit{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:0em auto 0;
}

#Product .ProductBox ul.merit li{
        width:32%;
	margin:0em auto 0;
        text-align:center;
}

#Product .ProductBox ul.merit li a{
        width:100%;
        filter: drop-shadow(2px 3px 3px darkgrey);
	transition: all .3s;
	display: inline-block;
}

#Product .ProductBox ul.merit li a:hover{
	transform: translateY(5px);

}

#Product h3{
	margin-bottom:1em;
        font-size: max(1.042vw, 20px); 
	font-weight:bold;
	border-bottom : solid 2px #FFFFFF;
	padding-bottom:10px;
}

#Product .ProductWorp2 .apartment h3{
	height: calc(20px * 2 )!important;
}

#Product .ProductWorp3{
	width:100%;
	background:#F9F9F9;
        display: flex;
        flex-wrap:wrap;
	padding:0px 0 0px 0;
  align-items: center;
	margin:0px 0 0 0px;
}


#Product .ProductWorp3 .Item1{
	width:50%;
}




#Product .ProductWorp3 .Item1 figure{
	width:100%;
	margin:0px;
	line-height:1px;
}

#Product .ProductWorp3 .Item1 .Textbox{
	width:90%;
	margin:0 auto;
}
#Product .ProductWorp3 .Item1 .Textbox h3{
        font-size:max(1.563vw,30px);
	margin-bottom:.5em;
	font-weight:bold;
	border-bottom : solid 0px #FFFFFF;
	line-height:180%;
	padding-left:1.2em;
	text-indent:-1.2em;
		color:#41210f;
}

#Product .ProductWorp3 .Item1 .Textbox h3::first-letter {
        font-size:max(3.125vw,40px);
	margin-right:10px;
	font-family: 'Lora', serif;
}

#Product .ProductWorp3 .Item1 .Textbox .Big{
        font-size: max(1.823vw, 40px); 
	margin-bottom:1em;
	font-weight:bold;
	color:#434343;
        background: linear-gradient(transparent 60%, #ffff66 60%);
}

#Product .ProductWorp3 .Item1 .Textbox .nomalBig{
        font-size:max(1.563vw,35px);
}

.FooterWorks{
	margin:0em auto 6em;
	overflow: hidden;
	padding-bottom:6em;
}


#Product ul.img{
	margin:1em auto 1em;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	width:100%;
}

#Product ul.img li{
	margin:0em auto 1em;
	width:48%;
}
/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( min-width:1368px) {
#Product table.Product .clear,
#Product ul.ProductAll .clear{
	display:none;
}

}
/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {

#Product table.Product .clear,
#Product ul.ProductAll .clear{
	display:none;
}

#Product ul.ProductAll{
	width:80%;
}
#Product .ProductWorp{
	width:80%;

}

#Product .ProductBox{
	width:90%;
	padding:3em 2em 2em 2em;
}


#Product .ProductWorp3 .Item1 .Textbox h3{
        font-size:max(1.563vw,22px);
}

#Product .ProductWorp3 .Item1 .Textbox h3::first-letter {
        font-size:max(3.125vw,31px);

}

#Product .ProductWorp3 .Item1 .Textbox .Big{
        font-size: max(1.823vw, 31px); 

}
}
/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1110px) {
#Product .ProductWorp2 h3{
	height: calc(20px * 2 );
	padding-bottom:15px;
}
#Product .ProductWorp2 p{
	height: calc(25px * 3 )!important;
}

}
/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#Product .ProductWorp{
	width:90%;

}

#Product ul.ProductAll{
	width:90%;
}

.clear{
	display:none;
}


#Product .arrow_box a{
        padding:3em 15px 15px 15px;
}
#Product table.Product td,
#Product table.Product th,
#Product table.war td,
#Product table.war th{
	padding:5px 5px;
}

#Product .ProductWorp3 .Item1 .Textbox h3{
        font-size:max(1.563vw,20px);
}

#Product .ProductWorp3 .Item1 .Textbox h3::first-letter {
        font-size:max(3.125vw,30px);

}

#Product .ProductWorp3 .Item1 .Textbox .Big{
        font-size: max(1.823vw, 30px); 

}
}

/* =TB
-----------------------------------------------------------------------------*/

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

}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#Product ul.ProductAll li{
	width:48%;
}

#Product .ProductWorp .scroll {
    max-width:100%;/* 最大80%の領域内で要素をおさめる */
    margin:0px auto 0;
    overflow:auto;
  }

#Product table.Produc,
#Product table.war{
        min-width:740px;
	margin:1em 1em 1em 0em;
}


#Product .ProductWorp3 .Item1{
	width:100%;
}
#Product .ProductWorp3 .Item1 .oderLeft{
	order:2;
}

#Product .ProductWorp3 .Item1 .oderRight{
	order:1;
}

#Product table.Product td,
#Product table.Product th,
#Product table.war td,
#Product table.war th{
	padding:5px 5px;
}

#Product table.Product .clear,
#Product table.war .clear{
	display: block;
}

#Product .ProductWorp3 .Item1 .Textbox{
	width:90%;
	margin:2em auto;
}

#Product .oderLeft{
	order:2;
}

#Product .oderRight{
	order:1;
}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Product ul.ProductAll li h3{
	text-align:center;
}
#Product ul.ProductAll .clear{
	display: block;
}

#Product{
	margin:0em auto 3em;

}

#Product .ProductWorp{
	width:90%;
	margin:3em auto 1em auto;
	overflow: hidden;
}
#Product table.Product td,
#Product table.Product th,
#Product table.war td,
#Product table.war th{
        font-size: max(0.729vw, 14px); 
}

#Product .ProductWorp .scroll {
    overflow-x: auto;
    display: block;
  }

#Product table.Produc,
#Product table.war{
        min-width: 640px;
	margin:1em 1em 1em 0em;
}

#Product .ProductBox{
	margin:4em auto 0;

}

#Product ul.ItemWorp{
	margin:3em auto 0em;

}

#Product ul.ItemWorp li{
	width:100%;
	margin-bottom:10px;
}
    
#Product .ProductBox ul.merit li{
        width:100%;
}


#Product .ProductWorp2 h3{
	height:auto;
	padding-bottom:15px;
}
#Product .ProductBox{
	width:90%;
	padding:3em 1em 1em 1em;
	margin:6em auto 0;

}
#Product .ProductWorp3 .Item1 .Textbox h3{
        font-size:max(1.563vw,20px);
	line-height:180%;
}

#Product .ProductWorp3 .Item1 .Textbox .nomalBig{
        font-size:max(1.563vw,20px);
}


#Product .ProductWorp3 .Item1 .Textbox h3::first-letter {
        font-size:max(3.125vw,35px);

}

#Product .ProductWorp3 .Item1 .Textbox .Big{
        font-size: max(1.823vw, 30px); 

}
.FooterWorks{
	margin:0em auto 2em;
	padding-bottom:2em;
}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:440px){
#Product .Icon{
        width:25%;
        top:-1%;
}
}

/****************************************

        よくある質問

*****************************************/
#QA{
	width:60%;
	margin:4em auto 6em;
	overflow: hidden;

}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
}

.cp_qa dl {
	margin: 0 ;
}
.cp_qa dt {
	margin-bottom: .5em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 2.4em;
	font-weight:bold;
        font-size: max(1.042vw, 20px); 

}
.cp_qa dd {
	margin-bottom:2em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
	border-bottom : solid 1px #cccccc;
}
/* QAアイコン */

/* QAアイコン */

.cp_qa dt::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'Q';
	border-radius: 0.2em;
	background: #41210f;
        font-size: max(1.042vw, 20px); 
	color: #ffffff;
}


.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	border : solid 1px #41210f;
        font-size: max(1.042vw, 20px); 
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#QA{
	width:80%;
	margin:4em auto 6em;

}
}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:821px) {
#QA{
	width:100%;
	margin:4em auto 3em;

}
}




/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
}


/****************************************

        施工事例

*****************************************/
#Side #AnkerNavi {
        width:80%;
	margin:5em auto 10em auto;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
        position: -webkit-sticky;
        position: sticky;
        top:20%;
}

#Side #AnkerNavi li{
	margin-bottom:20px;
        width:100%;
	counter-increment:item;
	position:relative;
	width:50px;
	height:50px;

}

#Side #AnkerNavi span{
	position:absolute;
	top:50%;
	left:50px;
	background-color:#41210f;
	color:#fff;
        font-size:max(0.833vw,16px);
	white-space:nowrap;
	padding:2px 10px;
	transform:translateY(-50%) translateX(-50px);
	opacity:0;
	z-index:3;
	transition:all .5s ease;
        z-index: 100;
}
#Side #AnkerNavi span:before{
	content:'';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px;
	border-color:transparent #41210f transparent transparent;
	position:absolute;
	left:-12px;
	top:50%;
	margin-top:-6px
}

#Side #AnkerNavi li a{
	color:#000;
	font-weight:bold; 
	padding:0 20px 0 20px;
       display:block;
	transition: all .3s;
	line-height:110%;

}



#Side #AnkerNavi li a:after{
	content:"0" counter(item);
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 

}

#Side #AnkerNavi a:hover span{
	display:block;
	transform:translateY(-50%) translateX(0);
	opacity:1
}

#Side #AnkerNavi li .current,
#Side #AnkerNavi li a:hover{
       font-size:max(1.302vw,25px);
	color:#b18247;
font-family: 'EB Garamond', serif;
font-family: 'Libre Baskerville', serif;
}


#Side #AnkerNavi li a:after .current{
       text-decoration: line-through;
	content:"0" counter(item);
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
}

#Works{
	width:80%;
	margin:0px auto 6em;
}

#Works section{
	margin-bottom:4em;
}

#Works h2 {
	padding: 1rem 2rem;
	border-top: 6px double #f8b62b;
	background:#41210f;
        font-size: max(1.042vw, 18px)!important;
	font-weight:bold;
	margin-bottom:2em;
	color:#FFFFFF!important;
}



#Works ul.WorksList{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:0em auto 2em auto;
}

.FooterWorks ul.WorksList{
	width:70%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:0em auto 2em auto;
}

#Works ul.WorksList li,
.FooterWorks ul.WorksList li{
	width:30%;
	background:#FFFFFF;
	margin-bottom:2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	position: relative;
	text-align:center;
	border : solid 1px #595757;
	padding-bottom:10px;
}

#Works ul.WorksList:after,
.FooterWorks ul.WorksList:after {
	display: block;
	content:"";
	width:30%;
}


#Works ul.WorksList li figure,
.FooterWorks ul.WorksList li figure{
         position: relative;
         width: 100%;
         padding-top:75%;
         margin: 0 0 10px;
	overflow: hidden;
        z-index:0;
}
#Works ul.WorksList li figure img,
.FooterWorks ul.WorksList li figure img{
         position: absolute;
         width: 100%;
         height: 100%;
         top: 0;
         left: 0;
         object-fit: cover;
        z-index:0;
}


#Works ul.WorksList .icon,
#Works_single .icon,
.FooterWorks ul.WorksList .icon{
	background:#b18247;
	color:#FFF;
	text-align:center;
        display: inline-block;
	padding:2px 15px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-radius: 10px;
         margin: 0 auto 10px;
        font-size: max(0.729vw, 14px); 
}

#Works ul.WorksList li h3,
.FooterWorks ul.WorksList li h3{
	text-align:center;
	font-weight:bold;
        font-size: max(0.938vw, 18px); 
	width:90%;
         margin: 0 auto;
}

#Works ul.WorksList li a,
.FooterWorks ul.WorksList li a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
 	height:100%;
        z-index:10;
	cursor: pointer;
}


#Works .An{
	padding-top: 60px;
	margin-top:-60px;
}


/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and (min-width:1368px) {
#Works h2 .clear{
	display: none;
}
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Works h2 .clear{
	display: none;
}
#Works{
	width:90%;
	margin:0px auto;
}
.FooterWorks ul.WorksList{
	width:90%;
}
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and (max-width:1024px) {
#Works h2 .clear{
	display:block;
}

}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#Works ul.WorksList li,
.FooterWorks ul.WorksList li{
	width:47%;
}


}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Works h2 {
	padding: .5rem 1rem;
	margin-bottom:1em;
}
#Works ul.WorksList li,
.FooterWorks ul.WorksList li{
	width:49%;
	margin-bottom:1em;
}

#Works ul.WorksList li ul.box,
.FooterWorks ul.WorksList li ul.box{
        width:90%;
	margin:1em auto 1em auto;
}

#Works ul.WorksList li h3,
.FooterWorks ul.WorksList li h3{
        font-size: max(0.938vw, 16px); 
}


#Works ul.WorksList .icon,
.FooterWorks ul.WorksList .icon{
	padding:1px 8px;
	border-radius: 5px;
         margin: 0 auto 10px;
        font-size: 12px; 
}

#Works a.btn--green.btn--cubic {
        width:100%!important;

}

#Works ul.WorksList,
.FooterWorks ul.WorksList{
	margin:0em auto 0em auto;
}
}



/****************************************

        施工事例シングル

*****************************************/
#Works_single {
        width:100%;
	overflow: hidden;
	margin:0em auto 6em;
}

#Works_single h2{
	margin-bottom:10px;
}


#Works_single .Block2{
        width:70%;
	margin:6em auto;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
}

#Works_single .Block2 .Item1{
        width:79%;
	padding:0em 0em 0em;
}


#Works_single .Block2 .Item2{
        width:20%;
	background:#595757;
	padding:1em 1em 1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Works_single .Block2 ul.slider4{
        width:100%;
	padding:0;
	margin:0px;
}

#Works_single .Block2 ul.slider4 li{
        width:100%;
	text-align:center;
	padding:0em;
}
#Works_single .Block2 ul.slider4 figure{
        width:auto;
        height:580px;
        min-height:100%;
        overflow: hidden;
	text-align:center;
}

#Works_single .Block2 ul.slider4 img{
        object-fit: cover; 
        width:auto;
        display: block;
        height:100%;
       	text-align:center;
	margin:0px auto;

}
#Works_single .Block2 ul.slider4 .slick-slide .caption {
	z-index: 2;
	padding: 20px 2em;
	background: rgba(0, 0, 0, .6);
	color: #000;
	font-size: 14px;
	opacity: 0;
	transition: .3s ease;
	margin:0px auto;
}
#Works_single .Block2 ul.slider4 .slick-current .caption {
	opacity: 1;
	transition-delay: .5s;
}

#Works_single .Block2 .Item2 img {
	height: 80px;
	width: 100%;

}
#Works_single .Block2 .Item2 .thumbnail .slick-track {
	transform: unset !important;
}
#Works_single .Block2 .Item2 .thumbnail-img {
	opacity: 0.3;
	transition: opacity .3s linear;
	width: calc(98% / 2) !important;
	margin:0px auto 1px;
}
#Works_single .Block2 .Item2 .thumbnail .slick-current {
	opacity: 1;
}

#Works_single .Block2 .thumbnail .slick-current {
	opacity: 1;
}

#Works_single .Block2 .slick-prev::before {
        position: relative;
        content: "\f060"!important;
        font-family:"Font Awesome 5 Free" !important;
        background: rgba(255,255,255,0.5);
        padding: 10px;
        opacity: 1;
	color:#000000;
	font-weight:bold;
          }
 
#Works_single .Block2 .slick-next::before {
        position: relative;
	content: "\f061"!important;
	font-family:'Font Awesome 5 Free'!important;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	opacity: 1;
	color:#000000;
	font-weight:bold;
          }
 
#Works_single .Block2 .slick-prev{
     top;50%;
     left:0px;
        z-index: 1;
     }
#Works_single .Block2 .slick-next{
     top;50%;
     right:15px;
        z-index: 1;
    }
 
#Works_single .Block2 .slick-prev:hover:before{
     animation: arrow_prev .5s ease-out forwards;
    }
@keyframes arrow_prev {
    0% {
      right: 0px;
    }
    50% {
      right: 5px;
    }
    100% {
          right: 0;
    }
}
 
#Works_single .Block2 .slick-next:hover:before{
    animation: arrow_next .5s ease-out forwards;
        }
    @keyframes arrow_next {
    0% {
      left: 0px;
    }
    50% {
      left: 5px;
    }
    100% {
      left: 0;
    }
}

#Works_single .Block3{
        width:70%;
	margin:3em auto 6em;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	padding:1em;
	border : solid 5px #F7F7F7;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background:#FFFFFF;
}

#Works_single .Block3 .Item1{
        width:30%;
}

#Works_single .Block3 .Item1 figure{
        position: relative;
        width: 100%;
        padding-top: 75%;
         margin: 0 auto;
}

#Works_single .Block3 .Item1 figure img{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        object-fit: cover;
}

#Works_single .Block3 .Item2{
        width:65%;
}

#Works_single .Block3 .Item2 dl{
        width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
}

#Works_single .Block3 .Item2 dl dt{
        width:13%;
	padding:5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-bottom : dotted 1px #CCCCCC;
}

#Works_single .Block3 .Item2 dl dd{
        width:87%;
	padding:5px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-bottom : dotted 1px #CCCCCC;
}

 
/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Works_single .Block2{
        width:90%;

}
#Works_single .Block3{
        width:80%;

}
#Works_single .Block3 .Item2 dl dt{
        width:16%;
}

#Works_single .Block3 .Item2 dl dd{
        width:84%;

}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#Works_single.Block2 ul.slider4 figure{
        height:450px;
}

#Works_single .Block3 .Item2 dl dt{
        width:20%;
}

#Works_single .Block3 .Item2 dl dd{
        width:80%;

}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:821px) {
#Works_single .Block2 ul.slider4 figure{
        height:450px;
}
#Works_single .Block2 .Item2 img {
	height: 60px;

}
#Works_single .Block3{
        width:90%;

}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#Works_single .Block2 .Item1{
        width:100%;
}


#Works_single .Block2 .Item2{
        width:100%;

}
#Works_single .Block2 .Item2 .thumbnail-img {
	width: calc(100% / 5) !important;

}
#Works_single .Block3 .Item2 dl dt{
        width:30%;
}

#Works_single .Block3 .Item2 dl dd{
        width:70%;

}
}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Works_single .Block2{
	margin:3em auto 2em;

}

#Works_single .Block2 ul.slider4 figure{
        height:250px;
}
#Works_single .Block2 .Item2 .thumbnail-img {
	width: calc(100% /3) !important;

}
#Works_single .Block2 .Item2 img {
	height: 80px;

}

#Works_single .Block3{
	margin:0em auto 2em;

}

#Works_single .Block3 .Item1{
        width:100%;
}


#Works_single .Block3 .Item2{
        width:100%;
}
#Works_single .Block3 .Item1 figure{
         margin: 0 auto 1em;
}
#Works_single .Block3 .Item2 dl dt{
        width:30%;
}

#Works_single .Block3 .Item2 dl dd{
        width:70%;

}
}

/****************************************

        新着情報共通

*****************************************/
#NewsHeadBt ul{
	width:80%;
	margin:6em auto 4em;
        display: flex;
        justify-content:center !important;
        flex-wrap:wrap;
}

#NewsHeadBt ul li{
	margin:0 1px 0;

}


#NewsHeadBt ul li.navNomal a{
	width:150px;
	background:#595757;
	border : solid 1px #595757;
	transition: all .3s;
	line-height:180%;
	padding:10px 15px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	font-weight:bold;
    display:block;
	text-align:center;
	color:#FFF;
}

#NewsHeadBt ul li.navNomal a:hover{
	background:#ccc;
	border : solid 1px #595757;
	color:#595757;
}

#NewsHeadBt ul li.current a{
	background:#f8b62b;
	border : solid 1px #f8b62b;
	color:#FFF;
}



#NewsHeadBt_SP{
       display: none;
}


#NewsArchiveBt{
       	width:70%;
	margin:1em auto 0em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        justify-content:flex-end;
        flex-wrap:wrap;
        align-items: center;
}

#NewsArchiveBt .Title{
	color:#036fb8;
	font-weight:bold;
        font-size: max(0.833vw, 16px); 
        display: inline-block;
	text-align:right;
}

#NewsArchiveBt .Form{
	width:180px;
	text-align:right;
}


#NewsArchiveBt .Form .s-btn{
	padding:.5em .5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background:#FFD610;
}

#NewsArchiveBt .Form select{
        border:0;
        padding:8px 20px;
        border:solid 1px #eee;
        margin:0 0 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: max(0.833vw, 16px); 
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#NewsHeadBt ul{
	margin:3em auto 2em;

}
#NewsArchiveBt{
       	width:80%;

}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#NewsHeadBt{
       display: none;
}

#NewsHeadBt_SP{
       display: block;
	margin:2em auto 2em;
}

#NewsHeadBt_SP .nav {
	overflow-x: auto;
	background:#eeeeee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#NewsHeadBt_SP .nav::-webkit-scrollbar {
	display: none;
 }

#NewsHeadBt_SP .nav ul {
	display: flex;
	padding: 12px;
	width: 100%;
        font-size: max(0.833vw, 16px); 
}

#NewsHeadBt_SP .nav ul > li.navNomal {
	white-space: nowrap;
	padding: 0 8px;
}

#NewsHeadBt_SP .nav ul > li.navNomal a{
	background:#FFF;
	border : solid 1px #595757;
	transition: all .3s;
	line-height:180%;
	padding:5px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	font-weight:bold;
	border-radius:20px;
}

#NewsHeadBt_SP .nav ul > li.navNomal a:hover{
	background:#595757;
	border : solid 1px #595757;
	color:#FFF;
}

#NewsHeadBt_SP .nav ul > li.current a{
	background:#8EC31F;
	border : solid 1px #8EC31F;
	color:#FFF;
	border-radius:20px;
}
#NewsArchiveBt{
       	width:90%;

}
}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){

}

/****************************************

        新着情報

*****************************************/



#News ul.List{
	width:70%;
        display: flex;
        flex-direction:column;
	margin:1em auto 10px auto;

}


#News ul.List li{
	width:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
	border-bottom : dotted 1px #cccccc;
	margin-bottom:10px;
        flex-wrap:wrap;
	position: relative;
}

#News ul.List li figure{
	position: relative;
	width:17%;
	padding-top:15%;
	margin: 0 ;
}
#News ul.List li figure img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
	text-align: left;
}

#News ul.List li .Item{
	width:80%;
}

#News ul.List li .Item h2{
        font-size: max(0.938vw, 18px); 
	font-weight:bold;
	padding-bottom:5px;
	border-bottom : solid 1px #595757;
	margin-bottom:1em;
}

#News ul.List li .Item dl{
        display: flex;
        flex-wrap:wrap;
        justify-content:flex-start;
	margin-bottom:5px;
}

#News ul.List li .Item dl dt{
	width:100px;
}

#News ul.List li .Item dl dd{
	border : solid 1px #8EC31F;
	padding:1px 3px;
        font-size: max(0.625vw, 12px); 
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	text-align:center;
        display: block;
        width:100px;
	font-weight:bold; 
}

#News ul.List li a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
 	height:100%;
}

#News ul.List li a:hover{
	background:#000000;
        opacity: 0.2; 
}


#News ul.List li .icon{
	width:12%;
	margin-right:10px;
	border : solid 2px #1475AA;
	padding:1px 0 1px 0;
	text-align:center;
        display: inline-block;
	font-size:12px;
	color:#1475AA;
	font-weight:bold;
}

#News ul.List li .Date{
	width:12%;
        display: inline-block;
}

#News ul.List li.Title{
	width:70%;
        display: inline-block;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {

}


/* =TB
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1025px) {
#News ul.List{
	width:80%;
}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and ( max-width:769px) {
#News ul.List{
	width:90%;
}
#News ul.List li figure{
	position: relative;
	width:17%;
	padding-top:18%;
	margin: 0 ;
}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#News ul.List li{
	margin-bottom:1em;
}

#News ul.List li figure{
	width:100%;
	padding-top:55%;
	margin-bottom:1em;
}
#News ul.List li .Item{
	width:100%;
}

}

/****************************************

        新着情報single

*****************************************/
#News_s .News_s_Nav{
       	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;

}

#News_s .News_s_Box{
	width:70%;
	padding:3em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border : solid 1px #cccccc;
	margin:1em auto 3em;
}

#News_s .News_s_Box .Date{
        font-size: max(0.625vw, 12px); 
	color:#41210f !important;
	font-weight:bold;
        display: block;
	margin-bottom:2em;
}


#News_s .News_s_Box h3 {
	border-bottom: solid 1px #000;
	position: relative;
        font-size: max(1.302vw, 25px); 
	margin-bottom:2em;
	font-weight:bold;
	padding-bottom:5px;
}

#News_s .News_s_Box h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #00873B;
	bottom: -1px;
	width: 20%;
}


/* =TB
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1025px) {
#News_s .News_s_Box{
	width:80%;
	margin:1em auto 3em auto;
}

}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and ( max-width:769px) {
#News_s .News_s_Box{
	width:90%;
	margin:1em auto;
}


}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){

#News_s .News_s_Box{
	padding:1em;

}
#News_s .News_s_Box .Date{
	margin-bottom:1em;
}


#News_s .News_s_Box h3 {
	margin-bottom:1em;
        font-size: max(1.302vw, 20px); 
}


}



/****************************************

        木造建築で大規模

*****************************************/
#architecture{
	width:100%;
	margin:4em auto 2em auto;
	overflow: hidden;
}

#architecture .Block1{
	width:100%;
	margin:0em auto 5em auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	padding:4em 0 6em;
	overflow: hidden;
}

#architecture .BlockWorp{
	width:100%;
	color:#595757!important;
        display: flex;
	overflow: hidden;

}


#architecture .Bk1{
	background: url('images/architecture_img01.jpg') no-repeat left 0px;
	background-size:60% auto;
}

#architecture .Bk2{
	background: url('images/architecture_img02.jpg') no-repeat right 0px;
	background-size:60% auto;
}



#architecture h3{
        font-size: max(0.938vw, 18px); 
	margin-bottom:10px;
       	font-weight:bold;
}

#architecture .BlockWorp .fa-bullseye{
	color:#8EC31F;
	margin-right:10px;
}

#architecture .BkLeft{
	background: rgb(247,247,247);
	background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 81%, rgba(255,255,255,1) 81%);
}

#architecture .BkRight{
	background: rgb(247,247,247);
	background: linear-gradient(270deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 81%, rgba(255,255,255,1) 81%);
}



#architecture .BlockWorp .Item1{
	width:55%;
	background:#FFFFFF;
	padding:2em 2em 1em 2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-shadow: 2px 2px 20px -13px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 2px 2px 20px -13px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: 2px 2px 20px -13px rgba(0, 0, 0, 0.8);
        box-shadow: 2px 2px 20px -13px rgba(0, 0, 0, 0.8);
	border-bottom : solid 3px #8EC31F;
	margin-left:40%;
	margin-top:15%;

}

#architecture .BlockWorp .Item2{
	width:55%;
	background:#FFFFFF;
	padding:2em 2em 1em 2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-shadow: 2px 2px 20px -13px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 2px 2px 20px -13px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: 2px 2px 20px -13px rgba(0, 0, 0, 0.8);
        box-shadow: 2px 2px 20px -13px rgba(0, 0, 0, 0.8);
	border-bottom : solid 3px #8EC31F;
	margin-left:5%;
	margin-top:15%;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#architecture .BlockWorp .Item1{
	width:80%;
	margin-top:30%;
	margin-left:15%;

}
#architecture .BlockWorp .Item2{
	width:80%;
	margin-left:5%;
	margin-top:40%;
}

#architecture .Bk1{
	background: url('images/architecture_img01.jpg') no-repeat left 0px;
	background-size:80% auto;
}

#architecture .Bk2{
	background: url('images/architecture_img02.jpg') no-repeat right 0px;
	background-size:80% auto;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#architecture .BlockWorp .Item1{
	width:90%;
	margin-top:35%;
	margin-left:15%;

}
#architecture .BlockWorp .Item2{
	width:80%;
	margin-left:0%;
	margin-top:40%;
}

#architecture .Bk1{
	background: url('images/architecture_img01.jpg') no-repeat left 0px;
	background-size:90% auto;
}

#architecture .Bk2{
	background: url('images/architecture_img02.jpg') no-repeat right 0px;
	background-size:90% auto;
}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#architecture{
	margin:2em auto 2em auto;
}

#architecture .Block1{
	margin:0em auto 2em auto;
	padding:2em 0 2em;
}

#architecture .BlockWorp .Item1{
	width:100%;
	margin-top:40%;
	margin-left:0%;

}
#architecture .BlockWorp .Item2{
	width:100%;
	margin-left:0%;
	margin-top:50%;
}

#architecture .Bk1{
	background: url('images/architecture_img01.jpg') no-repeat left 0px;
	background-size:100% auto;
}

#architecture .Bk2{
	background: url('images/architecture_img02.jpg') no-repeat right 0px;
	background-size:100% auto;
}
}
/****************************************

        特徴

*****************************************/
#moclabo{
	width:100%;
	margin:4em auto 6em auto;
	overflow: hidden;
}


#moclabo .laboBlock{
	width:70%;
	margin:4em auto 2em auto;
	overflow: hidden;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#moclabo .pd-R{
	padding-right:20px;
}

#moclabo .pd-L{
	padding-left:20px;
}

#moclabo .Bk{
	background: url('images/moclabo_hk1.png') no-repeat right bottom;
	background-size:80% auto;
}

#moclabo .Bk2{
	background: url('images/moclabo_hk2.png') no-repeat left bottom;
	background-size:80% auto;
}

#moclabo .laboBlock .laboItem1{
	width:40%;
	padding-bottom:5%;

}

#moclabo .laboBlock .laboItem2{
	width:55%;
	margin-top:10%;
}

.BigNo{
        font-size: max(5.208vw, 30px); 
	font-family: 'Lexend Deca', sans-serif;
	margin:-10px 0 8px;
	color:#8EC31F;
        display: block;
	padding-bottom:5%;
}

#moclabo .laboBlock .laboItem2 .Title{
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
        margin:1em 0;
	padding:10px 0 0px 10px;
	color:#FFFFFF;
	font-weight:bold; 
        font-size: max(1.042vw, 20px); 
}

#moclabo .laboBlock .laboItem2 p{
	color:#FFFFFF;
}

#moclabo .laboBlock .Od1{
	order: 1;
}

#moclabo .laboBlock .Od2{
	order:2;
}


#moclabo .laboBlock figure{
	position: relative;
	width: 100%;
	padding-top: 75%;
	margin:0 auto 0;
}
#moclabo .laboBlock figure img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#moclabo .laboBlock{
	width:90%;

}

.BigNo{
        font-size: max(4.167vw, 80px); 
	margin:-10px 0 0px;
}

}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#moclabo .laboBlock{
	width:90%;

}

#moclabo .laboBlock .laboItem1{
	width:35%;
	padding-bottom:5%;

}

#moclabo .laboBlock .laboItem2{
	width:60%;

}

.BigNo{
	margin:0em 0 8px;
	padding-bottom:5%;
}

#moclabo .laboBlock .laboItem2 .Title{
        margin:1em 0;

}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:990px) {
#moclabo .laboBlock .laboItem1{
	width:100%;
	padding-bottom:0;

}

#moclabo .laboBlock .laboItem2{
	width:100%;
	margin-top:1em;;
	padding:1em 2em 1em 2em;
}
#moclabo .Bk{
	background:#595757 url('images/moclabo_hk1.png') no-repeat right bottom;
	background-size:80% auto;
}

#moclabo .Bk2{
	background:#595757 url('images/moclabo_hk2.png') no-repeat left bottom;
	background-size:80% auto;
}
#moclabo .pd-R{
	padding-right:0px;
}

#moclabo .pd-L{
	padding-left:0px;
}
#moclabo .laboBlock .Od1{
	order:2;
}

#moclabo .laboBlock .Od2{
	order:1;
}
#moclabo .laboBlock figure{
	padding-top: 55%;
}
}

/* =TB
-----------------------------------------------------------------------------*/

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



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#moclabo{
	margin:2em auto 2em auto;
}
}


/****************************************

        カタログ請求

*****************************************/

#Catalog ul.CatalogList{
	width:70%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:4em auto 2em auto;

}

#Catalog ul.CatalogList li{
	width:48%;
	text-align:center;
	margin-bottom:3em;
}

#Catalog ul.CatalogList li h2{
        font-size: max(0.938vw, 18px); 
	font-weight:bold;
	margin-top:1em;

}
#Catalog ul.CatalogList li figure{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin:0;
}

#Catalog ul.CatalogList li figure img{
	text-align:left;
	margin:0;
}

/****************************************

        カタログ請求singel

*****************************************/
#Catalog .Worp{
       	width:70%;
	padding:2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	overflow: hidden;
	margin:3em auto;
	text-align:center!important;
}


#Catalog .Worp figure{
	margin-bottom:1em;
	text-align:center;
	margin:0;
}

#Catalog .Worp h2{
        font-size: max(0.938vw, 18px); 
	font-weight:bold;
	text-align:center;
    display: inline-block;
}



/****************************************

        現場レポート/役立ち

*****************************************/

#Report .Report_Nav{
       	width:70%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:0px auto;
}


#Report .Report_Nav .Item{
       	width:49%;
	background:#e2f1fb;
	padding:1em 2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap:wrap;
}

#Report .Report_Nav .Item .Title{
	color:#036fb8;
	font-weight:bold;
        font-size: max(0.833vw, 16px); 
        display: inline-block;
	width:30%;
}

#Report .Report_Nav .Item .Form{
	width:68%;
	text-align:right;
}

#Report .Report_Nav .Item .Form .s-btn{
	padding:.5em .5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background:#FFD610;
}

#Report .Report_Nav .Item .Form select{
        border:0;
        padding:8px 20px;
        border:solid 1px #eee;
        margin:0 0 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Report ul.ReportList{
	width:98%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:5em auto;
}

#Report ul.ReportList:after {
	display: block;
	content:"";
	width: 30%;

}

#Report ul.ReportList li{
	width:30%;
	padding:10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-radius: 10px;
	-moz-box-shadow: -1px -1px 11px -4px rgba(0, 0, 0, 0.56);
	-webkit-box-shadow: -1px -1px 11px -4px rgba(0, 0, 0, 0.56);
	-ms-box-shadow: -1px -1px 11px -4px rgba(0, 0, 0, 0.56);
	box-shadow: -1px -1px 11px -4px rgba(0, 0, 0, 0.56);
        transition:box-shadow 0.3s;
	margin-bottom:3em;
}

.Repor-Blue{
	background: rgb(3,111,184);
	background: linear-gradient(144deg, rgba(3,111,184,1) 0%, rgba(3,111,184,1) 18%, rgba(255,255,255,1) 18%);
}

.Repor-Yellow{
	background: rgb(255,214,16);
	background: linear-gradient(144deg, rgba(255,214,16,1) 0%, rgba(255,214,16,1) 18%, rgba(255,255,255,1) 18%);
}

#Report ul.ReportList li:hover{
         box-shadow:0 0 20px rgb(0, 110, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.3);
}

#Report ul.ReportList li figure{
	margin:0px auto 10px;
}

#Report ul.ReportList li img{
	display: block;
	height: 250px;
	object-fit:cover; 
	width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
}

#Report ul.ReportList li .Date{
        font-size: max(0.729vw, 14px); 
	color:#036fb8 !important;
	font-weight:bold;
        display: block;
	margin-bottom:.5em;
}

#Report ul.ReportList li h3{
        font-size: max(0.938vw, 18px); 
	margin-bottom:5px;
}

#Report ul.ReportList li p{
	line-height:18px;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and (min-width:1024px) and ( max-width:1366px) {
#Report .Report_Nav{
       	width:100%;

}
#Report ul.ReportList li img{
	height: 200px;
}
}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1023px) {
#Report .Report_Nav{
       	width:100%;

}
#Report .Report_Nav .Item .Title{
	width:100%;
	text-align:center;
}

#Report .Report_Nav .Item .Form{
	width:100%;
	text-align:center;
}
#Report ul.ReportList li img{
	height: 150px;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (min-width:744px) and ( max-width:768px) {
#Report .Report_Nav{
       	width:100%;

}
#Report .Report_Nav .Item .Title{
	width:100%;
	text-align:center;
}

#Report .Report_Nav .Item .Form{
	width:100%;
	text-align:center;
}
#Report ul.ReportList li img{
	height: 150px;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (min-width:480px) and ( max-width:743px) {
#Report .Report_Nav .Item{
       	width:100%;
	margin-bottom:5px;
}
#Report .Report_Nav{
       	width:100%;

}
#Report .Report_Nav .Item .Title{
	width:100%;
	text-align:center;
}

#Report .Report_Nav .Item .Form{
	width:100%;
	text-align:center;
}
#Report ul.ReportList li img{
	height: 100px;
}
#Report ul.ReportList:after {
	display: block;
	content:"";
	width: 48%;
}

#Report ul.ReportList li{
	width:48%;
	padding:5px 5px 10px 5px;
	border-radius:5px;
}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:479px){
#Report .Report_Nav .Item{
       	width:100%;
	margin-bottom:5px;
}
#Report .Report_Nav{
       	width:100%;

}
#Report .Report_Nav .Item .Title{
	width:100%;
	text-align:center;
}

#Report .Report_Nav .Item .Form{
	width:100%;
	text-align:center;
}

#Report ul.ReportList{
	margin:2em auto;
}

#Report ul.ReportList li img{
	height: 100px;
}
#Report ul.ReportList:after {
	display: block;
	content:"";
	width: 48%;
}

#Report ul.ReportList li{
	width:48%;
	padding:5px 5px 10px 5px;
	border-radius:5px;
}
}


/****************************************

        イベント

*****************************************/
#Event{
	margin:3em auto 5em auto;
        width: 100%;
	overflow: hidden;
}

#Event ul.EventList{
        display: flex;
        flex-wrap:wrap;
        flex-direction:column;
	width:60%;
	margin:4em auto 6em;
}

#Event ul.EventList li{
	border : solid 3px #dcdcdc;
	background:#FFFFFF;
	border-radius: 10px;
	-moz-box-shadow: -1px 1px 8px -5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: -1px 1px 8px -5px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: -1px 1px 8px -5px rgba(0, 0, 0, 0.8);
	box-shadow: -1px 1px 8px -5px rgba(0, 0, 0, 0.8);
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
         align-items: center;
	padding:1.5em 2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width:100%;
	margin-bottom:2em;
}




#Event ul.EventList li figure{
        position: relative;
        width:30%;
        padding-top:45%;
        margin: 0 auto;
}

#Event ul.EventList li figure img{
        position: absolute;
        width: 100%;
        top: 0;
        object-fit: cover;
}

#Event ul.EventList li .TextBox{
        width:58%;
}

#Event ul.EventList li .TextBox p{
	width:100%;
	margin-bottom:1em;
        display: block;
}

#Event ul.EventList li .TextBox h2 {
	position: relative;
	padding:0.5em 0.5em 0.5em 1.4em;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom:1em;
	width:100%;
	font-weight:bold;
        font-size: max(1.042vw, 20px); 
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
 
#Event ul.EventList li .TextBox h2::after {
	position: absolute;
	top: 50%;
	left:0.7em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:25px;
	background-color: #41210f;
}

#Event ul.EventList li .TextBox dl{
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
        width:100%;
	margin-bottom:2em;
}

#Event ul.EventList li .TextBox dl dt{
        width: 30%;
	margin-bottom:8px;
	border-bottom: 1px dashed #C4C3C3;
	padding-bottom:6px;
}

#Event ul.EventList li .TextBox dl dt h4{
	width:100%;
	background: #707070;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:2px;
    display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

}

#Event ul.EventList li .TextBox dl dd{
        width: 70%;
	margin-bottom:8px;
	padding:3px 5px 6px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-bottom: 1px dashed #C4C3C3;
}


/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Event ul.EventList{
	width:80%;
	margin:4em auto 6em;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#Event ul.EventList li figure{
        width:30%;
}
#Event ul.EventList li .TextBox{
        width:63%;
}
}

/* =TB
-----------------------------------------------------------------------------*/

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

#Event ul.EventList{
	width:90%;
	margin:4em auto 6em;
}

}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#Event ul.EventList li{
	border : solid 3px #dcdcdc;
	padding:1em 1em;
}
}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){

#Event ul.EventList li{
	border : solid 3px #dcdcdc;
	padding:1em 1em;
}


#Event ul.EventList li figure{
        width:100%;
	height:100%;
        padding-top:100%;
        margin: 0 0px 2em;

}

#Event ul.EventList li figure img{
        position: absolute;
        width: 100%;
	height:100%;
        top: 0;
        object-fit:contain;
}
#Event ul.EventList li .TextBox{
        width:100%;
}


}

/****************************************

        エベントsingle

*****************************************/


#Event .Title,
#Works_single .Title,
#Works .Title{
	width:70%;
	margin:4em auto 2em;
	padding:1em 0;
	border-top : solid 2px #595757;
	border-bottom : solid 2px #595757;
	text-align:center;
        font-size: max(1.302vw, 25px); 
	font-weight:bold;
}

#Event .Block1{
	width:70%;
	margin:0em auto 6em;
	overflow: hidden;
	border-bottom : solid 1px #dcdcdc;
}

#Event .Block1 ul.EventList{
	width:100%;
	margin:1em auto 0em;
}

#Event .Block1 ul.EventList li{
	border : solid 0px #dcdcdc;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	padding:0em 0em;
	margin-bottom:2em;
      align-items:flex-start ;
}

#Event ul.EventList li .TextBox{
	margin-top:2em;
}

#Event ul.EventList li .TextBox .Title2{
	width:100%;
	margin:4em auto 2em;
	padding:1em 0;
	border-top : solid 2px #595757;
	border-bottom : solid 2px #595757;
	text-align:center;
        font-size: max(1.302vw, 25px); 
	font-weight:bold;
}




#Event .Block2{
	width:70%;
	margin:2em auto 6em;
	overflow: hidden;
}

#Event .Block3{
	width:100%;
	height:50vh;
	margin:2em auto 6em;
	overflow: hidden;
	background: url('images/event_hk3.jpg') no-repeat center 0px;
	background-size:cover;
	position: relative;
}


#Event .Block3 .Worp{
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	width:60%;
	position:absolute;
        top:35%;
        left:50%;
	transform: translate(-50%, -35%);
	border : solid 1px #FFFFFF;
	padding:3em 3em;
       -moz-box-sizing: border-box;
        box-sizing: border-box;
  align-items: center;
}

#Event .Block3 .Worp .Item,
#Event .Block3 .Worp .Item2{
	width:50%;
	color:#FFFFFF;
}

#Event .Block3 .Worp .Item2{
	text-align:center;
}

#Event .Block3 .Worp h3{
        font-size: max(1.302vw, 25px); 
	font-weight:bold;
 	line-height:160%;
	margin-bottom:10px;
}

#Event .Block3 .Worp .Bt{
	width:100%;
	margin-top:2em;
	overflow: hidden;
}

#Event .Block3 .Worp .Bt a{
	width:100%;
        display: inline-block;
	border : solid 1px #FFFFFF;
	padding:10px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	color:#FFFFFF;
	font-weight:bold;
 	line-height:180%;
        font-size: max(1.302vw, 20px); 
	transition: all .2s linear;
	text-align:center;
	background:#f8b62b;
}
#Event .Block3 .Worp .Bt a:hover{
 ? ? ? ?background:#b18247;
	color:#000;
}

#Event .Block1 a.Bt4{
	width:60%;

}
/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Event .Title,
#Works_single .Title,
#Works .Title{
	width:80%;

}
#Event .Block1{
	width:80%;
}

#Event .Block2{
	width:80%;
	margin:2em auto 6em;

}
#Event .Block3 .Worp{
	width:80%;
}

}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1120px) {
#Event .Block3 .Worp{
	width:90%;
}
}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#Event .Block3 .Worp{
	padding:10px 1em;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:975px) {
#Event .Block3{
	height:40vh;
	margin:2em auto 6em;
}


}
/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#Event .Title,
#Works_single .Title,
#Works .Title{
	width:90%;
	margin:2em auto 2em;
        font-size: max(1.302vw, 20px); 
}
#Event .Block1{
	width:90%;
	margin:1em auto 3m;

}

#Event .Block3{
	height:55vh;
	margin:2em auto 6em;
	background: url('images/event_hk3_sp.jpg') no-repeat center 0px;

}

#Event .Block3 .Worp{
	width:80%;
        top:2%;
        left:50%;
	transform: translate(-50%, -2%);
	padding:2em 2em;
	text-align:center;
}

#Event .Block3 .Worp .Item,
#Event .Block3 .Worp .Item2{
	width:100%;
	text-align:center;
}

#Event .Block3 .Worp .Bt{
	width:80%;
	margin:2em auto 1em;
	overflow: hidden;
	text-align:center;
}
}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Event .Block2{
	width:80%;
	margin:2em auto 3em;
}

#Event .Block3{
	margin:0em auto 3em;
	height:50vh;
}
.Tel{
        font-size: max(1.823vw, 30px); 

}
#Event .Block3 .Worp{
	padding:1em 1em;
}

#Event .Block3 .Worp .Bt{
	width:100%;

}
#Event .Block3 .Worp .Bt a{
	padding:10px 10px;
        font-size: max(0.938vw, 18px); 
}
#Event .Block1 a.Bt4{
	width:100%;

}

}


/****************************************

        土地情報

*****************************************/
#Land{
	width:80%;
	margin:3em auto 6em;
	overflow: hidden;
}


table.Land {
	margin: 20px auto;
        font-size: max(0.833vw, 14px); 
}
.Land th {
	background:#41210f;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	text-align:center;
}
.Land td {
	border: solid 1px #ccc;
	padding: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.Land td:first-child {
	background: #fbf5f5;
	text-align:center;
}

#Land .icon{
        display:block;
	margin-bottom:3px;
}

#Land .W01{
	width:100px;

}

#Land .W02{
	width:200px;
}

#Land .W03{
	width:150px;
}

#Land .W04{
        width:120px;
}

#Land ul.Bt{
        width:100%;
}

#Land ul.Bt li{
        width:100%;
	list-style-type: none;
	text-decoration: none;
	margin-bottom:10px;
}

#Land ul.Bt li.Bk01 a{
        background:rgba(238,238,238,1);
	color:#000;
	border-radius: 10px;
	width:100%;
	line-height:120%;
        display: inline-block;
	text-align:center;
        transition: all 0.3s;
	padding:5px 3px 5px 3px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Land ul.Bt li.Bk02 a{
        background:rgba(248,182,43,1);
	color:#FFFFFF;
	border-radius: 10px;
	width:100%;
	line-height:120%;
        display: inline-block;
	text-align:center;
        transition: all 0.3s;
	padding:5px 3px 5px 3px;
	font-weight:bold;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

}

#Land ul.Bt li.Bk03{
	border : solid 1px #b50005;
	color:#b50005;
	border-radius: 10px;
	width:100%;
	line-height:120%;
        display: inline-block;
	text-align:center;
        transition: all 0.3s;
	padding:5px 3px 5px 3px;
	font-weight:bold;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

}

#Land ul.Bt li.Bk01 a:hover{
        background:rgba(238,238,238,0.5);

}

#Land ul.Bt li.Bk02 a:hover{
        background:rgba(177,130,71,1);

}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Land{
	width:90%;
	margin:3em auto 6em;
	overflow: hidden;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
}
/* =TB
-----------------------------------------------------------------------------*/

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

  .last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
  }
  .Land {
	width:100%;
	margin:3em auto 6em;
  }
  .Land .thead {
	display: none;
  }
  .Land tr {
	width: 100%;
  }
  .Land td {
	display: block;
	text-align:left;
	width: 100%;
  }
  .Land td:first-child {
	background: #8EC31F;
	color: #fff;
	font-weight: bold;
	text-align:left;
  }
 .Land td:before {
	content: attr(data-label);
	font-weight: bold;
	margin-right: 10px;
	width:100px;
	text-align: left;
	 display: inline-block;
	 width: 100px;
  }

#Land .W01{
	width:auto;

}

#Land .W02{
	width:auto;
}

#Land .W03{
	width:auto;
}

#Land .W04{
	width:auto;
}
#Land .icon{
        display:inline-block;
	margin-right:10px;
}
#Land ul.Bt{
        width:60%;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
	margin:10px auto;
}

#Land ul.Bt li{
        width:48%;
	margin:0px auto 10px;
}

#Land ul.Bt li.Bk01 a{
	width:100%;
	line-height:180%;
	padding:3px 3px 3px 3px;
}

#Land ul.Bt li.Bk02 a{
	width:100%;
	line-height:180%;
	padding:3px 3px 3px 3px;

}
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Land ul.Bt{
        width:90%;
}
}


/****************************************

        土地情報single

*****************************************/
#Land .Block{
	width:80%;
	margin:0 auto 3em;
	border : solid 2px #535353;
	padding:2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Land .Block1{
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	width:100%;
	margin:0 auto 3em;

}

#Land .Block1 .Item1{
	width:49%;


}

#Land .Block1 .Item1 h2{
	width:100%;
        display: inline-block;
        font-size: max(1.042vw, 20px);
	background:#41210f;
	padding:8px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

#Land .Block1 .Item1 dl{
	width:100%;
        display: flex;
        flex-wrap:wrap;
        justify-content:flex-start;
	margin:1em 0;
}

#Land .Block1 .Item1 dl dt{
	width:25%;
	background:#eee;
	border-right : solid 1px #ccc;
	border-bottom : solid 1px #ccc;
	padding:.5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Land .Block1 .Item1 dl dt:nth-last-child(2){
        border-bottom:0;
}


#Land .Block1 .Item1 dl dd{
	width:75%;
	border-bottom : solid 1px #ccc;
	padding:.5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#Land .Block1 .Item1 dl dd:nth-last-child(1){
        border-bottom:0;
}

#Land .Block1 .Item2{
	width:49%;

}

#Land .Block1 .Item2 figure{
	background:#eeeeee;
	padding:.5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	position: relative;
	width:100%;
	margin:0px;
}

#Land .Block1 .Item2 figure img{
        z-index: 0;

}

#Land .Block1 .Item2 .icon1{
	position:absolute;
        right:20px;
        bottom:20px;
        z-index: 1;
	color:#FFF;
	font-size:35px;
}

#Land .Block1 .Item2 .icon2{
	position:absolute;
        top:50%;
        left:50%;
	transform: translate(-50%, -50%); 
        z-index:2;
}



#Land ul.C-icon{
        display: flex;
        flex-wrap:wrap;
        justify-content:flex-start;

}


#Land ul.C-icon li{
	margin-right:10px;
	margin-bottom:10px;

}



#Land ul.C-icon li:hover{
         box-shadow:none!important;
}



#Land ul.C-icon li a{
     display: inline-block;
	color:#000;
	padding:1px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background:#c9c9c9;
	-moz-box-shadow: 4px 2px 20px -15px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 4px 2px 20px -15px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 4px 2px 20px -15px rgba(0, 0, 0, 0.8);
	box-shadow: 4px 2px 20px -15px rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#Land ul.C-icon li a:hover{
	background:#eee;
	color:#000;
}

#Land ul.C-icon li a:hover{
	background:#eee;
	color:#000;
}



#Land .Block2{
	background:#6A6868;
	padding:2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	margin:2em 0px 0;
	color:#FFFFFF;
}


#Land .Block2 .BoxWorp{
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
}

#Land .Block2 .BoxWorp .Box{
	width:48%;
}

#Land .Block2 .BoxWorp .Box .No{
	width:100%;
	margin:0px auto 1em;
	background:#FFFFFF;
	padding:5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	color:#a40000;
	text-align:center;
	font-weight:bold;
	line-height:180%;
        font-size: max(1.302vw, 25px); 
}

#Land .Tel{
	text-align:center;
}

#Land a.Bt3{
	background:#f8b62b !important;
	margin:1em auto 1em;
	border-radius: 10px;
}
#Land a.Bt3:hover{
        background:#b18247 !important;

}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Land .Block{
	width:90%;

}

}
/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:821px) {
#Land .Block{
	padding:1em;

}
#Land .Block1 .Item1 dl dt{
	width:30%;
}
#Land .Block1 .Item1 dl dd{
	width:70%;

}

#Land .Block2 .BoxWorp .Box{
	width:100%;
}
#Land a.Bt3{
	width:60%;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#Land .Block1 .Item1{
	width:100%;
}
#Land .Block1 .Item2{
	width:100%;

}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Land .Block{
	width:98%;
	margin:0 auto 3em;
	padding:1em;
}
#Land a.Bt3{
	width:100%;
}

}


/****************************************

        ダウンロード

*****************************************/
.Download figure{
	width:80%;
	margin:2em auto 2em;
	text-align:center;
}

.Download .dll{
	width:80%;
	padding:2em0;
	background:#eeeeee;
	margin:0 auto 2em;
	padding:2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and (min-width:1024px) and ( max-width:1366px) {
.Download figure{
	width:90%;
}

.Download .dll{
	width:90%;
}
}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1023px) {
.Download figure{
	width:90%;
}

.Download .dll{
	width:90%;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (min-width:744px) and ( max-width:768px) {
.Download figure{
	width:90%;
}

.Download .dll{
	width:90%;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (min-width:480px) and ( max-width:767px) {
.Download figure{
	width:90%;
}

.Download .dll{
	width:90%;
}

}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:479px){
.Download figure{
	width:90%;

}

.Download .dll{
	width:90%;
}

}


/****************************************

        会社概要

*****************************************/
#Company .Greeting{
	background:url('images/company_hk01.jpg') no-repeat left center;
	background-size:cover;
	margin:0px auto 6em auto;
	padding:0em 0 2em 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	height:90vh;
	overflow: hidden;
}



#Company .Greeting .Box{
        width:52%!important;
	overflow: hidden;
	margin:6% 2% 0 0!important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	float:right;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#Company .Greeting .Box h2{
        font-size:max(2vw,20px);
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:left;
	font-weight:700;
	line-height:130%;
	margin-bottom:1em;
}


#Company .Greeting .sign{
        width:100%;
	text-align:right;
}

ul.AwardIcon{
        width:60%;
	position:absolute;
        bottom:0%;
        left:50%;
        display: flex;
        flex-wrap:wrap;
        justify-content:space-between;
	transform: translate(-40%, 0%); 
}

ul.AwardIcon li{
	margin:0px 5px; 
       	width:15%;   
}

#Company .Block{
	background: url('images/company_hk.jpg') no-repeat center 0px;
	background-size:contain;
	margin:2em auto 4em auto;
	padding:0 0 0em 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#Company .Block2{
	width:70%;
	padding:4em;
	margin:25% auto 0em auto;
	background:#FFFFFF;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}


dl.companylist{
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
	width:100%;
	margin:30px auto 50px auto;

}

dl.companylist dt{
	width:25%;
	border-bottom : solid 1px #515151;
	padding:20px 0px 20px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	margin:0px 0px 0px 0px;

}
dl.companylist dd{
	width:75%;
	border-bottom : solid 1px #cfcfcf;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background: #FFF;
}

dl.companylist dt::nth-last-child(2),
dl.companylist dd:last-child{
	border-bottom : solid 0px #cfcfcf;
}



#Company .Block1{
	background: url('images/hk2.gif') repeat 0px 0px;
	margin:0px auto 0em auto;
	padding:2em 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
#Company .Block1 .Inner{
	width:70%;
	margin:2em auto 2em auto;
        display: flex;
        flex-wrap:wrap;
        align-items: center;
}

#Company .Block1 .Inner .Photo{
	width:30%;

}

#Company .Block1 .Inner .Comment{
	background:#FFFFFF;
	padding:2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	width:70%;

}




dl.companyPhoto{
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
        justify-content:space-between;
	width:100%;
	margin:0px auto 0px auto;

}

dl.companyPhoto dt{
	width:68%;
	margin:0px 0px 0px 0px;

}
dl.companyPhoto dd{
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-direction: column;
	width:30%;
	margin:0px 0px 0px 0px;
}

dl.companyPhoto dd img{
	margin-bottom:30px;

}

#Company .Block3{
       	width:100%;
	text-align:center;
	margin:0em auto 2em;
	background:#F5F5F5;
	padding-bottom:3em;
}

#Company .Block3 p{
	text-align:left;
}

#Company .Block3 h3{
	text-align:center;
}


#Company .Block3 ul.flow {
       	width:95%;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	margin:4em auto;
}

#Company .Block3 ul.flow li{
       	width:16%;
	border : solid 3px #595757;
	padding:.5em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	position: relative;
	text-align: left;
}

#Company .Block3 ul.flow li .No{
	background:#00873b;
	width:50px;
	height:50px;
	border-radius:50%;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	position:absolute;
        top:-13%;
        left:50%;
	transform: translate(-50%, 13%); 
        font-size: max(1.042vw, 20px); 
	font-family: 'Lexend Deca', sans-serif;
	border : solid 3px #FFF;
	line-height:240%;
	-moz-box-shadow: -1px -8px 27px -24px rgba(0, 0, 0, 0.52);
	-webkit-box-shadow: -1px -8px 27px -24px rgba(0, 0, 0, 0.52);
	-ms-box-shadow: -1px -8px 27px -24px rgba(0, 0, 0, 0.52);
	box-shadow: -1px -8px 27px -24px rgba(0, 0, 0, 0.52);

}

#Company .Block3 ul.flow li figure{
	margin:20px 0 5px;
}

.flowTitle {
	position: relative;
	display: inline-block;
	padding:15px 0px 7px 0px;
        width:100%;
	height:80px;
	border-bottom: solid 1px #59493F;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	font-weight:bold;
	text-align:center;
}

.flowTitle:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #59493F;
}



/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( min-width:1368px) {
#Company .clear{
    display: block;
}

}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1600px) {
#Company .Greeting .Box{
        width:50%;
	margin:15% 7% 0 0;

}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1400px) {
#Company .Greeting .Box{
	margin:17% 8% 0 0;

}
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {

#Company .clear{
    display: block;
}

#Company .Greeting{
		background:url('images/company_hk01.jpg') no-repeat left 0;
		background-size:auto 95%;
	margin:0px auto 3em auto;
	padding:1em 0 2em 0;
	height:100vh;

}

#Company .Greeting .Box{
	width:65%!important;
	margin:3% 1% 0 0!important;
}

#Company .Greeting .sign{
        width:100%;
	text-align:right;
}

#Company .Greeting .sign img{
        width:20%;
}


#Company .Block1 .Inner{
	width:80%;

}
#Company .Block2{
	width:80%;
}
#Company .Block ul{
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
        width:80%;
	position:absolute;
        bottom:-10%;
        left:50%;
	transform: translate(-50%, 10%); 
}

#Company .Block3 ul.flow {
       	width:90%;
	margin:4em auto 4em;
}

#Company .Block3 ul.flow li{
       	width:33%;
	margin-bottom:5em;
}
}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#Company .Greeting{
	background: url('images/company_hk01_sp.jpg') no-repeat left 0px;
	background-size: contain;
	margin:0px auto 3em auto;
	height:auto;
}

#Company .Greeting .Box{
        width:90%!important;
	margin:37% auto 0 auto!important;
	float:none;
}

#Company .Greeting .Box h2{
       display: none;
}

#Company .Block1 .Inner{
	width:90%;

}
#Company .Block2{
	width:90%;
}
#Company .Block3 ul.flow {
       	width:90%;
	margin:4em auto 0px auto;
}
#Company .Block3 ul.flow li{
       	width:31%;
	margin-bottom:4em;
}
}

/* =TB
-----------------------------------------------------------------------------*/
@media screen and ( max-width:821px) {
#Company .Block2{
	width:90%;
	padding:1em 2em;
}
#Company .Block1 .Inner .Photo{
	width:100%;

}

#Company .Block1 .Inner .Comment{
	width:100%;
	padding:1em 0;
}
#Company .Block3 p{
	text-align: left;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Company .clear{
    display:none;
}


#Company .Greeting{
	padding:2em 0 0em 0;
}

#Company .Greeting .Box{
	margin:33% auto 0 auto;
}
#Company .Greeting .sign img{
        width:30%;
}

#Company .Block ul{
        width:90%;

}

#Company .Block ul li{
       	width:15%;
}

#Company .Block1{
	padding:2em 0 0em 0;
}
#Company .Block1 .Inner{
	margin:2em auto 1em auto;
}




#Company .Block3{
	padding:0px 0 0 0;
}
#Company .Block3 ul.flow{
       	width:90%;
	margin-top:3em;
}
#Company .Block3 ul.flow li{
       	width:48%;
	margin-bottom:3em;
}

dl.companylist dt{
	width:100%;
	border-top : solid 1px #515151;
	border-bottom : solid 1px #cccccc;


}
dl.companylist dd{
	width:100%;
	border-bottom : solid 1px #cfcfcf;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background: #FFF;
}
}


/****************************************

         お問い合わせ・資料請求

*****************************************/

.dl_bnr {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


.dl_comment {
    margin: 1em auto 2em auto;
    padding: 1em;
    background: #fff6ecfc;　/* 色変更*/
    border-radius: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
}

.pre-read-area {
    width: 100%;
}
.pre-read-pdf {
    width: 100%;
    margin-bottom: 2rem;
}
.pdfemb-viewer {
    width: 99%!important;
}

h2.pre-read-ttl {
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    background: #b18247;
    color: #FFF;
    margin-bottom: 1em;
}

p.pre-read-txt {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}
.pre-read-pdf .tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #b18247;
  margin: 0 auto;
}
.pre-read-pdf .tab_item {
  width: calc(100%/5);
  padding:15px 0;
  border-bottom: 3px solid #b18247 ;
  background-color: #ececec;
  text-align: center;
  color: #b18247 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media screen and ( max-width:1025px) {
	.pre-read-pdf .tab_item {
	font-size:0.9em;
}
}

@media screen and ( max-width:821px) {
	.pre-read-pdf .tab_item {
	font-size:0.8em;
}
}

@media screen and ( max-width:769px) {
	.pre-read-pdf .tab_item {
	font-size: 0.8em;
}
}

@media screen and (max-width:599px){
	.pre-read-pdf .tab_item {
	font-size: 10px;
	letter-spacing:0;
	line-height:15px;
	padding: 5px 0;
	height: 50px;
}
}

.pre-read-pdf .tab_item:hover {
  opacity: 0.75;
}
.pre-read-pdf input[name="tab_item"] {
  display: none;
}
.pre-read-pdf .tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}

.pre-read-pdf #tab1:checked ~ #tab1_content,
.pre-read-pdf #tab2:checked ~ #tab2_content,
.pre-read-pdf #tab3:checked ~ #tab3_content,
.pre-read-pdf #tab4:checked ~ #tab4_content,
.pre-read-pdf #tab5:checked ~ #tab5_content {
  display: block;
}
.pre-read-pdf .tab_container input:checked + .tab_item {
  background-color: #f8b62b ;
  color: #fff;
}

.arrowWorp{
	margin-bottom:3em;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items: center;

}

.arrow-round1 {
	margin-right:3em;
	margin-bottom:3em;
	display:inline-block;
	height:60px;
	width:140px;
	background-color:#a40000;
	position:relative;
	top:40px;
	color:#FFF;
}
.arrow-round1::before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:30px solid transparent;
	border-left:30px solid #a40000;
	left:140px;
	top:0px;
}

.arrow-round2 {
	margin-right:3em;
	margin-bottom:3em;
	display:inline-block;
	height:60px;
	width:140px;
	background-color:#e5e5e5;
	position:relative;
	top:40px;
	color:#7d7d7d;
}
.arrow-round2::before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:30px solid transparent;
	border-left:30px solid #e5e5e5;
	left:140px;
	top:0px;

}

.arrow-round3 {
	margin-right:0em;
	margin-bottom:3em;
	display:inline-block;
	height:60px;
	width:160px;
	position:relative;
	top:40px;

}

.redC {
	background:#a40000;
	color:#FFF;

}

.arrow-round1 p,
.arrow-round2 p,
.arrow-round3 p{
	font-weight:bold; 
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ContactWorp{
	overflow: hidden;
	margin:4em auto 4em auto;
	width:70%;
}

#ContactWorp .comment{
	overflow: hidden;
	margin:2em auto 4em auto;
	padding:2em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #eeeeee;
        border: dashed 2px #595757;
}

#ContactWorp .comment2 {
        padding: 1em 1.5em;
	margin:4em auto 4em auto;
	background: linear-gradient(to bottom, #ffffff, #eeeeee);
	background: -webkit-linear-gradient(top, #fffff, #eeeeee);
	border: 1px solid #eeeeee;
	border-top: 4px solid #004298;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	color:#000000;
}

#ContactWorp ul.Nomal{
	width:100%!important;
	margin:5px auto!important;
	overflow: hidden;
}

#ContactWorp ul.Nomal li{
	width:98%!important;
	padding-right:15px!important;
	padding-left:2px!important;
	margin:0px 0px 2px 22px!important;
}

#ContactWorp ul.ReportImg{
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
	width:100%;
}

#ContactWorp ul.ReportImg li{
	width:30%;
	margin:1em .5em 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

#ContactWorp ul.ReportImg li figure{
	width:100%;
	margin:0px 0 10px;
}

#ContactWorp ul.ReportImg li figure img{
        object-fit:cover; 
        width:auto;
        display: block;
	margin:0px auto 0 0px;
}

#ContactWorp .ReportImg li .textBox {
	width:100%;
	padding:10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	margin-bottom:5px;
	background:#00873B;
	color:#FFFFFF;
	font-weight:bold;
}



#ContactWorp .ContactTitle{
        padding: 0.5em 1em;
        margin: 2em 0;
        background: white;
	color:#41210f;
	font-weight:bold;
        border-top: solid 5px #41210f;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

table.Contact{
	width:100%;
	border-collapse: collapse;
	margin:3% auto;
        font-size: max(0.729vw, 14px); 
}
table.Contact td,
table.Contact th{
	padding:15px;
	border: 1px solid #ccc;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
}
table.Contact th{
	width:35%;
	font-weight:normal;
	background:#eeeeee;
}



.Check{
	width:100%;
	background:#eeeeee;
	padding:10px 10px 10px 10px;
	text-align:center;
	margin:2em auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.Check p a{
	text-decoration:underline;
}


.Required{
     	color:#FFF;
        display: inline;
	margin-left:10px;
	background:#a40000;
		font-size:10px;
	padding:2px 5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.Matters{
     	color:#FFF;
        display: inline;
	margin-left:10px;
	background:#0068b6;
	font-size:10px;
	padding:2px 5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
}


.Completion{
	background:#FFF!important;
        font-size: max(0.833vw, 16px)!important;
	font-weight:bold!important;
	border : solid 2px #eeeeee!important;
	text-align:center;
	padding:1em;
	width:70%;
	margin:2em auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.Completion h2{
       font-size: max(1.302vw, 20px); 
	font-weight:bold;
	margin-bottom:1em;
}

.postTitle{
	background:#FFF!important;
        font-size: max(0.833vw, 16px)!important;
	font-weight:bold!important;
	border : solid 0px #C22B2B!important;
	text-align:left;
}




@media screen and (max-width:480px){
	table.Contact{
		display: block;
	        width:98%;
	        margin:0px 0px;
	}
		table.Contact thead{
			display: none;
		}
		table.Contact tbody{
			display: block;
		}
			table.Contact tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			table.Contact tbody th,
			table.Contact tbody td{
				display: list-item;
				border: none;
	                       border: 1px solid #ccc;
			}
			table.Contact tbody th{
				list-style-type: none;
				color: #000;
				background: #e5e5e5;
	                        width:100%;
	                       border-right: 1px solid #ccc;
			}
			table.Contact tbody td{
				list-style-type: none;
	                        padding:10px 20px;
                                -moz-box-sizing: border-box;
                                box-sizing: border-box;
			}

}


ul.BtBox{
	width:80%;
	margin:30px auto;
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
        justify-content:center;

}

ul.BtBox li{
	margin:30px 10px;
	text-align:center;
}

.kanryouComment{
	width:70%;
	margin:60px auto;
	border: solid 6px #959595;
	text-align:center;
	line-height:40px;
	padding:30px 0 30px 0;
	background:#eeeeee;
}

.kanryouComment h2{
	font-family: "リュウミン M-KL";
        font-size: max(2vw, 20px); 
	font-weight:bold;
	margin-bottom:30px;
}

.kanryou{
	width:80%;
	margin:60px auto;
	border: solid 6px #959595;
	text-align:center;
	font-size:2em;
	font-weight:bold; 
	line-height:40px;
	padding:30px 0 30px 0;
	background:#eeeeee;
}
/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( min-width:1368px) {
#ContactWorp .clear{
          display: none;
}
}
/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#ContactWorp ul.ReportImg li{
	width:28%;
	margin:1em .5;
}
#ContactWorp .clear{
          display: none;
}
}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#ContactWorp{
	width:80%;
}

#ContactWorp ul.ReportImg li{
	width:30%;
	margin:1em .5em;
}

table.Contact{
	width:100%;
	border-collapse: collapse;
	margin:3% auto 3% auto;
}

.Check{
	width:70%;

}


.kanryou{
	width:95%;

}
.Completion{
	width:80%;

}

}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:769px) {
#ContactWorp{
	width:90%;
}
#ContactWorp .comment{
	margin:2em auto 0em auto;
}
}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#ContactWorp{
	width:90%;
	margin:1em 1em;
}
#ContactWorp ul.ReportImg{
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	width:100%;
}
#ContactWorp ul.ReportImg li{
	width:100%;
	margin:1em 0;
}

table.Contact{
	width:100%;
	border-collapse: collapse;
	margin:3% auto 3% auto;
}

.Check{
	width:100%;
	text-align:left;
}


.kanryou{
	width:95%;

}
.arrow-round1 {
	height:40px;
	width:80px;

}
.arrow-round1::before {
	left:80px;
	border:20px solid transparent;
	border-left:20px solid #a40000;
}
.arrow-round2 {
	height:40px;
	width:80px;
}
.arrow-round2::before {
	left:80px;
	border:20px solid transparent;
	border-left:20px solid #e5e5e5;
}
.arrow-round3 {
	height:40px;
	width:80px;
}
.Completion{
	width:90%;

}

#ContactWorp .clear{
          display:block;
}
}



/****************************************

         404

*****************************************/

.Text404{
	text-align:center;
	font-weight:bold; 
	color:#c9c9c9;
	font-size:4em;
	margin-bottom:40px;
}




/****************************************

         Footer

*****************************************/


.FooterBn{
       	width:100%;
	margin:0em auto 0;
	overflow: hidden;
	line-height:1px;
}

.FooterBn ul.Banner{
	margin:0em auto 0;

}

.FooterBn ul.Banner li{
	width:50%;
	border-right: solid 0px #FFFFFF;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.FooterBn ul.Banner li:last-child{
	border-right: solid 0px #FFFFFF;
}

.FooterBn .TitleBox{
	text-align:center;
	width:90%;
	margin:2em auto;
}


.FooterContactBn{
       	width:100%;
	padding:5em 0 ;
	color:#FFF;
	background: url('images/contact.jpg') no-repeat 0 0;
        background-size:100% auto;
	line-height:1px;
	margin:1px auto -5px;
	overflow: hidden;
}

.FooterContactBn h3{
	font-family: "新ゴ M";
        font-size:max(1.563vw,30px);
	font-weight:700;
	line-height:1.25;
	margin-bottom:1em;
	color:#FFF;
	text-align:center;
}

.FooterContactBn .Worp{
       	width:45%;
	margin:0em auto 0;
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items: center;
	line-height:180%;
}

.FooterContactBn .Worp .Right{
       	width:40%;
}

.FooterContactBn .Worp .Right a.btn--orange.btn--cubic {
        width:100%;
}

.FooterContactBn .Worp .Left{
       	width:45%;
}

.FooterContactBn .Worp .arrowlinkbt{
	border: 1px solid #f8b62b!important;
        background:#f8b62b;
	color:#fff!important;
	font-weight:bold; 
	float:right;
}

.FooterContactBn .Worp .arrowlinkbt:hover{
        background:rgba(248,182,43,0.8);
	color:#000!important;
}


.FooterContactBn .Worp .arrowlinkbt::before{
	background:#FFF!important;
}

.FooterContactBn .Worp .arrowlinkbt::after{
	background:#FFF!important;
}



#Footer{
	overflow: hidden;
	width:100%;
	margin:0px auto 0px auto;
	background:#000000;
	padding-bottom:0em;
}

#Footer .Block1{
	width:100%;
	overflow: hidden;
	padding:15px 0;
	text-align:center;
	margin:0px auto 0px auto;
	background:#FFFFFF;
}

#Footer .Block1 .Logo{
	width:25%;
	text-align:center;
    display: inline-block;
}

#Footer .Block2{
	width:100%;
	padding:0px 0 100px 0;
	margin:0px auto 0px auto;
	border-top : solid 23px #B18247;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	background:#343434;
}

#Footer .Block2 .Item1{
	width:25%;
	background:#341808;
	padding:2em 3em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	color:#FFFFFF;
	margin-top:-1px;
}

#Footer .Block2 .Item1 ul{
        width:100%;
	margin:2em auto;
}

#Footer .Block2 .Item1 ul li{
        width:100%;
	list-style-type: none;
	margin-bottom:10px;
}

#Footer .Block2 .Item2{
	width:75%;
	background:#41210F;
	padding:1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	margin-top:-1px;
	text-align:center;
}


#Footer .NavBlock{
        width:80%;
	margin:0px auto 0px auto;
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
	text-align: left;
        font-size: max(0.833vw, 14px); 
}


#Footer .NavBlock ul.FooterNav1,
#Footer .NavBlock ul.FooterNav2,
#Footer .NavBlock ul.FooterNav3{
        width:32%;
	margin:1em auto 0px auto;
}

#Footer .NavBlock ul.FooterNav1{
        order: 1;
}
#Footer .NavBlock ul.FooterNav2{
        order:2;
}
#Footer .NavBlock ul.FooterNav3{
        order:3;
}

#Footer .NavBlock ul.FooterNav1 li,
#Footer .NavBlock ul.FooterNav2 li,
#Footer .NavBlock ul.FooterNav3 li{
        width:100%;
	list-style-type: none;
	line-height:160%;
	padding-left:1.8em;
	text-indent:-1.8em;
}

#Footer .NavBlock ul.FooterNav1 li a:before,
#Footer .NavBlock ul.FooterNav2 li a:before ,
#Footer .NavBlock ul.FooterNav3 li a:before  {
	content:"■";
	margin-right:10px;
}

#Footer .NavBlock ul.FooterNav1 li ul,
#Footer .NavBlock ul.FooterNav2 li ul,
#Footer .NavBlock ul.FooterNav3 li ul{
	margin:0px 0px 0px 10px;
}

#Footer .NavBlock ul.FooterNav1 li ul li,
#Footer .NavBlock ul.FooterNav2 li ul li,
#Footer .NavBlock ul.FooterNav3 li ul li {
	position: relative;
}

#Footer .NavBlock ul.FooterNav1 li ul li a:before,
#Footer .NavBlock ul.FooterNav2 li ul li a:before,
#Footer .NavBlock ul.FooterNav3 li ul li a:before {
	content:"-";
	margin-right:10px;
}


#Footer .NavBlock ul.FooterNav1 li a,
#Footer .NavBlock ul.FooterNav2 li a,
#Footer .NavBlock ul.FooterNav3 li a{
	position: relative;
	display: inline-block;
	transition: .3s;
	color:#FFFFFF;

}

#Footer .NavBlock ul.FooterNav1 li a::after,
#Footer .NavBlock ul.FooterNav2 li a::after,
#Footer .NavBlock ul.FooterNav3 li a::after{
	position: absolute;
	bottom: .3em;
	left:0em;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #FFF;
	opacity: 0;
	transition: .3s;
}

#Footer .NavBlock ul.FooterNav1 li a:hover::after,
#Footer .NavBlock ul.FooterNav2 li a:hover::after,
#Footer .NavBlock ul.FooterNav3 li a:hover::after {
	bottom: 0;
	opacity: 1;
}


#Footer .Block2 .Item2 .copyright{
	text-align:center;
	margin:60px auto 10px auto;
        display: inline-block;
	color:#FFFFFF;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( min-width:1368px) {
.navi {
		display:none;
	}

.pagetop{
		display:none;
}

}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
.FooterContactBn{
	background: url('images/contact.jpg') no-repeat center 0;
        background-size:cover;

}
.FooterContactBn .Worp{
       	width:50%;
	margin:0em auto 2em;
}
.FooterContactBn .Worp .Right{
       	width:50%;
}

.FooterContactBn .Worp .Left{
       	width:50%;
}

#Footer .NavBlock{
        width:95%;

}
.navi {
		display:none;
	}

#Footer .Block1{
        font-size: max(0.729vw, 12px); 
}

#Footer .Block2 .Item1{
	width:30%;
	padding:2em 1.5em;
}
#Footer .Block2 .Item2{
	width:68%;
}
.pagetop{
		display:none;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
.FooterBn{
	margin:0em auto -1em;
}

.FooterContactBn{
       	width:100%;
	margin:0em auto;
	color:#FFF;
}

.FooterContactBn .Worp{
       	width:70%;
}


.navi {
		display:none;
	}

#Footer .NavBlock{
        width:70%;
	margin:0px auto 0px auto;

}

#Footer .NavBlock ul.FooterNav1,
#Footer .NavBlock ul.FooterNav2{
        width:50%;
	margin:1em auto 0px auto;
}



#Footer .NavBlock ul.FooterNav3{
        width:100%;
	margin:2em auto 0px auto;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:960px) {
.navi {
		position: fixed;
		display: flex;
		left: 0;
		bottom: 0;
		width: 100%;
		/* 1. メニューを画面下へ隠す */
		transform: translateY(100%);
		/* 2. 0.3秒かけて表示する */
		transition: 0.3s;
		padding: 5px;
		box-sizing: border-box;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background: #41210f;
		color: #fff;
		justify-content: space-between;
		z-index: 9999;
	}

	.navi li {
		width: 22%;
		line-height: 16px;

	}

	.navi li a {
		display: block;
		color: #fff;
		font-weight: bold;
                 font-size: max(0.833vw, 16px); 


	}

	.navi li+li {
		border-left: 1px solid #fff;
	}

	.navi li a:hover img {
		opacity: 1;
	}

	.navi li .fa-home,
	.navi li .fa-calendar-alt,
	.navi li .fa-envelope,
	.navi li .fa-mobile-alt{
		margin-top: 2px;
		display: block;
		height: 30px;
                font-size: max(1.302vw, 25px); 
		text-align: center;
	        width:100%;
	}



	.navi li p {
		margin-top: 2px;
		text-align: center;
	}

	.navimenu {
		display: block;
		padding: 40px 0px 0px 5px;
	}

	.active {
		/* 3. メニューを定位置へ戻す */
		transform: translate(0);
	}

	.adress {
		font-size: max(1vw, 16px);
		line-height: 150%;
		text-align: center;
		margin-bottom: 30px;
	}

	.navi .fas,
	.navi .fa-calendar-alt {
		font-size: 1.6em;
		margin-top: 2px;
		display: block;
		height: 30px;
	}





#Footer .NavWorp{
        display: none;
}
#Footer .Block1{
	width:100%;
}

#Footer .Block1 .copyright{
        display: none;
}

#Footer .Block1 .Logo{
	width:60%;
	text-align:center;
	margin:0px auto 0 ;
}

#Footer .Block1 .Logo img{
	width:80%;
}

#Footer .Block1 .Adress{
	width:100%;
	text-align:center;
	margin-left:1em;
}
#Footer .Block2 .Item1{
	width:100%;
	padding:2em 3em 4em;
	text-align:center;
}
#Footer .Block2 .Item1 ul{
        width:60%;
	margin:2em auto;
}
#Footer .Block2 .Item2{
       display: none;
}
#Footer .NavBlock{
        width:90%;
	margin:0px auto 0px auto;

}

}
/* =TB
-----------------------------------------------------------------------------*/

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

.FooterContactBn .Worp{
       	width:80%;
}

#Footer .NavWorp{
        width:100%;
	padding:1.5em 1em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	background: url('images/footer_hk_sp.jpg') no-repeat center center;
        background-size:100% auto;
}

#Footer .NavBlock ul.FooterNav{
        width:48%;
}

#Footer .NavBlock .desk1{
        order: 1;
}

#Footer .NavBlock .desk2{
        order: 3;
}

#Footer .NavBlock .desk3{
        order:2;
}
.pagetop{
	overflow: hidden;
	width:50px;
	margin:2em auto;
	text-align:center;
	color:#FFFFFF;
        display: block;
}

.pagetop .fas{
	color:#FFFFFF;
        font-size: max(1.302vw, 25px); 
}
}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){

.FooterContactBn{
	background: url('images/contact.jpg') no-repeat 12% 0;
}

.FooterContactBn .Worp .Right{
       	width:100%;
	text-align:center;
}

.FooterContactBn .Worp .Left{
       	width:100%;
	text-align:center;
	margin-bottom:2em;
}

.FooterContactBn .Worp .arrowlinkbt{
	float:none;
}
#Footer .Block2 .Item1 ul{
        width:80%;
	margin:2em auto;
}
.FooterBn ul.Banner li{
	width:100%;
	border-right: solid 0px #FFFFFF;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	border-bottom : solid 1px #FFFFFF;
}



}
/****************************************

          プライバシー

*****************************************/
#Privacy {
	overflow: hidden;
	width:70%;
	margin:4em auto 6em auto;
}
#Privacy .privacyBox{
	overflow: hidden;
	padding:2em 0 ;
	border-top : solid 1px #ccc;
	border-bottom : solid 1px #ccc;
}

#Privacy .privacyBox .Title{
	margin-bottom:10px;
        font-size: max(0.938vw, 18px); 
	font-weight:bold;
}

ol.privacy{
	width:100%;
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	margin-top:10px ;
}

ol.privacy li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom:10px;
}
ol.privacy li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
	color: #000;
}

/* =PCノート
-----------------------------------------------------------------------------*/
@media screen and ( max-width:1368px) {
#Privacy {
	width:80%;
}
}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
#Privacy {
	width:90%;
}
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
#Privacy {
	width:90%;
	margin:2em auto 2em auto;
}
}


/****************************************

          WordPress Misc

*****************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky {}
.bypostauthor {}

.gallery-caption {
}


/****************************************

          Form

*****************************************/

 
ul.sendBt{
     	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
        justify-content:center; 
	width:50%;  
	margin:0px auto;    
}

ul.sendBt li{
	width:48%;  
	text-align:center;  
}

input[type="password"],
input[type="search"],
textarea {
	width:60%;
        border:solid 1px #eee;
	background:#f7f7f7;
	padding:10px 10px 10px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

}

input[type="text"],
input[type="email"]{
	width:60%;
        border:solid 1px #eee;
	background:#f7f7f7;
	padding:10px 10px 10px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	font-size:1em;
}

.inputTitle{
        border:solid 0px #eee !important;
	background:#FFFFFF !important;

}

.zip{
	width:20%;
        border:solid 1px #eee;
	background:#f7f7f7;
	padding:10px 10px 10px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.PrivacyBt{
	text-align:center;
}

.PrivacyBt a{
	text-decoration:underline;
}

input[type="number"]{
        border:solid 1px #eee;
	background:#f7f7f7;
	padding:10px 10px 10px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
		margin-bottom:5px;
    display: inline;
		width:20%;
}

input[type="checkbox"]{
		margin:0px 5px;

}


textarea{
	width:100%;
	background:#f7f7f7;
	padding:10px 10px 10px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}


select{
        border:0;
        padding:5px;
        border:solid 1px #eee;
        margin:0 0 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

input[name="submitConfirm"]{
	background:#434343;
	margin: 30px 10px 30px 10px;
	padding:10px 10px 10px 10px;
	width:150px;
        border: solid 3px #FFFFFF;
        outline: solid 1px #999;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-size:1.2em;
	font-weight:bold;
         -moz-box-sizing: border-box;
        box-sizing: border-box;
	cursor: pointer;

	/* Old browsers */

}

input[name="sousin"]{
	background:#990100;
	margin: 30px 10px 30px 10px;
	padding:10px 10px 10px 10px;
	width:150px;
        border: solid 3px #FFFFFF;
        outline: solid 1px #999;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-size:1.2em;
	font-weight:bold;
         -moz-box-sizing: border-box;
        box-sizing: border-box;
	cursor: pointer;

	/* Old browsers */

}

input[name="submitBack"]{
	background:#eb6100;
	margin: 30px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	width:150px;
        border: solid 3px #FFFFFF;
        outline: solid 1px #999;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-size:1.2em;
	font-weight:bold;
         -moz-box-sizing: border-box;
        box-sizing: border-box;
	cursor: pointer;
        display: block; 
	/* Old browsers */

}


/* Chrome */
.custom ::-webkit-input-placeholder {
	color: #d2d2d2;
}

/* Firefox */
.custom ::-moz-placeholder {
	color: #d2d2d2;
}

/* IE */
.custom :-ms-input-placeholder {
	color: #d2d2d2;
}


.sousin{
	background:#990100;
	margin: 30px auto 30px auto;
	padding:10px 10px 10px 10px;
	width:150px;
	color: #FFFFFF;
	text-decoration: none;
	font-size:1.2em;
	font-weight:bold;
         -moz-box-sizing: border-box;
        box-sizing: border-box;
	cursor: pointer;
	text-align:center;

}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1024px) {

ul.sendBt{
	width:90%;  
	margin:0px auto;    
}

ul.sendBt li{
	width:45%;
}

input[type="text"],
input[type="email"]{
	width:99%;
	padding:10px 10px 10px 10px;
        border:solid 1px #eee;
	background:#f7f7f7;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
}


textarea{
	width:99%;
	background:#f7f7f7;
}

}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (min-width:480px) and ( max-width:768px) {
select{
        border:0;
        padding:10px;
	font-size:1.2em;
}

input[type="text"],
input[type="email"]{
	font-size:1.2em;
	width:99%;
}

input[name="submitConfirm"]{
	margin: 30px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	width:130px;
	/* Old browsers */
}

input[name="sousin"]{
	margin: 30px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	width:130px;
	/* Old browsers */
}

input[name="submitBack"]{
	margin: 30px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	width:130px;
}

textarea{
	width:99%;
	font-size:1.2em;
}


/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
 	outline-offset: -2px;

}
}

/* =MB
-----------------------------------------------------------------------------*/

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

select{
        border:0;
        padding:10px;
	font-size:1.2em;
}

input[type="text"],
input[type="email"]{
	font-size:1.2em;
	width:99%;
}

input[name="submitConfirm"]{
	margin: 30px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	width:130px;

	/* Old browsers */

}

input[name="sousin"]{
	margin: 30px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	width:130px;
	/* Old browsers */

}

input[name="submitBack"]{
	margin: 30px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	width:130px;
}


textarea{
	font-size:1.2em;
	width:99%;
}


/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
 	outline-offset: -2px;
}
}
/****************************************

          Clearfix

*****************************************/

#container:after,
p:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/****************************************

          エディタスタイル

*****************************************/
.entry-content h1 {
        font-size: 2em;
        font-weight: bold;
        line-height: 1.8em; 
        margin-bottom:1em;
}
.entry-content h2 {
        font-size: 1.8em;
        line-height: 1.1em;
        font-weight: bold;
        margin-bottom:1em;
}
.entry-content h3 {
        font-size: 1.8em; 
        font-weight: bold;
        margin-bottom:1em;
}
.entry-content h4 {
        font-size: 1.3em;
        font-weight: 700;
        margin-bottom:1em;
}
.entry-content h5 {
        font-size: 1em;
        font-weight: 700;
        line-height: 2em;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom:1em;
}

.entry-content ul{
	margin:0px 0px 0px 0px;
	overflow: hidden;
}

.entry-content ul li{
	margin:0px 0px 5px 22px;
	padding:0px 0px 0px 10px;
	line-height:20px;
        list-style-type: disc;
}

.entry-content ol{
	margin:0px 0px 30px 0px;
	overflow: hidden;
}

.entry-content ol li{
	margin:0px 0px 10px 22px;
	padding:0px 0px 5px 10px;
	font-size: 100%;
        list-style-type: decimal;

}

.entry_block{
}

.entry_block p{
	margin-bottom:10px;
}


.entry_block ol{
	margin:0px 0px 30px 0px;
	overflow: hidden;
}

.entry_block ol li{
	margin:0px 0px 10px 22px;
	padding:0px 0px 5px 10px;
	font-size: 100%;
        list-style-type: decimal;

}
.entry_block ol.no{
	margin:0px 0px 30px 0px;
	overflow: hidden;
}

.entry_block ol.no li{
	margin:0px 0px 10px 22px;
	padding:0px 0px 5px 10px;
	font-size: 100%;
        list-style-type: none;

}
.entry_block ol.no li{
        margin-left:1em;
        text-indent: -1em;
}
.entry_block .title{
	margin:2em 0px 1em 0px;
	background:#1475aa;
	padding:.5em 0em;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	text-align:center;
	color:#FFF;
	font-weight:bold;
        font-size: 1.3em;
	border-radius: 10px;
}

.entry_block .Sbtitle{
	margin:2em 0px 1em 0px;
	padding-left:10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	font-weight:bold;
        font-size: 1.3em;
	border-left:5px solid #1475aa;

}

.entry_block .Sbtitle2{
	margin:2em 0px 1em 0px;
	padding-ottom:10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	font-weight:bold;
        font-size: 1.3em;
  border-bottom: double 5px #1475aa;
    display: inline-block ;
}

.entry_block .anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


.contentsList{
	margin:2em 0px;
	padding:1em 2em;
	background:#e2f1fb;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	text-align:center;
}

.contentsList .Title{
	margin:2em auto;
	padding:5px ;
	background:#1399f2;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display:inline-block;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	border-radius: 10px;
        font-size: 1em;
}


.contentsList ol{
	margin:0px 0px 0px 0px;
	overflow: hidden;
        counter-reset: item; 
}

.contentsList ol li{
	margin:0px 0px 10px 22px;
	padding:0px 0px 5px 10px;
	font-size: 100%;
        list-style-type: decimal;
	text-align: left;
        display: block;
}
.contentsList ol li:before{
        content: counters(item, ".") ". ";
        counter-increment: item;
}
.contentsList ol li ol{
	margin-top:10px;

}


.contentsList ol li a{
	text-decoration:underline;
	font-weight:bold;
}


.pagelink {	
	font-size: 1em;	
	position: relative;	
	margin: 30px 0;	
	padding: 20px;	
	border: solid 2px #7aba1d;	
	       background-color: #cce198;
	border-radius: 10px;	
	        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
	
.pagelink:after {	
	color: #FFFFFF;
  font-size: 1.3em;	
  font-weight: bold;	
  line-height: 1;	
  position: absolute;	
  z-index: 1;	
  top: -14px;	
  left: 26px;	
  padding: 3px 10px 3px 10px;	
  content: '目次';	
  background-color: #7aba1d;	
		border-radius: 10px;	
}
	

.pagelink a {	
  text-decoration: none;
	
}
	
 
.pagelink a:hover {	
  opacity: 0.8;	
}
	
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (min-width:480px) and ( max-width:811px) {
.pagelink {	
	margin:20px 0;	
	padding:5px 5px 5px 2px;	
		font-size:.9em;	
}

}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.pagelink {	
	margin:20px 0;	
	padding:5px 5px 5px 2px;	
			font-size:.9em;	
}
.contentsList{
	margin:2em 0px;
	padding:1em 1em;
}
.contentsList ol li{
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 10px;
        margin-left:1em;
        text-indent: -1em;
}

.contentsList ol li li{
        margin-left:2em;
        text-indent: -2em;
}
}


/*# sourceMappingURL=style.css.map */

/* ****************************************************************************
Discussion
* ************************************************************************** */
.discussion {
	margin: 2em 0;
	font-size: 1.4rem;
}
.trackback {
	margin: 2em 0;
}
.comments {
	margin: 2em 0;
}

.discussion-title {
	margin-bottom: 1em;
	font-size: 2.0rem;
}
.comments-pagination {
	margin: 2em 0 3em;
}
.no-comments {
	margin: 2em 0;
	color: #f00;
	font-size: 1.4rem;
	font-style: italic;
}

/* ----------------------------------------------------------------------------
Comments Form
---------------------------------------------------------------------------- */
.required {
	color: #f00;
}

.comment-respond {}
.comment-reply-title {
	margin: 2em 0 1em;
	font-size: 2.0rem;
}
.comment-form {}
.comment-form label {
	display: block;
	margin: 12px 0 8px;
	font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="url"] {
	width: 100%;
}
.comment-form-comment {}
.comment-form-author {}
.comment-form-email {}
.comment-form-url {}
.form-submit {
	text-align: right;
}

/* Message
---------------------------------------------------------------------------- */
.must-log-in {}

.comment-notes {
	margin: 1em 0;
}
.comment-form-cookies-consent {}
.comment-form-cookies-consent input[type="checkbox"] + label {
	display: inline-block;
}

.logged-in-as {
	margin: 1em 0;
}

/* ----------------------------------------------------------------------------
Comments List
---------------------------------------------------------------------------- */
.comments-list,
.comments-list .children {
	list-style: none;
}
.comments-list .children {
	margin-left: 24px;
	padding-left: 24px;
}
.comments-list .comment {
	margin: 1em 0;
}

.comments-list li:before {
	display: none;
}

/* ----------------------------------------------------------------------------
Comments Body
---------------------------------------------------------------------------- */
.comment-body {
	padding: 24px;
	border: 1px solid #ccc;
}

.comment-meta {
	margin-bottom: 1.5em;
}
.comment-author {
	position: relative;
	z-index: 2;
	margin-bottom: 0.4em;
	font-size: 16px;
}
.comment-author .avatar {
	width: 50px;
	height: 50px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.comment-metadata a {
	color: #767676;
}
.comment-metadata a.comment-edit-link {
	margin-left: 1em;
	color: #222;
}

.comment-awaiting-moderation {
	color: #f00;
}

.comment-body {
	margin-bottom: 1em;
}

.comment-reply-link {
	position: relative;
	font-weight: 800;
}

.comment-reply-link .icon {
	position: absolute;
	top: 0;
	width: 1em;
	height: 1em;
	color: #222;
}

.children .comment-author .avatar {
	width: 30px;
	height: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	padding: 2px;
	border: 1px solid #333;
}

/* ----------------------------------------------------------------------------
Comments Pagination
---------------------------------------------------------------------------- */
.comments-pagination {
	margin: 8px auto;
}
.comments-pagination .nav-links {
	text-align: center;
}
.comments-pagination .nav-links .page-numbers,
.comments-pagination .nav-links .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 8px 4px;
	border: 1px solid #005bac;
	border-radius: 50%;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 30px;
}
.comments-pagination .nav-links .current {
	border: 1px solid #005bac;
	border-radius: 50%;
	background: #005bac;
	color: #fff;
}
.comments-pagination .nav-links .dots {
	margin: 8px 0;
	border: 0;
	font-weight: bold;
}
.comments-pagination .nav-links a.page-numbers:hover {
	border-color: #f00;
	background: #f00;
	color: #fff;
	transition: all .3s;
}
.comments-pagination .nav-links a.prev.page-numbers,
.comments-pagination .nav-links a.next.page-numbers {
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	border: 0;
	border-bottom: 1px solid #005bac;
	border-radius: 0;
	background: transparent;
}
.comments-pagination .nav-links a.prev.page-numbers:hover ,
.comments-pagination .nav-links a.next.page-numbers:hover {
	border-color: #f00;
	background: #f00;
	color: #fff;
}