@charset "utf-8";

#rs_content, #rs_content p {
    font-size: 14px;
}

#rs_content a {
    /*text-decoration: underline;
    color:#414141;*/
}

.rs_lead {
    margin: 20px 0;
}

.rs_midashi {
    font-size: 18px;
    font-weight: bold;
    margin: 35px 0 20px 0;
}

/*表紙ページ*/
#rs_box {
    width: 100%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

dl.rs_owner_box {
    width: 42%;
    float: left;
    border: 2px solid #0a719a;
    padding: 20px;
    position: relative;
}

dl.rs_personal_box {
    width: 42%;
    float: right;
    border: 2px solid #26877b;
    padding: 20px;
    position: relative;
}

dl.rs_owner_box.fukuoka,
dl.rs_personal_box.fukuoka,
dl.rs_owner_box.kagoshima,
dl.rs_personal_box.kagoshima {
    height: 220px;
    padding-bottom: 82px;
}

#rs_box a {
    color: white !important;
    text-decoration: none;
}

#rs_box dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 15px 0;
}

#rs_box dd {
    line-height: 1.6em;
    font-size: 14px;
}

dl.rs_owner_box dd a {
    text-align: center;
    width: 100%;
    background-color: #0a719a;
    display: block;
    padding: 10px 0;
}

dl.rs_personal_box dd .notice {
    font-size: 11.5px;
    padding: 5px;
    border: 1px solid #f00;
    margin-top: 10px;
    line-height: 1.5em;
    background: #fff;
    color: #f00;
}

dl.rs_personal_box dd a {
    text-align: center;
    width: 100%;
    color: white;
    background-color: #26877b;
    display: block;
    padding: 10px 0;
}

dd.link {
    width: 88.8%;
    display: block;
    position: absolute;
    bottom: 20px;
}

dd.link:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

/*事業者向け＆個人向けページ*/

.rs_case_list {
    margin-top: 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.rs_case_list a {
    text-decoration: underline;
    color: #414141;
}

.rs_case_list a :hover {
    text-decoration: underline;
    color: #414141;
}

.rs_case_list a :visited {
    text-decoration: underline;
    color: #414141;
}

dl#rs_case {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

dl#rs_case dt {
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #ccc;
    padding: 0 20px;
    cursor: pointer;
}


dl#rs_case dt:after {
    position: absolute;
    right: 25px;
    margin-top: 24px;
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

dl#rs_case dt.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


dl#rs_case.rs_owner dt {
    color: #0a719a;
}

dl#rs_case.rs_owner dt:after {
    content: url(../images/tokyo_icon_arow_d_blue.png);
}

dl#rs_case.rs_personal dt {
    color: #26877b;
}

dl#rs_case.rs_personal dt:after {
    content: url(../images/tokyo_icon_arow_d_green.png);
}

dl#rs_case dd {
    padding: 20px 20px 0 20px;
    background-color: #f8f8f8;
    cursor: pointer;
}

dl#rs_case ul {
    list-style-type: none;
}

dl#rs_case ul li {
    border-bottom: 1px solid #000;
}

#rs_case_box {
    width: 100%;
    padding: 20px 0;
}

.rs_case_midashi {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-top: 20px;
    font-weight: bold;
}


.rs_case_photo {
    width: 48%;
    float: left;
}

.rs_case_text {
    width: 48%;
    float: right;
}

.rs_case_title {
    font-weight: bold;
    margin: 0.2em 0 1em 0;
}

ul.fee {
    margin-left: 15px;
    line-height: 1.6em;
}

ul.fee a {
    text-decoration: underline;
    color: #414141;
}

ul.fee a:hover {
    text-decoration: underline;
    color: #414141;
}

ul.fee a:visited {
    text-decoration: underline;
    color: #414141;
}

/*お問い合わせボタン*/

#contact_button {
    position: relative;
    width: 45%;
    margin: 35px auto;
    text-align: center;
    height: 40px;
}

#contact_off_button {
    position: relative;
    width: 45%;
    margin: 35px auto;
    text-align: center;
    height: 30px;
}

a.contact_on_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

a.contact_off_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.rs_contact {
    background-color: black;
    color: white;
    /*height:40px;*/
    line-height: 40px;
    /*width:45%;*/
    /*margin:35px auto;
    text-align: center;*/
    text-decoration: none !important;
    cursor: pointer;
}

.rs_contact img {
    vertical-align: middle;
    margin-right: 10px;
}

.rs_contact a {
    color: white !important;
    display: block;
    text-decoration: none !important;
}

.rs_contact:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

.rs_contact:visited {
    text-decoration: none !important;
}

/*個人向け*/

ul.rs_service {
    list-style-type: none;
}

ul.rs_service li {
    display: inline-block;
    width: 31.1%;
    margin-right: 2.6%;
    vertical-align: top;
}

dl.rs_service dt {
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0;
}

dl.rs_service {
    line-height: 1.6em;
    font-size: 14px;
}

dl.rs_service dd .notice {
    font-size: 11.5px;
    padding: 5px;
    border: 1px solid #f00;
    margin-top: 10px;
    line-height: 1.5em;
    background: #fff;
    color: #f00;
}

dl.rs_service dd img {
    width: 100%;
}

/*******お問い合わせフォーム********/


#rs_contact_form {
    border: 2px solid #000;
    padding: 20px;
    width: 94.7%;
    margin: 35px 0;
}


p.rs_contact_form_title {
    font-weight: bold;
    text-align: center;
}

#rs_contact_form table {
    width: 100%;
    font-size: 14px;
}

#rs_contact_form table tr {
    height: 40px;
}

#rs_contact_form td {
    padding-bottom: 15px;
}

td.item {
    font-weight: bold;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}

td#required:before {
    content: "＊";
    color: #ff0000;
}

#rs_content label {
    cursor: pointer;
    padding-right: 15px;
}

#rs_contact_form span {
    padding: 5px;
}

#rs_contact_send {
    margin: 15px auto 0 auto;
    width: 45%;
}

.ssl {
    border: 1px solid #999;
    padding: 10px;
    width: 97.6%;
    margin-bottom: 35px;
}

/** 送信後の トップページへボタン **/
#contact_back_home_button {
    position: relative;
    width: 200px;
    margin: 0 0 0 0;
    padding: 0;
}

#contact_back_home_button:hover {
    opacity: 0.7;
}

#contact_back_home_button a {
    cursor: pointer;
    border: 1px solid #000;
    display: block;
    padding: 10px 0;
    height: 15px;
}

#contact_back_home_button img.icon_absolute {
    position: absolute;
    left: 40px;
    top: -1px;
}

#contact_back_home_button span.text_absolute {
    position: absolute;
    left: 75px;
    top: 10px;
    font-size: 13px;
    color: #4d4d4d;
}

/** from renovation top page **/

#static_page_title {
    width: 760px;
    margin: 6px 0 0 0;
    padding-bottom: 5px;
    border-bottom: 3px #202f4e solid;
}
#static_page_title span {
    margin: 0;
    font-size: 16px;
    color: #202f4e;
}
.reno_personal_sub_title {
    margin-top: 60px;
    padding-bottom: 8px;
}
.reno_personal_sub_title span {
    color: #17294d;
    font-weight: bold;
    border-bottom: 1px solid #17294d;
    padding-bottom: 4px;
    font-size: 20px;
}

#reno_personal_head {
    margin-top: 24px;
}
#reno_personal_head .text {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
#reno_personal_head .link {
    margin-top: 20px;
    font-size: 14px;
    color: #000;
}
#reno_personal_head .link a {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}
#reno_personal_main {
    margin-top: 18px;
    width: 760px;
    height: auto;
}
#reno_personal_text {
    margin-top: 18px;
    font-size: 16px;
}
#reno_personal_text p {
    font-size: 16px;
}
#reno_personal_text p a {
    color: #000;
    text-decoration: underline;
}
#reno_personal_service_title {
    text-align: center;
}
#reno_personal_service_title img {
    width: 422px;
    height: auto;
    margin: 50px auto 0 auto;
}

#reno_personal_service_title.osaka {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#reno_personal_service_title.osaka > img {
    width: 178px;
    height: auto;
    margin: 0;
}

#reno_personal_service_title.osaka > span {
    font-size: 22px;
    font-weight: 600;
    margin-left: 8px;
    padding-top: 12px;
}

.reno_grid_list_borderd {
    margin-top: 42px;
    list-style-type: none;
    overflow: auto;
    clear: both;
}

.reno_grid_list_borderd.kanazawa {
    display: flex;
    justify-content: space-around;
}

.reno_grid_list_borderd .image_title_text_link_element {
    border: 1px solid #000;
    width: 238px;
    float: left;
}
.reno_grid_list_borderd .image_title_text_link_element:nth-child(3n+1),
.reno_grid_list_borderd .image_title_text_link_element:nth-child(3n+2)
{
    margin-right: 20px;
}
.reno_grid_list_borderd .image_title_text_link_element a {
    display: block;
    text-decoration: none;
    min-height: 220px;
}

.image_title_text_link_element.osaka {
    height: 405px;
}

.reno_grid_list_borderd .image_title_text_link_element.osaka a {
    height: 100%;
    display: flex;
    flex-flow: column;
}
.reno_grid_list_borderd .image_title_text_link_element a:hover {
    opacity: 0.5;
}
.reno_grid_list_borderd .image_title_text_link_element img {
    width: 220px;
    height: auto;
    padding: 9px;
}
.reno_grid_list_borderd .image_title_text_link_element .image_title {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    text-align: center;
    padding:0 9px;
    color: #17294d;
}
.reno_grid_list_borderd .image_title_text_link_element .image_text {
    padding: 9px;
    text-align: center;
    color: #17294d;
}

.reno_grid_list_borderd .image_title_text_link_element.osaka .image_text {
    flex: 1;
    display: flex;
    align-items: center;
}

.reno_grid_list {
    list-style-type: none;
    margin-top: 32px;
    overflow: auto;
    clear: both;
}

.reno_grid_list .case_study_element {
    float: left;
    width: 240px;
    min-height: 210px;
    font-size: 14px;
}
.reno_grid_list .case_study_element:nth-child(3n+1),
.reno_grid_list .case_study_element:nth-child(3n+2)
{
    margin-right: 20px;
}
.reno_grid_list .case_study_element a {
    display: block;
    text-decoration: none;
    min-height: 210px;
}
.reno_grid_list .case_study_element a:hover {
    opacity: 0.5;
}
.reno_grid_list .case_study_element img {
    max-width: 240px;
    margin-bottom: 7px;
}
.reno_grid_list .case_study_element .case_category {
    position: absolute;
    padding: 2px 6px;
    color: #FFF;
    background: #172940;
    max-width: 220px;
    font-size: 12px;
}
.reno_grid_list .case_study_element .case_name {
    color: #000;
    display: block;
    font-weight: bold;
    text-align: right;
}

#reno_personal_flow {
    text-align: center;
    margin-top: 86px;
}
#reno_personal_flow img {
    margin: 0 auto;
    width: 694px;
    height: auto;
}
#reno_personal_contact {
    margin-top: 60px;
    text-align: center;
}
#reno_personal_contact a {
    display: block;
    margin: 0 auto;
    width: 498px;
}
#reno_personal_contact a:hover {
    opacity: 0.5;
}
#reno_personal_contact a img {
    width: 498px;
    height: auto;
}
.h1_title_small {
    font-weight: 300;
    font-size: 16px;
}

.list.kamakura {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px;
}
.list.kamakura .wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    width: 41%;
}
.list.kamakura .wrapper.blue {
    border: 2px solid #0a719a;
}
.list.kamakura .wrapper.green {
    border: 2px solid #26877b;
}
.list.kamakura .wrapper_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: center;
}
.list.kamakura .wrapper_button {
    background-color: red;
}
.list.kamakura .wrapper_button__inner {
    padding: 10px 110px;
    line-height: 1.6em;
    font-size: 14px;
    color: white;
}

.list.kamakura .wrapper_button.blue {
    background-color: #0a719a;
}

.list.kamakura .wrapper_button.green {
    background-color: #26877b;
}
