<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------------------------------------------------mainphoto*/
#pagetitle {
  min-height: 200px;
  background: url(../img/title_img/bg_entry_sp.jpg) no-repeat 80% top;
  background-size: cover;
}

@media print,
screen and (min-width:768px) {
  #pagetitle {
    min-height: 350px;
    background: url(../img/title_img/bg_entry.jpg) no-repeat center top;
    background-size: cover;
  }
}

/* entry_info */
#entry_info .tab_title span::after{
  right: -28px;
}
#entry_info .tab_title em{
  font-style: normal;
  font-size: 14px;
}
#entry_info .tab_box{
  text-align: center;
  padding: 20px 0;
  background: rgba(255,255,255,0.5);
}
#entry_info .tab_box img{
  width:95%;
	max-width: 1160px;
  margin: 0 auto;
}

#entry_info .flex_container {
  flex-wrap: wrap;
}

#entry_info .tx_area {
  width: 100%;
}

#entry_info .img_bd {
  width: 100%;
  margin-top:20px;
}

#entry_info figure img {
  width: 100%;
}

#entry_info .attention_ul {
margin-top: 20px;
}
#entry_info .attention_ul li {
	margin-bottom: 15px;
}
#entry_info .attention_ul li span.tx_mini {
	font-size: 12px;
	color: #0E9C27;
}
#entry_info .attention_ul li span.tx_bold {
	font-weight: bold;
	text-decoration: underline;
}

@media print,
screen and (min-width:768px) {
#entry_info .tab_box img{
  width:99%;
}
}

@media print,
screen and (min-width:992px) {
	#entry_info .tab_box img{
		width:98%;
	}
  #entry_info .flex_container {
  flex-wrap: nowrap;
}
  #entry_info .tab_title em{

    font-size: 16px;
  }
  #entry_info .tx_area {
    width: 58%;
  }
	#entry_info th{
	width: 200px;
	}

  #entry_info .img_bd {
    width: 40%;
    margin-left: 2%;
    margin-top: 0;
  }
#entry_info .attention_ul li {
	margin-bottom: 20px;
	font-size: 18px;
}
#entry_info .attention_ul li span.tx_mini {
	font-size: 14px;
}
}
    
.entry_dl{}
.entry_dl dt{
  padding:0 0.5em ;
  font-size: 18px;
      font-family: "NotoSansMedium";
  border-bottom: 1px solid #313131;
}
.entry_dl dd{
  padding: 0.5em ;
}
.entry_dl dd ul{

}
.entry_dl dd ul:not(.attention_ul) li{
  margin-left: 1em;
  list-style: disc;
  list-style-position: outside;
}

.kome{
	color: #dd0000;
}
</pre></body></html>