/* facility/index.html */
.spec_list{
    margin-top: 61px;
}

@media screen and (max-width: 768px) {
    .spec_list {
     margin-top: 30px;
    }
}
.spce_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 43px;
}
.spce_detail img {
	max-height: 100%;
}
@media screen and (max-width: 768px) {
    .spce_detail {
        display: block;
        padding-bottom: 30px;
    }
}

.spce_detail .txt {
    width: 400px;
    font-size: 1.6rem;
    line-height: 1.8;
}
.sub_spce_detail {
    margin-bottom: 30px;
    max-width: 780px;
    padding-top: 50px;
    margin: 50px auto 30px;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #dcdcdc;
}
@media screen and (max-width: 768px) {
	.sub_spce_detail {
		display: block;
	}
}
.sub_spce_detail .twoCol {
    width: 49%;
}
.sub_spce_detail img.twoCol {
    height: 100%;
}
.sub_spce_detail .threeCol {
    width: 32%;
}
@media screen and (max-width: 768px) {
	.sub_spce_detail .twoCol,
	.sub_spce_detail .threeCol {
		width: 100%;
		margin-bottom: 15px;
	}
}
.sub_spce_detail img.threeCol {
    height: 100%;
}
.sub_spce_detail img.center {
    width: 50%;
    height: 100%;
    margin: auto;
}
@media screen and (max-width: 768px) {
	.sub_spce_detail img.center {
		width: 100%;
	}
}
ul.listStyleA {
    list-style: disc;
    margin: auto;
}
ul.listStyleA li {
    float: left;
    width: 48%;
    background: #fff;
    padding: 1%;
    margin: 1%;
}
@media screen and (max-width: 768px) {
	ul.listStyleA li {
		width: 96%;
		padding: 2%;
		font-size: 1.3rem;
	}
}
.spec_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 40px 0 10px;
}

.organizeArea {
    width: 85%;
    margin: 0px auto 100px;
}
@media screen and (max-width: 768px) {
    .organizeArea {
        width: inherit;
    }
}
.organizeArea p {
    font-size: 1.4rem;
    line-height: 2em;
    margin-bottom: 25px;
}
.organizeArea .flow_ttl {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    color: #132860;
    margin: 55px 0 25px;
}
.organizeArea .flow_sub_ttl {
    font-size: 1.8rem;
    line-height: 1.89;
    color: #132860;
    font-weight: bold;
    border-top: 1px solid #d9d9d9;
    padding: 15px 40px 15px 1.9em;
    text-indent: -1.9em;
    position: relative;
}
.organizeArea ul,
.organizeArea ol {
    margin-bottom: 30px;
}
.organizeArea ol li {
    list-style: decimal;
    margin-left: 18px;
}
.organizeArea ul.list_text01 li {
    text-indent: -1em;
    padding-left: 1em;
}
.organizeArea ul.list_text03 li {
    text-indent: -2.7em;
    padding-left: 2.7em;
}
.organizeArea table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}
.organizeArea table th {
    background: #eee;
}
.organizeArea table th,
.organizeArea table td {
    padding: 7px 10px;
    font-size: 1.4rem;
    line-height: 1.8;
    /* vertical-align: top; */
    text-align: center;
    border: 1px #ccc solid;
}
.organizeArea p.strongTxt {
    font-size: 1.6rem;
    font-weight: bold;
}
.organizeArea p.tx_right {
    text-align: right;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .spce_detail .txt {
        width: 100%;
        margin-top: 20px;
    }
}

.detail_wrap {
    padding-bottom: 62px;
	padding-top: 89px;
}

.detail_wrap .clm_ttl {
    padding: 0 0 30px;
}

.detail_wrap table {
    width: 100%;
    border-top: solid 1px #d5d5d5;
}

.detail_wrap table th,
.detail_wrap table td {
    border-bottom: solid 1px #d5d5d5;
    padding: 20px 0 24px;
    font-size: 1.6rem;
    line-height: 1.8;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .detail_wrap table th,
    .detail_wrap table td{
        display: block;
    }
}

.detail_wrap table th {
    width: 341px;
}

@media screen and (max-width: 768px) {
    .detail_wrap table th {
        width: 100%;
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .detail_wrap table td{
        padding-top: 10px;
        font-size: 1.6rem;
        padding-left: 1em;
    }
}

.detail_wrap table .small {
    font-size: 1.4rem;
    padding-left: 14px;
}

.documents_wrap {
    margin: 0px auto 100px;
    width: 80%;
}
@media screen and (max-width: 768px) {
    .documents_wrap {
        width: 100%;
    }
}
.documents_wrap .sub_ttl {
    font-size: 1.8rem;
    line-height: 1.89;
    color: #132860;
    font-weight: bold;
    border-top: 1px solid #d9d9d9;
    padding: 15px 40px 20px 1.9em;
    text-indent: -1.9em;
    position: relative;
}
.documentList {
    margin-bottom: 50px;
}
.documentList li {
    font-size: 1.6rem;
    background: url(../img/common/icon_arrow_grey.png) no-repeat center left;
    padding-left: 28px;
    margin: 0px 0px 15px 15px;
}
.documentList li a {
    text-decoration: underline;
}
.documentList li span {
    background: #a7443a;
    padding: 4px 6px;
    margin-left: 15px;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 2px;
}
@media screen and (max-width: 768px) {
    .documentList li {
        font-size: 1.4rem;
        margin: 0px 0px 15px 0px;
    }
    .documentList li span {
        padding: 3px 4px;
        margin-left: 10px;
        font-size: 1.1rem;
    }
}

.layoutwrap{
    margin-top: 130px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .layoutwrap{
        margin-top: 60px;
        padding-bottom: 20px;
    }
}

.layoutwrap:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18.5px 31px 18.5px;
    border-color: transparent transparent #e5e5e5 transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}
.layoutwrap .btn{
    width: 300px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .layoutwrap .btn{
        width: 90%;
    }
}
.layoutwrap .btn a{
    font-size: 1.6rem;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: #9c8254;
}