body {
  background-image: url(../mobile/m_pic/taiyama.jpg);
}

img{
  max-width: 100%;
}

main{
  display: flex;
}

h1{
  text-align: center;
}

h1.p-text {
  float: left;
  margin: 0 8px 8px;
}

h2{
  text-align: center;
  color: blue
}

h3{
  text-align: center;
  color: #1c9a39;
}

h3.border {
  border: 1px solid #1c9a39;
  padding: 5px 5px;
  border-radius:5px;
}

h4{
  color: green;
}

h4.border {
  border: 1px solid #1c9a39;
  text-align: left;
  padding: 5px 3px;
  font-family: serif;
}

marquee{
    color: blue;
}

hr.hosoi{
  height: 1px;
  background-color: #1c9a39;
  border: none;
  color: #1c9a39;
}

hr.hutoi{
  height: 10px;
  background-color: #1c9a39;
  border: none;
  color: #1c9a39;
}

.inline-block_1{
  display: inline-block;
  padding: 10px;
}

p.min {
  font-family: serif;
}
 
p.indent {
  text-indent: 1em;
  margin: 0;
}

section.gakumei {
  border: 1px solid #1c9a39;
  text-align: left;
  clear: both;
  padding: 1px 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: serif;
  font-style: italic;
  color: darkblue;
}

section.midashi {
  border: 1px solid #1c9a39;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 9px;
  margin-bottom: 9px;
  color: darkblue;
}

section.main {
  margin-left: 20px;
}

section.ap {
  background-color: hsla(60, 10%, 70%, 0.4);
  font-weight: bold;
  padding: 4px;
}

ul.top-list {
  position: relative;
  padding: 0;
  list-style-type: none;
}

ul.top-list li {
  color: #404040;
  border-left: solid 6px #1fa67a; 
  border-bottom: solid 1px #8b8b8b;
  background: whitesmoke;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;
  font-weight: bold;
}

a.top-list {
  text-decoration: none;
}