@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    color: black;
    /*全体の文字色*/
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Avenir Next", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    /*フォント種類*/
    font-size: 15px;
    /*文字サイズ*/
    line-height: 2;
    /*行間*/
    background: #fff0f8;
    /*背景色*/
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form,
textarea,
input {
    margin: 0px;
    padding: 1px;
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 40px;
    padding-bottom: 15px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
    width: 100%;
}

video {
    max-width: 100%;
}

iframe {
    width: 90%;
    margin-left: 50px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #666;
    /*リンクテキストの色*/
    transition: 0.5s;
    /*同上*/
}

a:hover {
    color: #0057ff;
    /*マウスオン時の文字色*/
    text-decoration: none;
    /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*container（全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
    max-width: 1200px;
    /*サイトの最大幅*/
    margin: 0 auto;
    padding: 0 2%;
    /*上下、左右へのブロック内の余白*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    background-color: white;
    height: 65px;
    /*高さ*/
}

/*ロゴ画像*/
header #logo {
    width: 300px;
    /*ロゴ画像の幅*/
    float: left;
    /*左に回り込み*/
    margin-top: 1.5%;
    margin-left: 1.5%;
}

header h1{
    margin:0 0 0 20px;
    font-size:12px;
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
    float: right;
    /*右に回り込み*/
    margin-top: 0px;
    /*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
    margin-right: 1%;
    /*ブロックの右にあける余白。*/
    width: 280px;
    /*ブロック幅*/
    border-radius: 3px;
    /*角丸のサイズ*/
    padding: 5px;
    /*ボックス内の余白*/
    border: ;
    /*枠線の幅、線種、色*/
    text-align: center;
    /*文字をセンタリング*/
}

/*TEL*/
.tel {
    color: black;
    /*文字色*/
    letter-spacing: 0.2em;
    /*文字間隔を広くする設定。通常がいいならこの行削除。*/
    font-size: 20px;
    /*文字サイズを大きく*/
}

/*TELの受付時間の小文字部分*/
.tel span {
    font-size: 11px;
    /*文字サイズを小さく*/
    display: block;
    letter-spacing: 0.1em;
    /*文字間隔*/
}

/*What’s New 202110
---------------------------------------------------------------------------*/
#whatsnew{
    width: 90%;
/*    border: 1px solid #ccc;*/
    padding: 5px 10px 10px 10px;
    margin: 40px auto 0;
    height: auto;
    background: #fff;
    border-radius: 10px;
}

.whatsnew_line{
    height: 100px;
    overflow: auto;
}


#whatsnew p{
    font-size:16px;
    padding-left: 20px;
}

#whatsnew .title{
    font-size:20px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #a0131a;
    margin: 0 15px 5px 15px;
}

#whatsnew span{
    font-weight: bold;
}


#whatsnew .wlm{
    margin-left: 98px;
}


/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
    clear: both;
    overflow: hidden;
    /*    border: 1px solid #dcdcdc;*/
    /*枠線の幅、線種、色*/
    border-top: none;
    /*上の線だけ消す*/
    /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);*/
    /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2が透明度20%の事。*/
    /*    border-radius: 10px 10px 0px 0px;*/
    /*角丸のサイズ。左上、右上、右下、左下への順番。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
    background-color: white;
    clear: both;
    overflow: hidden;
    /*上、右、下、左への余白*/
    font-size: 16px;
    /*文字サイズ*/
}

/*メニュー１個あたりの設定*/
#menubar li {
    float: right;
    /*左に回り込み*/
    width: 8%;
    /*メニュー幅。メニューを増減する場合はここの数字を変更する。#menubarのpaddingの2.8%の数字が加わるので注意して下さい。*/
}

#menubar li a {
    display: block;
    text-decoration: none;
    text-align: center;
    /*文字を中央に*/
    line-height: 1.5;
    /*行間を少し狭く*/
    /*    padding: 5px 0px;*/
    /*上下、左右へのボックス内の余白*/
    color: black;
}



/*マウスオン時*/
#menubar li a:hover {
    /*背景色*/
    color: #d11136;
    /*文字色*/
    text-shadow: none;
    /*テキストの影を消す*/
}

/*装飾文字（※800px以下の小さな端末#menubar-sも共通）*/
#menubar li a span,
#menubar-s li a span {
    display: block;
    text-shadow: none;
    font-size: 11px;
    /*文字サイズ*/
    letter-spacing: 0.2em;
    /*文字間隔を少し広く*/
    color: rgba(255, 255, 255, 0.5);
    /*文字色。255,255,255は白の事で0.5は透明度50%の事。*/
}

/*装飾文字のマウスオン時*/
#menubar li a:hover span {
    color: #d11136;
    /*文字色*/
}

/*スマホ用メニューを表示させない*/
#menubar-s {
    display: none;
}

/*３本バーアイコンを表示させない*/
#menubar_hdr {
    display: none;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
    overflow: hidden;
    /*右に回り込み*/
    /*	padding: 40px 0 0 0;*/
    /*上、右、下、左側へのボックス内の余白*/
    width: auto;
    /*幅*/
    /*margin-bottom: 10px;*/
}

.conform-button {
    width: auto;
    text-align: center;
    margin-top: 10px;
}

.sell-button {
    /*    margin-left: 10%;*/
    margin-right: 1%;
    display: inline-block;
    font-size: 130%;
    width: 40%;
    text-decoration: none;
    border-radius: 30px;
    /* 角丸       */
    /*    font-size: 90%;*/
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 20px 10px;
    /* 余白       */
    background: #003cc9;
    /* 背景色     */
    color: #ffffff;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    /* box-shadow    : 6px 6px 3px #666666;   影の設定 */
    /*border: 2px solid #1a1aff;*/
    /* 枠の指定 */
}

.sell-button:hover {
    box-shadow: none;
    /* カーソル時の影消去 */
    color: #ffffff;
    /* 背景色     */
    background: #004cff;
    /* 文字色     */
}

.buy-button {
    /*    margin-right: 10%;*/
    display: inline-block;
    width: 40%;
    font-size: 130%;
    /*    font-size: 90%;*/
    text-decoration: none;
    border-radius: 30px;
    /* 角丸       */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 20px 10px;
    /* 余白       */
    background: #730a0a;
    /* 背景色     */
    color: #ffffff;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    /* box-shadow    : 6px 6px 3px #666666;  影の設定 */
    /*border: 2px solid #990000;*/
    /* 枠の指定 */
}

.buy-button:hover {
    box-shadow: none;
    /* カーソル時の影消去 */
    color: #ffffff;
    /* 背景色     */
    background: #b91010;
    /* 文字色     */
}

/*メインコンテンツのh2タグの設定*/
#main h2,
#company-main h2,
#mail_form h2 {
    clear: both;
    font-size: 18px;
    /*文字サイズ*/
    line-height: 1.4;
    font-weight: bold;

    /*行間*/
    margin-bottom: 10px;
    padding: 12px 20px;
    /*上下、左右への余白*/
    background: #fff;
    /*グラデーション*/
    /*border-bottom: 1px solid #0057ff;*/
    /*メニュー下の線の幅、線種、色*/
    /*border-left: 4px solid #0057ff;*/
    /*メニュー左の線の幅、線種、色*/
    border-radius: 7px 7px 0 0;

}

/*メインコンテンツのh3タグの設定*/
#main h3 {
    clear: both;
    font-size: 14px;
    /*文字サイズ*/
    /*margin-bottom: 20px;*/
    padding: 0 20px;
    /*上下、左右への余白*/
    border: 1px solid #dcdcdc;
    /*線の幅、線種、色*/
    background-color: #eee;
    /*グラデーション*/
}


.Rankstyle-svg {
    counter-reset: ctr-ranking;
    /* カウンターをリセット */
    text-align: left;
    /* 左寄せ */
    font-size: 16px;
    /* フォントサイズ */
    padding-left: 0px;
    /*200828*/
    margin-bottom: 70px;
}

.Rankstyle-svg li {
    position: relative;
    /* 指定した分だけ相対的に移動 */
    font-size: 24px;
    /* フォントサイズ */
    font-weight: bold;
    margin-left: 70px;
    line-height: 2;
    /* 行の高さ */
    padding: 10px 0 5px 10px;
}

.Rankstyle-svg li:nth-child(-n+100) {
    list-style-type: none;
    /* リストマーク消す */
}

.Rankstyle-svg li:nth-child(-n+100):before {
    position: absolute;
    /* 親要素を基準 */
    top: 15px;
    /* 上限より表示 */
    left: -40px;
    /* 箇条書きリストの左側に表示 */
    background-image: url("../images/red.png");
    /* svgで王冠を描く */
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    /* 背景を１回のみ表示 */
    content: counter(ctr-ranking, decimal);
    /* カウンタ追加 */
    counter-increment: ctr-ranking;
    /* カウンタの増分指定 */
    color: #fff;
    /* 文字の色の指定 */
    font-size: 19px;
    /* 文字サイズの指定 */
    padding: 0px 13px;
    /* 余白の指定 */
}

.Rankstyle-svg-blue {
    counter-reset: ctr-ranking;
    /* カウンターをリセット */
    text-align: left;
    /* 左寄せ */
    font-size: 16px;
    /* フォントサイズ */
    padding-left: 0px;
    /*200828*/
    margin-bottom: 70px;
}

.Rankstyle-svg-blue li {
    position: relative;
    /* 指定した分だけ相対的に移動 */
    font-size: 24px;
    /* フォントサイズ */
    font-weight: bold;
    margin-left: 70px;
    line-height: 2;
    /* 行の高さ */
    padding: 10px 0 5px 10px;
}

.Rankstyle-svg-blue li:nth-child(-n+100) {
    list-style-type: none;
    /* リストマーク消す */
}

.Rankstyle-svg-blue li:nth-child(-n+100):before {
    position: absolute;
    /* 親要素を基準 */
    top: 15px;
    /* 上限より表示 */
    left: -40px;
    /* 箇条書きリストの左側に表示 */
    background-image: url("../images/blue.png");
    /* svgで王冠を描く */
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    /* 背景を１回のみ表示 */
    content: counter(ctr-ranking, decimal);
    /* カウンタ追加 */
    counter-increment: ctr-ranking;
    /* カウンタの増分指定 */
    color: #fff;
    /* 文字の色の指定 */
    font-size: 19px;
    /* 文字サイズの指定 */
    padding: 0px 13px;
    /* 余白の指定 */
}

#strong-p {
    font-size: 24px;
    color: #b00e0e;

}

.card p {
    margin: 0 0 0 70px;
    font-size: 18px;
    line-height: 2em;
    padding-left: 10px;
}

#card-li-s1,
#card-li-s2 {
    display: none;
}

/*メインコンテンツの段落タグ設定*/
#main p,
#company-main p {
    padding: 10px 10px 15px;
    /*上、左右、下への余白*/
}

#main h2 + p,
#main h3 + p #company-main h2 + p {
    margin-top: -10px;
}



/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
    margin-bottom: 15px;
    /*ボックスの下に空ける余白*/
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
}

#main .list a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    /*枠線の幅、線種、色*/
    padding: 3%;
    /*ボックス内の余白*/
}

/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
    box-shadow: none;
    width: 18%;
    /*幅*/
    float: left;
    /*左に回り込み*/
    margin-left: 1.3%;
    /*右側に空けるスペース*/
    font-size: 11px;
    /*文字サイズ*/
    line-height: 1.2;
    /*行間を狭くする*/
}

#main .list.compact a {
    height: 260px;
    /*高さ*/
    border: none;
    padding: 0;
}

/*ボックス内のh4タグ設定*/
#main .list h4 {
    margin-bottom: 0.5em;
    color: #0057ff;
    /*文字色*/
    border-bottom: 1px solid #dcdcdc;
    /*下線の幅、線種、色*/
}

/*ボックス内のh4タグの１文字目への設定*/
#main .list h4::first-letter {
    border-left: 3px solid #0057ff;
    /*左側の線の幅、線種、色*/
    padding-left: 10px;
    /*線と文字との余白*/
}

/*ボックス内のh4タグ設定（※compactタイプへの追加設定）*/
#main .list.compact h4 {
    border: none;
}

/*ボックス内のh4タグの１文字目への設定（※compactタイプへの追加設定）*/
#main .list.compact h4::first-letter {
    border: none;
    padding: 0;
}

/*ボックス内の段落タグ設定*/
#main .list p {
    padding: 0px;
    margin-left: 24%;
    /*左側の写真幅とのバランスをとって設定*/
}

/*ボックス内の段落タグ設定（※compactタイプへの追加設定）*/
#main .list.compact p {
    margin-left: 0;
}

/*ボックス内の写真設定*/
#main .list figure img {
    float: left;
    /*画像を左へ回り込み*/
    width: 20%;
    /*写真の幅*/
    margin-right: 1%;
    /*写真の右側に空ける余白*/
}

/*マウスオン時のボックス内の写真設定*/
#main .list a:hover figure img {
    opacity: 0.8;
    /*透明度80%にする設定*/
}

/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#main .list.compact figure img {
    float: none;
    margin: 0;
    margin-bottom: 10px;
    border: none;
    width: auto;
    padding: 0;
}

/*マウスオン時のボックス内の写真設定（※compactタイプへの追加設定）と、ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.option2 a:hover figure img,
.list.option2 figure img {
    opacity: 0.3 !important;
}

/*登録日情報*/
#main .list .date {
    display: block;
    font-size: 11px;
    /*文字サイズ*/
    color: #999;
    /*文字色*/
    text-align: right;
    /*テキストを右側に*/
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main .list table {
    font-size: 12px;
    /*文字サイズ*/
    width: 78%;
    /*テーブル幅*/
    margin-bottom: 5px;
}

#main .list table,
#main .list table td,
#main .list table th {
    border: 1px solid #dcdcdc;
    /*枠線の幅、線種、色*/
}

#main .list table td,
#main .list table th {
    padding: 1%;
    /*テーブル内の余白*/
}

/*色のついた見出しブロック*/
#main .list table th {
    width: 20%;
    /*幅*/
    text-align: center;
    /*文字をセンタリング*/
    font-weight: normal;
    /*デフォルトの太字を標準にする設定*/
    background: #edf0f5;
    /*背景色*/
}

/*白い説明用ブロック*/
#main .list table td {
    width: 30%;
    /*幅*/
}

/*詳細ページの画像切り替え（imgchg_pack.js）※一般のhtmlテンプレートで利用。
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
    position: relative;
}

/*大きな画像の１行目*/
#item-image #item_image1 {
    z-index: 2;
    position: relative;
    overflow: hidden;
}

/*大きな画像の２行目*/
#item-image #item_image2 {
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

/*サムネイル画像*/
.thumbnail {
    width: 80px;
    /*画像の幅*/
    height: 80px;
    /*画像の高さ*/
    border: 1px solid #dcdcdc;
    /*枠線の幅、線種、色*/
    margin-bottom: 15px;
}

.thumbnail:hover {
    border: 1px solid #999;
    /*マウスオン時の枠線の幅、線種、色*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
    float: right;
    /*右に回り込み*/
    width: 22%;
    /*幅*/
    padding: 40px 0 0 0;
    /*上、右、下、左へのボックス内の余白*/
    margin-bottom: 30px;
}

/*subコンテンツ内のh2タグ設定*/
#sub h2 {
    text-align: center;
    /*内容をセンタリング*/
    background: #0057ff;
    /*背景色*/
    color: #fff;
    /*文字色*/
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
    margin-bottom: 15px;
    /*メニューブロックの下に空けるスペース*/
    border-top: solid 1px #dcdcdc;
    /*上の線の線種、幅、色*/
}

/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    /*メニュー内の余白。上下、左右への設定。*/
    border-bottom: solid 1px #dcdcdc;
    /*下の線の線種、幅、色*/
    border-left: solid 1px #dcdcdc;
    /*左の線の線種、幅、色*/
    border-right: solid 1px #dcdcdc;
    /*右の線の線種、幅、色*/
}

/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
#sub h2 + ul.submenu {
    border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
    overflow: hidden;
    padding: 10px;
    /*ボックス内の余白*/
    margin-bottom: 20px;
    /*ボックスの下に空けるスペース*/
    border: solid 1px #dcdcdc;
    /*線の線種、幅、色*/
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) inset;
    /*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}

/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
#sub h2 + .box1 {
    border-top: none;
}

/*box1内のサブメニュー*/
#sub ul.submenu {
    margin-bottom: 0;
}

/*サブコンテンツ内の物件一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list {
    position: relative;
    overflow: hidden;
    font-size: 11px;
    /*文字サイズ*/
    line-height: 1.2;
    /*行間を狭くする*/
}

#sub .list a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    padding: 5px 0;
    /*上下、左右へのボックス内の余白*/
    border-top: 1px solid #dcdcdc;
    /*上の線の幅、線種、色*/
}

/*最後ボックスの設定*/
#sub .list:last-of-type a {
    border-bottom: 1px solid #dcdcdc;
    /*上の線の幅、線種、色*/
    margin-bottom: 20px;
    /*下に空けるスペース*/
}

/*ボックス内のh4タグ設定*/
#sub .list h4 {
    color: #0057ff;
    /*文字色*/
}

/*ボックス内の写真設定*/
#sub .list figure img {
    float: left;
    /*画像を左へ回り込み*/
    width: 20%;
    /*写真の幅*/
    margin-right: 5px;
    /*写真の右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
    clear: both;
    background-color: #333;
    /*背景色*/
    color: #fff;
    /*文字色*/
    font-size: 85%;
    /*文字サイズ*/
    text-align: center;
    /*文字の場所*/
    margin-top: 20px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .pr {
    display: block;
    font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
    overflow: hidden;
    padding: 20px 0;
}

/*１行分の設定*/
#footermenu ul {
    float: left;
    /*左に回り込み*/
    width: 18%;
    padding-right: 1%;
    padding-left: 1%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
    clear: both;
    text-align: center;
    background: #333;
    /*背景色*/
}

#copyright a {
    text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
    padding-left: 20px;
    margin-bottom: 15px;
    height: 160px;
    /*高さ*/
    overflow: auto;
    /*上で設定した高さを超えた場合にスクロールを出す設定。全部表示させていたいなら、この行と上の高さの行を削除する。*/
}

#company-main dl {
    margin-bottom: 10px;
}

/*日付設定*/
#new dt {
    float: left;
    width: 9em;
    color: #0057ff;
    letter-spacing: 0.1em;
}

/*記事設定*/
#new dd {
    padding-left: 9em;
    border-bottom: 1px solid #eee;
    /*下線の幅、線種、色*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
    width: 100%;
    margin: 0 auto 20px;
}

.ta1,
.ta1 td,
.ta1 th {
    border: 1px solid #ccc;
    /*テーブルの枠線の幅、線種、色*/
    padding: 10px 15px;
    /*ボックス内の余白*/
    word-break: break-all;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
    width: auto;
    text-align: left;
    /*左よせ*/
    background: #eee;
    /*背景色*/
    font-size: 18px;
    /*文字サイズ*/
}

/*ta1の左側ボックス*/
.ta1 th {
    width: 140px;
    /*幅*/
    text-align: center;
    /*センタリング*/
    font-weight: normal;
}

/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
    width: 100%;
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox label {
    float: left;
    display: inline-block;
    margin-right: 5px;
}

.ta1 td .specialbox img {
    vertical-align: middle;
}

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 10px 30px;
    /*ボタン内の余白*/
    margin-bottom: 20px;
    border: none;
    border-radius: 30px;
    /*角丸のサイズ*/
    background: linear-gradient(#fff, #eee);
    /*グラデーション*/
    font-size: 16px;
    /*文字サイズ*/
    border: 1px solid #ccc;
}

/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: #fff;
    /*背景色*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
    clear: both;
    margin-right: 2%;
}

#pagetop a {
    color: #fff;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    background: #0057ff;
    /*背景色*/
    text-decoration: none;
    text-align: center;
    display: block;
    float: right;
    width: 100px;
    /*幅*/
}

/*マウスオン時*/
#pagetop a:hover {
    background: #003db3;
    /*背景色*/
    color: #fff;
    /*文字色*/
}

/*---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1,
span.option2 {
    text-align: center;
    line-height: 1;
    display: block;
    font-size: 10px;
    /*文字サイズ*/
    width: 120px;
    /*幅*/
    padding: 48px 0 5px 0;
    /*上、右、下、左へのボックス内の余白*/
    position: absolute;
    right: 0px;
    /*ボックスに対して右から0pxの場所に配置*/
    top: 0px;
    /*ボックスに対して上から0pxの場所に配置*/
    transform: rotate(45deg) translate(20px, -60px);
    /*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
    color: #FFF;
    /*文字色*/
    background: #999;
    /*背景色*/
}

/*option1への追加設定*/
span.option1 {
    color: #FFF;
    /*文字色*/
    background: #F00;
    /*背景色*/
}

/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1,
h2 span.option2 {
    text-shadow: none;
    width: auto;
    padding: 2px 5px;
    position: static;
    transform: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
    text-shadow: none;
    background: #F00;
    /*背景色*/
    color: #FFF;
    /*文字色*/
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}

/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
    text-shadow: none;
    background: #0072ff;
    /*背景色*/
    color: #FFF;
    /*文字色*/
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {
    background: #e5e5e5;
    padding: 5px 10px;
    border-radius: 4px;
}

.mb15,
.mb1em {
    margin-bottom: 15px;
}

.clear {
    clear: both;
}

ul.disc {
    padding: 0em 25px 15px;
    list-style: disc;
}

.color1,
.color1 a {
    color: #0057ff;
}

.bg1 {
    background: #f6f5f2;
}

.pr {
    font-size: 10px;
}

.wl {
    width: 96%;
}

.ws {
    width: 50%;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

img.fr {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.fl {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.big1 {
    font-size: 24px;
    letter-spacing: 0.2em;
}

.mini1 {
    font-size: 11px;
    display: inline-block;
    line-height: 1.5;
}

.sh {
    display: none;
}

.company dt {
    padding-left: 10px;
    font-size: 20px;
    float: left;
    width: 9em;
    letter-spacing: 0.1em;
}

.company dd {
    font-size: 20px;
    padding-left: 9em;
    border-bottom: 1px solid #999;
/*    border-bottom: 1px solid #a7c5fd;*/
    /*下線の幅、線種、色*/
}

.smp {
    display: none;
}

/* 問い合わせフォームの売りたい、買いたいのタブ切り替え部分
---------------------------------------------------------------------------*/

.tab-group {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.tab {
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    /*border: solid 1px #CCC;*/
    text-align: center;
    cursor: pointer;
}

.panel {
    display: none;
}

.tab-Ap.is-active {
    background: #a0131a;
    color: #fff;
    transition: all 0.2s ease-out;
    border-radius: 7px 0 0 0;
}

.tab-Bp.is-active {
    background: #003cc9;
    color: #fff;
    transition: all 0.2s ease-out;
    border-radius: 0 7px 0 0;
}

.panel.is-show {
    display: block;
}

.tab-Ap {
    color: #333333;
    background: #ccc;
    font-size: 1.4rem;
    border-radius: 7px 0 0 0;
}

.tab-Bp {
    color: #333333;
    background: #ccc;
    font-size: 1.4rem;
    border-radius: 0 7px 0 0;
}

#hed {
    background-color: #fff;
}



.card-img {
    display: inline;
    vertical-align: top;
    width: 34.5%;
    margin-left: 2.5%;
}

#card-p {
    width: 60%;
    float: left;
}

#main #card-h2-toiawase {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
    /*200828*/
    padding: 6px 12px;
    border-radius: 7px 7px 0 0;
}

#menubar ul {
    /*	float: right;*/
}

.form-h2 {
    /*	text-align: left;*/
}


#card-div {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}


#main #card-h3-2 {
    margin-top: 20px;
}

#main .card-h3 {
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    /*background-color: #D8F8F3;*/
    border-radius: 7px 7px 0 0;
}

.card-h3 {
    padding: 0;
    font-size: 24px;
    background-color: #D8F8F3;
    border-radius: 7px 7px 0 0;
}

#main .card-toiawase p {
    font-size: 18px;
    padding: 10px 0 0px;
}

#main #small-span {
    font-size: 12px;
}



.banner li {
    display: inline-block;
    width: 25%;
    margin: 1% 3%;
}

.center {
    text-align: center;
}

.conform_title {
    font-size: 28px !important;
    text-align: center;
    padding: 6px 12px !important;
    margin-bottom: 10px !important;
}

/*200828*/
.imt {
    text-align: center;
    margin-bottom: 80px;
}

/*200828*/
#faq {
    margin-bottom: 80px;
}

@media screen and (max-width:1025px) {
    .card p {

        line-height: 1.5em;
    }

    #card-li1 {
        display: none;
    }

    #card-li-s1 {
        display: block;
    }
}

/* フォーム確認画面
---------------------------------------------------------------------------*/
.confirmsection {
    background-color: #fff;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align: left;
}

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

.inline-block_test {
    display: inline-block;
    /* インラインブロック要素にする */
    background-color: #ccc;
    /* 背景色指定 */
    padding: 20px;
    /* 余白指定 */
    height: 100px;
    /* 高さ指定 */
}

table {
    width: 100%;
    border-spacing: 0;
}

table th {
    border-bottom: solid 2px #fb5144;
    padding: 10px 0;
    width: 20%;
    text-align: center;
}

table td {
    border-bottom: solid 2px #ddd;
    text-align: center;
    padding: 10px 50px;
    word-break: break-all;
    text-align: left;
}

.confirmbutton {
    width: 20%;
    letter-spacing: -4px;
    text-align: center;
    padding: inherit;
    padding-top: 10px;
    margin: 0 auto;
}

#back_confirm_button {
    padding: 7px 20px;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    background: #5cb85c;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    float: left;
    margin: 0 auto;
}

#form_submit_button {
    padding: 7px 20px;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    background: #5cb85c;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    margin: 0 auto;
}

#send_confirm_button {
    padding: 7px 20px;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    background: #5cb85c;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    margin: 0 auto;
}

#back_sellconfirm_button {
    padding: 7px 20px;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    background: #5cb85c;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    float: left;
    margin: 0 auto;
}

#send_sellconfirm_button {
    padding: 7px 20px;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    background: #5cb85c;
    font-size: 100%;
    color: #ffffff;
    font-family: inherit;
    margin: 0 auto;
}


.pink-buck {
    background-color: #fce3e9;
    height: 240px;
    margin-bottom: 25px;
}

.sh {
    display: none;
}

.pc {
    display: block;
}


/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px) {

    /*メインメニュー
---------------------------------------------------------------------------*/
    /*メニューブロック*/
    #menubar {
        font-size: 15px;
        /*文字サイズ*/
    }

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {

    /*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
    /*ブロック全体を非表示にする*/
    #contact {
        display: none;
    }

    /*メインメニュー
---------------------------------------------------------------------------*/
    /*スマホ用メニューを非表示から表示に切り替える*/
    #menubar-s {
        display: block;
        overflow: hidden;
        margin-bottom: 0px;
        border-top: 1px solid #fff;
        /*上の線の幅、線種、色*/
        border-right: 1px solid #fff;
        /*右側の線の幅、線種、色*/
        background-color: #fff;
        /*グラデーション*/
        font-size: 18px;
        /*文字サイズ*/
    }

    /*メニュー１個あたりの設定*/
    #menubar-s li {
        width: 100%;
        /*メニュー幅*/
    }

    #menubar-s li a {
        display: block;
        text-decoration: none;
        text-align: center;
        /*文字をセンタリング*/
        line-height: 1.5;
        /*上下、左右へのメニュー内の余白*/
        border-bottom: 1px solid #817e7e;
        padding: 10px 0 10px;
        /*下線の幅、線種、色*/
        /*		border-left: 1px solid black;*/
        /*		border-right: 1px solid black;*/
        /*左側の線の幅、線種、色*/
        color: black;
        /*文字色*/
    }

    /*PC用メニューを非表示にする*/
    #menubar {
        display: none;
    }

    /*３本バーアイコン設定
---------------------------------------------------------------------------*/
    /*３本バーブロック*/
    #menubar_hdr {
        display: block;
        position: absolute;
        top: 10px;
        /*上から32pxの場所に配置*/
        right: 3%;
        /*右から3%の場所に配置*/
        width: 30px;
        /*幅*/
        border: 1px solid #000;
        /*枠線の幅、線種、色*/
        padding: 12px 10px 5px;
        /*上、左右、下へのボックス内余白*/
        background: #fff;
        /*背景色*/
        margin-bottom: 0px;
    }

    /*３本のバー（1本あたり）*/
    #menubar_hdr span {
        display: block;
        border-top: 3px solid #000;
        /*枠線の幅、線種、色*/
        margin-bottom: 7px;
        /*バー同士の余白*/
    }

    /*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
    #contents {
        border-top: 1px solid #dcdcdc;
        /*枠線の幅、線種、色*/
        border-radius: 0px 0px 0px 0px;
        /*角丸のサイズ。左上、右上、右下、左下への順番。*/
    }

    /*main,subコンテンツ
---------------------------------------------------------------------------*/
    #main,
    #sub {
        width: auto;
        padding: 2% 2% 0;
        /*上、左右、下へのボックス内の余白*/
    }

    /*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
    /*メニュー１個ごとの設定*/
    #sub ul.submenu li {
        width: 50%;
        /*半分の幅にする*/
        float: left;
        /*左に回り込み*/
    }

    /*偶数番目のメニューの左のラインを消す設定*/
    #sub ul.submenu li:nth-child(even) a {
        border-left: none;
    }

    /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
    /*アイコン*/
    section#new h2::before {
        float: right;
        /*右に回り込み*/
        margin-top: 0px;
        font-size: 18px;
        /*文字サイズ*/
        background: #fff;
        /*背景色*/
        border-radius: 50%;
        /*角丸のサイズ*/
        width: 30px;
        /*幅*/
        line-height: 30px;
        /*高さ*/
        text-align: center;
        /*文字をセンタリング*/
        border: 1px solid #dcdcdc;
        /*枠線の幅、線種、色*/
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1) inset;
        /*内側への影*/
    }

    /*プラスアイコンの文字*/
    section#new h2.close::before {
        content: "＋";
    }

    /*マイナスアイコンの文字*/
    section#new h2.open::before {
        content: "−";
    }

    /*その他
---------------------------------------------------------------------------*/
    body.s-n #sub,
    body.s-n #footermenu,
    .m-n {
        display: none;
    }

    .fl-half {
        float: left;
        width: 45%;
        margin-left: 3%;
    }

    .sh {
        display: block;
    }

    .pc {
        display: none;
    }

    .company dt {
        padding-left: 20px;
        float: left;
        width: 9em;
        letter-spacing: 0.1em;
    }

    .company dd {
        font-size: 14px;
        padding-left: 9em;
        border-bottom: 1px solid #999;
        /*下線の幅、線種、色*/
    }

    .company dt,
    p {
        font-size: 14px;
    }

    #card-div {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }

    .Rankstyle-svg li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 70px;
        line-height: 2;
        /* 行の高さ */
        padding: 0 0 0 10px;
        font-size: 18px;
    }

    .Rankstyle-svg-blue li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 70px;
        line-height: 2;
        /* 行の高さ */
        padding: 0 0 0 10px;
        font-size: 18px;
    }

    #strong-p {
        font-size: 18px;
        color: #b00e0e;

    }

    .card p {
        margin: 0 0 0 50px;
        padding-left: 10px;
        /*		font-size: 14px;*/
        line-height: 1.3em;
    }

    .card-img {
        display: inline;
        vertical-align: top;
        width: 34%;
        margin-left: 2.5%;
    }

    #card-div {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }


    .Rankstyle-svg li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 50px;
        line-height: 2;
        /* 行の高さ */
        padding: 10px 0 5px 10px;
        font-size: 18px;
    }

    .Rankstyle-svg-blue li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 50px;
        line-height: 2;
        /* 行の高さ */
        padding: 10px 0 5px 10px;
        font-size: 18px;
    }

    #strong-p {
        font-size: 18px;
    }

    .Rankstyle-svg li:nth-child(-n+100):before {
        position: absolute;
        /* 親要素を基準 */
        top: 12px;
        /* 上限より表示 */
        left: -40px;
        /* 箇条書きリストの左側に表示 */
        background-image: url("../images/red.png");
        /* svgで王冠を描く */
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
        /* 背景を１回のみ表示 */
        content: counter(ctr-ranking, decimal);
        /* カウンタ追加 */
        counter-increment: ctr-ranking;
        /* カウンタの増分指定 */
        color: #fff;
        /* 文字の色の指定 */
        font-size: 18px;
        /* 文字サイズの指定 */
        padding: 0px 10px;
        /* 余白の指定 */
    }

    .Rankstyle-svg-blue li:nth-child(-n+100):before {
        position: absolute;
        /* 親要素を基準 */
        top: 12px;
        /* 上限より表示 */
        left: -40px;
        /* 箇条書きリストの左側に表示 */
        background-image: url("../images/blue.png");
        /* svgで王冠を描く */
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
        /* 背景を１回のみ表示 */
        content: counter(ctr-ranking, decimal);
        /* カウンタ追加 */
        counter-increment: ctr-ranking;
        /* カウンタの増分指定 */
        color: #fff;
        /* 文字の色の指定 */
        font-size: 18px;
        /* 文字サイズの指定 */
        padding: 0px 10px;
        /* 余白の指定 */
    }

    .sell-button {
        font-size: 110%;
    }

    .buy-button {
        font-size: 110%;
    }

    /* フォーム確認画面のボタン*/
    .confirmbutton {
        width: 30%;
    }



}


/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px) {

    /*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
    /*各ボックスの設定（※compactタイプへの追加設定）*/
    #main .list.compact {
        width: auto;
        float: none;
        line-height: normal;
        margin: 0;
        font-size: 15px;
        /*文字サイズ*/
    }

    #main .list.compact a {
        height: auto;
        border-top: 1px solid #dcdcdc;
        /*上の線の幅、線種、色*/
        padding: 1% 0;
        /*上下、左右へのボックス内の余白*/
    }

    /*最後のボックスの設定*/
    #main .list.compact:last-of-type a {
        border-bottom: 1px solid #dcdcdc;
        /*下の線の幅、線種、色*/
        margin-bottom: 20px;
        /*下に空けるスペース*/
    }

    /*ボックス内の写真設定（※compactタイプへの追加設定）*/
    #main .list.compact figure img {
        float: left;
        /*右へ回り込み*/
        width: 20%;
        /*画像幅*/
        margin-bottom: 0;
        margin-right: 1%;
    }

    .smp {
        display: inline;
    }

    .tab-Ap {
        font-size: 1rem;
    }

    .tab-Bp {
        font-size: 1rem;
    }

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

    /*全体の設定
---------------------------------------------------------------------------*/
    body {
        font-size: 12px;
        /*文字サイズ*/
        line-height: 1.5;
        /*行間*/
    }

    /*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
    /*ヘッダーブロック*/
    header {
        height: 45px;
        /*高さ*/
    }

    /*ロゴ画像*/
    header #logo {
        width: 200px;
        /*ロゴ画像の幅*/
        margin-top: 10px;
        /*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
    }
#container h1{
    text-align:center;
    margin:auto;
    font-size:12px;
}
    /*メインメニュー
---------------------------------------------------------------------------*/
    /*メニュー１個あたりの設定*/
    #menubar-s li {
        float: none;
        /*左に回り込み*/
        width: auto;
        /*メニュー幅*/
    }

    /*３本バーアイコン設定
---------------------------------------------------------------------------*/
    /*３本バーブロック*/
    #menubar_hdr {
        display: block;
        position: absolute;
        top: 10px;
        /*上から32pxの場所に配置*/
        right: 3%;
        /*右から3%の場所に配置*/
        width: 15px;
        /*幅*/
        height: 15px;
        border: 1px solid #000;
        /*枠線の幅、線種、色*/
        padding: 5px 5px 5px;
        /*上、左右、下へのボックス内余白*/
        background: #fff;
        /*背景色*/
        margin-bottom: 0px;
    }

    /*３本のバー（1本あたり）*/
    #menubar_hdr span {
        display: block;
        border-top: 2px solid #000;
        /*枠線の幅、線種、色*/
        margin-bottom: 4px;
        /*バー同士の余白*/
    }

    /*メインコンテンツのh2とh3タグ
---------------------------------------------------------------------------*/
    #main h2,
    #main h3,
    #company-main h2,
    #mail_form h2 {
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
        padding: 5px 10px;
        border-radius: 7px 7px 0 0;
    }

    .Rankstyle-svg {
        counter-reset: ctr-ranking;
        /* カウンターをリセット */
        text-align: left;
        /* 左寄せ */
        font-size: 14px;
        /* フォントサイズ */
        margin-left: 0px;
        /* 左の余白高さ */
        padding-left: 0px;
    }

    .Rankstyle-svg li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 70px;
        line-height: 2;
        /* 行の高さ */
        padding: 0 0 0 10px;
        font-size: 14px;
    }

    .Rankstyle-svg-blue {
        counter-reset: ctr-ranking;
        /* カウンターをリセット */
        text-align: left;
        /* 左寄せ */
        font-size: 14px;
        /* フォントサイズ */
        margin-left: 0px;
        /* 左の余白高さ */
        padding-left: 0px;
    }

    .Rankstyle-svg-blue li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 70px;
        line-height: 2;
        /* 行の高さ */
        padding: 0 0 0 10px;
        font-size: 14px;
    }

    .Rankstyle-svg li:nth-child(-n+100) {
        list-style-type: none;
        /* リストマーク消す */
    }

    /*	.Rankstyle-svg li:nth-child(-n+100):before {*/
    /*		position: absolute;*/
    /* 親要素を基準 */
    /*		top: 5px;*/
    /* 上限より表示 */
    /*		left: -35px;*/
    /* 箇条書きリストの左側に表示 */
    /*		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22160%22%20height%3D%22160%22%20viewBox%3D%22-5%2C%20-5%2C%20160%2C%20160%22%3E%3Cpath%20d%3D%22M0%200%20L15%20150%20L135%20150%20L150%200%20L105%2055%20L75%200%20L45%2055%20Z%22%20fill%3D%22%23ffff99%22%20stroke%3D%22%23ff4d4d%22%20stroke-width%3D%225%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');*/
    /* svgで王冠を描く */
    /*		background-size: 35px 35px;*/
    /*		background-repeat: no-repeat;*/
    /* 背景を１回のみ表示 */
    /*		content: counter(ctr-ranking, decimal);*/
    /* カウンタ追加 */
    /*		counter-increment: ctr-ranking;*/
    /* カウンタの増分指定 */
    /*		color: #000;*/
    /* 文字の色の指定 */
    /*		font-size: 16px;*/
    /* 文字サイズの指定 */
    /*		padding: 8px 12px;*/
    /* 余白の指定 */
    /*	}*/

    .Rankstyle-svg li:nth-child(-n+100):before {
        position: absolute;
        /* 親要素を基準 */
        top: 5px;
        /* 上限より表示 */
        left: -40px;
        /* 箇条書きリストの左側に表示 */
        background-image: url("../images/red.png");
        /* svgで王冠を描く */
        background-size: 27px 27px;
        background-repeat: no-repeat;
        background-position: center;
        /* 背景を１回のみ表示 */
        content: counter(ctr-ranking, decimal);
        /* カウンタ追加 */
        counter-increment: ctr-ranking;
        /* カウンタの増分指定 */
        color: #fff;
        /* 文字の色の指定 */
        font-size: 14px;
        /* 文字サイズの指定 */
        padding: 0px 10px;
        /* 余白の指定 */
    }

    .Rankstyle-svg-blue li:nth-child(-n+100):before {
        position: absolute;
        /* 親要素を基準 */
        top: 5px;
        /* 上限より表示 */
        left: -40px;
        /* 箇条書きリストの左側に表示 */
        background-image: url("../images/blue.png");
        /* svgで王冠を描く */
        background-size: 27px 27px;
        background-repeat: no-repeat;
        background-position: center;
        /* 背景を１回のみ表示 */
        content: counter(ctr-ranking, decimal);
        /* カウンタ追加 */
        counter-increment: ctr-ranking;
        /* カウンタの増分指定 */
        color: #fff;
        /* 文字の色の指定 */
        font-size: 14px;
        /* 文字サイズの指定 */
        padding: 0px 10px;
        /* 余白の指定 */
    }

    #strong-p {
        font-size: 18px;
        color: #b00e0e;

    }

    #main #card-h2 {
        margin-bottom: 0px;
    }




    /*メインコンテンツの段落タグ設定*/
    #main p,
    #company-main p {
        padding: 0px 10px 15px;
        /*上、左右、下への余白*/
    }

    /*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
    /*各ボックスの設定（※compactタイプへの追加設定）*/
    #main .list.compact {
        font-size: 12px;
    }

    /*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
    #main .list table {
        font-size: 9px;
        /*文字サイズ*/
    }

    /*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
    /*メニュー１個ごとの設定*/
    #sub ul.submenu li {
        width: auto;
        float: none;
    }

    /*偶数番目のメニューの左のラインを戻す設定*/
    #sub ul.submenu li:nth-child(even) a {
        border-left: 1px solid #dcdcdc;
    }

    /*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
    #sub ul.submenu li a {
        padding: 10px;
        /*メニュー内の余白*/
    }

    /*フッターメニュー
---------------------------------------------------------------------------*/
    /*ボックス全体*/
    #footermenu {
        display: none;
        text-decoration: none;
    }

    /*テーブル
---------------------------------------------------------------------------*/
    /*テーブル内の左側*/
    .ta1 th {
        width: 100px;
        padding: 5px;
    }

    /*テーブル内の右側*/
    .ta1 td {
        width: auto;
        padding: 5px;
    }

    /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
    /*アイコン*/
    section#new h2::before {
        width: 24px;
        /*幅*/
        line-height: 24px;
        /*高さ*/
    }

    /*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
    /*h2タグ内で使った場合のoption1とoption2*/
    h2 span.option1,
    h2 span.option2 {
        padding: 2px 5px;
        font-size: 12px;
        margin-left: 5px;
    }

    /*その他
---------------------------------------------------------------------------*/
    .ws,
    .wl {
        width: 94%;
    }

    img.fr,
    img.fl {
        float: none;
        margin: 0;
        width: 100%;
    }

    .fl-half {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .company dd {
        font-size: 10px;
    }

    .company dt {
        font-size: 10px;
    }

    .company p {
        font-size: 14px;
    }


    /*ボタン幅*/
    .buy-button {
        /*    margin-right: 10%;*/
        display: inline-block;
        width: 90%;
        font-size: 150%;
        /*    font-size: 90%;*/
        text-decoration: none;
        border-radius: 30px;
        /* 角丸       */
        text-align: center;
        /* 文字位置   */
        cursor: pointer;
        /* カーソル   */
        padding: 15px 0;
        margin-bottom: 10px;
        /* 余白       */
        background: #730a0a;
        /* 背景色     */
        color: #ffffff;
        /* 文字色     */
        line-height: 1em;
        /* 1行の高さ  */
        transition: .3s;
        /* なめらか変化 */
        /* box-shadow    : 6px 6px 3px #666666;  影の設定 */
        /*border: 2px solid #990000;*/
        /* 枠の指定 */
    }


    .sell-button {
        margin-right: 1%;
        display: inline-block;
        font-size: 130%;
        width: 90%;
        text-decoration: none;
        border-radius: 30px;
        font-size: 150%;
        /* 角丸       */
        text-align: center;
        /* 文字位置   */
        cursor: pointer;
        /* カーソル   */
        padding: 15px 0;
        /* 余白       */
        background: #003cc9;
        /* 背景色     */
        color: #ffffff;
        /* 文字色     */
        line-height: 1em;
        /* 1行の高さ  */
        transition: .3s;
        /* なめらか変化 */
    }

    #card-li2 {
        display: none;
    }

    #card-li-s2 {
        display: block;
    }

    .confirmsection {
        font-size: 80%;
    }

    /* フォーム確認画面のボタン*/
    .confirmbutton {
        width: 70%;
    }

    .pink-buck {
        background-color: #fce3e9;
        height: auto;
        margin-bottom: 25px;
    }

    /*footer*/
    footer {
        clear: both;
        background-color: #333;
        /*背景色*/
        color: #fff;
        /*文字色*/
        font-size: 85%;
        /*文字サイズ*/
        text-align: center;
        /*文字の場所*/
        margin-top: 150px;
    }


}

#tel {
    /*
	width: 70px;
	height: 70px;
*/
    position: fixed;
    bottom: 80px;
    right: 1%;
    z-index: 1;
    width: 12%;
}

#telinfo {
    background-color: #21DF1F;
    position: fixed;
    bottom: 165px;
    right: 1%;
    border-radius: 10px;
    padding: 0px 4px 0px 4px;
}


#line {
    /*
	width: 70px;
	height: 70px;
*/
    position: fixed;
    bottom: 30px;
    right: 1%;
    width: 12%;
}

#lineinfo {
    background-color: #00B900;
    position: fixed;
    bottom: 50px;
    right: 1%;
    border-radius: 10px;
    padding: 0px 4px 0px 4px;
}


#ecbrock {
    text-align: center;
    margin-bottom: 10px;
}

.ecsite {
    display: inline-block;
    text-align: center;
    width: 50%;
    border-dus: 5%;
    /* 角丸       */
    font-size: 19pt;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 12px 12px;
    /* 余白       */
    background: #00b3b3;
    /* 背景色     */
    color: #ffffff;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    /*box-shadow: 2px 2px 3px #666666;*/
    /* 影の設定 */
    /*border: 2px solid #00b3b3;*/
    /* 枠の指定 */
    /*	text-decoration: none;*/
    /*	margin: 0px 1% 10px;*/
    border-radius: 30px;
    margin-top: 50px;
}

.ecsite:hover {
    box-shadow: none;
    /* カーソル時の影消去 */
    color: #ffffff;
    /* 背景色     */
    background: #00cbcb;
    /* 文字色     */
}

#company-main span {
    display: block;
    text-shadow: none;
    font-size: 12px;
    /*文字サイズ*/
    letter-spacing: 0.2em;
    /*文字間隔を少し広く*/
}



#business-h2 {
    text-align: center;
}



.business-start h3 {
    clear: both;
    font-size: 16px;
    /*文字サイズ*/
    margin: 7px 0px;
    padding: 2px 20px;
    /*上下、左右への余白*/
    border: 1px solid #dcdcdc;
    /*線の幅、線種、色*/
    background: linear-gradient(#fff, #eee);
    /*グラデーション*/
}



#recruit-button {
    width: 30%;
}

#recruit-center {
    text-align: center
}

#main-conform {}

#new {
    width: 99%;
}

.privacy {
    margin-left: 40%;
    color: firebrick;
}

.card {
    background-color: white;
    margin-bottom: 10px;
    line-height: 18px;
    /*	border: solid 1px #ccc;*/
    width: 100%;
}

#main #card-h2 {
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
}


.card div {
    margin-top: 1px;
}



.banner {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#request ul {
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 50px 0;
}

#request li {
    display: table-cell;
    vertical-align: middle;
}


.card-toiawase {
    background-color: white;
    line-height: 18px;
    /*	border: solid 1px #ccc;*/
    height: 100%;
}

.friend img {
    margin-left: 30px;
}

@media screen and (max-width:480px) {

    /* クリアフィックス */


    #request ul li {
        display: block;
        float: left;
        list-style-type: none;
        text-align: center;
        width: 48%;
    }


    .Rankstyle-svg {
        counter-reset: ctr-ranking;
        text-align: left;
        font-size: 16px;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .Rankstyle-svg-blue {
        counter-reset: ctr-ranking;
        text-align: left;
        font-size: 16px;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .Rankstyle-svg li:nth-child(-n+100):before {
        position: absolute;
        /* 親要素を基準 */
        top: 3px;
        /* 上限より表示 */
        left: -40px;
        /* 箇条書きリストの左側に表示 */
        background-image: url("../images/red.png");
        /* svgで王冠を描く */
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
        /* 背景を１回のみ表示 */
        content: counter(ctr-ranking, decimal);
        /* カウンタ追加 */
        counter-increment: ctr-ranking;
        /* カウンタの増分指定 */
        color: #fff;
        /* 文字の色の指定 */
        font-size: 22px;
        /* 文字サイズの指定 */
        padding: 0px 10px;
        /* 余白の指定 */
    }

    .Rankstyle-svg-blue li:nth-child(-n+100):before {
        position: absolute;
        /* 親要素を基準 */
        top: 3px;
        /* 上限より表示 */
        left: -40px;
        /* 箇条書きリストの左側に表示 */
        background-image: url("../images/blue.png");
        /* svgで王冠を描く */
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
        /* 背景を１回のみ表示 */
        content: counter(ctr-ranking, decimal);
        /* カウンタ追加 */
        counter-increment: ctr-ranking;
        /* カウンタの増分指定 */
        color: #fff;
        /* 文字の色の指定 */
        font-size: 22px;
        /* 文字サイズの指定 */
        padding: 0px 10px;
        /* 余白の指定 */
    }

    #main #card-h3-2 {
        margin-top: 10px;
    }

    #main .card-h3 {
        padding: 0;
        font-size: 15px;
    }

    .card-h3 {
        padding: 0;
        font-size: 10px;
    }

    #main .card-toiawase p {
        font-size: 10px;
        padding: 10px 0 0px;
    }

    #main #small-span {
        font-size: 4px;
    }


    #main .card p {
        margin: initial;
        padding-left: 10px;
        line-height: 1.5em;
    }

    #card-div {
        display: initial;
        vertical-align: initial;
        width: initial;
    }

    .card-img {
        display: initial;
        vertical-align: initial;
        width: initial;
        margin: 0;

    }

    .Rankstyle-svg li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 50px;
        line-height: 1.5;
        /* 行の高さ */
        /*		padding: 0 0 5px 10px;*/
        padding-top: 5px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    .Rankstyle-svg-blue li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 50px;
        line-height: 1.5;
        /* 行の高さ */
        /*		padding: 0 0 5px 10px;*/
        padding-top: 5px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    #strong-p {
        font-size: 22px;
    }

    #Rankstyle-svg-otoiawase li {
        position: relative;
        /* 指定した分だけ相対的に移動 */
        margin-left: 50px;
        line-height: 2;
        /* 行の高さ */
        padding: 0 0 5px 10px;
        font-size: 16px;
    }

    #Rankstyle-svg-otoiawase li:nth-child(-n+100):before {
        position: absolute;
        /* 親要素を基準 */
        top: 0px;
        /* 上限より表示 */
        left: -40px;
        /* 箇条書きリストの左側に表示 */
        background-image: url("../images/red.png");
        /* svgで王冠を描く */
        background-size: 27px 27px;
        background-repeat: no-repeat;
        background-position: center;
        /* 背景を１回のみ表示 */
        content: counter(ctr-ranking, decimal);
        /* カウンタ追加 */
        counter-increment: ctr-ranking;
        /* カウンタの増分指定 */
        color: #fff;
        /* 文字の色の指定 */
        font-size: 22px;
        /* 文字サイズの指定 */
        padding: 0px 8px;
        /* 余白の指定 */
    }

    #tel {
        position: fixed;
        bottom: 80px;
        right: 1%;
        z-index: 1;
        width: 50%;
    }

    #line {
        /*
	width: 70px;
	height: 70px;
*/
        position: fixed;
        bottom: 30px;
        right: 1%;
        width: 50%;
    }
    iframe {
    width: 100%;
    margin-left: 0;
}
    
/*What’s New 202110sp
---------------------------------------------------------------------------*/
#whatsnew{
    width: 90%;
/*    border: 1px solid #ccc;*/
    padding: 5px 10px 10px 10px;
    margin: 40px auto 0;
    background: #fff;
    height: auto;
    border-radius: 10px;
}

    .whatsnew_line{
        height: 100px;
    overflow: auto;
    }
    
#whatsnew p{
    font-size:14px;
    padding-left: 5px;
}

#whatsnew .title{
    font-size:15px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #a0131a;
    margin: 0 5px 5px 5px;
}

#whatsnew span{
    font-weight: bold;
}

#whatsnew .wlm{
    margin-left: 0;
}

    
}

