@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../info/images/titleimg.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}
.main a:link	{
	text-decoration:underline;
	color:#5283db;
}
.main a:visited	{
	text-decoration:underline;
	color:#9E3BBA;
}

h4{
font-size:1.2em;
font-weight: 500;
margin:3em 0 0 0;
}
.todokede{

}
.todokede_ol{
margin-left:1.5em;
}
.todokede_ol ol li{
list-style-type: disc;
margin-left:1.5em;
}
@media screen and (min-width: 960px) {
.todokede{
display: flex;
justify-content: space-between;
}
.todokede_ol{
width:50%;
}
}
.table-wrap {
  overflow-x: scroll;
}
.list{
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.list thead{
  background: #eee;
  }

.list th{
  border: 1px solid #ddd;
  padding: 4px 8px;
  text-align: left;
  font-weight: 400;
}
.list td {
  border: 1px solid #ddd;
  padding: 4px 8px;
  text-align: center;
}
.list_kahen{
margin:1em 0 0 0;
}
.list_kahen td{
  border: 1px solid #ddd;
  padding: 4px 8px;
  text-align: left;
}

.iyakuhin_ol{
margin-left:1.5em;
}
.iyakuhin_ol ol li{
list-style-type: disc;
margin-left:1.5em;
}