.collapsible {
  background-color: #e0fae0;
  color: black;
  cursor: pointer;
  padding: 1px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

.active,
.collapsible:hover {
  background-color: lightgreen;
}

.content {
  padding: 0 10px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.c0 {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 8pt;
  font-family: Tahoma;
  vertical-align: top
}

.c1 {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 8pt;
  font-family: Tahoma;
  text-align: center;
  vertical-align: top
}

.c2 {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 8pt;
  font-family: Tahoma;
  text-align: right;
  vertical-align: top
}

.ws8b1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt;
}

.ws9c {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9pt;
}

.ws9b {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

table.datatable,
table.datatable td {
  border-width: 1px;
  border-color: lightgray;
  border-style: dotted;
}

.wordpress-follow-button * {
  margin: 0 auto;
}


.resizeimage img {
  width: 100%;
}


html, body, h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

figure.side_image {
  display: inline-block;
}

p.side_text {
  display: inline-block;
  width: 300px;
  margin-left: 20px;
  vertical-align: top;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tr {
  border-bottom: solid 2px white;
}

table tr:last-child {
  border-bottom: none;
}

table th {
  position: relative;
  text-align: left;
  width: 15%;
  background-color: #FFFFFF;
  color: black;
  text-align: center;
  padding: 10px 0;
}

table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td {
  text-align: left;
  width: 65%;
  text-align: left;
/*  background-color: #FFFFFF */;
  padding: 10px 20px;
}

.entryBtnLayout {
  text-align: center;
  /*ボタンをセンター寄りに設置*/
}

.entryBtn {
  display: inline-block;
  width: 170px;
  height: auto;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 8px;
  text-align: center;
  padding: 10px 20px;
  box-shadow: 0 6px 0 0 #b0c4de;
  transform: translateY(-6px);
  transition: 0.3s all;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0ba500+0,008000+100 */
  background: #ffd700;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0000ff 0%, #00008b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0000ff 0%, #00008b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0000ff 0%, #00008b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#00008b', GradientType=0);
  /* IE6-9 */
}

.entryBtn:hover {
  box-shadow: 0 2px 0 0 #4169e1;
  transform: translateY(-2px);
}

.text-background-8saku {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.4em;
  padding: 5px;
  background: #E6E6E6;
}

.text-background-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
  padding: 5px;
  background:#b0c4de;
}

.text-header-title {
  font-weight: 600;
  line-height: 1.0em;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

.flex {
  margin: 10px;
  display: flex;
  /*横並び*/
}

.flex .image {
  width: 24px;
  /*画像サイズ指定*/
  margin: 0;
  padding: 0;
}

.flex .image img {
  width: 100%;
  height: auto;
}

.flex .text {
  margin: 0 0 0 10px;
  padding: 0;
}

footer {
  margin-bottom: 35px;
}

footer a{
	color:inherit;
}

.coloredlink a {
	color:green;
	
}

.info dl {
border-bottom: 1px solid #ccc;
padding: 10px 0;
}
.info dt {
padding-bottom: 6px;
}
.info dt span{
padding-left: 12px;
}

@media screen and (min-width: 768px) {
.info dt {
clear: left;
float: left;
width: 40%;
}
.info dd {
margin-left: 16%;
}
}


