@charset "utf-8";

/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: bottom;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 10px;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}



/* 全体 
-------------------------------------------------------------- */
body {
    font-size: 0.9em;
}

body,
th,
td {
    color: #333333;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    line-height: 1.4em;
    -webkit-font-smoothing: subpixel-antialiased;

    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.header-inner,
#contents,
#footer_inner {
    width: 100%;
}

.contents-box {
    height: 100%;
}

#contents {
    max-width: 998px;
    width: 90%;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.us60 {
    margin-bottom: 60px;
}

/* a {
    color: #333333;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    opacity: 0.5;
    transition: 0.3s;
}

a:active {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
} */

.drawer-overlay {
    z-index: 999999 !important;
}

.drawer-nav {
    z-index: 9999999 !important;
}

select {
    padding: 4px 9px;
}

input[type="text"] {
    font-size: 16px;
    height: 23px;
    margin: 5px 5px 5px 0;
    padding: 3px;
}

.inner_box_breadcrumb {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

.inner_box_breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

#page-top {
    bottom: 60px;
    cursor: pointer;
    margin-top: 10px;
    position: fixed;
    right: 20px;
    text-align: right;
}

/* YouTube
-------------------------------------------------------------- */
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

/* Header 
-------------------------------------------------------------- */
.sp_menu {
    display: none;
}

.disp_only_sp {
    display: none;
}

.disp_only_pc {
    display: block;
}

/* Footer 
-------------------------------------------------------------- */
/* footer {
    clear: both;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    line-height: normal;
    background-color: #CDE6AC;
    overflow: hidden;
}

.footer_inner {
    padding: 30px 10px;
} */

ul.banner_sns {
    margin: 0 0 20px;
    text-align: right;
}

ul.banner_sns li {
    display: inline-block;
    margin: 0 20px 0 0;
}

ul.banner_sns li a {
    display: block;
    color: #666;
    font-size: 11px;
}

ul.banner_sns li img {
    width: 32px;
    height: 32px;
    margin: 0 0 0 8px;
    vertical-align: middle;
}

ul.banner_sns li:last-child {
    margin: 0;
}

ul.banner_three {
    float: left;
    width: 758px;
    margin: 0 0 20px 22px;
    overflow: hidden;
}

ul.banner_three li {
    float: left;
    margin: 0 49px 0 0;
}

ul.banner_three li img {}

ul.banner_three li:last-child {
    margin: 0;
}

/* .footer_inner ul.list_site {
    margin: 0 0 20px;
}

.footer_inner ul.list_site>li {
    display: inline-block;
    width: 150px;
    margin: 3px;
}

.footer_inner ul.list_site>li a {
    display: block;
    padding: 8px 0 6px;
    font-size: 1.2em;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #ccc;
}

.footer_inner dl {
    padding: 10px;
    line-height: normal;
    text-align: center;
    vertical-align: top;
}

.footer_inner dl dt {
    display: inline-block;
    color: #0a51a1;
    font-weight: bold;
}

.footer_inner dl dd {
    display: inline-block;
}

.footer_inner dl dd ul li {
    display: inline-block;
    margin: 0 5px 0;
}

.footer-copy-box {
    width: 100%;
    padding: 0 0 70px;
} */

#page-top {
    margin: 10px 0;
    text-align: right;
}

/*タイトル・見出し
-------------------------------------------------------------- */
.mincyo {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* トップページ
-------------------------------------------------------------- */
.nav_top {
    display: inline-block;
}

#navBox_fixedBox .disp_a {
    display: block;
}

#navBox_fixedBox .disp_d {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.fixed img {
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2);
}

.fixed_spacer {
    margin-top: 140px;
}

.top_bnr_block_sp {
    display: none;
}


/* 検索条件選択
-------------------------------------------------------------- */
.blk_search_area_title {
    z-index: 100;
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
    height: 66px;
    position: fixed;
    width: 1000px;
    border-bottom: 1px solid #ddd;
}

.blk_search_area_title .title {
    border-bottom: 1px dotted #cccccc;
    height: 52px;
    margin: 0 auto;
    width: 98%;
}

.blk_search_area_title .title h1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_search_area.png") no-repeat scroll 0 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    left: 15px;
    padding-left: 38px;
    padding-top: 20px;
    position: relative;
    top: 3px;
    width: 280px;
}

.blk_search_area_title .title .search_count {
    display: inline-block;
    left: 54px;
    position: relative;
    top: -25px;
}

.blk_search_area_index_list {
    width: 1000px;
    margin-top: 70px;
}

.blk_search_area_index_list .l_side {
    display: inline-block;
    width: 890px;
}

.blk_search_area_index_list .l_side .inner_box {
    width: 870px;
    margin: 30px auto 0;
}

.blk_search_area_index_list .r_side {
    display: inline-block;
    height: 100px;
    position: fixed;
    width: 110px;
}

.blk_search_rosen_title {
    z-index: 100;
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
    height: 66px;
    position: fixed;
    width: 1000px;
    border-bottom: 1px solid #ddd;
}

.blk_search_rosen_title .title {
    border-bottom: 1px dotted #cccccc;
    height: 52px;
    margin: 0 auto;
    width: 98%;
}

.blk_search_rosen_title .title h1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_search_rosen.png") no-repeat scroll 0 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    left: 15px;
    padding-left: 38px;
    padding-top: 20px;
    position: relative;
    top: 3px;
    width: 280px;
}

.blk_search_rosen_title .title .search_count {
    display: inline-block;
    left: 54px;
    position: relative;
    top: -25px;
}

.blk_search_rosen_index_list {
    width: 1000px;
    margin-top: 70px;
}

.blk_search_rosen_index_list .l_side {
    display: inline-block;
    width: 890px;
}

.blk_search_rosen_index_list .l_side .inner_box {
    width: 870px;
    margin: 30px auto 0;
}

.blk_search_rosen_index_list .r_side {
    display: inline-block;
    height: 100px;
    position: fixed;
    width: 110px;
}

.blk_search_around_title {
    z-index: 100;
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
    height: 66px;
    position: fixed;
    width: 1000px;
    border-bottom: 1px solid #ddd;
}

.blk_search_around_title .title {
    border-bottom: 1px dotted #cccccc;
    height: 52px;
    margin: 0 auto;
    width: 98%;
}

.blk_search_around_title .title h1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_search_around.png") no-repeat scroll 0 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    left: 15px;
    padding-left: 78px;
    padding-top: 20px;
    position: relative;
    top: 3px;
    width: 240px;
}

.blk_search_around_title .title .search_count {
    display: inline-block;
    left: 54px;
    position: relative;
    top: -25px;
}

.blk_search_around_index_list {
    width: 1000px;
    margin-top: 70px;
}

.blk_search_around_index_list .l_side {
    display: inline-block;
    width: 890px;
}

.blk_search_around_index_list .l_side .inner_box {
    width: 870px;
    margin: 30px auto 0;
}

.blk_search_around_index_list .r_side {
    display: inline-block;
    height: 100px;
    position: fixed;
    width: 110px;
}

.blk_search_map_title {
    z-index: 100;
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
    height: 66px;
    position: fixed;
    width: 1000px;
    border-bottom: 1px solid #ddd;
}

.blk_search_map_title .title {
    border-bottom: 1px dotted #cccccc;
    height: 52px;
    margin: 0 auto;
    width: 98%;
}

.blk_search_map_title .title h1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_search_map.png") no-repeat scroll 0 0px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    left: 15px;
    padding-left: 78px;
    padding-top: 20px;
    position: relative;
    top: 3px;
    width: 240px;
}

.blk_search_map_title .title .search_count {
    display: inline-block;
    left: 54px;
    position: relative;
    top: -25px;
}

.blk_search_map_index_list {
    width: 1000px;
    margin-top: 70px;
}

.blk_search_map_index_list .outer_box {
    display: inline-block;
    width: 1000px;
}

.blk_search_map_index_list .inner_box {
    width: 950px;
    margin: 30px auto 0;
}

.blk_search_map_index_list .inner_box h2 {
    border-bottom: 1px solid #ccc;
    color: #0b52a2;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    padding-left: 10px;
}

.blk_search_map_index_list .google_map_area {
    height: 600px;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.blk_search_map_index_list .google_map_button {
    bottom: 10px;
    position: absolute;
    width: 100%;
}

.popup_box_w {
    background-color: #ffffff;
    padding: 20px;
    width: 990px;
}

.popup_box_w_inner {
    height: 600px;
    overflow-y: scroll;
}

#lean_overlay {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.toggle_middle_address {
    background: rgba(0, 0, 0, 0) url("../img/arrow01.png") no-repeat scroll right center;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: normal;
    padding-right: 18px;
    position: relative;
    text-decoration: underline;
    top: -35px;
}

/* 検索結果一覧
-------------------------------------------------------------- */
.blk_search_result_list_title {
    z-index: 100;
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 1000px;
    border-bottom: 1px solid #ddd;
}

.blk_search_result_list_title .title {
    border-bottom: 1px dotted #cccccc;
    height: 52px;
    margin: 0 auto;
    width: 98%;
}

.blk_search_result_list_title .title h1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_search_list.png") no-repeat scroll 0 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    left: 15px;
    padding-left: 38px;
    padding-top: 20px;
    position: relative;
    top: 3px;
    width: 200px;
}

.blk_search_result_list_title .title .search_count {
    display: inline-block;
    font-size: 16px;
    left: 54px;
    position: relative;
    top: -25px;
}

.blk_search_result_list_title dl.search_index_list {
    margin: 8px auto;
    width: 98%;
}

.blk_search_result_list_title dl.search_index_list dt {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 130px;

}

.blk_search_result_list_title dl.search_index_list dd {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.blk_search_result_list_title dl.search_index_list dd .search_index_list_ddbox {
    display: inline-block;
    height: 49px;
    overflow-y: scroll;
    vertical-align: middle;
    width: 650px;
}

.blk_search_result_list_title dl.search_index_list dd .search_index_list_ddbox2 {
    background-color: #aaa;
    color: #fff;
    display: inline-block;
    height: 49px;
    margin-left: 2px;
    padding: 2px 10px;
    vertical-align: middle;
    border-radius: 5px;
}

.blk_search_result_list {
    width: 1000px;
    margin-top: 110px;
}

.blk_search_result_list .m_side {
    display: inline-block;
    width: 1000px;
}

.blk_search_result_list .m_side .inner_box {
    width: 950px;
    margin: 30px auto 0;
}

.control_box {
    height: 42px;
    margin-bottom: 10px;
}

.control_box .l_side {
    float: left;
}

.control_box .l_side p {
    display: inline-block;
    vertical-align: top;
}

.control_box .r_side {
    float: right;
    margin-top: 5px;
}

.control_box_favorite {
    height: 42px;
    margin-bottom: 10px;
}

.control_box_favorite .l_side {
    float: left;
}

.control_box_favorite .l_side p {
    display: inline-block;
    vertical-align: top;
}

.control_box_favorite .r_side {
    float: right;
    margin-top: 5px;
}


.search_result_box {
    width: 950px;
    margin-bottom: 15px;
}

.search_result_box .check_side {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
}

.search_result_box .info_side {
    border: 1px solid #ccc;
    display: table-cell;
    margin-bottom: 10px;
    width: 918px;
}

.search_result_box .info_side.back_yellow {
    background-color: #fff6e2;
}

.search_result_box .info_side.back_gray {
    background-color: #efefef;
}

.title_box {
    overflow: hidden;
    margin: 5px auto 0;
    width: 97%;
}

.title_box .l_side {
    float: left;
}

.title_box .r_side {
    float: right;
    margin-top: 2px;
}

.catch_box {
    margin: 10px auto;
    overflow: hidden;
    width: 97%;
}

.catch_box .l_side {
    float: left;
}

.catch_box .r_side {
    float: right;
}

.overview_box {
    margin: 10px auto;
    overflow: hidden;
    width: 890px;
}

.overview_box .l_side {
    display: table-cell;
    width: 380px;
    padding: 10px;
    vertical-align: top;
}

.overview_box .r_side {
    display: table-cell;
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    width: 460px;
}

.overview_image_box {
    display: inline-block;
    width: 190px;
    height: 190px;
}

.overview_line_box {
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 3px 0;
}

.overview_line_box .title_side {
    display: table-cell;
    width: 150px;
}

.overview_line_box .content_side {
    display: table-cell;
}

.border_box {
    border: 1px #ccc solid;
    padding: 10px;
}

.search_result_near_sep {
    padding: 10px;
    background-color: #ffa200;
    color: #fff;
}

.search_result_fuka_sep {
    padding: 10px;
    background-color: #aaaaaa;
    color: #fff;
}

/* 物件詳細
-------------------------------------------------------------- */
.blk_search_detail_title {
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
    height: 66px;
    width: 1000px;
    border-bottom: 1px solid #ddd;
}

.blk_search_detail_title .title {
    border-bottom: 1px dotted #cccccc;
    height: 52px;
    margin: 0 auto;
    width: 98%;
}

.blk_search_detail_title .title h1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_search_detail.png") no-repeat scroll 0 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    left: 15px;
    padding-left: 60px;
    padding-top: 20px;
    position: relative;
    top: 3px;
    width: 200px;
}


.blk_search_detail {
    width: 1000px;
}

.blk_search_detail .main_side {
    display: inline-block;
    width: 890px;
}

.blk_search_detail .main_side .inner_box {
    width: 870px;
    margin: 30px auto 0;
}

.blk_search_detail .menu_side {
    display: inline-block;
    height: 100px;
    position: fixed;
    width: 110px;
}

.search_detail_overview_box {
    margin-bottom: 15px;
}

.search_detail_overview_box .check_side {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
}

.search_detail_overview_box .info_side {
    border: 1px solid #ccc;
    display: table-cell;
    margin-bottom: 10px;
    width: 918px;
}

.search_detail_overview_box .info_side.back_yellow {
    background-color: #fff6e2;
}

.search_detail_overview_box .info_side.back_gray {
    background-color: #efefef;
}

.detail_overview_box {
    margin: 10px auto;
    overflow: hidden;
    width: 870px;
}

.detail_overview_box .pict_side {
    display: table-cell;
    width: 380px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.detail_overview_box .text_side {
    display: table-cell;
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    width: 440px;
}

.detail_overview_image_box {
    display: inline-block;
    width: 270px;
    height: 270px;
}


.detail_other_info_box {
    margin: 20px auto;
    overflow: hidden;
    width: 870px;
}

.detail_other_info_box h2 {
    border-bottom: 1px solid #ccc;
    color: #0b52a2;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    padding-left: 10px;
}

.detail_other_info_box .text_side1 {
    display: table-cell;
    width: 30%;
    padding: 10px;
    vertical-align: top;
}

.detail_other_info_box .text_side2 {
    display: table-cell;
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    width: 70%;
}

.detail_other_info_line_box {
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 3px 0;
}

.detail_other_info_line_box .title_side {
    display: table-cell;
    width: 80px;
    vertical-align: top;
}

.detail_other_info_line_box .content_side {
    display: table-cell;
}

.detail_other_info_box .cost_box {
    margin: 0 auto;
    width: 770px;
    overflow: hidden;
}

.detail_other_info_box .cost_box .aim_side {
    border: 1px solid #ccc;
    display: table-cell;
    float: left;
    vertical-align: top;
    width: 38%;
    background-color: #f6f6f6;
}

.detail_other_info_box .cost_box .initial_side {
    border: 1px solid #ccc;
    display: table-cell;
    float: right;
    vertical-align: top;
    width: 58%;
    background-color: #f6f6f6;
}

.detail_other_info_box .cost_box .initial_side p {
    border-bottom: 1px solid #ccc;
}

.detail_other_info_box .cost_box .initial_side p .item {
    display: inline-block;
    width: 42%;
    border-right: 1px dashed #ccc;
}

.detail_other_info_box .cost_box .initial_side p .annotation {
    display: inline-block;
    font-size: 12px;
    width: 33%;
    border-right: 1px dashed #ccc;
}

.detail_other_info_box .cost_box .initial_side p .a_money {
    display: inline-block;
    text-align: right;
    width: 24%;
}

.detail_other_info_box .cost_box .cost_box_title {
    background-color: #0b52a2;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top: 3px;
}

.detail_other_info_box .facility_box {
    width: 850px;
    padding: 10px;
}

.detail_other_info_box .facility_box .facility_box_inner {
    overflow: hidden;
    margin-bottom: 5px;
}

.detail_other_info_box .facility_box .facility_box_inner {
    overflow: hidden;
    margin-bottom: 5px;
}

.detail_other_info_box .picture_box {
    width: 850px;
    height: 210px;
    padding: 10px;
}

.detail_other_info_box .picture_box .madori {
    width: 190px;
    border: 1px solid #ccc;
    float: left;
    position: relative;
    height: 190px;
}

.detail_other_info_box .picture_box .full_picture {
    width: 623px;
    float: right;
}

.detail_other_info_box .picture_box .more_pict {
    background-color: #ffcc00;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 22px;
    padding-top: 4px;
    text-align: center;
    width: 581px;
}

.detail_other_info_box .movie_box {
    background-color: #efefef;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    width: 850px;
}


.detail_other_info_madori_image_box {
    bottom: 0;
    display: inline-block;
    height: 170px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
}

.detail_other_info_solo_image_box {
    display: inline-block;
    height: 83px;
    width: 83px;
    position: rerative;
}

.detail_other_info_solo_image_box .pict_title {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    margin: 3px;
    opacity: 0.7;
    padding: 1px 3px;
    position: absolute;
}

.googlemap_box {
    margin-top: 10px;
}

.googlemap_box .googlemap_box_map {
    background-color: #eeefef;
    display: table-cell;
    height: 490px;
    width: 700px;
}

.googlemap_box .googlemap_box_control {
    background-color: #fffdf0;
    border: 1px solid #ccc;
    display: table-cell;
    padding: 10px;
    width: 168px;
}

.around_pict_box {
    margin-top: 10px;
}

.around_pict_box .solo_pict {
    display: inline-block;
    height: 156px;
    width: 156px;
    position: rerative;
}

.detail_other_info_box .tantou_shop_box {
    margin-top: 10px;
}

.detail_other_info_box .tantou_shop_box .tantou_shop_box_pict {
    width: 33%;
    display: inline-block;
}

.detail_other_info_box .tantou_shop_box .tantou_shop_box_info {
    width: 33%;
    display: inline-block;
}

.detail_other_info_box .tantou_shop_box .tantou_shop_box_tel {
    width: 33%;
    display: inline-block;
}

.detail_other_info_box .user_info_box {
    margin-top: 10px;
}

.detail_other_info_box .content_box {
    margin-top: 10px;
}

/* お気に入り・保存した検索条件
-------------------------------------------------------------- */

.blk_search_favorite_title {
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
    height: 66px;
    width: 1000px;
    border-bottom: 1px solid #ddd;
}

.blk_search_favorite_title .title {
    border-bottom: 1px dotted #cccccc;
    height: 52px;
    margin: 0 auto;
    width: 98%;
}

.blk_search_favorite_title .title h1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_search_favorite.png") no-repeat scroll 0 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    left: 15px;
    padding-left: 60px;
    padding-top: 20px;
    position: relative;
    top: 3px;
    width: 200px;
}

.blk_search_favorite {
    width: 1000px;
}

.blk_search_favorite .inner_box {
    width: 950px;
    margin: 30px auto 0;
}

.blk_search_save_index_title {
    background-color: #f6f6f6;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
    height: 66px;
    width: 1000px;
    border-bottom: 1px solid #ddd;
}

.blk_search_save_index_title .title {
    border-bottom: 1px dotted #cccccc;
    height: 52px;
    margin: 0 auto;
    width: 98%;
}

.blk_search_save_index_title .title h1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_search_save_index.png") no-repeat scroll 0 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    left: 15px;
    padding-left: 60px;
    padding-top: 20px;
    position: relative;
    top: 3px;
    width: 200px;
}

.blk_search_save_index {
    width: 1000px;
}

.blk_search_save_index .inner_box {
    width: 950px;
    margin: 30px auto 0;
}

.blk_search_save_index_solobox {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px;
}

.blk_search_save_index_solobox .solobox_delete {
    display: table-cell;
    width: 100px;
}

.blk_search_save_index_solobox .solobox_list {
    display: table-cell;
    width: 628px;
    vertical-align: top;
}

.blk_search_save_index_solobox .solobox_go_search {
    display: table-cell;
    width: 180px;
}



/* 見出し・文字装飾
-------------------------------------------------------------- */
.count_box_large {
    background-color: #fff;
    border: 1px solid #cccccc;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px 0;
    position: relative;
    top: -3px;
    border-radius: 5px;
}

.count_box_middle {
    background-color: #aaa;
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
    padding: 2px 8px 1px;
    border-radius: 5px;
}

.count_box_small {
    background-color: #aaa;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
    padding: 1px 4px 0;
    border-radius: 5px;
}

p.cap_step {
    font-size: 20px;
    height: 30px;
    padding-left: 80px;
    padding-top: 10px;
    text-decoration: none;
}

p.cap_step_no1 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_step1.png") no-repeat scroll 0 4px;
}

p.cap_step_no2 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_step2.png") no-repeat scroll 0 4px;
}

p.cap_step_no3 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_step3.png") no-repeat scroll 0 4px;
}

p.cap_step_no4 {
    background: rgba(0, 0, 0, 0) url("../search/img/icon_step4.png") no-repeat scroll 0 4px;
}

label.check_large {
    background: rgb(239, 239, 239) none repeat scroll 0 0;
    display: block;
    font-size: 16px;
    margin: 20px 0 3px;
    padding: 9px;
}

label.check_large input {
    margin-right: 10px;
}

label.check_middle {
    border-bottom: 1px dotted #ccc;
    display: block;
    font-size: 16px;
    margin: 3px 0 3px 30px;
    padding: 9px;
}

label.check_middle input {
    margin-right: 10px;
}

label.check_small {
    background: rgb(239, 239, 239) none repeat scroll 0 0;
    display: inline-block;
    font-size: 16px;
    margin: 3px 0;
    padding: 4px 9px;
    border: 1px solid #ccc;
}

label.check_small.express {
    background-color: #ffefc9;
}

label.check_small input {
    margin-right: 10px;
}

div.check_small_box {
    display: none;
    font-size: 16px;
    margin: 3px 0 15px 50px;
}

label.comment_usually {
    display: inline-block;
    font-size: 16px;
    margin: 3px 0;
    padding: 4px 9px;
    border: 1px solid #fff;
}

label.check_usually {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 5px 0;
    padding: 4px 9px;
    border: 1px solid #ccc;
}

label.check_usually input {
    margin-right: 10px;
}

dl.check_usually_box {
    display: block;
    border-bottom: 1px dotted #ccc;
    display: block;
    font-size: 16px;
    margin: 3px 0 5px 3px;
}

dl.check_usually_box dt {
    display: table-cell;
    padding-top: 12px;
    position: relative;
    vertical-align: top;
    width: 160px;
}

dl.check_usually_box dt.dt_thin {
    width: 30px;
}

dl.check_usually_box dt.multi_line {
    padding-top: 0;
}

dl.check_usually_box dd {
    display: table-cell;
    font-size: 16px;
}

dl.check_usually_box dd .frm_dropdown {
    display: inline-block;
    position: relative;
    top: -8px;
}

dl.check_usually_box dd .frm_check {
    display: inline-block;
    height: 40px;
    margin-left: 20px;
}

label.check_usually_thin {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    padding: 0 4px;
    margin: 1px 0;
}

.btn_blueback_small {
    background: #0b52a2 url("../img/arrow02.png") no-repeat scroll 3px center;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    margin: 2px 0;
    padding: 3px 8px 3px 15px;
    text-decoration: none;
}

.btn_blueback_small_non_icon {
    background-color: #0b52a2;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    margin: 2px 0;
    padding: 3px 8px 3px 15px;
    text-decoration: none;
}

.btn_clear_small {
    background: url("../img/arrow03.png") no-repeat scroll 3px center;
    color: #000;
    display: block;
    font-size: 13px;
    margin: 2px 0;
    padding: 3px 8px 3px 15px;
    text-decoration: none;
}

.btn_yellowback_small {
    background: #FFCC00 url("../img/arrow02.png") no-repeat scroll 3px center;
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 2px 0;
    padding: 3px 8px 3px 15px;
    text-decoration: none;
}

.btn_yellowback_small_non_icon {
    background-color: #FFCC00;
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 2px 0;
    padding: 3px 8px 3px 15px;
    text-decoration: none;
}

.btn_yellowback_middle {
    background: #ffcc00 url("../img/arrow02.png") no-repeat scroll 10px center;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 2px 0;
    padding: 8px 8px 8px 35px;
    text-decoration: none;
    width: 160px;
}

.btn_greenback_middle_non_icon {
    background-color: #33bd9b;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    padding: 18px 36px;
    text-decoration: none;
    width: 180px;
}

.btn_fav_small {
    background: #fff url("../search/img/icon_fav.png") no-repeat scroll 8px center;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    padding: 5px 8px 5px 33px;
    text-decoration: none;
}

.btn_fav_delete_small {
    background: #fff url("../img/icon_delete.png") no-repeat scroll 8px center;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    padding: 5px 8px 5px 33px;
    text-decoration: none;
}

.btn_contact_small {
    background: #fff url("../search/img/icon_mail.png") no-repeat scroll 8px center;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    padding: 5px 8px 5px 33px;
    text-decoration: none;
}

.btn_search_btn_middle {
    background: #0b52a2 url("../img/icon_search_btn.png") no-repeat scroll 10px center;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 2px 0;
    padding: 8px 8px 8px 35px;
    text-decoration: none;
    width: 130px;
}

.btn_delete_small {
    background: rgba(0, 0, 0, 0) url("../img/icon_delete.png") no-repeat scroll center top;
    display: block;
    margin: 2px 0;
    padding: 16px 10px 5px;
    text-decoration: none;
    width: 30px;
}

ul.page_nav {
    display: inline-block;
    line-height: 1;
    margin: 2px 20px 2px 5px;
    overflow: hidden;
    padding: 0;
}

ul.page_nav li {
    border-right: 1px solid #aaa;
    display: inline;
    list-style-type: none;
    padding: 10px 5px 0 0;
}


ul.page_nav li span,
ul.page_nav li a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-weight: bold;
    margin-right: -4px;
    padding: 3px 5px;
    text-decoration: underline;
    vertical-align: middle;
}

ul.page_nav li span {
    background: #eeeeee none repeat scroll 0 0;
    color: #333;
    text-decoration: none;
}

.new_ribbon {
    background: url("../search/img/back_new_ribbon.png") no-repeat scroll 1px center;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    padding: 4px 24px 3px 12px;
    text-decoration: none;
}

.fuka_ribbon {
    background-color: #aaaaaa;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    padding: 4px 12px 3px;
    text-align: center;
    text-decoration: none;
}

.search_result_title {
    background: url("../search/img/icon_title_home.png") no-repeat scroll left top;
    display: block;
    font-size: 20px;
    margin: 10px 0 0;
    padding: 4px 5px 3px 28px;
    text-decoration: none;
}

.search_result_catch {
    font-size: 16px;
    text-decoration: none;
}

.line_dot2line {
    background: url("../img/line_dot2line.png") no-repeat scroll left top;
    display: block;
    height: 4px;
    margin: 0 auto;
    width: 98%;
}

.icon_movie_small {
    background: #fff url("../search/img/icon_movie.png") no-repeat scroll 8px center;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    margin-right: 10px;
    padding: 5px 8px 4px 35px;
    text-decoration: none;
    border-radius: 5px;
}

.btn_fav_nontext_small {
    background: #fff url("../search/img/icon_fav_off.png") no-repeat scroll 8px center;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    float: left;
    font-size: 13px;
    padding: 5px 12px 4px 24px;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer;
}

.btn_fav_nontext_small.fav_on {
    background: #fff url("../search/img/icon_fav_on.png") no-repeat scroll 8px center;
}

.icon_feature_small {
    background-color: #0b52a2;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    margin-left: 10px;
    padding: 2px 8px;
    text-decoration: none;
}

.overview_text {
    background-color: #efefef;
    margin: 10px 0;
    padding: 10px;
}

.atten {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
}

.search_result_near_sep_atten {
    font-size: 16px;
    font-weight: bold;
}

.search_result_fuka_sep_atten {
    font-size: 16px;
    font-weight: bold;
}

.line_house_image {
    margin: 20px 0;
    text-align: center;
}

.icon_facility_small {
    background-color: #E1E1E1;
    border-radius: 5px;
    color: #000;
    display: block;
    float: left;
    font-size: 13px;
    margin-right: 10px;
    padding: 2px 8px;
    text-decoration: none;
}

.btn_stuffblog_image {
    margin: 20px 0;
    text-align: center;
}

.btn_contact_box {
    background-color: #efefef;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}

.btn_contact_box img {
    padding: 10px;
}

.text_free_tel {
    font-size: 24px;
    font-weight: bold;
}

.text_bold {
    font-weight: bold;
}

.text_bold_l {
    font-size: 18px;
    margin-top: 50px;
    text-align: left;
}

/* その他ページ
-------------------------------------------------------------- */
.cap_c01_title img.pc {
    display: block;
}

.cap_c01_title img.sp {
    display: none;
}

.cap_c01_box_orangeback_pop_box img.pc {
    display: block;
    margin: 0 auto;
}

.cap_c01_box_orangeback_pop_box img.sp {
    display: none;
}

.top_main_contents_block {
    padding: 20px 0;
}

.privilege_main_cap01 {
    color: #f00;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
}

.privilege_main_cap02 {}

.cap_otoku {
    left: -7px;
    position: absolute;
    top: -7px;
}

.privilege_main01_box {
    border: 4px solid #6babec;
    margin: 38px;
    width: calc(100% - 84px);
    position: relative;
    background: #fff url("../privilege/img/cap_c01_bak01.png") no-repeat scroll top center;

}

.cap_c01_title {
    display: table;
    margin: 0 auto 20px;
}

.cap_c01_title_text {
    color: #4d076c;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto;
}

.cap_c01_title_text_bottom {
    color: #F08300;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.cap_c01_box_orangeback {
    margin: 20px;
    padding: 20px;
    text-align: left;
}

.cap_c01_box_orangeback p {
    color: #f00;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
}

.cap_c01_box_orangeback span {
    color: #f00;
    font-weight: bold;
}

.cap_c01_box_orangeback_pop_box {
    margin: 20px auto;
    width: 826px;
    text-align: center;
}

.cap_c01_box_orangeback_pop_box img {
    width: auto;
}


.privilege_main02_box {
    border: 4px solid #ffcc00;
    margin: 38px;
    width: calc(100% - 84px);
    position: relative;
    background: #fff url("../privilege/img/cap_c02_bak01.png") no-repeat scroll top center;

}

.cap_c02_title {
    display: table;
    margin: 0 auto 20px;
}

.cap_c02_title_text {
    display: table;
    font-size: 16px;
    margin: 0 auto;
}

.cap_c02_box_orangeback {
    margin: 20px;
    padding: 20px;
    text-align: left;
}

.cap_c02_box_orangeback p {
    color: #f00;
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
}

.cap_c02_box_orangeback_pop_box {
    margin: 0 auto 20px;
    width: 826px;
    text-align: center;
}

.cap_c02_box_orangeback_pop_box img {
    width: auto;
}

.cap_c02_box_orangeback_pop {
    display: inline-block;
    width: 400px;
    text-align: center;
}

/* サイドメニュー
-------------------------------------------------------------- */
.blk_side_site_title {
    margin: 10px;
}

.blk_side_site_title img {
    width: 174px;
    display: inline;
}

.blk_side_other_purpose {
    overflow: hidden;
    width: auto;
    padding: 0 5px;
    margin-bottom: 10px;
}

.blk_side_other_purpose .search_list_title {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;

}

.block_side_save_fav {
    background-color: #f3f3f3;
    float: left;
    margin: 10px 0;
    width: 100%;
}

.block_side_save_fav p {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.block_side_save_fav a {
    background: rgba(0, 0, 0, 0) url("../img/icon_link_other.png") no-repeat scroll left 7px / 10px 10px;
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 5px;
    padding: 3px 10px 3px 15px;
    text-decoration: none;
    word-break: break-all;
}

.block_side_save_fav a:first-child {
    padding-top: 7px;
}

.block_side_save_fav a:last-child {
    padding-bottom: 10px;
}

.blk_side_thin_menu {
    background: rgba(0, 0, 0, 0) url("../img/arrow03.png") no-repeat scroll left 50%;
    color: #333;
    display: block;
    float: left;
    font-size: 16px;
    padding: 3px 15px;
    text-decoration: none;
}

.blk_side_bnr_box img {
    margin: 5px 0;
}

.blk_side_bnr_box_title {
    background-color: #0B52A2;
    padding: 3px 10px;
    color: #fff;
    float: left;
}

.top_cp_block {
    text-align: center;
    width: 1000px;
}

.top_cp_block img {
    margin: 10px;
}

.top_bnr_block {
    text-align: center;
    width: 1000px;
}

.top_bnr_block img {
    margin: 10px;
}

.top_main_contents_block {
    margin-bottom: 20px;
    overflow: hidden;
}

.top_main_caption {
    border-bottom: 1px dotted #ccc;
    display: table;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
}

.top_main_caption img {}

.top_main_caption span {
    font-size: 26px;
    font-weight: bold;
    margin: 0 20px;
}

.top_main_caption_comment {
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
}

.top_main_pickup5_box {
    display: flex;
    justify-self: center;
    overflow: hidden;
    width: auto;
}

.top_main_pickup5_solo {
    margin: 0 5px;
    width: calc(100% / 5);
    background-color: #f3f3f3;
}

.top_main_pickup5_solo_image_box {
    width: 190px;
    height: 190px;
}

.top_main_pickup5_solo_text_box {
    margin: 10px;
}

.btn_yellowback_large {
    background: #fef5d1 url("../img/arrow03.png") no-repeat scroll 25px 50% / 6px 8px;
    color: #333;
    display: table;
    font-size: 20px;
    margin: 20px auto 0;
    padding: 15px 40px;
}

.box_new {
    padding: 10px;
}

.box_new_solo {
    margin: 0 0 10px;
}

.box_new_solo .box_new_solo_date {
    width: 100px;
    color: #777;
    text-align: left;
    vertical-align: top;
}

.box_new_solo .box_new_solo_title {
    text-align: left;
}

.box_new_solo .caution1 img {
    float: left;
    width: 32px;
    margin: 0 5px 0 0;
}

.box_new_solo .caution1 span {
    display: block;
    margin: 3px 0;
}

.box_new_solo .box_new_solo_contents {
    padding: 10px 40px;
    font-size: 0.75em;
}

.box_new_solo .box_new_solo_contents p {
    margin: 20px 0;
}

.box_new_solo .box_new_solo_contents p.notice {
    padding: 20px;
    background-color: #EBA947;
    border-radius: 5px;
}

.box_faq {
    margin: 0px 35px 0;
}

.box_faq .box_faq_title {
    overflow: hidden;
}

.box_faq .box_faq_title .title_news {
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 36px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.box_faq .box_faq_title .btn_news_list_more {
    color: #333;
    float: right;
    position: relative;
    top: 5px;
}

.box_faq_solo_cap {
    background-color: #feeeef;
    color: #f96b6e;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

.box_faq_solo {}

.box_faq_solo.faq_q {
    padding: 15px 10px 10px;
}

.box_faq_solo.faq_q p {
    font-weight: bold;
}

.box_faq_solo.faq_a {
    padding: 15px 10px 10px;
    border-bottom: 1px dotted #ccc;
}

.box_faq_solo .box_faq_solo_type {
    display: table-cell;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    width: 36px;
}

.box_faq_solo .box_faq_solo_title {
    vertical-align: top;
    display: table-cell;
    font-size: 16px;
    text-align: left;
}

.btn_news_list_more {
    background: #FEF5D1 url("../img/arrow03.png") no-repeat scroll 5px 50% / 6px 8px;
    color: #333;
    display: block;
    padding: 5px 5px 2px 25px;
    text-align: center;
}

.box_faq_page {
    margin: 10px 20px;
}

.box_faq_page .box_faq_page_title {
    overflow: hidden;
}

.box_faq_page .box_faq_page_title .title_news {
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.box_faq_page .box_faq_page_title .btn_news_list_more {
    color: #333;
    float: right;
    position: relative;
    top: 5px;
}

.box_faq_page_solo_cap {
    background-color: #feeeef;
    color: #f96b6e;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

.box_faq_page_solo {}

.box_faq_page_solo.faq_q {
    padding: 25px 10px 10px;
}

.box_faq_page_solo.faq_q p {
    font-weight: bold;
}

.box_faq_page_solo.faq_a {
    background-color: #fefeed;
    border: 1px solid #eee;
    margin-left: 40px;
    padding: 15px 10px 10px;
}

.box_faq_page_solo .box_faq_page_solo_type {
    display: table-cell;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    width: 36px;
}

.box_faq_page_solo .box_faq_page_solo_title {
    vertical-align: top;
    display: table-cell;
    font-size: 16px;
    text-align: left;
}

.point_box {
    margin-top: 10px;
}

.point_icon {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}

.point_text {
    display: table-cell;
    vertical-align: top;
}

.point_text span {
    color: #FF3366;
}

.box_pr_page {
    margin: 10px 20px;
}

.box_pr_page .top_cap {
    font-size: 18px;
    line-height: 2em;
    margin-left: 10px;
    text-align: left;
}

.box_pr_page_box {
    background-color: #f7f7f7;
    padding: 30px;
}

.box_pr_page_box p {
    margin: 20px 0;
}

.box_pr_page_box_title {}

.box_pr_page_box_support_tel {}

.box_ci_page {
    margin: 10px 20px;
}

.box_ci_page .top_cap {
    font-size: 18px;
    line-height: 1.5em;
    margin-left: 10px;
    text-align: left;
}

.box_ci_page .top_cap span {
    font-weight: bold;
}

.box_ci_page_box {
    background-color: #f7f7f7;
    padding: 30px;
}

.box_ci_page_box p {
    margin: 20px 0;
}

.box_ci_page_box_title {}

.box_ci_page_box_support_tel {}

.box_ci_page .box_ci_page_title .title_news {
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    max-width: 235px;
}

.box_ci_page_box_input_box {
    margin: 5px 20px;
}

.box_ci_page_box_input_box input {
    font-size: 26px;
    padding: 10px;
    border: 2px solid #ed9702
}

.box_ci_page_box_input_box input::-webkit-input-placeholder {
    color: #ccc;
}

.box_ci_page_box_input_box input:-ms-input-placeholder {
    color: #ccc;
}

.box_ci_page_box_input_box input::-moz-placeholder {
    color: #ccc;
}

.box_ci_page_box_input_box a {
    background-color: #ff3366;
    color: #fff;
    font-size: 23px;
    padding: 5px;
    position: relative;
    top: -18px;
}

.ci_table_title {
    display: table;
    font-weight: bold;
    height: 60px;
    width: 100%;
}

.ci_table_title .c1 {
    display: table-cell;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 30%;
    padding: 10px;
}

.ci_table_title .c_other {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    width: 23%;

}

.ci_table_contents {
    display: table;
    width: 100%;
}

.ci_table_contents:nth-child(even) {
    background-color: #fefeed;
}

.ci_table_contents .c1 {
    display: table-cell;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 30%;
    padding: 10px;
}

.ci_table_contents .c_other {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    width: 23%;
}

.box_ci_page.ci_border {
    border: 1px solid #ccc;
    margin-top: 10px;
}

.box_ci_page.ci_border .err_mes {
    text-align: center;
    margin: 20px;
}

.box_trash_page_box {
    background-color: #fefeed;
    border: 1px solid #e8e8e8;
    display: table;
    overflow: hidden;
    padding: 30px;
    width: calc(100% - 62px);

}

.box_trash_page_box_area {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.box_trash_page_box_pict {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
    width: calc(40% - 62px);
}

.btn_trash_page_box_solo {
    background: #fef5d1 url("../trash/img/arrow01.png") no-repeat scroll 5px 50% / 6px 8px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    padding: 5px 5px 5px 20px;
    text-align: left;
}

.box_support24_page_title {
    margin: 0 20px;
}

.box_support24_page {
    margin: 10px 20px;
    overflow: hidden;
}

.box_support24_page .top_cap {
    font-size: 18px;
    line-height: 1.5em;
    margin: 20px 10px;
    text-align: left;
}

.box_support24_page .box_left {
    float: left;
    text-align: center;
    clear: both;
}

.box_support24_page .box_right {
    margin: 0 0 0 450px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.box_support24_page .icon24h span {
    display: inline-block;
    margin: 0 0 5px;
    padding: 2px 6px;
    color: #fff;
    font-weight: bold;
    background-color: crimson;
    border-radius: 5px;
}

.box_support24_page P {
    font-size: 1.2em;
    line-height: 1.3;
    margin: 20px;
    font-weight: bolder;
}

.box_support24_page .text1 {
    color: crimson;
}

.box_support24_page .text2 {
    margin: 0 10px 15px;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4;
    padding: 0;
}

.box_support24_page .text3 {}

.box_support24_page .text4 {
    font-size: 1.4em;
    line-height: 1.4;
    color: crimson;
}

.box_support24_page h3 {
    font-size: 2em;
    padding: 30px 0 10px;
    color: #333366;
    border-bottom: 2px dotted #637590;
    margin: 20px;
}

.box_support24_page img.pc {
    display: block;
    margin: 10px 0;
}

.box_support24_page img.sp {
    display: none;
}

.box_appCP202204 {
    padding: 10px 10px 50px;
    text-align: center;
}

.box_appCP202204 .img01,
.box_appCP202204 .img02 {
    margin: 0 0 30px;
}

.box_appCP202204 .appliDownload {
    margin: 50px 0;
}

.box_appCP202204 .img07 {
    margin: 30px 0 0;
}

.box_hokanbasyo {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 40px 10px;
    box-sizing: border-box;
}

.box_hokanbasyo .title {
    display: flex;
    align-items: center;
}

.box_hokanbasyo .title img {
    width: 180px;
    margin: 0 20px 0 0;
}

.box_hokanbasyo .title h1 {
    line-height: 1.4;
    font-size: 1.5em;
}

.box_hokanbasyo .box1 {
    padding: 20px 40px;
}

.box_hokanbasyo .box1 p {
    margin: 20px 0;
}

.box_hokanbasyo .box2 {
    padding: 0 20px;
    background-color: #fff9e7;
    border: 1px solid #ccc;
}

.box_hokanbasyo .box2 p {
    margin: 20px 0;
}

.box_hokanbasyo .box2 a:link,
.box_hokanbasyo .box2 a:visited,
.box_hokanbasyo .box2 a:hover,
.box_hokanbasyo .box2 a:active {
    color: #0000EE;
    text-decoration: underline;
}

.box_hokanbasyo footer {
    background-color: initial;
}

.box_cr_page {
    margin: 10px 20px;
}

.box_cr_page h2 {
    margin: 40px 0 20px;
}

.box_cr_page h2 img {
    width: 600px;
}

.box_cr_page h3 {
    margin: 10px 0;
    color: #666;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}

.box_cr_page h4 {
    margin: 20px 0 10px;
    color: #666;
    font-size: 18px;
    line-height: 1.4;
}

.box_cr_page h5 {
    margin: 20px 0 10px;
    color: #666;
    font-size: 18px;
    line-height: 1.4;
}

.box_cr_page hr {
    margin: 20px 0;
}

.box_cr_page .lead {
    margin: 0 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
}

.box_cr_page ul {
    margin: 10px 0;
    margin-left: 2em;
    padding-left: 2em;
    line-height: 1.5;
    list-style-type: disc;
}

.box_cr_page ul li {
    margin: 0 0 10px;
}

.box_cr_page .arrow {
    margin: 20px 220px 20px 0;
    text-align: center;
}

.box_cr_page .arrow img {
    width: 80px;
}

.box_cr_page .arrowCenter {
    margin: 20px auto;
}

.box_cr_page .point {
    margin: 10px 0;
}
.box_cr_page .point img {
    max-width: 80px;
}

.box_cr_page .strong {
    margin: 20px 0 0;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.box_cr_page .left {
    float: left;
}

.box_cr_page .img_right {
    float: right;
    width: 200px;
    margin: 10px;
}

.box_cr_page .changeTable {
    width: 100%;
    max-width: 860px;
    margin: 10px auto 20px;
}

.box_cr_page .example {
    margin: 20px 10px;
}

.box_cr_page .example a {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.box_cr_page .warning {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    border: 2px solid #ff3366;
    border-radius: 15px;
    box-sizing: border-box;
}

.box_cr_page .warning .title {
    color: #f00;
    font-size: 18px;
    font-weight: bold;
}

.box_cr_page .warning span {
    color: #f00;
}

.box_cr_page .content {
    margin: 0 0 40px 20px;
}

.box_cr_page .box_content {
    margin: 20px 0 40px;
    padding: 20px;
    background-color: #fefeed;
    border: 1px solid #eee;
    overflow: hidden;
}

.box_cr_page .toggleArea {
    margin: 10px 0 10px 2em;
    padding: 5px 10px;
    border: 1px solid #333;
    transition: 0.3s;
    cursor: pointer;
}
.box_cr_page .toggleArea:hover {
    transition: 0.3s;
    opacity: 0.5;
}

.box_cr_page .toggleArea a {
    text-decoration: underline;
}

.box_cr_page .toggleArea p.toggleButton {
    font-size: 15px;
}

.box_cr_page .toggleArea p.toggleButton span {
    font-size: 12px;
}

.box_cr_page .toggleArea div {
    display: none;
    margin: 5px 0 0;
    padding: 10px 0;
    border-top: 1px dotted #333;
}

/* cancellation */
.box_cancel_page {
    margin: 10px 20px;
}

.box_cancel_page h2 {
    margin: 40px 0 20px;
}

.box_cancel_page h2 img {
    width: 406px;
}

.box_cancel_page h3 {
    margin: 30px 0 0 0;
    padding: 5px 0 0 8px;
    color: #666;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    border-left: 4px solid #ec8200;
}

.box_cancel_page h4 {
    margin: 10px 0;
    color: #666;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted #ccc;
}

.box_cancel_page h5 {
    margin: 20px 0 10px;
    color: #666;
    font-size: 18px;
    line-height: 1.4;
}

.box_cancel_page hr {
    margin: 20px 0;
}

.box_cancel_page .lead {
    margin: 0 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
}

.box_cancel_page ul {
    margin: 10px 0;
    margin-left: 2em;
    padding-left: 2em;
    line-height: 1.5;
    list-style-type: disc;
}

.box_cancel_page ul li {
    margin: 0 0 10px;
}

.box_cancel_page .arrow {
    margin: 20px 0;
    text-align: center;
}

.box_cancel_page .arrow img {
    width: 80px;
}

.box_cancel_page .arrowCenter {
    margin: 20px auto;
}

.box_cancel_page .point {
    margin: 10px 0;
}
.box_cancel_page .point img {
    max-width: 80px;
}

.box_cancel_page .strong {
    margin: 20px 0 0;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.box_cancel_page .left {
    float: left;
}

.box_cancel_page .img_right {
    float: right;
    width: 200px;
    margin: 10px;
}

.box_cancel_page .changeTable {
    width: 100%;
    max-width: 860px;
    margin: 10px auto 20px;
}

.box_cancel_page .example {
    margin: 20px 10px;
}

.box_cancel_page .example a {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.box_cancel_page .warning {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    border: 2px solid #ff3366;
    border-radius: 15px;
    box-sizing: border-box;
}

.box_cancel_page .warning .title {
    color: #f00;
    font-size: 18px;
    font-weight: bold;
}

.box_cancel_page .warning span {
    color: #f00;
}

.box_cancel_page .content {
    margin: 0 0 40px 20px;
}

.box_cancel_page .box_content {
    margin: 10px 0 40px;
    padding: 20px;
    background-color: #fefeed;
    border: 1px solid #eee;
    overflow: hidden;
}

.box_cancel_page .toggleArea {
    margin: 10px 0 10px 2em;
    padding: 5px 10px;
    border: 1px solid #333;
}

.box_cancel_page .toggleArea a {
    text-decoration: underline;
}

.box_cancel_page .toggleArea p.toggleButton {
    font-size: 15px;
}

.box_cancel_page .toggleArea p.toggleButton span {
    font-size: 12px;
}

.box_cancel_page .toggleArea div {
    display: none;
    margin: 5px 0 0;
    padding: 10px 0;
    border-top: 1px dotted #333;
}

.exampleArea {
    margin: 10px 0 10px 2em;
    padding: 5px 10px;
    border: 1px solid #333;
}

.exampleArea a {
    text-decoration: underline;
}

.example_check {
    display: none;
}

.example_toggle {
    position: relative;
    display: block;
    padding: 0 15px 0 0;
    font-size: 15px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.example_toggle:after {
    content: "＋";
    position: absolute;
    top: 0;
    right: -5px;
    color: #f00;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}

.example_check:checked~.example_toggle:after {
    content: "－";
}

.example_content {
    height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
}

.example_check:checked~.example_content {
    height: auto;
    margin: 5px 0 0;
    padding: 10px 0;
    border-top: 1px dotted #333;
    overflow: visible;
    opacity: 1;
}

/*-------------------------------------------------------------------
	useful_moving_area
-------------------------------------------------------------------*/
.useful_box {
    margin: 40px 0;
}

.useful_sttl {
    color: #0A51A1;
    font-size: 136%;
    line-height: normal;
    text-align: left;
    padding: 0 0 5px 5px;
}

.useful_moving_area {
    background: #EFEFEF;
    margin-bottom: 40px;
}

.useful_moving_area li {
    padding: 15px;
    overflow: hidden;
}

.useful_moving_area li h4 {
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 131%;
    line-height: 140%;
    background: url(../../img/list_icon_link_darkblue.gif) no-repeat left 6px;
    clear: none;
}

.useful_moving_area li h4 a {
    padding-right: 20px;
}

.useful_moving_area li p {
    margin: 0px;
}

.useful_moving_area li .left_box {
    width: 230px;
    clear: both;
    float: left;
}

.useful_moving_area li .right_box {
    width: auto;
    margin: 0 0 0 250px;
    text-align: left;
}

/* Custom 2024-7
-------------------------------------------------------------- */
.siteTitle {
    padding: 8vw 4vw 6vw;
    text-align: center;
    background-color: #AED265;
    box-sizing: border-box;
}

.siteTitle h2 {
    margin: 0;
    font-size: 3.4em;
    line-height: 1.4;
}

.top_new {
    font-size: 1.6em;
    line-height: 1.4;
}

h3 {
    font-size: 2em;
    text-align: center;
    padding: 6vw 0 2vw;
}

.btnType01 {
    margin: 0 10px 1vw;
}

.btnType01 a {
    display: block;
    font-size: 1.55em;
    font-weight: bold;
    text-align: center;
    padding: 2vw 1vw;
    border: 2px solid #EBA947;
    border-radius: 2vw;
}

.introAPPLI {
    padding: 4vw 6vw;
    background-color: #E9F2D6;
    border-radius: 2vw;
}

.introAPPLI .iconPR {
    display: block;
    margin: 0 auto 2vw;
}

.introAPPLI .titleDL {
    font-size: 1.6em;
    text-align: center;
}

.introAPPLI .linkDL {
    display: flex;
    margin: 0 0 2vw;
    text-align: center;
}

.introAPPLI .linkDL>div {
    flex: 1;
}

.introAPPLI .linkDL>div p {
    margin: 0 0 1vw;
}

.introAPPLI .linkDL>div p img {
    height: 80px;
}

.introAPPLI ul.PR4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2vw;
}

.introAPPLI ul.PR4 li {
    width: calc(50% - 20px);
    margin: 10px;
}

.introAPPLI .caution1 {
    margin: 0 0 1vw;
    padding: 5px;
    font-size: 0.75em;
    border-bottom: 2px solid #DD5449;
}

.introAPPLI .caution1 img {
    float: left;
    width: 32px;
    margin: 0 5px 0 0;
}

.introAPPLI .caution1 span {
    display: block;
    margin: 3px 0;
}

.introAPPLI .caution2 {
    margin: 0 10px 2vw;
    padding: 0.5vw;
    text-align: center;
    background-color: #EBA947;
    border-radius: 2vw;
}

.introAPPLI .caution2 span {
    font-size: 1.6em;
}

.forHLS {
    padding: 4vw 6vw;
    background-color: #E9F2D6;
    border-radius: 2vw;
}

.forHLS .appService {
    margin: 0 auto 2vw;
}

.forHLS .PR {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

ul.buttonList {
    padding: 10px;
}

ul.buttonList li {
    margin: 0 0 20px;
}

ul.buttonList li a {
    display: block;
    padding: 1vw;
    color: #0055A2;
    font-size: 1.8em;
    text-align: center;
    background-color: #E9F2D6;
    border-radius: 2vw;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

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

    .siteTitle {
        padding: 20vw 4vw 6vw;
    }

    .siteTitle h2 {
        margin: 0;
        font-size: 2.0em;
        line-height: 1.4;
    }

}

@media only screen and (max-width: 900px) {
    .box_ci_page {
        margin: 10px auto;
    }

    .useful_moving_area>li {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }

    .useful_moving_area>li .left_box {
        width: 100%;
    }

    .useful_moving_area>li a {
        display: block;
        width: 100%;
        padding: 0;
        float: unset;
    }

    .useful_moving_area img {
        width: 100%;
        height: auto;
    }

    .useful_moving_area>li .right_box {
        display: block;
        width: 100%;
        margin: 0;
    }

    .useful_moving_area>li h4 {
        padding-left: 0;
    }

    .box_trash_page_box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }

    .box_trash_page_box>* {
        width: 100%;
    }

    .btn_trash_page_box_solo {
        padding: 10px 0 10px 20px;
        box-sizing: border-box;
    }

    .box_cr_page {
        margin: 10px 0px;
    }
    .box_cancel_page ul {
        margin-left: 0;
        padding-left: 1em;
    }
    .box_cr_page .toggleArea {
        margin: 10px 0 10px 0em;
    }
    .box_cancel_page .content {
        margin: 0 0 40px 0px;
    }

    .btn_yellowback_large {
        width: 100%;
        line-height: 1.3;
        text-indent: -0.5em;
    }
    .box_cancel_page {
        margin: 10px 0px;
    }
    .box_cr_page .img_right {
        float: none;
        width: 100%;
        margin: 10px;
    }
    .box_cr_page ul {
        margin-left: 0em;
        padding-left: 1em;
    }
    .box_cr_page .content {
        margin: 0 0 40px 0px;
    }
    .exampleArea {
        margin: 10px 0 10px 0em;
    }
}