@charset 'utf-8';



/***---   foundation   ---***/

a,
span {
    display: inline-block;
}

main {
    width: 100%;
    max-width: 900px;
    padding: 0 0 60px;
    min-height: calc(100vh - 230.1667px);
    margin-left: auto;
    margin-right: auto;
}

section {
    background: none;
}



/***---   modules   ---***/

.m-inner_main {
    background: none;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
}



.m-construction_example h2 {
    border-bottom: #012B74 solid 1px;
}

.m-construction_example .section_body {
    font-size: 0;
}

.m-construction_example-list .section_body > * {
    margin: 1%;
    padding: 0;
    width: 18%;
    vertical-align: middle;
    line-height: 20px;
}

.m-construction_example-list .m-construction_example-image {
    width: 100%;
    height: 140px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.m-construction_example-list .m-construction_example-textbox {
    width: 100%;
    font-size: 1.1rem;
    vertical-align: middle;
}

.m-construction_example-list .m-construction_example-title {
    float: left;
}

.m-construction_example-list .m-construction_example-area {
    float: right;
}

.m-construction_example-list .m-construction_example-text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    vertical-align: top;
}



.m-construction_example .m-construction_example-text span {
    line-height: 20px;
    vertical-align: top;
}



.m-construction_example-data .m-construction_example-left_box {
    float: left;
    width: 49%;
    font-size: 0;
}

.m-construction_example-data .m-construction_example-right_box {
    float: right;
    width: 49%;
}



.m-construction_example-data .m-construction_example-image {
    margin: 1%;
    width: 31.333%;
    height: 155px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.m-construction_example-data .m-construction_example-date {
    width: 100%;
    text-align: right;
}

.m-construction_example-data .m-construction_example-text,
.m-construction_example-data .m-construction_example-infotable {
    font-size: 1.5rem;
    padding: 1% 0;
}

.m-construction_example-data .m-construction_example-area {
    margin: 20px 0;
}



.m-construction_example-data .m-construction_example-infotable th {
    background-color: #ddd;
}

.m-construction_example-data .m-construction_example-infotable th,
.m-construction_example-data .m-construction_example-infotable td {
    padding: 10px;
}



/***---   helper utilities   ---***/

.u-link-back_list {
    margin: 20px;
    padding: 3px 10px;
    border: 2px #004098 solid;
    color: #004098;
    font-size: 1.5rem;
}

.u-link-back_list:hover {
    background-color: #004098;
    color: #fff;
    text-decoration: none;
}



.m-construction_example .m-pager {
    text-align: center;
    margin: 30px 0;
}

.m-construction_example .m-pager > span > span,
.m-construction_example .m-pager > span > a {
    padding: 5px 15px;
}

.m-construction_example .m-pager > span > a {
    background-color: #FFBE00;
    color: #111;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    text-decoration: none;
}

.m-construction_example .m-pager > span > a:hover {
    text-shadow: 1px 1px 2px #624900;
}

.m-construction_example .m-pager > span > span {
    background-color: #111;
    color: #fff;
}
