.inline {
	display: inline;
}

.pull_top {
    /* Match fixed navbar (~80px: brand row + subtitle). */
    padding-top: 80px !important;
}

.top-img {
    /* Homepage hero: no extra gap under the navbar. */
    margin-top: 0;
}

.navigation-btn {
    font-size: 0.8em;
}

.hitem {
	display: none;
}

h1 {
    padding-left: 8px;
}

h1.page-heading,
.navbar-title {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.cursor-pointer {
    cursor: pointer;
}

.text-shadow {
    text-shadow: 0px 0px 6px rgba(255,255,255,1);
}

.price-text {
	font-size: 3em !important;
    line-height: 1.3em;
}

.sidepadding {
    padding: 0 15px;
}
.sidepadding-10 {
    padding: 0 10px;
}
.sidepadding-5 {
    padding: 0 5px;
}

.sidemargin-5 {
    margin-left: 0;
    margin-right: 0;
}

.fillbox {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    /* Decorative overlay text only — must not steal clicks from links/buttons
     * if containing-block positioning regresses (seen after BS5 column changes). */
    pointer-events: none;
}

.bg-extralightgray {
    background-color: #f7f7f7;
}

/* supervisor styles */
.supervisor-img {
    height: 190px !important;
    margin-right: 30px;
    margin-top: 0;
}
.attention {
    /* padding: 30px; */
    padding-top: 0;
    padding-bottom: 0;
    border: 2px solid #b3d1ea;
    background-color: #f8f9fa;
    /* margin-top: 2em;
    margin-bottom: 2em; */
    margin-top: 1em;
    margin-bottom: 1em;
}

.supervisor-box {
    font-size: 12px;
    border-radius: 7px;
}
.supervisor-box p {
    line-height: 1.4em;
}

.supervisor-box .title {
    font-weight: 600;
    text-indent: 0;
    margin-top: 8px;
    margin-bottom: 0;
}
.supervisor-box .name {
    font-size: 16px;
    font-weight: 600;
    text-indent: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.supervisor-box .comment-title {
    font-size: 14px;
    font-weight: 600;
    text-indent: 0;
    margin-top: 5px;
    margin-bottom: 0;
}
.supervisor-box .comment-name {
    font-size: 16px;
    text-indent: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.supervisor-box .description {
    text-indent: 0;
    margin-top: 5px;
    margin-bottom: 8px;
}

.supervisor-box .comment-body {
    text-indent: 0;
    line-height: 1.5em;
    padding: 8px 12px;
}

.supervisor-heading {
    line-height: 1.6em;
}

.col-fixed-100{
    position: absolute;
    padding-top: 5px;
    top: 5px;
    left: 0;
    width: 100px;
    text-align: center;
    font-weight: 600;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    /* background-color: lightcoral; */
    /* border-right: 1px solid #eee; */
}
.col-offset-100{
    padding-left:112px;
    z-index:0;
    min-height: 130px;
}

.comment-box {
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.comment-body {
    font-size: 14px;
    background-color: #f6f9fc;
    border-radius: 7px;
}
.comment-body b,
.comment-bold {
    background: linear-gradient(transparent 60%,#fedee7 0);
}

.col-fixed-50{
    position: absolute;
    padding-top: 10px;
    top: 5px;
    left: 0;
    width: 50px;
    text-align: center;
    font-weight: 600;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    /* background-color: lightcoral; */
    /* border-right: 1px solid #eee; */
}
.col-offset-50{
    padding-left:65px;
    z-index:0;
    min-height: 70px;
}
/* supervisor styles */

.noindent {
    text-indent: 0 !important;
}

.lsearch-list {
	line-height: 2em;
}

.list-style {
    padding: 0 0 1em 1em;
    margin: 0;
}
.list-style li {
	margin-top: 1em;
	line-height: 1.8em;
    font-size: 90%;
}

.serviceinfo-img {
    height: 90px !important;
    padding-right: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.serviceinfo-panel {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: solid rgb(0 0 0 / 8%) 1px;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important; */
}

.row .sidemargin {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.large-line-height {
    line-height: 2em !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    vertical-align: middle;
}

.item-hide {
	display: none !important;
}

@media (max-width: 420px) {
    .supervisor-img {
        height: 100%;
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 20px;
    }
}

.section-text p {
    text-indent: 1em;
}
.section-text span,
.section-text i {
    text-indent: 0;
}

.normal-input {
    width: 180px;
}

.prefecture-input {
    width: 120px;
}

.sate-div {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    padding-top: 4px;
}
.satei-btn {
    background-color: transparent;
    border: 2px solid white;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 480px) {
    .sate-div {
        display: none;
    }
}

input {
    border: solid 1px #666;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
.splash {
  display: none;
}

[ng-cloak].splash {
  display: block !important;
}

.apply_btn {
    display: inline-block;
    position: relative;
    padding: 0.5em;
    text-decoration: none;
    border-bottom: solid 5px #347834;/*ボタン色より暗めに*/
    border-right: solid 5px #449B44;/*ボタン色より暗めに*/
}

.apply_btn:before {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #FFF;
}
.apply_btn:after {
    content: " ";
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0px 6px 6px 0px;
    border-style: solid;
    border-color: #FFF;
    border-bottom-color: transparent;
}
.apply_btn:active { /*ボタンを押したとき*/
    border:none;
    -ms-transform: translate(6px,6px);
    -webkit-transform: translate(6px,6px);
    transform: translate(6px,6px);
}
.apply_btn:active:after,.apply_btn:active:before {
    content: none;/*ボタンを押すと線が消える*/
}

.a-section {
    padding-top: 4em;
}

@media (max-width: 768px) {
    .a-section {
        padding-top: 3.6em;
    }
}

.chat-button {
    position: fixed;
    z-index: 10;
}
.chat-button .btn {
    height: auto;

    border: #F03C02 solid 1px;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.7));
    opacity: 0;

    border-radius: 20px;
    animation: fadeIn 1s ease 4s 1 normal forwards running, fadeOut 1s 14s forwards running;
}


.mobile-ad .chat-button {
    bottom: 12px;
    right: 12px;
}
.display-ad .chat-button {
    bottom: 20px;
    right: 40px;
}

.chat-comment::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 25px;
    bottom: -12px;
    border-top: 12px solid #F03C02;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nodisplay{
    display: none;
}

/* speech bubble Rik Schennink */
.speech-bubble {
    /* layout */
    position: absolute;
    max-width: 30em;

    white-space: nowrap;

    /* looks */
    background-color: #fff;
    padding: 0.6em 0.8em;
    font-size: 0.8em;
    text-align: center;
    /* font-weight: 600; */
    border-radius: 1rem;
    box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);

    z-index: 10;

    /*
    opacity: 1;
    */
    opacity: 0;
    animation: fadeIn 1s ease 2s 1 normal forwards running, fadeOut 1s ease 10s 1 normal forwards running;
}

.tinyred {
    color: red;
    font-size: 9px;
}

.speech-bubble::before {
    /* layout */
    top: -8px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 7em; /* offset should move with padding of parent */
    border: .75rem solid transparent;
    border-top: none;

    /* looks */
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));

    z-index: 10;
}

.top-pop {
    top: 46px;
    left: -180px;
    /* right: 37%; */
}

.top-mobile {
    display: none;
}

@media (max-width: 767px) {

    .top-pop {
        top: 43px;
        right: 25px;
    }

    .top-mobile {
        display: inline;
        top: 43px;
        right: 3px;
    }
}

.clear {
    clear: both;
}

/* for youtube movie */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.userapplybtn {
	position: fixed;
	bottom: 1em;
	right: 1em;
    border: solid 2px #fff;
    border-radius: 5px;
	z-index: 10;
}
.shadowbtn {
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.fade.in {
    background-color: rgba(0,0,0,0.4);
}

.ad-box {
	background: #f0c250;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	padding: 10px 0;
}
.ad-box p { 
	color: black;
	font-weight: 800;
}

.ad-mark-text {
    font-family: 'Roboto Thin', sans-serif;
    font-weight: 100;
    font-size: 12px !important;
    color: #aaa !important;
}
.ad-mark-text-large {
    font-family: 'Roboto Thin', sans-serif;
    font-weight: 100;
    color: #222 !important;
    font-size: 15px !important;
}

.text-dark {
    line-height: 1.2em;
    color: #666 !important;
    padding-top: 1em;
}

.btn-shadow {
    box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
}
.btn-shadow-xs {
    box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}

ul.asp-list {
	padding-left: 20px;
}
ul.asp-list li {
    line-height: 1.9em;
    padding: 0.8em 0;
	border-bottom: 1px solid #e9e9e9;
}

.asp-link {
	margin-top: 1.2em;
}
.asp-image {
	max-width: 350px;
	margin: 1em;
}

.iframebox {
    width: 100%;
    height: 576px;
    border: none;
}

@media (max-width: 1024px) {
    .iframebox {
        /* Mid widths (col-sm-8 ≈ 340px) need ~750px; JS fitIframeBox
         * adjusts exactly after load. Keep a floor so the ranking
         * table is not clipped before/without JS. */
        height: 800px;
    }
}

@media (max-width: 420px) {

	.asp-image {
		width: 90%;
	}

	.asp-title {
		text-align: center;
		padding-top: 1em;
		padding-bottom: .3em;
	}
	
	.asp-image-div {
		width: 100%;
		text-align: center;
		padding-bottom: 1em;
	}
	.asp-image {
		width: 100%;
		margin: 0;
	}
    
    ul.asp-list li {
        padding: 0.8em 0 !important;
    }

    .iframebox {
        height: 850px;
    }
}

@media (max-width: 380px) {
    .iframebox {
        height: 880px;
    }
}

@media (max-width: 360px) {
    .iframebox {
        height: 950px;
    }
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
border: 1px solid #e6e6e6;
    background:#fcfcfc;
    position:relative;
    margin:0 0 20px 0;
    padding:0;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding:20px 0 0px 0;
    display:block;
}
.pricing-box-alt.special .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding:40px 0 1px 0;
    border-bottom:none;
    display:block;
    color:#fff;
}
.pricing-box-alt.special .pricing-heading h3 {
    color:#fff;
}

.pricing-box-alt .pricing-heading h3 strong {
    font-size:32px;
    font-weight:700;
    letter-spacing:-1px;
}
.pricing-box-alt .pricing-heading h3 {
    font-size:32px;
    font-weight:300;
    letter-spacing:-1px;
}

.pricing-box-alt .pricing-heading img {
    box-shadow: 4px 4px 4px rgb(0 0 0 / 20%);
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background:#333;
    display:block;
    overflow:hidden;
    padding:30px 0 20px;
}

.pricing-box-alt .pricing-terms  h6 {
    font-style:italic;
    margin-top:10px;
    color:#fff;

    font-family:'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
    padding:12px;
    font-size: 16px;
    font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action{
    margin:0;
    text-align:center;
    padding:30px 0 30px 0;
}

.pricing-content{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-content strong{
color:#353535;
}

.pricing-content ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-content ul li{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px;
	margin:0 0 0 0;
}

.pricing-list .ad-box {
    color: black;
}

.agentbody img {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.toplist li {
    list-style-type: decimal;
    margin-bottom: 1em;
}

@media (max-width: 420px) {
    .toplist {
        text-align: left;
        margin-left: -20px;
        margin-right: -3px;
        line-height: 2em;
    }
    .toplist li {
        margin-bottom: 0.5em;
    }
}

.sell-container {
    border: solid 1px #ddd;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.sell-container ul {
    padding-left: 20px;
    line-height: 2em;
}

.sell-list {
    font-size: 14px;
    line-height: 1.8em;
}

.sell-table-box {
    border: 2px solid #b3d1ea;
}

.sell-table {
    font-size: 12px;
}

.sell-table .insidebox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #ddd;
}

.sell-table .insidebox .boxlabel {
    position: absolute;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
}

.sell-table th:first-child,
.sell-table td:first-child {
  position: sticky; /* 固定する */
  left: 0; /* 左端に固定する */
  background-color: #fff; /* 背景色を白に設定する */
  z-index: 1; /* 他のセルよりも手前に表示する */
  border-right: none;
  min-width: 110px;
}

.sell-table th:first-child,
.sell-table th {
    vertical-align: middle !important;
    white-space: nowrap;
    background-color: lightyellow;
}

.sell-table td {
    white-space: nowrap;
}

.sell-label-box {
    margin-bottom: 1em;
    border-bottom: solid 1px #ddd;
}

.sell-company-label {
    color: #999;
    font-weight: 600;
}
.sell-service-label {
    line-height: 1.2em;
    padding-bottom: 5px;
}

.sell-info-table {
    font-size: 12px;
}
.sell-data-table {
    font-size: 11px;
}
.sell-info-table th,
.sell-info-table td,
.sell-data-table th,
.sell-data-table td {
    vertical-align: top !important;
    text-align: left !important;
    padding: 8px !important;
}

.ratebox {
	padding: 8px 0 8px 0;
}
.ratelabel {
	font-weight: 700 !important;
}
.ranklabel {
	margin-right: 0.8em;
}

.real-estate-panel {
    border: solid 2px #bce8f1;
    margin-top: 6px;
    margin-bottom: 3px;
    padding: 0;
}
.real-estate-header {
    background-color: #d9edf7;
    text-align: center;
    padding: 6px 12px 6px 0;
    font-size: 13.5px;
    font-weight: 600;
}
.real-estate-value {
    color: #333;
    text-align: center;
    padding: 12px 0;
}
.real-estate-bg {
    font-size: 22px;
    font-weight: 600;
}
.real-estate-prefix {
    font-size: 14px;
    font-weight: 400;
}
.real-estate-md {
    font-size: 15px;
    font-weight: 600;
}
.real-estate-suffix {
    font-size: 10px;
    font-weight: 400;
    line-height: 0.5;
    margin-top: 4px;
    padding-bottom: 8px;
}


.image-container {
    position: relative;
    margin-bottom: 10px;
}

/* sync from css/app.css — area insight / kakaku details */

h1 {
	font-size: 22px !important;
	font-weight: 550 !important;
	color: inherit !important;
	line-height: 1.3em !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.navbar-title {
	font-size: 12px !important;
	font-weight: 550 !important;
	color: white !important;
	line-height: 1.1em !important;
	margin: 0 !important;
	display: block;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.page-heading small {
	font-size: 65%;
	font-weight: normal;
	color: #333;
}

h2, .h2 {
	font-size: 22px !important;
}

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

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

.table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-scroll > .table {
	margin-bottom: 0;
	font-size: 14px;
}

.table-scroll > .table small {
	font-size: 85%;
}

.table-scroll > .table td .small,
.table-scroll > .table td small {
	line-height: 1.2;
}

.area-insight-article .table-scroll {
	margin-bottom: 1em;
}

body.pull_top .breadcrumb.halfbottommargin {
	margin-top: 15px;
}

@media (max-width: 767px) {

	.table-scroll > .table > thead > tr > th,
	.table-scroll > .table > tbody > tr > td {
		white-space: nowrap;
	}

	.table-scroll > .table {
		font-size: 13px;
	}

	body.pull_top {
		/* Match collapsed mobile navbar (~70px: brand row + title). */
		padding-top: 70px !important;
	}

	body {
		font-size: 14px;
	}

	h1 {
		font-size: 18px !important;
		line-height: 1.4em !important;
	}

	h2, .h2 {
		font-size: 16px !important;
		line-height: 1.4em !important;
	}

	h3, .h3 {
		font-size: 15px !important;
		line-height: 1.35em !important;
	}

	h4, .h4 {
		font-size: 14px !important;
		line-height: 1.35em !important;
	}

	.section-text .small,
	.section-text small {
		font-size: 12px !important;
		line-height: 1.55em;
	}

	.toc {
		font-size: 14px;
	}

	.form-control,
	.form-control-lg,
	select.form-control {
		font-size: 16px;
	}

	.btn-lg {
		font-size: 16px;
	}

	.navbar .container {
		max-width: 100%;
	}

	.navbar .row {
		margin-left: 0;
		margin-right: 0;
	}

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

.area-insight-notes {
	margin: 0.5em 0 0 !important;
	padding: 0 !important;
	line-height: 1.35 !important;
}

.area-insight-notes li {
	margin: 0 0 0.2em !important;
	position: relative;
	padding-left: 1em;
}

.area-insight-notes li::before {
	content: "・";
	position: absolute;
	left: 0;
}
