@charset "UTF-8";




.contentArea h2 {


    text-align: center;
    font-size: 1.5em;
    line-height: 2.1;
}
.contentArea p {
    margin-top: 25px ;    
    margin-bottom: 0px ;

}


h2::after {
    /*display: block;
    content: "～グリーントランスフォーメーションによりオフィスビルのCO2排出量2割削減へ～";
    font-size: 2.1rem;
    padding-top: 0px;
/*white-space: pre;
line-height: 2.1;
letter-spacing: 0.05em;*/
}


.news191028 {

    text-align: center;
    font-size: 0.9em;
    display: inline-block;

}

.news191028 span { 

    display: block;
}

.breadcrumbs li span {

display: inline !important;

}

.news_img01 {

    /*margin-left: 135px;*/
    text-align: center;

}

.news_img01 img {
    max-width: 500px;
    width: 90%;


}
.news_img02 {

display: -webkit-box;

display: -ms-flexbox;

display: flex;
-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
margin-top: 15px !important;

}


.news_section h4 {

    margin-bottom: 10px;
}


.news_img02 li:first-child {

    width: 50%;
}


.news_img02 li {

    width: 50%;
}


.news_img02 li img {

padding: 15px 15px 0;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;


}

.table_title {
    display: inline-block;
/*     margin-left: -10px;
margin-right: 5px;
    font-size: 1.5em;*/
    vertical-align: middle;
    white-space: nowrap;
}


.mb0 {

    margin-bottom: 0px !important;

}
.mb30 {

    margin-bottom: 30px !important;

}

.mt15 {

margin-top: 15px !important;

}

.mt25 {

margin-top: 25px !important;

}


.mt35 {

margin-top: 35px !important;

}


.mt50 {

margin-top: 50px !important;

}

h5 {

    font-size: 1.1em;

}


.bort01 th {
    text-align: left;
    padding: 1%;
    border: 1px solid;
    text-align-last: auto;
width: 20%;
white-space: nowrap;
font-weight: normal;
}
.bort01 th,
.bort01 td {

vertical-align: top;

}

.bort01 tr td:nth-child(2) {
vertical-align: middle;
text-align: left;
width: auto;
}
.bort01 tr td:nth-child(3) {

    text-align: left;
    width: 400px;
}

.bort01 td:first-child {

text-align: justify;
white-space: nowrap;
width: 120px;
vertical-align: text-top;
-moz-text-align-last: justify;
    text-align-last: justify;
}

.list_191028 {


}


.list_191028 ul {

    display: flex;
    margin-left: 5px !important;   
}

.list_191028 li {

padding: 5px !important;

}
.list_191028 li:first-child {

white-space: nowrap;
}


.list_02 {
    width: 98%!important;
    margin-left: 0%!important;
    border: 1px solid #ccc;
    font-size: 0.8em;
    display: flex;
}

.sc_titlte_inline {    
    display: block;
}

.midle_t {
    padding: 16px;
    vertical-align: top;
    border-right: 1px solid #ccc;
}
.te_ln {
    padding: 16px;
}

.line_style {
top: -20px;
right: 5px;
position: absolute;
}

.u_line2 {
    border-bottom: 0px solid #195cbf;
    display: block;
    box-sizing: border-box;
    line-height: 1.2;
}


.u_line2:hover {
border-bottom: 1px solid #195cbf;


}


.mod-icon-pdf {
    width: 22px;
    height: 13px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: baseline;
}


@media screen and (min-width: 768px){


.on_sp {
    display:none !important;
    }
    
}
    


@media screen and (max-width: 767px){

   body .bort01 th {

        width: 12%;
    }

    body .news_section .faq {
        text-align: center;
    }
   body  table.no_just th { 
        width: 20%;
    }

  body table.bort01 { 
        width: 1280px;
    }

    .fl_r {
        padding: 15px 0;

        box-sizing: border-box;

    }


   body .flex_lsit.sp_w dl {

        flex-wrap:wrap ;
    }


  body .bort01 th span {
    display: block;
    /*width: 200px;*/
}



    .news_flex02 li span:nth-child(2) {

        margin-left: 1rem;
    }


.on_pc {
    display:none;
    }



    
    
    body .news_flex02 li {

        display: block;
    }


    .fl_b02 div:nth-child(2) {


        height: 100%;
    }


    .news_img {

        text-align: center;
    }



    body .fl_b {
display: block;

}
body .fl_b02 {
display: block;
}


body .news_flex li {

display: block;
margin-top: 15px;
}



 body .fl_b_icon {

/*                display: block !important;*/
    }

    h2::after {
/*
        content: "レアル・マドリード・ファンデーション\A・フットボールスクール東京晴海校 ";

        font-size: 1.6rem;
*/
white-space: normal;
    }


body  .fl_b_icon div {
flex-basis: auto;


    }

body  .fl_b_icon div:nth-child(1) {

    padding:0px 45px 35px;

    }



  body  .table_title {

            white-space: normal;
    }

    

.scroll table{
width:100%;
}
.scroll{
overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
background: #195cbf;
}


body table.bort01 .over_t {/*
        white-space: nowrap !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding:1% 0% !important;*/
        margin-bottom: 25px;
    }


    table.bort01 td { /**/
        padding: 5px !important;
        word-break: break-word;
        white-space: nowrap;
        box-sizing: border-box;
        margin: 15px;

}


table.bort01 td:nth-child(1) {

/*    border-spacing: 0px 15px;
    
    box-sizing: border-box;
    white-space: nowrap;
    width: auto !important;*/
    padding: 15px !important;

}



.bort01 tr td:nth-child(2) {

width: 100%;
box-sizing: border-box;
        
}
.bort01 tr td:nth-child(3) {

    box-sizing: content-box;
        
    width: 100%;
    word-break: break-all;
}



.table-scroll::-webkit-scrollbar{

height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
background: #333;
}

.news_flex div {

    margin: 0 auto;
}


    .news_flex {

        -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;



    }

    table.bort01 {
        /*display: block;
        width: 100% !important;
        overflow-x: scroll !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling:touch;
        border-spacing: 0px 15px;
        border-collapse: separate;
        table-layout: fixed;*/
        margin-bottom: 25px;

    }



    .news_lsit01 {

margin-left: 0em !important;
}


.news_last_box div {

float: none !important;
margin: 0 auto;
padding: 5px;
box-sizing: border-box;
width: 100%;
}

.news_last_box p {

margin-left: 0px !important;
}


.sp_sub_tittle {
    text-align: center;
    color: #004ea2;
    margin-top: -10px;
    display: block;
}


.line_style {
top:0

}






.main_text01 {

    margin-left: 5px !important;
display: flex;

    }    
    
.news_img02 {

flex-wrap: wrap;
}

.news_img01 {
/* margin-left: 50px;*/
}
.news_img01 img {

max-width: 98% ;

}


.news_img02 li {

width: auto;
}

.news_img02 li:first-child {

    width: auto;
}

.te_ln span {

    display: block;
}

.bort01 td:first-child {

/*     text-align: justify;*/
    
} 



}    


.tsuji01 {
font-feature-settings:'jp90' 1;
-webkit-font-feature-settings:'jp90' 1;

font-family: arial, Helvetica,'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','A-OTF 新ゴ Pro R','ヒラギノ角ゴ2','ヒラギノ角ゴ3','ヒラギノ角ゴ4','小塚ゴシック Pro R','小塚ゴシック Pro','SH G30-P','FC平成角ゴシック体','FA ゴシック','IPA モナー ゴシック','VL ゴシック','Droid Sans Japanese','MS PRゴシック','TGothic-GT01','東風ゴシック','さざなみゴシック','Komatuna','M+1P+IPAG','Mona','JSPゴシック','AR P丸ゴシック体M','EPSON 丸ゴシック体M','Osaka','CRPC&Gれいしっく','FGP平成明朝体W3','GT2000-01','和田研細丸ゴシック2000P','和田研細丸ゴシック2000P4',YOzFont90,YOzFontN90,'Yu Gothic UI','Meiryo UI';

}



.square::before {


content: "";
/* display: inline-block; */
height: 14px;
width: 14px;
position: absolute;
font-size: 0;
background: #333;
top: 14px;
}

.main_text01 {

position: relative !important;
font-weight: bold;
}

.square_r {

margin-left: 20px;
}

.mt0 {

    margin-top: 0px !important;

}
.mb0 {

    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;

}


.mb10 {
    margin-bottom: 10px !important;

}
.midle_t {

display: -webkit-box;

display: -ms-flexbox;

display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;

}

.text_just {

    text-align: justify;

}


.news_flex {

display: -webkit-box;
display: -ms-flexbox;

display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;

        -webkit-box-align: start;

            -ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.news_flex div {

    padding: 5px;

    box-sizing: border-box
}

.news_flex div img {

    box-sizing: border-box;

}


.news_center_img {

width: 100%;

}



.text_table {display: table;

margin-left: 0em;
}

.text_table p {display: table-cell ;
margin-top: 0px;
font-weight: bold;
}

.news_lsit01 {
        margin-left: 2em ;
    } 

    .news_lsit01 li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    } 
    .news_lsit01 li span {
            display: block;
    } 

    .news_last_box  p {
    display: table;/*
    margin-left: 1.2em;*/
    }

    .news_last_box p span:nth-child(1) {
        white-space: nowrap;
    }
    .news_last_box  p span {
    display: table-cell;
    }

    .news_last_box .space {

        height: 80px;
    }

    .space {

    height: 80px;
    }

    .news_last_box div {

        float: right;   
    }

    .news_last_box-img {

        clear: both;
        float: right;   
        padding: 0 0 0 10px;
        width: 200px;

    }


    .mll p span:nth-child(1) {

padding-right: 5px;
}

    .mll a {

        word-break: break-all;

    }


.txt_just_ta td:nth-child(1) {
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    width: auto ;
    padding: 15px;
}


table.bort01 {
    width: 100%;
    margin-left: 0%;
    word-break: break-all;
}



table.bort01 td {
    border: 1px solid;
    vertical-align: middle;
    padding: 1%;
}

a {

        word-break: break-all;

}

.flbb {

    display: table;
    padding: 5px 0;

}


.ta {

    display: table-cell;

}


.txt_just {
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    width: auto ;
}


.fl_b_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
    flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
}

.fl_b_icon div {
    padding: 0 15px; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
   -ms-flex-preferred-size:10px;
       flex-basis: 100px;

}

.fl_b_icon div:nth-child(1) {

    padding: 0 45px;
    box-sizing: border-box;

}


.dis_t  {

    display: table;

}      


.dis_t span {

    display: table-cell;
    text-indent: 0rem;
    
}   

.dis_t span:nth-child(1) {

padding-right: 0.5rem;
}

.faq_ov {
text-align: center;

}
.faq_ov p {

border: 1px solid;
box-sizing: border-box;
border-top: 0px;
padding: 5px;



}

.faq_ov p:nth-child(1) {
border-top: 1px solid;
padding: 5px;
box-sizing: border-box;
background: #ccc;

} 


body .notxt_just_ta td {
text-align-last: initial !important;
width: auto !important;

}

@media all and (-ms-high-contrast: none) { 

.fl_b_icon div:nth-child(1) img {

width: 200px;
}


.fl_b_icon div:nth-child(2) img {

width: 220px; 
}
}


/**211129**/

.news_head span {

display: block;

}



.news_head span {
display: block;
}

.news_head {
text-align: right;

}

.news_flex02 li {
display: flex;
align-items: flex-start;

margin-left: 1rem;
margin-top: 5px !important;
}


.news_flex02 li span {

display: block;

}

.fl_b div {
flex: 0 0 50%;

min-width: 1%;
min-height: 1%;
}

.fl_b figure {

margin: 0;

}


.fl_b02 {
display: flex;
align-content: flex-start;

}


.fl_b02 div:nth-child(1) {

flex: 0 0 60%;
min-width: 1%;
min-height: 1%;
}


.fl_b02 div:nth-child(2) {

border: 1px solid;
padding: 15px;
margin: 0 15px;
box-sizing: border-box;
height: 100%;
}


.fl_b02 div:nth-child(2) p {

line-height: 1.9;

}

.fl_b02 div:nth-child(2) a {

display: block;

}




.dis_t p:nth-child(1) {

white-space: nowrap;

}

.contentArea .dis_t p {

margin-top: 0 ;
display: table-cell;
font-size: 1.4rem;
}



.contentArea .line-height .dis_t p {


line-height: 1.2;
}


h6 {

font-size: 1.6rem;

font-weight: normal;
margin-top: 15px;
}


h6:nth-child(1) {

margin-top: 0px;
}




.fl_b {

display: -webkit-box;

display: -ms-flexbox;

display: flex;

}

.fl_b02 {
display: flex;
align-content: flex-start;

}


.fl_b02 div:nth-child(1) {

flex: 0 0 60%;
min-width: 1%;
min-height: 1%;
}


.fl_b02 div:nth-child(2) {

border: 1px solid;
padding: 15px;
margin: 0 15px;
box-sizing: border-box;
}


.fl_b02 div:nth-child(2) p {

line-height: 1.9;

}

.fl_b02 div:nth-child(2) a {

display: block;

}



.main_text04 span:nth-child(2) {
display: block;
/* margin-bottom: 2px; */
margin-top: 7px;
}


.main_text04 span {
display: block;
}

.main_text04 {
font-weight: bold;
font-size: 1.8rem;
letter-spacing: 2.5px;
display: flex;
/* align-items: flex-end; */
align-items: center;
}




table.no_just th {
text-align: left;
text-align-last: auto;
width: 28%;
}


.fl_end {

align-items: flex-end;
}
.sp_a {

justify-content: space-between;
}


.sp_a figure {
display: block;
padding: 5px;
box-sizing: border-box;
text-align: center;
margin: 0 auto;
}



.sp_a figure img {

width: 100%;

}


.flex_lsit02,
.flex_lsit {

margin-top: 15px;
}


.flex_lsit dl {

display: flex;
flex-wrap: nowrap;
text-align: justify;

}

.flex_lsit02 dl dt,
.flex_lsit dl dt {
display: block;
white-space: nowrap;
font-weight: normal;
}


.flex_lsit dl dd span {

display: block;
line-height: 1.9;

}

.flex_lsit dl a {

word-break: break-all;
}

.flex_lsit02 dl dd {

margin-left: 2rem;
}




.fl_r {
float: right;
display: block;
}
/*
*/
.fl_r::after {
content: "";
display: block;
clear: both;
}
.text_dx {
/*text-decoration: underline;*/
border-bottom: 2px solid;
display: inline-block;
margin-bottom: 2px;
}

.mt5 {

margin-top: 5px !important;
}


.mt10 {

margin-top: 10px !important;
}


.mt20 {

margin-top: 20px !important;
}


figure {
margin: 0;
}

body .a-center {
align-items: baseline;
justify-content: center;
display: flex;
}

.c-mak {
position: relative;
}

.c-mak::after {
position: absolute;
content: '©株式会社篠崎弘之建築設計事務所';
right: 0;
font-size: 1.2rem;
bottom: 26px;

}


.news_img03 {

width: 90%;
margin: 0 auto;
text-align: center;
}


.news_img03 img {

width: 100%;

}
.news_section {
word-break: break-all;
}
.news_section h5 {
font-weight: normal;
}

.news_section .faq {


text-align: right;


}

.contentArea .news_section .faq p {

margin-top: 0px;
}


.last_sec .coment {

margin-top: 25px;
}


.last_sec div:nth-child(1) {

margin-top: 0px;
}




