@charset "utf-8";

#rs_content {
    width: 100%;
    font-size: 1.425rem;
}

a {
    text-decoration: none;
}

.rs_midashi {
    font-weight: bold;
    margin: 1.67em 0;
    font-size: 1.5rem;
}

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

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

dl.rs_owner_box {
    border: 2px solid #0a719a;
    padding: 20px;
}

dl.rs_personal_box {
    border: 2px solid #26877b;
    padding: 20px;
}

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

#rs_box dd {
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

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

dl.rs_personal_box dd .notice {
    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: 100%;
    display: block;
    margin-top: 30px !important;
}

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-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;
}

dl#rs_case dt:after {
    position: absolute;
    right: 0;
    margin-top: 8px;
    -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/icon_arow_d_blue.png);
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -webkit-transform-origin: 50% 45%;
    transform-origin: 50% 45%;

}


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

dl#rs_case.rs_personal dt:after {
    content: url(../images/icon_arow_d_green.png);
    -moz-transform-origin: 50% 45%;
    -ms-transform-origin: 50% 45%;
    -webkit-transform-origin: 50% 45%;
    transform-origin: 50% 45%;
}

/*2016.10.05追加*/
dl#rs_case dt p {
    width: 90%;
    display: inline-block;
    line-height: 1.4em;
    margin: 12px 0;
}

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

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

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

#rs_case_box {
    width: 100%;
    padding-top: 1.67em;
}

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


.rs_case_photo {
    width: 100%;
}

.rs_case_text {
    margin-top: 20px;
    width: 100%;
}

.rs_case_title {
    font-weight: bold;
}

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;
}


/*サービスフロー*/

dl#rs_service-flow {
    width: 100%;
}

dl#rs_service-flow ul {
    padding: 0;
    line-height: 1.6em;
}

dl#rs_service-flow dt.rs_service-flow_owner {
    color: #0a719a;
    font-weight: bold;
    float: left;
    width: 50%;
}

dl#rs_service-flow dt.rs_service-flow_personal {
    color: #26877b;
    font-weight: bold;
    float: left;
    width: 50%;
}

dl#rs_service-flow dd {
    float: right;
    width: 50%;
    margin: 0;
}

.rs_service-flow_yajirushi {
    width: 100%;
    text-align: center;
    margin: 1.67em 0;
}

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


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

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

#contact_off_button {
    position: relative;
    width: 80%;
    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: 30px;
    line-height: 30px;
    /*width:80%;
    margin:35px auto;
    text-align: center;
    display: block;
    width:100%;*/
}

.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 */
}

/*個人向け*/

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

ul.rs_service li {


}

dl.rs_service dt {
    font-weight: bold;
}

dl.rs_service {
    line-height: 1.6em;
    margin-bottom: 1.6em;
}

dl.rs_service dd {
    margin: 0;
}

dl.rs_service dd .notice {
    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;
    margin: 35px 0;
}

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

td.item {
    font-weight: bold;
    width: 100%;
}

td.item span {
    font-weight: normal;
}

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

#rs_contact_form span {
    padding: 5px;
}

#rs_contact_form label {
    cursor: pointer;
    padding-right: 5px;
    display: inline-block;
}

#rs_contact_send {
    margin: 15px auto 0 auto;
    padding: 5px 0;
}

#rs_contact_form input {
    margin: 10px 0;
}

#rs_contact_form textarea {
    margin: 10px 0;
}

#rs_contact_form button {
    margin: 10px 0;
}

/** 送信後の トップページへボタン **/
#back_home_button {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#back_home_button:hover {
    opacity: 0.7;
}

#back_home_button a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #000;
    cursor: pointer;
}

#back_home_button img.icon_absolute {
    position: absolute;
    left: 8.5rem;
    top: 0.9rem;
}

#back_home_button span.text_absolute {
    position: absolute;
    left: 11.5rem;
    top: 0.7rem;
    font-size: 1.5rem;
    color: #000000;
}

#static_content {
    width: 95%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.static_page_title {
    margin: 0 0 1.66rem 0;
    padding: 0;
}
.static_page_title span {
    margin: 0;
    font-size: 1.675rem;
    font-weight: bold;
}
.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: 16px;
}
#reno_personal_head .link {
    font-size: 14px;
    color: #000;
}
#reno_personal_head .link a {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}
#reno_personal_main {
    margin-top: 18px;
    max-width: 760px;
    width: 100%;
    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 {
    max-width: 422px;
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
}

#reno_personal_service_title .reno_personal_service_title__image {
    width: 150px;
    margin: 50px 8px 0 auto;
}

#reno_personal_service_title .reno_personal_service_title__text {
    font-size: 18px;
    font-weight: 600;
    display: contents;
}

.reno_grid_list_borderd {
    margin-top: 20px;
    padding: 0;
    list-style-type: none;
    overflow: auto;
    clear: both;
}
.reno_grid_list_borderd .image_title_text_link_element {
    border: 1px solid #000;
    width: 99%;
    text-align: left;
    float: left;
    margin-bottom: 15px;
}
.reno_grid_list_borderd .image_title_text_link_element a {
    display: flex;
    text-decoration: none;
}
.reno_grid_list_borderd .image_title_text_link_element a:hover {
    opacity: 0.5;
}
.reno_grid_list_borderd .image_title_text_link_element img {
    max-width: 200px;
    width: 30%;
    height: auto;
    padding: 9px;
    float: left;
    margin: auto;
}
.reno_grid_list_borderd .image_title_text_link_element div {
    width: 70%;
}
.reno_grid_list_borderd .image_title_text_link_element .image_title {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    margin-top: 9px;
    color: #17294d;
    float: left;
    width: 100%;
    padding: 0px 7px;
    box-sizing: border-box;
}
.reno_grid_list_borderd .image_title_text_link_element .image_text {
    padding: 9px;
    color: #17294d;
    margin-top: 0;
}

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

.reno_grid_list .case_study_element {
    float: left;
    width: 48%;
    font-size: 14px;
    margin-bottom: 20px;
}
.reno_grid_list .case_study_element:nth-child(2n+1)
{
    margin-right: 4%;
}
.reno_grid_list .case_study_element a {
    display: block;
    text-decoration: none;
}
.reno_grid_list .case_study_element a:hover {
    opacity: 0.5;
}
.reno_grid_list .case_study_element img {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
}
.reno_grid_list .case_study_element .case_category {
    position: absolute;
    padding: 2px 6px;
    color: #FFF;
    background: #172940;
    font-size: 11px;
}
.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: 40px;
}
#reno_personal_flow img {
    margin: 0 auto;
    width: 100%;
    max-width: 694px;
    height: auto;
}
#reno_personal_contact {
    margin: 0 0 60px 0;
    text-align: center;
}
#reno_personal_contact a {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 498px;
}
#reno_personal_contact a:hover {
    opacity: 0.5;
}
#reno_personal_contact a img {
    max-width: 498px;
    width: 100%;
    height: auto;
}
.h1_title_bold {
    font-size: 20px;
}
.underline-link {
    text-decoration: underline;
}

@media screen and (max-width: 414px) {
    .reno_grid_list .case_study_element .case_category.tola {
        padding-top: 3px;
        padding-bottom: 4px;
        font-size: 10px;
    }
}

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

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

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