div.ba_contact{
	margin-bottom: 30px;
}


/**************************************************************
* main_img_area
***************************************************************/
div#main_img_area{
	margin-bottom: 30px;
	width: 980px;
	clear: both;
}

div.point_box{
	padding: 10px 0;
	width: 980px;
	overflow: hidden;
}

ul.point_list{
	margin-left: 6px;
	margin-bottom: 6px;
	width: 552px;
	float: left;
}

ul.point_list li{
	padding-left: 15px;
	background: url("../images/icon_triangle.gif") no-repeat scroll 0 4px transparent;
}

div.point_img{
	width: 420px;
	float: right;
}

p.point_txt{
	padding: 10px 20px 0 20px;
	border-top: 1px dotted #333333;
}

ul.point_note_list li{
	margin-left: 20px;
	color: #FF0000;
	font-size: 80%;
}

/**************************************************************
* pickup
***************************************************************/
div.pickup{
	margin-bottom: 30px;
}

div.pickup h3{
	color: #0078FF;
	margin-bottom: 10px;
}


div.pickup_detail{
	width: 737px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.pickup_txt{
	width: 410px;
	float: left;
}

div.pickup_txt p.link{
	padding-top: 10px;
}

div.pickup_img{
	width: 300px;
	float: right;
}


div.title_box{
	margin-bottom: 5px;
	padding: 6px 0 4px 0;
	border-top:1px dashed #000000;
	border-bottom:1px dashed #000000;
}

div.title_box h4{
	color: #FE5512;
	font-size: 110%;
}

h5{
	font-size: 95%;
}
/**************************************************************
* news
***************************************************************/
div.news_box{
	margin-right: 20px;
	height: 460px;
	overflow: auto;
}

div.news_box dl{
	width: 680px;
}

div.news_box dt{
	margin-bottom: 3px;
	color: #307F00;
}

div.news_box dd{
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #333333;
}

div.news_box dd a{
	color: #FF0000;
}

/**************************************************************
* 消費税につぁEのお知らせ
***************************************************************/
#info_tax {
  margin-bottom: 50px;
  padding: 20px;
  border: 5px solid #F94F01;
  border-radius: 30px;
}
#info_tax .box_tax h1,
#info_tax .box_order h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
#info_tax .box_tax {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #F94F01;
}
#info_tax .box_tax .txt {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}
#info_tax .box_tax .txt span {
  color: red;
}

/*******************************
* 注意書ぁE
*******************************/
div.alert{
	padding: 10px;
	margin-bottom: 10px;
	border: 5px double #F92447;
	border-radius: 10px;
	background-color: #ffff99;
	width: 725px;
	overflow: hidden;
}

div.alert_img{
	width: 90px;
	float: left;
}

div.alert_txt{
/*	width: 630px; */
	width: 725px;
	float: right;
}

div.alert_txt p.note{
	padding: 2px;
	margin-top: 7px;
/*	color: #FF0000; */
	font-size: 95%;
	font-weight: bold;
}



/*******************************
* 皁E請求書発行事業老E録番号
*******************************/
div.invoice_number{
	padding: 10px;
	margin-bottom: 10px;
	border: 3px solid #FF6400;
	border-radius: 10px;
	/* background-color: #ffff99; */
	width: 725px;
	overflow: hidden;
}

div.invoice_number_img{
	width: 90px;
	float: left;
}

div.invoice_number_txt{
	width: 725px;
	/* float: right; */
	text-align: center;
}

.invoice_center {
	display: inline-block;
	text-align: center;
	width: 100%;
  }

  .notice {
	position: relative;
	background-color: #ffdddd;
	border-radius: 7px;
	margin-block-end: 50px;
	padding: 20px;
	text-align: center;
}

.notice > *:not(img) {
	position: relative;
	z-index: 2;
}

.notice > img {
position: absolute;
z-index: 1;
height: auto;
}

.notice > img:nth-of-type(1) {
	width: 70px;
    right: -19px;
    bottom: 50px;
    transform: rotate(14deg);
}

.notice > img:nth-of-type(2) {
	width: 80px;
    left: -30px;
    top: 50px;
    transform: rotate(45deg);
}

.notice > img:nth-of-type(3) {
	width: 73px;
    left: 52px;
    top: -24px;
    transform: rotate(23deg);
}

.notice > img:nth-of-type(4) {
	top: -30px;
    left: -30px;
    width: 100px;
    transform: rotate(-20deg);
}

.notice > img:nth-of-type(5) {
	width: 80px;
    right: 60px;
    bottom: -38px;
}

.notice > img:nth-of-type(6) {
	width: 100px;
    right: -20px;
    bottom: -38px;
    transform: rotate(85deg);
}

  .notice h2 {
	margin-block-end: 8px;
    font-size: 22px;
}

  .notice p {
    line-height: 1.7;
}

  .notice .link-strong {
	display: inline-block;
	margin-inline-end: 3px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 1.3em;
}