@charset "utf-8";

/*---------------------------------------------------
管理画面の該当箇所確認用
---------------------------------------------------*/

.highlight {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    -o-animation: blink 0.8s infinite;
    -ms-animation: blink 0.8s infinite;
    -webkit-animation: blink 0.8s infinite;
    -moz-animation: blink 0.8s infinite;
    animation: blink 0.8s infinite;
}

.color_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

@keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*---------------------------------------------------
リセット
---------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1;
    font-size: 1.4rem;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/
change colours to suit your needs

/
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/
change colours to suit your needs

/
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid;
    margin: 50px 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/*---------------------------------------------------
アイコンフォント
---------------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src:  url('//ieieie.jp/com/kisekae/common/fonts/icomoon.eot?1amafa');
    src:  url('//ieieie.jp/com/kisekae/common/fonts/icomoon.eot?1amafa#iefix') format('embedded-opentype'),
    url('//ieieie.jp/com/kisekae/common/fonts/icomoon.ttf?1amafa') format('truetype'),
    url('//ieieie.jp/com/kisekae/common/fonts/icomoon.woff?1amafa') format('woff'),
    url('//ieieie.jp/com/kisekae/common/fonts/icomoon.svg?1amafa#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
    content: "\e900";
}
.icon-arrow-triangle-up:before {
    content: "\e901";
}
.icon-arrow-triangle-left:before {
    content: "\e902";
}
.icon-arrow-triangle-right:before {
    content: "\e903";
}
.icon-arrow-triangle-down:before {
    content: "\e904";
}
.icon-arrow-left:before {
    content: "\e905";
}
.icon-arrow-up:before {
    content: "\e906";
}
.icon-arrow-down:before {
    content: "\e907";
}
.icon-arrow-right:before {
    content: "\e908";
}
.icon-zoom:before {
    content: "\e909";
}
.icon-phone:before {
    content: "\e942";
}
.icon-phone-hang-up:before {
    content: "\e943";
}
.icon-location:before {
    content: "\e948";
}
.icon-search:before {
    content: "\e986";
}
.icon-menu:before {
    content: "\e9bd";
}
.icon-star-full:before {
    content: "\e9d9";
}
.icon-heart:before {
    content: "\e9da";
}
.icon-plus:before {
    content: "\ea0a";
}
.icon-minus:before {
    content: "\ea0b";
}
.icon-cross:before {
    content: "\ea0f";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-facebook2:before {
    content: "\ea91";
}
.icon-twitter:before {
    content: "\ea96";
}

input[type="text"], input[type="email"],input[type="password"], input[type="tel"], textarea, select {
    background-color: rgba(255,255,255,0.4) !important;
}

/* メリットアイコン */
ul.merit_icon {
    margin-top: 10px;
}

ul.merit_icon li {
    float: left;
    padding: 2px 10px;
    border: 1px solid;
    font-size: 70%;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}


/* ---------------------------------------------------------
　種別カラー
--------------------------------------------------------- */
.type_span{
    font-size:10px;
    padding:3px 5px;
}



div[class*="type1"], span[class*="type1"]{
    background:#d6ac44;
    color:#fff;
}

div[class*="type2"], span[class*="type2"]{
    background:#da5d5d;
    color:#fff;
}
div[class*="type3"], span[class*="type3"]{
    background:#416b9a;
    color:#fff;
}
div[class*="type4"], span[class*="type4"]{
    background:#229a55;
    color:#fff;
}

.type5{
    background:#FF9557;
    color:#fff;
}

.type6{
    background:#D86C94;
    color:#fff;
}

.type8{
    background:#FBB03B;
    color:#fff;
}

.typea{
    background:#A683D8;
    color:#fff;
}

.typeb{
    background:#969696;
    color:#fff;
}

.typec{
    background:#817552;
    color:#fff;
}

.typed{
    background:#5DAAB7;
    color:#fff;
}

.typee{
    background:#A98C71;
    color:#fff;
}

.type31 {
    background:#9188E0;
    color:#FFF;
}

.typemem{
    background:#DD0000;
    color:#fff;
}
.type_white{
    background:#fff;
    color:#666;
    border:1px solid #CCCCCC;
}


/*---------------------------------------------------
共通
---------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-width: 1140px;
    font-size: 16px;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-feature-settings: "palt" 1;
    font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*IEはメイリオ使用*/
@media all and (-ms-high-contrast:none) {
    body {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
        letter-spacing: -0.01em;
    }
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.inner {
    position: relative;
    width: 1140px;
    padding: 0px 20px;
    margin: 0 auto;
}

.section {
    padding-top: 30px;
}

/*ボタン*/
.btn {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn .icon-right-arrow-angle {
    position: absolute;
    right: 0;
    margin-right: 5px;
    margin-top: 2px;
}

.btn.large {
    width: 330px;
    padding: 25px 0 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

.btn_wrap {
    margin: 30px 0;
    text-align: center;
}

/*見出し*/
h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

h3 {
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

#maincontent {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    z-index: 2; /*IE対策*/
}

#secondary + #primary {
    float: right;
    width: 850px;
}

#secondary {
    float: left;
    width: 230px;
}

.btn_contact a {
    display: inline-block;
    padding: 5px 30px;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover img {
    opacity: 0.75;
}

.img_fit {
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

.img_fit.top {
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;';
}

.img_fit.contain {
    object-fit: contain !important;
    font-family: 'object-fit: contain' !important;
}

/* --------------------------------------
　	C21ガイドライン
-------------------------------------- */
#header .h_bottom #logo.c21 {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif !important;
}

.c21_slogan {
    font-family: "HGSｺﾞｼｯｸM" !important;
    margin-top: 20px;
    text-align: center;
    font-size: 0.8em;
}


/* --------------------------------------
　	リンク
-------------------------------------- */
a {
    text-decoration: none;
}

a:link:hover {
    text-decoration: underline;
}

/*---------------------------------------------------
aリンク下線アニメーション
---------------------------------------------------*/
a.line {
    position: relative;
    display: inline-block;
    transition: .3s;
}

a.line::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

a.line:hover::after {
    width: 100%;
}

/* --------------------------------------
　	フォーム周り
-------------------------------------- */
input[type="text"],
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    border: none;
    border: 1px solid;
    border-color: inherit;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*IEはメイリオ使用*/
@media all and (-ms-high-contrast:none) {
    input[type="text"],
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}

select {
    height: 30px;
    padding: 5px;
}

input[type=submit] {
    font-weight: bold;
}

.req {
    display: inline-block;
    padding: 2px 4px;
    margin-right: 5px;
    background: #F05F5F;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.opt {
    display: inline-block;
    padding: 2px 4px;
    margin-right: 5px;
    color: #fff;
    background: #777;
    font-weight: normal;
    font-size: 14px;
}

.submit_btn_wrap {
    text-align: center;
    margin-top: 20px;
}

.submit_btn {
    border: none;
    width: 250px;
    padding: 20px 0;
    font-size: 18px;
}

.error_col {
    color: red;
}

/*------------------------------------------
下線テーブル
-------------------------------------------*/

.line_table {
    width: 100%;
    border-collapse: collapse;
}

.line_table tr {
    border-bottom: 1px solid;
}

.line_table th, .line_table td {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
}

.line_table.large th, .line_table.large td {
    padding-top: 20px;
    padding-bottom: 20px;
    word-wrap: break-word;
    vertical-align: middle;
}

.line_table th {
    width: 100px;
    padding-left: 10px;
}

.line_table td {
    width: 430px;
    padding: 20px 15px;
}

/*中身が空の場合、高さが揃わなくなるのを防ぐ*/
.line_table td:after {
    content: "\00a0";
}

/* --------------------------------------
　	チェックボックス・ラジオボタン・セレクトボックス
-------------------------------------- */
label {
    cursor: pointer;
}

.design_form input[type=radio],
.design_form input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
    margin-right: 0 \9; /*ie8*/
}

.design_form input[type=radio] + label,
.design_form input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

.design_form input[type=radio] + label.disabled,
.design_form input[type=checkbox] + label.disabled{
    cursor: auto;
}

.design_form input[type=checkbox]:disabled + label {
    color: #999;
}

@media (min-width: 1px) {
    .design_form input[type=radio],
    .design_form input[type=checkbox] {
        display: none;
        margin: 0;
    }

    .design_form input[type=radio] + label,
    .design_form input[type=checkbox] + label {
        padding: 5px 0 5px 26px;
    }

    .design_form input[type=radio] + label::before,
    .design_form input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        background: rgba(255,255,255,0.4);
    }

    .design_form input[type=radio] + label::before {
        border: 2px solid #AAA;
        border-radius: 30px;
    }

    input[type=radio]:checked + label::after {
        background: #2A2A2A !important;
    }

    .design_form input[type=checkbox] + label::before {
        border: 1px solid #888;
    }

    .design_form input[type=radio]:checked + label::after,
    .design_form input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .design_form input[type=radio]:checked + label::after {
        left: 5px;
        width: 12px;
        height: 12px;
        margin-top: -7px;
        background: #6CBEBE;
        border-radius: 8px;
    }

    .design_form input[type=checkbox]:checked + label::after {
        content: "\ea10";
        font-family: 'icomoon';
        font-size: 18px;
        left: 2px;
        width: 20px;
        height: 20px;
        margin-top: -12px;
        color: #333;
    }
}

/*------------------------------------------
分割テーブル
-------------------------------------------*/
.left_table {
    float: left;
    width: 530px;
}

.right_table {
    float: right;
    width: 530px;
}

/*---------------------------------------------------
ヘッダー
---------------------------------------------------*/
#header {
    width: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
#header h1{
    font-size: 10px;
    float: left;
}

#header .inner {
    height: inherit;
    padding-top: 15px;
}

#header .h_top .h_contact {
    float: right;
}

#header .h_top .h_contact li {
    float: left;
}

#header .h_top .h_contact li.btn_contact {

}

#header .h_top .h_contact .h_tel {
    margin-left: 15px;
    font-size: 24px;
}



#header .h_top .h_contact dt, #header .h_top .h_contact dd {
    display: inline-block;
}

#header .h_bottom {
    margin-top: 20px;
}

#header .h_bottom #logo {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
    width: 380px;
}

#header .h_bottom #logo a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#header .h_bottom #logo a:hover {
    opacity: 0.75;
}


/*「ロゴと屋号両方表示」のみ適応される*/
#header .h_logo .logo_img_wrap {
    float: left;
    max-width: 35%;
    height: inherit;
    margin-right: 2%;
}

#header .h_logo .logo_img_wrap img {
    max-width: 130px;
}

#header .h_logo .logo_img {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
}

#header .h_logo img {
    max-width: 380px;
    max-height: 70px;
    vertical-align: middle;
    object-fit: contain;
    object-position: left center;
    font-family: 'object-fit: contain; object-position: left center;';
}

#header .h_logo .logo_text {
    display: table-cell;
    vertical-align: middle;
    width: 230px;
    height: 70px;
}


#header .h_bottom #g_nav {
    float: right;
    max-width: 700px;
    margin-bottom: 10px;
}

#header .h_bottom #g_nav ul {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#header .h_bottom #g_nav li {
    margin-top: 5px;
    margin-left: 15px;
}


/* ----------------------------------------------------------------------------------
	フリックできるパンくずリスト
---------------------------------------------------------------------------------- */
.breadcrumb-list {
    overflow-x: auto;
    border-bottom: solid 1px;
    margin-top: 20px;
    position: relative;
}

.breadcrumb-list ol {
    list-style: none;
    display: table;
}

.breadcrumb-list ol li {
    padding: 5px 1em;
    display: table-cell;
    white-space: nowrap;
}

/* 画面の横幅が992px以上 */
@media screen and (min-width: 992px) {
    /* スクロールバーの装飾 */
    .breadcrumb-list.scroll-bar::-webkit-scrollbar {
        height: 10px;
    }

    .breadcrumb-list.scroll-bar::-webkit-scrollbar-track {
        background-color: #FFF;
    }

    .breadcrumb-list.scroll-bar::-webkit-scrollbar-thumb {
        background-color: rgba(238, 238, 238, 0.8);
    }
}

/*---------------------------------------------------
バナー一覧
---------------------------------------------------*/
#banners {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    z-index: 1; /*IE対策*/
}

#banners ul {
    border-top: 1px solid;
    padding-top: 20px;
}

#banners li {
    display: inline-block;
    margin: 0 10px 10px;
    width: 30%;
    vertical-align: middle;
}

#banners li img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/*---------------------------------------------------
フッター
---------------------------------------------------*/
#footer {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 10px 0;
    z-index: 1; /*IE対策*/
    margin-top: auto; /*ページが短くてもフッターを下に固定*/
}

#f_nav {
    display: table;
    margin: 0 auto;
    text-align: center;
}

#f_nav li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 15px;
    border-right: 1px solid;
}

#f_nav li:first-child {
    border-left: 1px solid;
}

#f_nav a {
    color: inherit;
}

#footer .copyright {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}
#footer .powered{
    font-size: 12px;
    margin-top: 10px;
}
#footer .powered a{
    text-decoration: underline;
}

/*---------------------------------------------------
ページタイトル
---------------------------------------------------*/
#page_title {
    height: 180px;
    position: relative;
    left: 0;
    width: 100%;
    background-color: #000;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#page_title .inner {
    height: inherit;
}

#page_title h1 {
    position: absolute;
    left: 20px;
    bottom: 8px;
    padding: 40px 50px;
    font-size: 28px;
}

/*---------------------------------------------------
simple_list
---------------------------------------------------*/
.list_menu {
    padding: 5px;
    margin: 1em 0 1em 0;
    text-align: center;
}
.list_menu a.num {
    border: 1px solid;
    border-color: inherit;
    padding: 0 4px;
    padding: 4px 7px;
    margin: 0 5px;
}

.list_menu b {
    border: 1px solid;
    border-color: inherit;
    padding: 4px 4px;
    margin: 0 5px;
}
.simple_list_wrap {
    margin-left: -34px;
}

.simple_lists {
    /*高さ揃える*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.simple_list {
    float: left;
    position: relative;
    width: 343px;
    margin-left: 34px;
    margin-bottom: 15px;
}

.simple_list .list_image {
    overflow: hidden;
    position: relative;
    height: 220px;
    text-align: center;
    overflow: hidden;
}

.bu_type_list.simple_list .list_image img {
    display: none;
}

.simple_list .list_image img {
    /*width: auto;
    height: auto;
    max-width: 343px;
    max-height: 220px;*/
    position: absolute;
    left: 0;
    top: 0;
}

.madori {
    width: auto;
    height: auto;
    max-width: 343px;
    max-height: 220px;
}

.list_image .img_fit{
    width: 343px;
    height: 220px;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'
}

.simple_list .list_title {
    margin: 5px 0;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0;
    border: none;
}

.simple_list .list_sub_title {
    margin: 5px 0;
    font-size: 14px;
    text-align: center;
}

.simple_list .list_detail {
    font-size: 14px;
}

.simple_list .list_detail.bukken {
    margin: 5px 0;
    font-size: 12px;
}

.simple_list .list_detail.bukken dt, .simple_list .list_detail.bukken dd {
    float: left;
    padding: 3px 0;
    margin-top: 3px;
}

.simple_list .list_detail.bukken dt {
    width: 60px;
    text-align: center;
    border: 1px solid;
    border-color: inherit;
    font-weight: bold;
}

.simple_list .list_detail.bukken dt:nth-of-type(3) {
    clear: left;
}

.simple_list .list_detail.bukken dd {
    width: 100px;
    padding-left: 10px;
}

.simple_list .list_detail.general {
    margin-top: 3px;
    text-align: center;
}

.simple_list .list_detail.general dl {
    display: inline-block;
    width: 30%;
    margin: 1%;
}

.simple_list .list_detail.general dt {
    border: 1px solid;
    border-color: inherit;
    line-height: 1;
    padding: 4px 0;
    margin-bottom: 2px;
}

/*---------------------------------------------------
お知らせ一覧
---------------------------------------------------*/
#info_news .simple_list{
    float: none;
    width: 100%;
    box-shadow: none;
    margin: 0;
}

#info_news .simple_list .date{
    margin-right:10px;
    font-weight:bold;
    font-size: 14px;
}

#info_news .simple_list li{
    line-height:1.2;
    list-style:none;
    border-bottom: 1px solid;
}

#info_news .simple_list li:first-child {
    border-top: 1px solid;
}

#info_news .simple_list .date{
    font-weight:bold;
    font-size: 14px;
    margin-right:10px;
}

.simple_list li a {
    display: block;
    padding:15px 15px;
    color: inherit;
    text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------
物件一覧ページ
------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------
物件検索
---------------------------------------------------*/
.search_info {
    margin-top: 30px;
}

.row_bukken_num {
    font-size: 22px;
    font-weight: bold;
}

.search_info li {
    float: left;
    width: 33.3%;
    height: 65px;
    line-height: 65px;
}

#popup_count {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    z-index: 999;
}

/*---------------------------------------------------
物件一覧ページサイドバー
---------------------------------------------------*/
#secondary .search_result {
    padding: 20px 0;
    text-align: center;
}

#secondary .btn_search_back {
    display: none;
    padding: 15px 0;
    text-align: center;
    margin: 0 0 15px;
    text-decoration: none;
}

#secondary .search_result span {
    font-size: 22px;
}

#search_box {
    margin-top: 20px;
    border: 1px solid;
    border-color: inherit;
}

#search_box dt {
    padding: 10px 15px;
    font-size: 15px;
}

#search_box dd {
    padding: 12px 10px;
    border-bottom: 1px solid;
    font-size: 15px;
    cursor: pointer;
}

#search_box dd.on {
    background: #EEE;
}

#search_box dd:nth-last-child(1) {
    border: none;
}

#search_box input {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
    cursor: pointer;
}

#search_box select {
    padding: 5px 0;
}

/*---------------------------------------------------
物件一覧
---------------------------------------------------*/

#list_bukken {
}

#list_bukken .update{
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
}

#list_bukken .list_bukken {
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

#list_bukken .list_bukken:first-child {
    margin: 0;
}

#list_bukken .bu_title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

#list_bukken .bu_image {
    overflow: hidden;
    float: left;
    position: relative;
    display: table-cell;
    width: 343px;
    vertical-align: middle;
}

#list_bukken .list_bukken.new .bu_image a:after {
    content: url(/common/img/premium/new.png);
    position: absolute;
    top: 0;
    left: 0;
}

#list_bukken .bu_image img {
    width: auto;
    height: auto;
    max-width: 343px;
    max-height: 229px;
}

#list_bukken .bu_detail {
    position: relative;
    float: left;
    min-height: 230px;
    width: 477px;
    margin-left: 30px;;
    font-size: 12px;
}

#list_bukken .bu_type {
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
}

#list_bukken .bu_address {
    font-size: 16px;
    margin-left: 5px;
}

#list_bukken .bu_price {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

#list_bukken .bu_price span {
    font-size: 22px;
}

#list_bukken .bu_detail dt, .bu_detail dd {
    float: left;
    padding: 3px 0;
    margin-top: 3px;
}

#list_bukken .bu_detail dt {
    width: 75px;
    text-align: center;
    border: 1px solid;
    border-color: inherit;
}

#list_bukken .bu_detail dt:nth-of-type(2n+1) {
    clear: left;
}

#list_bukken .bu_detail dd {
    width: 110px;
    padding-left: 10px;
}

#list_bukken .bu_line {
    margin-top: 5px;
}

#list_bukken .bu_line li {
    margin: 3px 0 0;
    font-size: 13px;
}

#list_bukken .bu_btn {
    float: right;
    margin-top: 5px;
}

#list_bukken .btn {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
}

#list_bukken .bu_carousel {
    padding: 5px 0;
    margin-top: 20px;
    background: rgba(255,255,255,0.3);
    border: 1px solid;
    border-color: inherit;
}

#list_bukken .bu_carousel .inner {
    position: relative;
}

#list_bukken .bu_carousel h3 {
    padding-bottom: 15px;
    text-align: center;
}

#list_bukken .bu_carousel .carousel {
    margin: 0;
    padding: 0 35px;
}

#list_bukken .bu_carousel .item {
    overflow: hidden;
    width: inherit;
    line-height: 0;
    text-align: center;
    font-size: 13px;
}

#list_bukken .bu_carousel .item img {
    width: calc(100% - 5px);
    height: 67px;
    margin: 0 5px;
    border: 1px solid;
    border-color: inherit;
}

#list_bukken .bu_carousel .customNavigation .btn {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

#list_bukken .bu_carousel .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: -5px;
    width: 20px;
    height: calc(100% + 10px);
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    filter: Alpha(Opacity=100);
    background: #999;
}

#list_bukken .bu_carousel .owl-theme .owl-controls .owl-buttons img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 18px;
    margin: auto;
}

#list_bukken .bu_carousel .owl-buttons div.owl-prev {
    left: 0;
}

#list_bukken .bu_carousel .owl-buttons div.owl-next {
    right: 0;
}

#list_bukken .bu_carousel .owl-item.loading {
    min-height: 70px;
}

#list_bukken .bu_carousel .owl-theme .owl-controls {
    margin-top: 0;
}

.new_ribbon {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 15px;
    left: -29px;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transform: rotate(-45deg);
}

.new_ribbon:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -13px;
    width: 120px;
    height: 85px;
    transform: rotate(-45deg);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.4+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66ffffff', GradientType=0); /* IE6-9 */
}

/*------------------------------------------------------------------------------------------------------
物件詳細ページ
------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------
物件概要上部
---------------------------------------------------*/

#bu_info .bu_detail {
    position: relative;
    margin-top: 5px;
    font-size: 12px;
}

#bu_info .bu_type {
    display: inline-block;
    padding: 4px 8px;
    font-size: 16px;
}

#bu_info .bu_address {
    font-size: 20px;
    margin-left: 10px;
}

#bu_info .bu_detail dt, #bu_info .bu_detail dd {
    float: left;
    padding: 3px 6px;
    margin-top: 10px;
    font-size: 14px;
}

#bu_info .bu_detail dt {
    min-width: 70px;
    text-align: center;
    border: 1px solid;
    border-color: inherit;
}

#bu_info .bu_detail dd {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 3px;
    border: 1px solid transparent !important;
}

#bu_info .bu_detail dd span {
    font-size: 24px;
    font-weight: bold;
    line-height: 0.4em;
}

#bu_info .bu_comment {
    margin: 20px 0;
}

/***********************************************
　物件画像
***********************************************/

#db_image {
    margin: 20px 0;
}

#img_main_outer {
    width: 600px;
    height: 400px;
    padding: 20px;
    float: left;
    position: relative;
    border: 1px solid;
    border-color: inherit;
}

#db_image .img_control {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    cursor: pointer;
}

#db_image #img_prev {
    left: 10px;
}

#db_image #img_next {
    right: 10px;
}

#db_image #img_main_wrap {
    display: table-cell;
    width: 10000px;
    height: 340px !important;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

#db_image #img_main {
    opacity: 0;
    width: auto !important;
    max-width: 488px !important;
    max-height: 340px !important;
    cursor: pointer;
    cursor: zoom-in;
}

#db_image #img_zoom {
    position: absolute;
    bottom: 38px;
    right: 36px;
    border: none;
    cursor: pointer;
}

#db_image #img_comment {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
}

#db_image #madori {
    float: right;
    width: 460px;
    height: 400px;
    padding: 20px;
    border: 1px solid;
    border-color: inherit;
}

#db_image #madori #mdr_img {
    display: table-cell;
    width: inherit;
    height: 340px;
    vertical-align: middle;
    text-align: center;
}

#db_image #madori #mdr_img img {
    display: block !important;
    max-width: 340px !important;
    max-height: 340px;
    margin: 0 auto;
}

#db_image #madori #mdr_img img.fancybox {
    cursor: pointer;
    cursor: zoom-in;
}

#db_image #madori #mdr_comment {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
}

#db_image #img_thumb {
    margin-top: 40px;
}

.appeal #db_image #img_thumb {
    float: right;
    width: 460px;
    height: 400px;
    margin-top: 0;
}

#db_image #img_thumb ul {
    margin: 0 0 -10px -6.5px;
}

#db_image #img_thumb li {
    overflow: hidden;
    position: relative;
    width: 103px;
    height: 72px;
    float: left;
    margin: 0 0 10px 7.6px;
    list-style-type: none;
    text-align: center;
    border: 1px solid;
    border-color: inherit;
}

#db_image #img_thumb li img {
    width: auto;
    height: 100%;
    opacity: 0.5;
    cursor: pointer;
}

#db_image #img_thumb li div {
    display: block;

}

#db_image #img_thumb li.current img {
    opacity: 1;
}

/*チラシ*/
#flier_image {
    text-align: center;
    padding: 30px 0;
}

#flier_image img {
    max-width: 100%;
    height: auto;
}

#flier_image_wrap {
    position: relative;
}

#zoom_text {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    line-height: 1.8;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zoomContainer {
    z-index: 100;
}

@media print{
    #printarea {
        text-align: center;
    }
    #printarea img {
        width: auto !important;
        height:175mm !important;
    }
}
/*------------------------------------------
周辺施設マップ
-------------------------------------------*/
#place_map #map_main {
    width: 1100px;
    margin-top: -20px;
}

#place_map div.check-group {
    margin: -4px -3px 10px;
}

#place_map div.check-group li {
    width: 132.2px;
}

#place_map div.check-group label {
    border: 1px solid;
    border-color: inherit;
}

#place_map div.check-group label.checked {

    font-weight: normal;
}

@media (min-width: 1px) {
    #place_map .check-group label.checked::after {
        border-left: 4px solid;
        border-bottom: 4px solid;
    }
}

#place_map div.list-group div {
    margin: 4.6px;
    background: none;
    border: 1px solid;
    border-color: inherit;
}

#place_map div.list-group ul li {
    margin-top: 2px;
}

/*------------------------------------------
ローンシミュレーション
-------------------------------------------*/
#loan .calc_table li {
    float: left;
}

#loan .input_table {
    width: 615px;
    padding: 20px;
    border: 1px solid;
    border-color: inherit;
}

#loan .input_table table {
    border-collapse: collapse;
}

#loan .input_table table tr:first-child {
    border-bottom: 1px solid;
}

#loan .input_table table tr:first-child th {
    font-size: 18px;
    padding: 0 0 10px;
}

#loan .input_table table th, .input_table table td {
/ / text-align: center;
    width: 35%;
}

#loan .input_table table th {
    padding-top: 10px;
    padding-bottom: 5px;
}

#loan .input_table table td {
    padding-bottom: 10px;
}

#loan .input_table table td input {
    width: 130px;
    padding: 3px 10px;
    margin-right: 3px;
    text-align: right;
    font-size: 16px;
    border: 1px solid;
    border-color: inherit;
}

#loan .angle {
    width: 46px;
    font-size: 32px;
    padding: 55px 10px;
}

#loan .result_table {
    width: 439px;
    height: 150px;
    padding: 20px;
    border: 1px solid;
    border-color: inherit;
}

#loan .result_table table {
    width: 100%;
    border-collapse: collapse;
}

#loan .result_table table tr:first-child {
    border-bottom: 1px solid;
}

#loan .result_table table tr:first-child th {
    font-size: 18px;
    padding: 0 0 10px;
}

#loan .result_table input {
    width: 170px;
    margin-right: 3px;
    margin-top: 20px;
    font-size: 40px;
    border: none;
    text-align: right;
    background: transparent;
}

#loan .result_table .yen {
    vertical-align: bottom;
}

/*------------------------------------------
物件検索など
-------------------------------------------*/
.design_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 14px;
    text-align: left;
    border: 1px solid ;
}

.design_table tr th, .design_table tr td {
    padding: 10px 12px;
    border: 1px solid;
    border-color: inherit;
}

.design_table tr th {
    width: 120px;
    text-align: left;
    vertical-align: top;
}
#login .design_table tr th{
    width: 130px;
}

.design_table tr:first-child th {
    border: none;
}

.design_table tr td {
    width: 440px;
}

.design_table tr:nth-child(even) td {
}

.design_table.horizon td:nth-child(odd) {
}

.design_table.fixed {
    table-layout: fixed;
}

.design_table.small {
    font-size: 14px;
}

.design_table.small.shop {
    font-size: 12px;
}

.design_table.small tr th, .design_table.small tr td {
    padding: 5px;
}

.design_table.small tr th {
    width: auto;
}

.src_table tr th {
    width: 200px;
}

.design_table.blue tr th {
//background: #46A3E0;
//color: #FFF;
}

.design_table.blue tr:nth-child(even) th {
//background: #3D98D4;
}

.design_table p {
    margin: 0;
}

/*------------------------------------------
問合わせフォーム
-------------------------------------------*/
.ßinquiry .line_table th {
    padding: 15px 18px;
    width: 170px;
    font-size: 16px;
    vertical-align: middle;
}

.inquiry .line_table input {
    width: 100%;
    padding: 2px 5px;
    font-size: 16px;
}

.inquiry .line_table textarea {
    width: 100%;
    min-height: 100px;
    padding: 5px;
    font-size: 16px;
    resize: vertical;
}

.inquiry #place_list_title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
}

/*------------------------------------------------------------------------------------------------------
会社概要ページ
------------------------------------------------------------------------------------------------------*/
.badge_box span {
    margin-right: 7px;
}

/*------------------------------------------
アクセスマップ
-------------------------------------------*/
#access #map {
    text-align: center;
    margin-bottom: 40px;
}


/* --------------------------------------
　	会社紹介写真
-------------------------------------- */
#company_photos {
    min-height: 300px;
    padding-top: 30px;
}

.sp-image-container {
    display: flex;
    align-items: center;
}

#company_photos .sp-image {
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

#photos .sp-thumbnail-container .sp-thumbnail {
    background-color: rgba(255,255,255,0.05);
}
#photos .sp-thumbnail-container:nth-child(odd) .sp-thumbnail {
    background-color: rgba(0,0,0,0.05);
}

#photos .sp-thumbnail-image-container {
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left;
}

#photos .sp-thumbnail-image {
	width: 100%;
    height: 100%;
}

#photos .sp-thumbnail-text {
    width: 170px;
    float: right;
    padding: 8px;
    line-height: 1.5;
//background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#photos .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
}

#photos .sp-thumbnail-description {
    font-size: 12px;
}

@media (max-width: 500px) {
    #photos .sp-thumbnail {
        text-align: center;
    }

    #photos .sp-thumbnail-image-container {
        display: none;
    }

    #photos .sp-thumbnail-text {
        width: 120px;
    }

    #photos .sp-thumbnail-title {
        font-size: 12px;
        text-transform: uppercase;
    }

    #photos .sp-thumbnail-description {
        display: none;
    }
}

#company_photos #com_photo img {
    width: auto;
    max-width: 550px !important;
    height: 330px;
}

/*------------------------------------------------------------------------------------------------------
スタッフページ
------------------------------------------------------------------------------------------------------*/
/*------------------------------------------
スタッフ一覧
-------------------------------------------*/
.list_staff {
    margin-top: 25px;
}
.list_staff .simple_list {
    float: left;
    width: 249.5px;
    margin-left: 34px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: none;
}
.list_staff .simple_list .name {
    font-size: 16px;
    margin-top: 5px;
}
.list_staff .simple_list .kana {
    font-size: 12px;
}
.list_staff .simple_lists .photo {
//width: 230px;
}
.list_staff .simple_lists .photo a {
    height: 200px;
    position: relative;
    overflow: hidden;
    display: block;
}
.list_staff .simple_lists .photo a img{
    width: 100%;
    height: 100%;
}

/*------------------------------------------
スタッフ詳細
-------------------------------------------*/
#detail_staff p, #detail_staff dd {
    font-size: 15px;
    line-height: 1.5;
}

#profile_image {
    float: left;
    width: 340px;
}
#profile_image img{
    max-width: 300px;
    height: auto;
}

#profile {
    float: right;
    width: 700px;
}

#profile .name {
    padding-bottom: 0;
    margin-bottom: 10px;
    border: none;
}

#profile .kanji {
    margin-right: 10px;
    font-size: 36px;
}

#profile .kana {
    font-size: 20px;
}


#profile .unit {
    font-size: 16px;
    margin-bottom: 10px;
}

#profile dl {
    padding: 10px 0px;
    border-bottom: 1px solid;
}

#profile dt {
    font-size: 18px;
    font-weight: bold;
}

#profile dd {
    font-size: 14px;
    margin-top: 5px;
}}

.original_profile {
    margin-top: 40px;
}

.original_profile > div {
    float: left;
}

.original_profile:nth-child(odd) > div {
    float: right;
}

.original_profile .original_image {
    width: 500px;
}

.original_profile .original_image img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
}

.original_profile .original_txt {
    width: 580px;
    margin-right: 20px;
}

.original_profile:nth-child(odd) .original_txt {
    margin-right: 0;
    margin-left: 20px;
}

.original_profile h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

/*------------------------------------------------------------------------------------------------------
求人情報ページ
------------------------------------------------------------------------------------------------------*/

.list_staff {
    margin-top: 25px;
}

#rc_recommend h3 {
    margin-bottom: 0;
    padding: 0;
    font-size: 20px;
}

#rc_recommend li {
    margin-top: 10px;
}

#rc_recommend li [class^="icon"] {
    padding-right: 5px;
    position: relative;
}

#rc_recommend li span {
    display: table-cell;
}

/***********************************************
　リノベ物件画像
***********************************************/

#reno_img_main_outer{
    width:600px;
    height: 410px;
    padding: 20px;
    float:left;
    position: relative;
    border: 1px solid;
    border-color: inherit;
}

#reno_image .img_control {
    position:absolute;
    top:50%;
    margin-top:-20px;
    font-size: 45px;
    color: #AAA;
    cursor:pointer;
}

#reno_image #img_prev{
    left:10px;
}
#reno_image #img_next{
    right:10px;
}

#reno_image #img_main_wrap{
    display: table-cell;
    width: 10000px;
    height:370px !important;
    margin:0 auto;
    position: relative;
    vertical-align: middle;
    text-align:center;
    overflow: hidden;
}

#reno_image #img_main {
    opacity: 0;
    width: auto !important;
    max-width: 488px !important;
    max-height: 340px !important;
    cursor: pointer;
    cursor: zoom-in;
}

#reno_image #img_zoom{
    position:absolute;
    bottom:38px;
    right:36px;
    border:none;
    cursor:pointer;
}

#reno_image #img_thumb{
    float: right;
    width: 460px;
    height: 400px;
    margin-top: 0;
}

#reno_image #img_thumb ul{
    margin: 0 0 -10px -6.5px;
}
#reno_image #img_thumb li{
    overflow: hidden;
    position:relative;
    width:103px;
    height:74px;
    float:left;
    margin:0 0 10px 7.6px;
    list-style-type:none;
    background: rgba(255,255,255,0.3);
    text-align: center;
    border: 1px solid;
    border-color: inherit;
}

#reno_image #img_thumb li img {
    width: auto;
    height: 100%;
    opacity: 0.5;
    cursor:pointer;
}

#reno_image #img_thumb li div {
    display: block;

}

#reno_image #img_thumb li.current img {
    opacity: 1;
}

.re_comment {
    margin-top: 30px;
    line-height: 1.6;
}
/*------------------------------------------
リノベ詳細テーブル
-------------------------------------------*/
.left_table {
    float: left;
    width: 530px;
}

.right_table {
    float: right;
    width: 530px;
}

.renovation_comment {
    font-size: 18px;
    padding-top: 30px;
}

/*------------------------------------------
リノベBefore&After
-------------------------------------------*/
.before_after_table {
    table-layout:fixed;
}

.before_after_table td {
    padding-top: 30px;
}
.ba_title {
    width: 500px;
    padding: 10px 0;
    margin-bottom: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
}

.before_title {
    float: left;
}

.after_title {
    float: right;
}

.before_after_list {
    margin-top: 15px;
}

.before_image, .after_image {
    width: 500px;
    vertical-align: top;
}

.angle {
    position: relative;
    width: 100px;
    font-size: 60px;
    color: #AAA;
    vertical-align: middle;
}

.angle .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 50px;
    text-align: center;
}

.before_after_list p {
    text-align: center;
    margin-top: 10px;
    word-wrap: break-word;
    font-size: 15px;
}

.before_after_list p span {
    display: inline-block;
    text-align: left;
}

.before_after_list .madori {
    overflow: hidden;
    max-height: 333px;
    text-align: center;
    padding: 30px 0;
}

.before_after_list img {
    height: auto;
    max-height: 300px;
    width: 100%;
    object-fit: contain;
}

.other_list {
    margin-top: 50px;
}

/*------------------------------------------
お客様の声
-------------------------------------------*/
.lv_title {
    width: 100%;
    margin-left: 34px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-color: inherit;
}

#voice #profile {
    margin-bottom: 30px;
    width: auto;
    float: none;
}

#voice .profile_text {
    float: left;
    width: 680px;
    margin-bottom: 15px;
}

#voice .profile_title {
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#voice .profile_name {
    font-size: 18px;
    text-align: right;
    margin-bottom: 5px;
}

#voice .profile_date {
    font-size: 15px;
    text-align: right;
}

#voice .profile_image {
    float: right;
    max-width: 380px;
    margin-left: 30px;
}

#voice .profile_image img {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
    object-position: center top;
    font-family: 'object-fit: contain; object-position: center top;';
}

#voice .owner_comment {
    line-height: 1.6;
    margin-top: 20px;
}

#voice .comment_list {
    margin-top: 15px;
    list-style: none;
}

#voice .comment_list_title {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
}

#voice .comment_list p {
    font-size: 16px;
    line-height: 1.5;
}

#voice .comment_list_image {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    object-fit: contain;
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;';
}

#voice .comment_list:nth-child(even) .comment_list_image {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

#voice #staff_comment {
    padding: 30px;
    margin-top: 30px;
    border: 1px solid #333;
}

#voice .staff_comment_text {
    float: left;
    width: 760px;
}

#voice .staff_comment_title {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
}


#voice .staff_comment_image {
    float: right;
}

#voice .staff_name {
    text-align: center;
    margin-top: 5px;
}

#voice .other_list {
    margin-top: 50px;
}

#voice .staff_comment {
    margin-top: 20px;
    border: 1px solid;
    padding: 4%;
}

#voice .staff_title {
    margin-bottom: 2%;
}

#voice .staff_title h2 {
    float: left;
    width: 50%;
    margin: 0 0 2%;
}

#voice .staff_title .staff_photo {
    float: right;
    position: relative;
    width: 45%;
    margin-bottom: 2%;
}

#voice .staff_title .staff_photo img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center center;
}

#voice .staff_title .staff_photo .staff_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2%;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    text-align: center;
}

/*------------------------------------------
privacypolicy
-------------------------------------------*/
#privacy {
    line-height: 1.5;
}

#privacy dl {
}

#privacy dl dt {
    margin-top: 20px;
    font-weight: bold;
}

#privacy dl ol {
    margin-left: 20px;
}

/*------------------------------------------
sitemap
-------------------------------------------*/
#primary #sitemap ul {
    line-height: 1.5;
    padding: 0;
}

#primary #sitemap li {
    list-style-type: disc;
    padding: 3px 0 3px 0;
    margin-left: 30px;
}

#primary #sitemap .title {
    list-style: none;
    margin-left: 10px;
    padding: 5px 0;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    border: none;
}

/* --------------------------------------
    ログイン
-------------------------------------- */
#login table, #send_pass table{
    width: 50%;
}

/* --------------------------------------
    landing
-------------------------------------- */
#landing .src_menu, #landing h2#title{
    display: none;
}

#landing .bukken_num {
    border: 1px solid;
    border-color: inherit;
    padding: 20px;
    text-align: center;
    margin: 140px 0 20px;
}

/*------------------------------------------
text.css
-------------------------------------------*/
/* 文字の装飾 */

.lg {
    color: #FF0000;
    font-weight: bold;
}

.lg2 {
    color: #3366FF;
    font-weight: bold;
}

.llg {
    font-size: 22px;
    font-weight: bold;
}

.mark {
    color: #FF3300;
    font-weight: bold;
    font-size: 14px;
}

.bk {
    text-decoration: blink;
}

/* 文字の色 */

.black {
    color: #333333 !important;
}

.red {
    color: #F05F5F !important;
}

.green {
    color: #008000 !important;
}

/
/
.blue {
    color: #006699 !important;
}

.gray {
    color: #666666 !important;
}

.yellow {
    color: #FFFF00;
}

.white {
    color: #FFFFFF;
}

.blown {
    color: #433c36;
}

.darkblue {
    color: #335060;
}

.orange {
    color: #FF6600 !important;
}

.black {
    color: #000000;
}

.a_black a:link {
    color: #000;
}

.a_black a:visited {
    color: #000;
}

/* 文字の太さ */

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

/* 文字のサイズ */

.f10 {
    font-size: 10px !important;
    　
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f24 {
    font-size: 24px !important;
}

.f28 {
    font-size: 28px !important;
}

.f30 {
    font-size: 30px !important;
}

.f34 {
    font-size: 34px !important;
}

.f38 {
    font-size: 38px !important;
}

/* パディング */

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

/* TOPパディング */

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

/* マージン */

.sp0 {
    margin: 0 !important;
}

.sp5 {
    margin: 5px 0 !important;
}

.sp10 {
    margin: 10px 0 !important;
}

.sp15 {
    margin: 15px 0 !important;
}

.sp20 {
    margin: 20px 0 !important;
}

.sp25 {
    margin: 25px 0 !important;
}

.sp30 {
    margin: 30px 0 !important;
}

/* TOPマージン */

.spt0 {
    margin-top: 0px !important;
}

.spt5 {
    margin-top: 5px !important;
}

.spt10 {
    margin-top: 10px !important;
}

.spt15 {
    margin-top: 15px !important;
}

.spt20 {
    margin-top: 20px !important;
}

.spt25 {
    margin-top: 25px !important;
}

.spt30 {
    margin-top: 30px !important;
}

.spt40 {
    margin-top: 40px !important;
}

.spt50 {
    margin-top: 50px !important;
}

/* BOTTOMマージン */

.spb0 {
    margin-bottom: 0px !important;
}

.spb5 {
    margin-bottom: 5px !important;
}

.spb10 {
    margin-bottom: 10px !important;
}

.spb15 {
    margin-bottom: 15px !important;
}

.spb20 {
    margin-bottom: 20px !important;
}

.spb25 {
    margin-bottom: 25px !important;
}

.spb30 {
    margin-bottom: 30px !important;
}

.spb40 {
    margin-bottom: 40px !important;
}

.spb50 {
    margin-bottom: 50px !important;
}

/* LEFTマージン */

.spl0 {
    margin-left: 0px !important;
}

.spl5 {
    margin-left: 5px !important;
}

.spl10 {
    margin-left: 10px !important;
}

.spl15 {
    margin-left: 15px !important;
}

.spl20 {
    margin-left: 20px !important;
}

.spl25 {
    margin-left: 25px !important;
}

.spl30 {
    margin-left: 30px !important;
}

/* RIGHTマージン */

.spr0 {
    margin-right: 0px !important;
}

.spr5 {
    margin-right: 5px !important;
}

.spr10 {
    margin-right: 10px !important;
}

.spr15 {
    margin-right: 15px !important;
}

.spr20 {
    margin-right: 20px !important;
}

.spr25 {
    margin-right: 25px !important;
}

.spr30 {
    margin-right: 30px !important;
}

/* vertical-align */

.v_bottom {
    vertical-align: bottom;
}

.v_top {
    vertical-align: top;
}

/* 回り込み */

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/* align */

.a_center {
    text-align: center !important;
}

.a_right {
    text-align: right !important;
}

.a_left {
    text-align: left !important;
}

/*---------------------------------------------
会社紹介
---------------------------------------------*/
.introduction_wrap img, .introduction_wrap table{
    max-width: 100%;
}