.boxpoint01 {
    position: relative;
    margin: 10px 0;
    padding: 20px 10px 3px 10px;
    border: solid 3px #fea210;
    width: 700px;
    font-size: 23px;
}
.boxpoint01 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #fea210;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxpoint01 p {
    margin: 0;
    padding: 0;
}

ul.tax, ol {
  padding: 0;
  position: relative;
}

ul.tax li, ol li {
  color: #2d8fdd;
  /*border-left: solid 6px #2d8fdd;/*左側の線*/
  background: #f1f8ff;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
 	line-height: 1.5;
  	padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  width: 600px
}

a.color:link {
text-decoration : underline;
color : #ff7c5c;
}

p.botan{
  margin: 8px 0;
}

a.square_btn{
    display: inline-block;
    padding: 3px 5px;
    text-decoration: none;
    background: #fea210;
  /*  border-left: solid 6px #ff7c5c;/*左線*/
    color: #ffffff;/*文字色*/
    font-weight: 500;/*文字の太さ*/
    /*margin-bottom: 3px;/*下のバーとの余白*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-radius: 10px;/*角の丸み*/
}

a.square_btn:hover{
    display: inline-block;
    padding: 3px 5px;
    text-decoration: none;
    background: #ff6b0f;
  /*  border-left: solid 6px #ff7c5c;/*左線*/
    color: #ffffff;/*文字色*/
    font-weight: bold;/*文字の太さ*/
    /*margin-bottom: 3px;/*下のバーとの余白*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-radius: 10px;/*角の丸み*/
}

/*センタリング*/
a.square_btns{
    display: inline-block;
    padding: 3px 5px;
    margin: 0 auto;
    text-decoration: none;
    background: #fea210;
  /*  border-left: solid 6px #ff7c5c;/*左線*/
    color: #ffffff;/*文字色*/
    font-weight: 500;/*文字の太さ*/
    /*margin-bottom: 3px;/*下のバーとの余白*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-radius: 10px;/*角の丸み*/
}

.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}


/*ボタン2*/

p.botan_v2{
  margin: 8px 0;
  width: 400px;
}

a.square_btn_v2{
    display: inline-block;
    padding: 3px 5px;
    text-decoration: none;
    background: #fea210;
  /*  border-left: solid 6px #ff7c5c;/*左線*/
    color: #ffffff;/*文字色*/
    font-weight: 500;/*文字の太さ*/
    /*margin-bottom: 3px;/*下のバーとの余白*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-radius: 10px;/*角の丸み*/
}

a.square_btn_v2:hover{
    display: inline-block;
    padding: 3px 5px;
    text-decoration: none;
    background: #ff6b0f;
  /*  border-left: solid 6px #ff7c5c;/*左線*/
    color: #ffffff;/*文字色*/
    font-weight: bold;/*文字の太さ*/
    /*margin-bottom: 3px;/*下のバーとの余白*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-radius: 10px;/*角の丸み*/
}

/*-----------------

2023追記　堤

------------------*/

.tax_box {
	font-size: 1.2em;
	line-height: 1.5em;
}


.tax_news_m02 {
	background: #eee;
	border-bottom: 2px solid #a1a1a1;
	color: #333;
	font-size: 110%;
	padding: 8px 0 4px 6px;
	margin-bottom: 8px;
	}

