@charset "UTF-8";

main{
    margin: 0px 1em 100px;
}

@media screen and (max-width: 700px) {
    main {
        margin-bottom: 50px;
    }
}

/* 事業情報index */

.info_information{
    
}
.info_information h1{
    font-size: 2em;
    padding: 0 0 0.1em 0.5em;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;
}

@media screen and (max-width: 700px) {
    .info_information h1{
        font-size: 1.5em;
    }
}

.info_information h2{
    font-size: 1.2em;
    padding: 0 0 0.1em 0.5em;
    margin-left: 1em;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;
}
@media screen and (max-width: 700px) {
    .info_information h2 {
        font-size: 1em;
    }
}

.h2_orange{
    border-left: 1em solid #F39800;
}
.h2_blue{
    border-left: 1em solid #1a0089;
}
.info_information_slider{
    
}
.info_information p{
    margin-left: 2em;
    line-height: 1.5;
}


.info_box{
    display: flex;
    justify-content: flex-start;
    margin-left: 3em;
}
@media screen and (max-width: 700px) {
.info_box{
    display: block;
    margin-left: 0;
}
    
}
.info_img{
    width: 400px;
    min-width: 400px;
}
@media screen and (max-width: 700px) {
    .info_img{
    width: 100%;
    min-width: auto;
}
}
.info_img img{
    max-width: 100%;
    border-radius: 5px;
}
.info_list ul li{
    list-style: none;
    padding-left: 20px;
    line-height: 1.6em;
    background: url(../images/triangle.png) left 0px top 3px no-repeat;
    background-size: 15px auto;       
}

.info_list_qnav ul{
    display: flex;
    justify-content:center;
    list-style: none;
    flex-wrap: wrap;
    font-size: 0.8em;
}
.info_list_qnav ul li {
  display: inline-block;
}
.info_list_qnav ul li:not(:first-child)::before {
  content: "｜";
}

/* generation2 h.tabira */

.const_title{
    width: 80%;
    margin: 50px auto;
}
.const_title img{
    max-width: 100%;
}
.const_table{
    width: 100%;
    margin: 2em auto;
}
.const_table table{
    width: 90%;
    margin: auto auto;
    
    text-align: center;
    border: solid #999 1px;
}

.const_table table th,.const_table table td{
    font-weight: normal;
    border: solid #999 1px;
    padding: .3em;
}
.const_table table th{
    background-color: green;
    color: white;
}
@media screen and (max-width: 700px) {
    .const_table table{
        border:none;
    }
    .const_table table thead{
        display: none;
    }
    .const_table table tbody th,.const_table table tbody td{
        display: block;
    }
}

.construction_switching {
    text-align: right;
    margin-left: 0;
    margin-right: 4em;
}

/*
@media screen and (max-width: 700px) {
    .thead{
        display: none;
    }
    .const_table table th,.const_table table td{
        display: block;
    }
}





/*
.const_table{
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin: 2em auto;
}
.const_table thead th,.const_table thead td{
    background-color: #1a0089;
    color: white;
    font-weight: bold;
    text-align: center;
}
.const_table tbody th,.const_table tbody td{
    background-color: #ebebeb;
    color: black;
}
.const_table th{
    width: 12em;
}
@media screen and (max-width: 700px) {
.const_table thead{
    display: none;
}
.const_table td,.const_table th{
    display: block;
    width: 100%;
    text-align: left;
}
    .const_table tbody th{
        color: white;
        background-color:#1a0089;
        font-weight: normal;
        margin-top: 1em;
    }    
}