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

html { scroll-behavior: smooth;}

#main_column div.inner {
  margin: 0;
  width: auto;
}

.select {
  display: flex;
  justify-content: center;
  margin: 50px 0 25px;
}

.select li {
  margin: 0 25px;
}

h3.tit_basic03 {
  color: #fff;
  border-bottom: 3px solid #624182;
  font-size: 150%;
  background: none;
  padding: 0;
  font-weight: normal;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  margin-bottom: 25px;
}

h3.tit_basic03 span {
	position: relative;
	background: #624182;
  padding: .2em 1.5em .1em 10px;
  display: inline-block;
  min-width: 40%;
}

h3.tit_basic03 span:before {
	position: absolute;
	content: '';
	right: 0px;
	top: -11px;
	border: none;
	border-right: solid 1em #fafcfc;
	border-bottom: solid 2em transparent;
}

#main_column div.inner h4 {
  color: #624182;
  font-size: 120%;
  background: none;
  padding-left: 0;
}

table.table_amatsuboshi01 {
 border:1px solid #999999;
 border-collapse:collapse;
 border-spacing:1px;
 width: 100%;
  font-size: 110%;
}

table.table_amatsuboshi01 th {
 border:1px solid #999999;
 background-color:#F1ECF7;
 padding:10px;
 empty-cells:show;
  color: #707070;
}

table.table_amatsuboshi01 td {
 border:1px solid #999999;
 padding:10px;
 empty-cells:show;
}

ul.list_basic01 li {
  list-style :disc;
  /*text-indent:-1em;
  padding-left:1em;*/
  margin-left: 1em;
}