.t_right_address {
	margin: 4px 0px;
    width: 230px;
    /*height: 140px;*/
    border: 1px solid black;
}
.top_bar {
    background: linear-gradient(to right, #779d16, #bad868);
    /*width: 225px;*/
    height: 6px;
}
.top_bar_asahi01 {
    background: linear-gradient(to right, #cd4f1f, #e9b4a4);
    /*width: 225px;*/
    height: 6px;
}
.t_title1 {
	margin: 0px 4px 4px 4px;
    display: flex;
    justify-content: center; /* 水平中央 */
    align-items: center;     /* 垂直中央 */
    height: 32px;
    border-bottom: 3px dotted black;
}
.t_right_logo {
    width: 140px;
    height: 25px;
}
.t_title2 {
	margin: 0px 4px 0px 4px;
    padding-top: 2px;
    border-bottom: 3px dotted black;
}
.equal-text1 {
    padding: 0px 0px 8px;
	margin: 0px 28px;
  	text-align: justify;
  	text-align-last: justify;  /* 最終行も両端揃え */
    font-size: 90%;
	color: #333;
    line-height: 1;
}
.equal-text2 {
    padding: 0px 0px 8px;
	margin: 0px 20px;
  	text-align: justify;
  	text-align-last: justify;  /* 最終行も両端揃え */
    font-size: 175%;
	color: #333;
    line-height: 1;
}
.equal-text1.takanedai {
    margin: 0px 15px;
    font-size: 85%;    
}
.equal-text1.asahi01 {
    margin: 0px 20px;
    font-size: 80%;
}
.equal-text2.asahi01 {
    margin: 0px 16px;
    font-size: 180%;
}
.equal-text1.asahi02 {
    margin: 0px 25px;
    font-size: 90%;
}
.equal-text2.asahi02 {
    margin: 0px 15px;
    font-size: 180%;
}
.t_address1 {
	margin: 0px 8px 4px 8px;
    padding-top: 2px;
    padding-bottom: 4px;
}
.t_address1-1o {
    padding-top: 2px;
	padding-left: 0px;
    display: flex;
    justify-content: center; /* 水平中央 */
    align-items: center;     /* 垂直中央 */
    font-size: 9.4px;
}
.t_address1-1n {
    padding-top: 2px;
	padding-left: 2px;
    justify-content: center; /* 水平中央 */
  	text-align-last: justify;  /* 最終行も両端揃え */
    align-items: center;     /* 垂直中央 */
    font-size: 64%;
}
.t_address1-2 {
  display: flex;
  justify-content: space-between; /* TEL左、FAX右へ */
  align-items: center;
  font-size: 64%;
  margin-left: 5px;
  color: #000;
}

.t_address1-2 .tel {
  margin-right: 10px; /* 紫の余白（右マージン）がついていた場合にリセット */
}
.t_address1-2 .fax {
  margin: 0; /* 紫の余白（右マージン）がついていた場合にリセット */
}
