/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20210719
*/




#st-header-top-widgets-box .st-content-width{

    padding:0px !important;
}

.mid td{
    vertical-align: middle;
text-align: center;
background-color: #fff;
}


.yellowbox1 {
background-color: #fff4ed;
    background-repeat: no-repeat;
    background-position: left top;
padding: 27px 20px 10px 21px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-left-width: 7px;
    border-left-style: solid;
    border-left-color: #f1c86a;
}

.yellowbox1 p{font-size: 12px;line-height: 20px;margin: 5px 0 0 0;}





/**********************************************
  口コミリスト　ここから
*********************************************/

.defaultlist{
	padding:0px !important;
	margin:0px !important;

}


.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 20px 0px !important;
	font-size:18px !important;
	line-height:1.5em !important;
}


.list5 li{
	position:relative !important;
	padding-left:20px !important;
}
.list5 li:before{
	content:''; 
	height:0px; 
	width: 90%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
}

.list5 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#009F00;
	width:5px;
	height:5px; 
	top:9px; 
	left:5px; 
	border-radius: 5px;
	line-height:1.5em !important;
}



ol.ichiran1{
  counter-reset:list;
  list-style-type:none !important;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.ichiran1 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
}
ol.ichiran1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.ichiran1 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.period_navi {
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    padding: 1px;
    border-bottom: #000000 dotted 1px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;}


/**********************************************
  公式ボタン  ここから
*********************************************/


.rankstlink-r p a {
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    display: block;
    width: 64%; /* 初期98% */
    text-align: center;
    padding: 10px;
    background-color:#079965;
    color: #ffffff;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    font-weight: bold;
  box-shadow: 0 3px 0 #5a5a5a;
}

.rankstlink-r p a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
}



.rankstlink-r-pink p a {
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    display: block;
    width: 60%;
    text-align: center;
    border: solid 2px #ff8ab4;
    padding: 10px;
    background-color: #ea60911a;
    color: #ec6092;
    text-decoration: none;
margin: auto auto 5.5em auto;
    -webkit-border-radius: 27px;
    -moz-border-radius: 5px;
    font-weight: bold;
    box-shadow: 3px 3px 0 #d45080;
}
.rankstlink-r-pink p a:hover {
    color: #ec6092;
    background: var(--color-pink);
    transition: .3s;
}



.kuchilink-r p a {
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    display: block;
    width: 95%;
    text-align: center;
    padding: 10px;
    background-color: #247bc7;
    color: #ffffff;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 3px 0 #5a5a5a;
}

.kuchilink-r p a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
}



/*iepuraアイコン pc向け ここから*/


.btn-wrap{
    width:70%;
    margin:0 auto;
}

.btn,
a.btn,
button.btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #212529;
    border-radius: 0.5rem;
}



a.btn--tel {
  display: block;

  margin-top: 15px;
  padding: 1rem 0;

  color: #fff;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
  background: #31ad69;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/*iepuraアイコン pc向け ここまで*/





.source_moto {
    text-align: right;
    font-size: 12px !important;
    color: #000000;
    margin-top: -1.2em;
    line-height: 1.8em !important;
    padding: 0;
}


.l_tex {
    text-align: left;
    font-size: 12px !important;
    color: #000000;
    line-height: 1.8em !important;
    padding: 0;
}


/**********************************************
  賃貸ランク見出し  ここから
*********************************************/

h5.entry01 {
    border-left: 5px solid #d7605e;
    background-color: #f7dfa5;
    font-size: 18px;
    margin: 13px 0 15px 0px;
    padding: 8px 6px 4px 15px;
}

h2.chintai_rank{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.4em 0.7em;
    background: #00aecd !important;
    color: #fff !important;
    font-size: 1.4em;
    font-weight: bold;
}
 
h2.chintai_rank:after{
    position: absolute;
    bottom: -9px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #00aecd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}




h3.chintai_rank{
position: relative;
margin: 0 0 1.5em;
padding: 0.4em 0.7em;
background: #00aecd !important;
color: #fff !important;
font-size: 1.4em;
font-weight: bold;
border: 2px #00aecd solid !important;
}
 
h3.chintai_rank:after{
    position: absolute;
    bottom: -9px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #00aecd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


/**********************************************
  数字のリスト
*********************************************/

ol.number_list{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #92bd22;
font-weight: bold;
margin: 22px 0;

}
ol.number_list li{
  border-bottom: dashed 1px #92bd22;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
ol.number_list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #92bd22;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
ol.number_list li:last-of-type{
  border-bottom: none; /*最後のliの線だけ消す*/
}

/**********************************************
  丸のリスト
*********************************************/


ol.point_list{
    counter-reset:number; /*数字をリセット*/
    list-style-type: disc !important; /*数字を一旦消す*/
    padding: 0.3em 2em !important;
    border: solid 2px #a0a09f;
    font-weight: bold;
    color: #2b2b2a;


}

ol.point_list li{
    border-bottom: dashed 1px #a0a09f;
    position: relative;
    padding: 0.5em 0.5em 0.5em 0px !important;
    line-height: 1.5em;
    font-size:15px !important;
}

ol.point_list li:last-of-type{
    border-bottom: none; /*最後のliの線だけ消す*/
}

p.under_lie{
padding: 4px 5px;
margin: 30px 0 10px;
font-size: 17px !important;
line-height: 26px;
border-bottom: 2px solid #4d4e48;
font-weight: bold;
}


p.number_hukidashi{
    position: relative;
    margin: 2.5em 0 1em 0;
    padding: 0.4em 0.7em;
    background: #ffdd83 !important;
    color: #000 !important;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
p.number_hukidashi:after{
    position: absolute;
    bottom: -9px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #ffdd83;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


/**********************************************
  順位のリスト
*********************************************/



ol.rank_list{
  counter-reset:list !important;
  list-style-type:none !important;
  font: 14px/1.6 'arial narrow', sans-serif !important;
  padding:0 !important;
}
ol.rank_list li{
  position:relative;
  margin: 9px 0 9px 0px;
  padding:11px 12px 10px 50px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #a99e9e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;

}
ol.rank_list li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #165d6d;

  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.rank_list li:hover{
  background: #33a972;
  color: #fff;
}
ol.rank_list li:hover:before{
  background: #fff;
  color: #33a972;
}

ol.rank_list li  a {
    display: block;
    height: 100%;
    width: 100%
text-decoration: none !important;
	color: #4682b4;
}


ol.rank_list li a:hover {
	color: #fff;
text-decoration: none !important;
}

/***********************************************
	h4 新listmark追加 評価マーク start
***********************************************/

.check_mark1 {
  padding-left: 38px !important;
  position: relative;
margin: 40px 0 20px !important;
font-weight:bold !important;
  border-bottom: 2px solid #92bd22;
font-size:20px !important;
}
.check_mark1::after {
  content: '';
  display: block;
  position: absolute;
  top: .4em;
  left: 0.2em;
  width: 20px;
  height: 10px;
  border-left: 3px solid #25AF01;
  border-bottom: 3px solid #25AF01;
  transform: rotate(-45deg);
}

.check_mark {
  padding-left: 38px !important;
  position: relative;
  margin: 40px 0 20px !important;
}
.check_mark::after {
  content: '';
  display: block;
  position: absolute;
  top: .4em;
  left: 0.2em;
  width: 20px;
  height: 10px;
  border-left: 3px solid #4d4e48;
  border-bottom: 3px solid #4d4e48;
  transform: rotate(-45deg);
}





h4.rank1 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/good_icon03.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold !important;
	background-color:#FFFFFF !important;
border-left: 3px solid #FFFFFF !important;
margin: 3px 0 15px 0 !important;
	
	}

h4.rank2 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/normal_icon01.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold !important;
		background-color:#FFFFFF !important;
border-left: 3px solid #FFFFFF !important;
margin: 3px 0 15px 0 !important;
	}

h4.rank3 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/bad_icon01.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold !important;
		background-color:#FFFFFF !important;
border-left: 3px solid #FFFFFF !important;
margin: 3px 0 15px 0 !important;

	}
	
	
	
.ie_rank1 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/good_icon03.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold !important;
	background-color:#FFFFFF !important;
	}

.ie_rank2 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/normal_icon01.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold !important;
		background-color:#FFFFFF !important;
	}

.ie_rank3 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/bad_icon01.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold !important;
		background-color:#FFFFFF !important;
	}



/***********************************************
	h4 listmark追加 評価マーク end
***********************************************/


h5.k_navi {
font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; 
  position: relative;
  padding:0 0 0 5px;
  border-bottom: #000000 dotted 1px;
}

/*****
h5.k_navi::before,
h5.k_navi::after {
position: absolute;
content: '';
border-radius: 100%
}
h5.k_navi::before {
  top: .1em;
  left: .2em;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: rgb(153, 153, 153);
}
h5.k_navi::after {
  top: .5em;
  left: .7em;
  width: 10px;
  height: 10px;
  background: rgb(204, 204, 204);
}
*****/


.ie_navi {
  font-size: 18px;
  position: relative;
  padding:0.1em 0.1em 0.2em 2em;
  border-bottom: #000000 dotted 2px;
}
.ie_navi::before,
.ie_navi::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.ie_navi::before {
    top: .4em;
    left: .4em;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: rgb(153, 153, 153);
}
.ie_navi::after {
    top: .8em;
    left: .7em;
    width: 10px;
    height: 10px;
    background: rgb(204, 204, 204);
}


/***********************************************
口コミ家賃表
***********************************************/

table.type_y {

	text-align: left;
	border: 1px solid #c3c3c3;
	width:100%;
	font-size:0.8em;
	border-spacing:1px;  
}

table.type_y th {
  width: 30%;
padding: 4px;
    margin: 4px;
    text-align: left;
    background:#f1f1f1;
    color: #333;
    border: solid 1px #9c9b9b;
    vertical-align: middle;
	
}
table.type_y td {
	padding: 0.5em 0.8em 0.4em 0.8em;
		margin:4px;
	vertical-align: middle;
	background-color:#FFF;

}





/***********************************************
口コミ家賃表終わり
***********************************************/


/**********************************************
  星レート　ここから
*********************************************/

.rate {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 20px;
  font-size: 20px;
letter-spacing: 0;
}
.rate:before, .rate:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.rate:before {
  color: #ddd; /*星色*/
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap; /*重要*/
}

.rate00:after{width: 0;}
.rate05:after{width: 10px;}
.rate10:after{width: 20px;}
.rate15:after{width: 30px;}
.rate20:after{width: 40px;}
.rate25:after{width: 50px;}
.rate30:after{width: 60px;}
.rate35:after{width: 70px;}
.rate40:after{width: 80px;}
.rate45:after{width: 90px;}
.rate50:after{width: 100px;}


/**********************************************
  星レート  の評価
*********************************************/

.news_dl dd {
    width: 100%;
    margin-left: 1%;
    border-bottom: dotted 1px #6b6666;
    padding: 7px 0px;
}
.news_dl dt {
    float: left;
    clear: both;
    width: 112px;
    /* border-bottom: dotted 1px #6b6666; */
    padding: 9px 0px;
}
.news_dl span {
text-align: center;
padding: 0px 4px;
margin: 1px 5px;
}




.c_data{
border-top: none !important;
    line-height: 27px !important;
    margin: 2.5em 0 1em 0 !important;
    padding: 0.4em 0.4em 0.4em 0.6em !important;
    color: #4a4338 !important;
    line-height: 34px !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-color: #fff5dc !important;
    border-left: 9px solid #fbd93c !important;
    border-bottom: 1px solid #ffffff !important;
    font-size: 18px !important;
    font-weight: bold;
}




h3.num {
border-top: none !important;
    position: relative !important;
    padding:4px 10px 4px 55px !important;
    line-height: 28px !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #424442 !important;
    border: 1px solid#ffffff !important;
    background: #fff1cc !important;
    margin: 3em 0 1em 0 !important;
}


h3.num1 {
border-top: none !important;
    position: relative !important;
    padding:4px 10px 4px 60px !important;
    line-height: 28px !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #424442 !important;
    border: 1px solid#ffffff !important;
    background: #fff1cc !important;
    margin: 3em 0 1em 0 !important;
}


        /*見出しデザインここから*/
h4.num {
    position: relative !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 2.8em !important;
    padding-right: 0px;
    line-height: 38px !important;
    font-size: 1.2em !important;
font-weight: bold !important;
    color: #424442 !important;
    border: 1px solid#ffffff !important;
    background: #fff1cc !important;
    margin: 3em 0 1em 0 !important;
}
.suji {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 1rem !important;
    color: #ffffff !important;
    background: #f9c15b !important;
    border-right: 1px solid #ffffff !important;
    height: 100%;
}




.rank_text{text-align: right;}
.red_marker{color:#d00f0f !important;
font-weight: bold !important;
}
.marker {
background: linear-gradient(transparent 60%, rgb(255 223 223 / 45%) 60%);
font-weight: bold !important;

}


/***********************************************
ランキング　ここから
***********************************************/

.rank01, .post .rank01, #side .rank01 {
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 65px;/*変更前70px*/
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank03_01.png);
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ABA732;
    background-color: transparent;
    color: #000;
    font-size: 2.0em !important;
    line-height: 27px;
border-left-color: #ffffff;
}


.rank02, .post .rank02, #side .rank02 {
background-repeat: no-repeat;
background-position: left center;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 65px;/*変更前70px*/
background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank03_02.png);
margin-bottom: 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #ABA732;
background-color: transparent;
color: #000;
font-size: 2.0em !important;
line-height: 27px;
border-left-color: #ffffff;
}


.rank03, .post .rank03, #side .rank03 {
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 65px;/*変更前70px*/
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank03_03.png);
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ABA732;
    background-color: transparent;
    color: #000;
    font-size: 2.0em !important;
    line-height: 27px;
border-left-color: #ffffff;
}


.rank04, .post .rank04, #side .rank04 {
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 70px;
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank04.jpg);
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ABA732;
    background-color: transparent;
    color: #000;
    font-size: 24px !important;
    line-height: 27px;
border-left-color: #ffffff;
}


.rank05, .post .rank05, #side .rank05 {
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 70px;
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank05.jpg);
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ABA732;
    background-color: transparent;
    color: #000;
    font-size: 24px !important;
    line-height: 27px;
border-left-color: #ffffff;
}

/*住みたくない街rank用 start*/

.sumitakunai01{
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 85px !important;/*変更前65px*/
    background-image: url(https://chintaibest.com/wp-content/uploads/2015/08/rank_1.gif);
    margin-bottom: 10px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 24px !important;
    line-height: 45px !important;
border-left-color: #ffffff !important;
}


.sumitakunai02{
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 85px !important;/*変更前65px*/
    background-image: url(https://chintaibest.com/wp-content/uploads/2015/08/rank_2.gif);
    margin-bottom: 10px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 24px !important;
    line-height: 45px !important;
border-left-color: #ffffff !important;
}

.sumitakunai03 {
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 85px !important;/*変更前65px*/
    background-image: url(https://chintaibest.com/wp-content/uploads/2015/08/rank_3.gif);
    margin-bottom: 10px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 24px !important;
    line-height: 45px !important;
border-left-color: #ffffff !important;
}

/*住みたくない街rank用 end*/



/*犯罪発生率rank用 start*/

.hanzai01{
   background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 13px !important;
    padding-left: 54px !important;
    background-image: url(https://chintaibest.com/wp-content/uploads/2017/11/hanzai_rank1.gif);
    margin-bottom: 6px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 38px !important;
border-left-color: #ffffff !important;
}


.hanzai02{
   background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 13px !important;
    padding-left: 54px !important;
    background-image: url(https://chintaibest.com/wp-content/uploads/2017/11/hanzai_rank2.gif);
    margin-bottom: 6px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 38px !important;
border-left-color: #ffffff !important;
}

.hanzai03{
   background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 13px !important;
    padding-left: 54px !important;
    background-image: url(https://chintaibest.com/wp-content/uploads/2017/11/hanzai_rank3.gif);
    margin-bottom: 6px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 38px !important;
border-left-color: #ffffff !important;
}

.hanzai04{
   background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 13px !important;
    padding-left: 54px !important;
    background-image: url(https://chintaibest.com/wp-content/uploads/2017/11/hanzai_rank4.gif);
    margin-bottom: 6px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 38px !important;
border-left-color: #ffffff !important;
}

.hanzai05{
   background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 13px !important;
    padding-left: 54px !important;
    background-image: url(https://chintaibest.com/wp-content/uploads/2017/11/hanzai_rank5.gif);
    margin-bottom: 6px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 38px !important;
border-left-color: #ffffff !important;
}



/*住みたくないrank用 start*/
.bad_rankparts {
 background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 80px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 1.6em !important;
    line-height: 50px !important;
    border-left-color: #ffffff !important;
}


.grecaptcha-badge { visibility: hidden; }

.bad_rankimg1{
    background-image: url(https://chintaibest.com/wp-content/uploads/2015/08/rank_1.gif);
}

.bad_rankimg2{
    background-image: url(https://chintaibest.com/wp-content/uploads/2015/08/rank_2.gif);
}

.bad_rankimg3{
    background-image: url(https://chintaibest.com/wp-content/uploads/2015/08/rank_3.gif);
}

/*住みたくないrank用 end*/


/*住みたいrank用 start*/
.rankparts {
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 16px !important;
    padding-left: 70px !important;
    margin-bottom: 10px !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #ABA732 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 1.6em !important;
    line-height: 27px !important;
    border-left-color: #ffffff !important;
}

.rankimg1{
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank03_01.png);
	}

.rankimg2{
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank03_02.png);
	}

.rankimg3{
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank03_03.png);
	}


.rankimg4{
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank04.jpg);
	}

.rankimg5{
    background-image: url(https://chintaibest.com/wp-content/uploads/2016/09/rank05.jpg);
	}

.rankimg6{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank06.gif);
	}

.rankimg7{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank07.gif);
	}

.rankimg8{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank08.gif);
	}

.rankimg9{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank09.gif);
	}
.rankimg10{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank10.gif);
	}
.rankimg11{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank11.gif);
	}
.rankimg12{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank12.gif);
	}
.rankimg13{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank13.gif);
	}
.rankimg14{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank14.gif);
	}
.rankimg15{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank15.gif);
	}
.rankimg16{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank16.gif);
	}	
.rankimg17{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank17.gif);
	}									
.rankimg18{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank18.gif);
	}
.rankimg19{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank19.gif);
	}
.rankimg20{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank20.gif);
	}
.rankimg21{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank21.gif);
	}
.rankimg22{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank22.gif);
	}
.rankimg23{
	background-image:url(https://chintaibest.com/wp-content/uploads/2017/01/rank23.gif);
	}

/*住みたいrank用 end*/




/***********************************************
sidebarランキング用 ここから
***********************************************/
.g-crown {

    width: 0;

    height: 0;
    border-bottom: 35px solid #bfa930;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative
}

.g-crown:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 20px solid #ffe973;

    border-left: 20px solid #ffe973;
    border-right: 20px solid #ffd700;
    content: "";
    position: absolute;
    top: 0;
    left: -20px



}

.g-crown-circle {
    background-color: #a68c00;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: -5px;
    left: -21px
}

.g-crown-circle:before {
    background-color: #a68c00;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 19px
}

.g-crown-circle:after {
    background-color: #a68c00;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;

    left: 38px
}

dl.ranklayout{
	margin-top: 0.6em;
    border-bottom: 1px dotted #999999;
    /*margin-bottom: 20px;*/
    /*padding-bottom: 20px;*/
	}

dl.ranklayout dd p{
	font-size:13px;
	line-height: 18px;
	}


dt.rankgold01{
    width: 55px;
    float: left;
    margin-top: 20px;
    padding-left: 28px;
     }

dd.rankgold02{
	padding-left: 90px;
     }
	 
	 
.s-crown {
    width: 0;
    height: 0;
    border-bottom: 35px solid #909090;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative
}

.s-crown:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 20px solid #e0e0e0;
    border-left: 20px solid #e0e0e0;
    border-right: 20px solid silver;
    content: "";
    position: absolute;
    top: 0;
    left: -20px
}

.s-crown-circle {
    background-color: #909090;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: -5px;
    left: -21px
}

.s-crown-circle:before {
    background-color: #909090;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 19px
}

.s-crown-circle:after {
    background-color: #909090;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 38px
}

dt.ranksilver01{
    width: 55px;
    float: left;
    margin-top: 20px;
    padding-left: 28px;
     }

dd.ranksilver02{
    padding-left:90px;
     }

.c-crown {
    width: 0;
    height: 0;
    border-bottom: 35px solid #69433f;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative
}

.c-crown:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 20px solid #8c4841;
    border-left: 20px solid #8c4841;
    border-right: 20px solid #5b1c15;
    content: "";
    position: absolute;
    top: 0;
    left: -20px
}

.c-crown-circle {
    background-color: #69433f;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    top: -5px;
    left: -21px
}

.c-crown-circle:before {
    background-color: #69433f;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 19px
}

.c-crown-circle:after {
    background-color: #69433f;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 38px
    }

dt.rankbronze01{
    width: 55px;
    float: left;
    margin-top: 20px;
    padding-left: 28px;
     }

dd.rankbronze02{
    padding-left:90px;
     }
    
     .rankcontrol{
        font-size: 14px;
        font-weight: bold;
        position: relative;
        top: 17px;
        left: 18px;
        z-index: 1;
    }

/***********************************************
sideバーランキング用 ここまで
***********************************************/	
	

/***********************************************
口コミ見出し
***********************************************/

.k_navi {
font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; 
  position: relative;
  padding:0.1em 0.1em 0.2em 2em;
  border-bottom: #000000 dotted 1px;
  font-size:18px;
  font-weight:bold;
}

/*.k_navi::before,
.k_navi::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.k_navi::before {
  top: .1em;
  left: .2em;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: rgb(153, 153, 153);
}
.k_navi::after {
  top: .5em;
  left: .7em;
  width: 10px;
  height: 10px;
  background: rgb(204, 204, 204);
}*/


/***********************************************
h3 評価マーク start
***********************************************/

h3.rank1 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/good_icon03.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold !important;
	background-color: #ffffff !important;
	border-left: 3px solid #FFFFFF !important;
margin: 0.2em 0 0.4em 0 !important;
		}
	
	h3.rank2 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/normal_icon01.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold;
	background-color: #ffffff !important;
	border-left: 3px solid #FFFFFF !important;
margin: 0.2em 0 0.4em 0 !important;
		}
	
	h3.rank3 {
	background:url(https://chintaibest.com/wp-content/uploads/2022/07/bad_icon01.png) no-repeat left 3px ;
	padding:1px 0 0 35px !important;
	border-bottom:3px solid #7EB533 !important;
	font-size:20px !important;
	line-height:1.8em !important;
	font-weight:bold !important;
	background-color: #ffffff !important;
	border-left: 3px solid #FFFFFF !important;
margin: 0.2em 0 0.4em 0 !important;
		}
	
	
/***********************************************
	h3 評価マーク end
***********************************************/




/*星付きランキングサイトレイアウト調整 600px以下の場合*/
	.responbox .rboxplus {
		float:left;
		box-sizing:border-box;
		width:100%;
		overflow:hidden;
	}


/*レスポンシブ用PC左右コンテンツ*/
.responbox, .responbox30, .responbox50, .responbox60, .responbox70 {
	margin-bottom:10px;
}

.responbox .lbox {
	margin-bottom:10px;
}

/*-------------------------
  吹き出し2番
-------------------------*/

.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  /*width: 80px; 設定不要*/
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  max-width:80%; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #ffffff;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
border: 2px solid #9a9393;
/*   align-items: center; */
}
.says p{
  margin:8px 0 0 !important; 
  font-size: 14px !important;
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #fdf4d1;
}

.balloon_r .says:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #9a9393;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon_r .says:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -23px;
  top: 20px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


/*-------------------------
  吹き出しプロフィール
-------------------------*/
.balloon_l,
.balloon_pro{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_pro{
  justify-content:flex-end;
}

.balloon_pro .faceicon{
  margin-left:25px;
  margin-top: -20px;/*レイアウト調整*/
}

.balloon_pro .faceicon{
  order:2 !important;
}
.sayspro {
  max-width:80%; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #f7e2c3;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.sayspro p{
  margin:8px 0 0 !important; 
  font-size: 14px;
}
.sayspro p:first-child{
  margin-top:0 !important;
}
.sayspro:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}

.balloon_pro .sayspro:after {
  right: -26px;
  border-left: 22px solid #f7e2c3;
}

/**********************************************
  アフィ矢印アイコン
*********************************************/


.affi_arrow {
    position: relative;
}


.affi_arrow p a {
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    display: block;
    width: 95%;
    text-align: center;
    padding: 10px;
    background-color:#079965;
    color: #ffffff;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
  box-shadow: 0 3px 0 #5a5a5a;
}

.affi_arrow p a::after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 9px transparent;
     border-left: solid 14px #ffffff;
     top: 50%;
     /*left: 0;*/
     margin-top: -9px;
     margin-left: 7px;
}

.affi_arrow p a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
}



/******** 口コミデータレイアウト更新 20181111 start *********/

ul.review {
  list-style:none !important;
  padding-left:0 !important;
  text-align:right !important;
  color:#666666 !important;
  border-bottom: 1px dotted !important;
margin:10px 0px !important;
padding:0px !important;
}
ul.review > li {
  display:inline !important;
  font-size:0.8em !important;
}
ul.review > li:not(:nth-child(1)):before {
  content:" | " !important;
  color:silver !important;
}



/******** 口コミデータレイアウト更新 end *********/



/****************************
口コミ評価テーブル ここまで
*****************************/


.tbl-r02 p {
  font-size: 16px !important;
}
.tbl-r02 table {
  margin: 20px auto;
font-size: 16px !important;
}
.tbl-r02 th {
  background: #fde7b8;
  color: #000;
  padding: 10px;
font-size: 14px !important;
    width: 20%;


}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 16px;
  background: #fff;
font-size: 16px !important;
    line-height: 1.5em !important;

}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}




-------------------


.tbl-gray p {
  font-size: 16px !important;
}
.tbl-gray table {
  margin: 20px auto;
font-size: 16px !important;
}
.tbl-gray th {
  background: #ffffff;
  color: #000;
  padding: 10px;
font-size: 14px !important;
    width: 20%;


}
.tbl-gray td {
  padding: 10px;
  background: #fff;
font-size: 16px !important;
    line-height: 1.5em !important;

}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-gray {
    width: 80%;
  }
  .tbl-gray th,
  .tbl-gray td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}




/*--------------------------------
投稿一覧
---------------------------------*/
.rank_r{text-align:right;
font-weight:bold;}

/*住みたいランキングレイアウト 追加 start*/

.rank_right{
	text-align:right;
	font-weight:bold;
	font-size: 0.8em !important;
	line-height: 0.4em;
padding: 5px 0 0 0;
}

/*住みたいランキングレイアウト 追加 end*/


.kuchikomi_bar{
	position:relative;
	padding-left:20px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 38px;
	margin:0.5em 0;
}

.kuchikomi_bar:before{
 	content:''; 
 	height:0; 
 	width:0; 
 	display:block; 
 	border:5px transparent solid; 
 	border-right-width:0; 
 	border-left-color:#00A8FF; 
	position:absolute; 
	top:11px; 
	left:8px;
}

.kuchikomi_bar:after{
	content:''; 
	height:2px; 
	width:10px; 
	display:block; 
	background:#00A8FF; 
	position:absolute; 
	top:15px; 
	left:0px;
}


#ter {
     clear: both;
     width: 100%;
     margin: 0 auto;
     padding: 5px 0 20px;
     text-align: left;
     font-size: large;
	 font-weight:bold;

}
#ter ul {
     margin-bottom: 15px;
}
#ter ul li {
     display: inline;
     margin-right: 3px;
     padding-left: 7px;
     border-left: 1px solid #999;
     list-style-type: none;
}
#ter ul li.home {
     padding-left: 0;
     border-left: 0;
}



	
/*--------------------------------
口コミテーブル
---------------------------------*/
	
	table.type02 {

	text-align: left;
	border: 1px solid #3E3737;
	width:100%;
	font-size:12px;
	border-spacing:1px;
}
table.type02 th {
	padding: 4px;
	margin:4px;

	text-align:center;
	background:#333131;
	color:#FFFFFF;
	
}
table.type02 td {
	padding: 4px;
		margin:4px;
	vertical-align: top;

}
  
strong.right {text-align: right !important;}
span.star{color:#F30;}


.k_main{
background: #dcefad !important;
padding: 0.4em 0.5em !important;
color: #454545 !important;
font-size: 20px !important;
margin: 50px 0 20px !important;
line-height:36px;
border-bottom:solid 3px #84a15f !important;
border-left:5px #dcefad !important;
}

.top-catchcopy{
	background: #dcefad !important;
	box-shadow: 0px 0px 0px 5px #dcefad !important;
	border: dashed 1px #a4c776 !important;
	padding: 0.3em 0.5em !important;
	color: #454545 !important;
	font-size: 22px !important;
	margin: 20px 0 20px !important;
	}




.widget-about{
background: #dcefad !important;
box-shadow: 0px 0px 0px 5px #dcefad !important;
border: dashed 1px #a4c776 !important;
padding: 0.3em 0.5em !important;
color: #454545 !important;
font-size: 22px !important;
margin: 50px 0 20px !important;

}

#left_lnav p{
	border-bottom:dotted 1px #999999;
padding-bottom:0.3em;
margin: 0 0 7px 10px;
font-size:14px;}


p.big { font-size:1.7em;line-height:1.6em;}


.left_lnavi p{
	border-bottom:dotted 1px #999999;
padding-bottom:0.3em;
margin: 0 0 7px 10px;
font-size:14px;}






.linkmoto{text-align:right; font-size:8pt; color:#999999; margin:0; line-height: 1.6em;}
.linkmoto a:link{color:#999999;}.linkmoto a:visited{color:#999999;}
.linkmoto a:hove{color:#999999;}.linkmoto a:active{color:#999999;}



.data_yachin{
	padding-bottom: 0.5em;
	border-bottom: 2px solid #a4c776;
	font-size: 1.5em;
	background: url(https://chintaibest.com/wp-content/uploads/2017/03/yachin.png) no-repeat 0px 0px;
	padding-left: 50px;
	padding-top: 9px;
	}
	
.data_chian{
	padding: 1.2em 0.1em 0.7em 2.5em;
	border-bottom: 2px solid #a4c776;
	font-size: 20px !important;
	background: url(https://chintaibest.com/wp-content/uploads/2017/03/chiaan.png) no-repeat 0px 16px;
	}		

.data_jinkou{
	padding-bottom: 0.5em;
	border-bottom: 2px solid #a4c776;
	font-size: 1.5em;
	background: url(https://chintaibest.com/wp-content/uploads/2017/03/hito.png) no-repeat 0px 0px;
	padding-left: 50px;
	padding-top: 9px;
	}

.data_konbini{




	padding-bottom: 0.5em;
	border-bottom: 2px solid #a4c776;
	font-size: 1.5em;
	background: url(https://chintaibest.com/wp-content/uploads/2017/03/konbini.png) no-repeat 0px 0px;
	padding-left: 50px;
	padding-top: 9px;
	}
	
.data_super{
	padding-bottom: 0.5em;
	border-bottom: 2px solid #a4c776;
	font-size: 1.5em;
	background: url(https://chintaibest.com/wp-content/uploads/2017/03/super.png) no-repeat 0px 0px;
	padding-left: 50px;

	padding-top: 9px;
	}

.data_byoin{
	padding-bottom: 0.5em;
	border-bottom: 2px solid #a4c776;
	font-size: 1.5em;
	background: url(https://chintaibest.com/wp-content/uploads/2017/03/byoin.png) no-repeat 0px 0px;
	padding-left: 50px;
	padding-top: 9px;
	}

.data_densha{
	padding-bottom: 0.5em;
	border-bottom: 2px solid #a4c776;
	font-size: 1.5em;
	background: url(https://chintaibest.com/wp-content/uploads/2018/06/densha_icon.png) no-repeat 0px 0px;
	padding-left: 50px;
	padding-top: 9px;
	}
				

.data_hyo {
	padding-bottom: 0.3em;
	border-bottom: 2px solid #a4c776;
	font-size: 1.5em;
}

.data_hyo img {
	padding-right: 0.2em;

}





/**********************************************
  このサイトについて
*********************************************/
.yachin_hyo{
font-size: 1.2em;
font-weight: bold;
padding-left:7px;}


.about_sbox {
	background: url(https://chintaibest.com/wp-content/uploads/2020/07/footer_about1.gif) repeat-x top center;
    padding:100px 15px 0px 15px;
	margin:0;
	border-bottom: solid 1px #9be493;
    background-color: rgba(227, 249, 198, 0.64);}


/* 吹き出し本体 */
.balloon2{

position: relative;
    padding: 20px 20px 1px 20px;
    border-radius: 10px;
    color: #000000;
    background-color: #f5e3b7;
    margin: 23px 110px 40px 10px          /* 右に余白を設ける */
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -110px;
  top: 0;

}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #f5e3b7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


/*-------------------------
  参考アイコン
-------------------------*/
.sankou_ico {
    font-size: 70%;
    background-color: #f57c00;
    color: #fff;
    padding: 3px 4px;
    margin: 0 5px;
    white-space: nowrap;
}

/*-------------------------
  ブログカード
-------------------------*/
.blog-card {
  background: #ffffff;
	border:1px solid #ddd;
	word-wrap:break-word;
	max-width:100%;
	border-radius:5px;
	margin: 30px 0;
padding: 5px;
  /* sp用 ※4 */
}
.blog-card:hover {
  background: #fee;
}
.blog-card a {
  text-decoration: none;
}
.blog-card-title {
	color: #337ab7;
	display: block;
}
.blog-card-thumbnail {
	float:left;
	padding:10px;
}


/*.blog-card-title::before {
	content: '関連記事';
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	background: #c30e0e;
	width: 5em;
	display: inline-block;
	padding: 0.2em;
	position: relative;
	top: -2px;
	text-align: center;
	margin-right: 0.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}*/

.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blog-card-content {
	line-height:120%;
}
.blog-card-title {
	padding:10px 10px 10px 0;
	font-size:16px;
  font-weight: bold;
  line-height: 1.9em;
text-decoration: underline;
}
.blog-card-excerpt {
	color:#333;
	margin:0 10px 10px;
  line-height: 1.5em;
font-size: 13px;
}
.blog-card .clear {
  clear: both;
}



/*-------------------------
  カテゴリのブログカード テキストリンク
-------------------------*/


.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 16px 0px 16px;  }



.blogcard_title::before {
	content: '関連記事';
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	background: #f57c00;
	width: 5em;
	display: inline-block;
	padding: 0.2em;
	position: relative;
	top: -2px;
	text-align: center;
	margin-right: 0.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



.blogcard_sankaku {
    position: relative;
    padding-left: 20px;
    padding-top: 3px;
    font-weight: bold;
    line-height: 3em;
    border-bottom: dotted 1px #999999;


}
.blogcard_sankaku::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #4682b4;
    border-radius: 50%;
    top: 50%;
    left: 0px;
    margin-top: -7px;
}
.blogcard_sankaku::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    top: 50%;
    left:6px;
    margin-top: -3px;
}


/* 吹き出し本体１ */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #0888ff;
  margin-left: 110px;          /* 左に余白を設ける */
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #0888ff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon2{

position: relative;
    padding: 20px 20px 1px 20px;
    border-radius: 10px;
    color: #000000;
    background-color: #f5e3b7;
    margin: 23px 110px 40px 10px          /* 右に余白を設ける */
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -110px;
  top: 0;

}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #f5e3b7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/*-------------------------
  吹き出し2番
-------------------------*/

.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  /*width: 80px; 設定不要*/
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  max-width:80%; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #ffffff;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
border: 2px solid #9a9393;
/*   align-items: center; */
}
.says p{
  margin:8px 0 0 !important; 
  font-size: 14px;
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #fdf4d1;
}

.balloon_r .says:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #9a9393;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon_r .says:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -23px;
  top: 20px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


/*-------------------------
  吹き出しプロフィール
-------------------------*/
.balloon_l,
.balloon_pro{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_pro{
  justify-content:flex-end;
}

.balloon_pro .faceicon{
  margin-left:25px;
  margin-top: -20px;/*レイアウト調整*/
}

.balloon_pro .faceicon{
  order:2 !important;
}
.sayspro {
  max-width:80%; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #f7e2c3;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.sayspro p{
  margin:8px 0 0 !important; 
  font-size: 14px;
}
.sayspro p:first-child{
  margin-top:0 !important;
}
.sayspro:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}

.balloon_pro .sayspro:after {
  right: -26px;
  border-left: 22px solid #f7e2c3;
}

/**********************************************
  アフィ矢印アイコン
*********************************************/


.affi_arrow {
    position: relative;
}


.affi_arrow p a {
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    display: block;
    width: 95%;
    text-align: center;
    padding: 10px;
    background-color:#079965;
    color: #ffffff;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
  box-shadow: 0 3px 0 #5a5a5a;
}

.affi_arrow p a::after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 9px transparent;
     border-left: solid 14px #ffffff;
     top: 50%;
     /*left: 0;*/
     margin-top: -9px;
     margin-left: 7px;
}

.affi_arrow p a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
}







/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {





/*-- ここまで --*/


/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {




	/*-- ここまで --*/
}





