@charset "utf-8";

#tls_page{
	width: 960px;
	margin: 0px auto;
	margin-top: 10px;
}

.text_check{
	text-align: center;
	margin: 20px 0px;
}

#tls_foot{
	margin-top: 30px;
}

#tls_menu {
  list-style: none;
}

#tls_menu li {
	text-align: center;
	font-weight: bold;
  color: #fff;
	float: left;
	line-height: 20px;
	padding: 10px 20px;
	margin-right: 4px;
	opacity: 0.5;
}

#tls_menu .tls_home_btn{
	background-color: #c00f0f;
}

#tls_menu .tls_reform_btn{
	background-color: #2fa41c;
}

#tls_menu .tls_land_btn{
	background-color: #2192b2;
}

#tls_menu .tls_buy_btn{
	background-color: #1ca47f;
}

#tls_menu .tls_sell_btn{
	background-color: #a48f1c;
}

#tls_menu .tls_consult_btn{
	background-color: #c07500;
}
#tls_menu .tls_akiya_btn{
	background-color: #1d2c8e;
}
#tls_menu .tls_tochi_btn{
	background-color: #e3b8ff;
}
#tls_menu .tls_sumai_btn{
	background-color: #d9c50f;
}
#tls_menu li:hover {
	opacity: 0.8;
	cursor: pointer;
}

#tls_menu li.active {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
	opacity: 1;
}

/* タブの中身 */
#tls_box {

}

#tls_box .tab {
  display: none;
}

#tls_box div.active {
  display: block;
}


#tls_box #tls_box_home,
#tls_box #tls_box_reform,
#tls_box #tls_box_land,
#tls_box #tls_box_sell,
#tls_box #tls_box_buy,
#tls_box #tls_box_akiya,
#tls_box #tls_box_tochi,
#tls_box #tls_box_sumai,
#tls_box #tls_box_consult{
	background-color: #fff;
  padding: 30px;
	font-size: 16px;
}

#tls_box #tls_box_home{
	border: 10px solid #ffe5e5;
}

#tls_box #tls_box_reform{
	border: 10px solid #f0f5d4;
}

#tls_box #tls_box_land{
	border: 10px solid #d8f6ff;
}

#tls_box #tls_box_sell{
	border: 10px solid #defff6;
}

#tls_box #tls_box_buy{
	border: 10px solid #fff8d1;
}
#tls_box #tls_box_akiya{
	border: 10px solid #1d2c8e;
}
#tls_box #tls_box_tochi{
	border: 10px solid #e3b8ff;
}
#tls_box #tls_box_sumai{
	border: 10px solid #d9c50f;
}
#tls_box #tls_box_consult{
	border: 10px solid #ffe1b1;
}

#tls_box_home h3{
	background-color: #c00f0f;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_home h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #c00f0f solid;
	border-bottom: 1px #c00f0f dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffe5e5;
}

#tls_box_reform h3{
	background-color: #2fa41c;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_reform h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #2fa41c solid;
	border-bottom: 1px #2fa41c dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f0f5d4;
}

#tls_box_land h3{
	background-color: #2192b2;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_land h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #2192b2 solid;
	border-bottom: 1px #2192b2 dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #d8f6ff;
}

#tls_box_sell h3{
	background-color: #1ca47f;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_sell h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #1ca47f solid;
	border-bottom: 1px #1ca47f dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #defff6;
}

#tls_box_buy h3{
	background-color: #a48f1c;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_buy h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #a48f1c solid;
	border-bottom: 1px #a48f1c dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff8d1;
}

#tls_box_consult h3{
	background-color: #C07500;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_consult h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #C07500 solid;
	border-bottom: 1px #C07500 dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffe1b1;
}
#tls_box_akiya h3{
	background-color: #1d2c8e;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_akiya h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #1d2c8e solid;
	border-bottom: 1px #1d2c8e dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e9ecff;
}
#tls_box_tochi h3{
	background-color: #e3b8ff;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_tochi h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #e3b8ff solid;
	border-bottom: 1px #e3b8ff dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f8f2ff;
}

#tls_box_sumai h3{
	background-color: #d9c50f;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
}

#tls_box_sumai h4{
	font-size: 22px;
	font-weight: bold;
	border-left: 10px #d9c50f solid;
	border-bottom: 1px #d9c50f dashed;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F9F5D3;
}

.tls_intoro{
	margin-top: 30px;
}

.tls_intoro .left{
	float: left;
	width: 465px;
	margin-right: 20px;
}

.tls_intoro .right{
	float: left;
	width: 395px;
}

.three_point li{
	background-repeat: no-repeat;
	padding:10px 0px 10px 60px;
	background-position: center left 0px;
	min-height: 46px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.p_green,
.p_red{
	padding: 10px 50px;
	border-radius: 5px;
}

.p_green li,
.p_red li{
	border-bottom: 1px #ccc dotted;
}

.p_green .pt_list01{
	background-image: url(../images/townlife_recommended/green_point01.png);
}

.p_green .pt_list02{
	background-image: url(../images/townlife_recommended/green_point02.png);
}

.p_green .pt_list03{
	background-image: url(../images/townlife_recommended/green_point03.png);
}

.p_red .pt_list01{
	background-image: url(../images/townlife_recommended/red_point01.png);
}

.p_red .pt_list02{
	background-image: url(../images/townlife_recommended/red_point02.png);
}

.p_red .pt_list03{
	background-image: url(../images/townlife_recommended/red_point03.png);
}

.ymarker{
	background: linear-gradient(transparent 70%, #fff001 40%);
}
.align_center {
    text-align: center;
}
.lp input[type="button"] {
	padding: 3px 30px;
    font-size: 1.2em;
    background-color: #C30506;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    border-bottom: solid 4px #710000;
    font-weight: bold;
}
.lp input[type="button"]:hover{
	opacity: 0.8;
}
.lp2 input[type="button"] {
	padding: 3px 30px;
    font-size: 1.2em;
    background-color: #2fa41c;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    border-bottom: solid 4px #318723;
    font-weight: bold;
}
.lp2 input[type="button"]:hover{
	opacity: 0.8;
}
.lp3 input[type="button"] {
	padding: 3px 30px;
    font-size: 1.2em;
    background-color: #2192b2;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    border-bottom: solid 4px #104959;
    font-weight: bold;
}
.lp3 input[type="button"]:hover{
	opacity: 0.8;
}
.lp4 input[type="button"] {
	padding: 3px 30px;
    font-size: 1.2em;
    background-color: #1ca47f;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    border-bottom: solid 4px #148264;
    font-weight: bold;
}
.lp4 input[type="button"]:hover{
	opacity: 0.8;
}
.lp5 input[type="button"] {
	padding: 3px 30px;
    font-size: 1.2em;
    background-color: #a48f1c;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    border-bottom: solid 4px #7c6d18;
    font-weight: bold;
}
.lp5 input[type="button"]:hover{
	opacity: 0.8;
}
.lp6 input[type="button"] {
	padding: 3px 30px;
    font-size: 1.2em;
    background-color: #C07500;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    border-bottom: solid 4px #ac6902;
    font-weight: bold;
}
.lp6 input[type="button"]:hover{
	opacity: 0.8;
}
.lp7 input[type="button"] {
	padding: 3px 30px;
    font-size: 1.2em;
    background-color: #1d2c8e;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    border-bottom: solid 4px #e9ecff;
    font-weight: bold;
}
.lp7 input[type="button"]:hover{
	opacity: 0.8;
}
.lp8 input[type="button"] {
	padding: 3px 30px;
    font-size: 1.2em;
    background-color: #d9c50f;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    border-bottom: solid 4px #B8A70D;
    font-weight: bold;
}
.lp8 input[type="button"]:hover{
	opacity: 0.8;
}
.conditions_list{
	font-size: 18px;
	margin-top: 5px;
}

.conditions_list th{
	border-bottom: 5px solid #fff;
	width: 130px;
	background-color: #5790a8;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 10px 10px;
}

.conditions_list th span{
	font-weight: bold;
}

.conditions_list td{
	padding-left: 10px;
	width: 250px;
}

.conditions_list td .big{
	font-size: 24px;
	font-weight: bold;
	color: #c00f0f;
}
.conditions_list td .small{
	font-size: 20px;
	font-weight: bold;
	color: #c00f0f;
}
.other_site{
	margin-top: 20px;
}
.other_site .other_text{
	text-align: center;
    margin-left: 150px;
}

.other_site_box{
    padding: 10px;
    margin-top: 30px;
    display: flex;
    align-items:center;
}

.box_left{
    margin-right: 30px;
}

.right_group{
    display: flex;
}

.right_group_img{
    margin-right: 20px;
}

.right_group_text{
    background-color: #F0F5D4;
    padding: 10px;
    border-radius: 10px;
    width: 460px;
}

.text_brock{
    display: flex;
}

.text_title{
    margin-right: 10px;
}

.text_title p{
    background-color: #109332;
    padding: 5px 10px;
    color: #fff;
    border-radius: 7px;
    width: 210px;
    text-align: center;
    display: inline-bloc;
}

.text_lp a{
    background-color: #109332;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    display: inline-block;
}


.text_lp a:hover {
  text-decoration: none;
}

.text_note{
    font-size: 15px;
}

.home_other_text{
    margin-top: 30px;
}

.tls_keyword{
	margin-top: 20px;
}

.tls_keyword .keyword_list{
	background-image: url(../images/townlife_recommended/bg_keyword.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 310px;
	min-height: 210px;
	margin-top: 30px;
}

.keyword_list_main{
	width: 190px;
	float: left;
}

.keyword_list_one{
	width: 150px;
	float: left;
	padding-left: 40px;
	background-image: url(../images/townlife_recommended/bg_keyword_list.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
}

.keyword_list_two{
	width: 150px;
	float: left;
	padding-left: 40px;
	background-image: url(../images/townlife_recommended/bg_keyword_list.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
}

.keyword_list .keyword_kind{
	background-color: #109332;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 5px 0px;
}

.keyword_list .keyword_candidate{
	line-height: 24px;
	background-color: #f0f5d4;
	padding: 10px 0px;
	border-radius: 5px;
	min-height: 150px;
	font-size: 18px;
	color: #109332;
	padding-right: 0px;
	text-align: center;
}

.keyword_list .keyword_candidate li{
	font-weight: bold;
}

.consult_intoro{
	margin-top: 30px;
}

.consult_info .left{
	float: left;
	width: 300px;
	margin-right: 30px;
	padding-top: 20px;
}

.consult_info .right{
	float: left;
	width: 550px;
}

.consult_intoro .conditions_list{
	margin-top: 20px;
}

.red_text{
	color: #CC0F0F;
	font-weight: bold;
}
/************************************
追加20220804
************************************/

.reco_allwrap_chatbot {
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 30px 0;
}

.reco_allwrap_chatbot .reco_allwrap_chatbot_tit {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 20px;
    background: #d06b65;
    color: #ffffff;
    font-weight: bold;
}

.reco_allwrap_chatbot .reco_wrap_chatbot{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  box-sizing: border-box;
}

.reco_wrap_chatbot .reco_item_chatbot{
  width: calc(50% - 20px);
}

.reco_item_chatbot .reco_site_name{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.reco_item_chatbot .reco_img{
  text-align: center;
}

.reco_item_chatbot .reco_img img{
  box-shadow: 3px 3px 0px 0 rgb(204, 204, 204);
  width: 100%;
}

.reco_allwrap_chatbot .reco_note_txt{
  padding-left: 1em !important;
  text-indent: -1em !important;
  margin-bottom: 3px !important;
  font-size: 12px !important;
  text-align: left;
  color: #f21212;
}

.reco_item_chatbot .lp_btn_red{
	margin: 0;
	margin-top: 13px;
}