
@charset "utf-8";
/* Standard */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');

:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family:'Noto Sans JP', Helvetica, Arial, sans-serif;
   font-size:0.875em;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:730px;
   margin: 1rem auto;
   border:solid 2px #60BB46;
   background-color:#fff;
   overflow:hidden;
   padding:1px;
}
main{
  display: block;
  padding: 0.75rem 0.875rem;
  border:solid 8px #EF3E23;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom: 0.75rem;
}


h1 {
   margin: 0.5rem 0rem 0.5rem;
   padding: 0.35rem 0.75rem;
   font-size:1.6em;
   text-align: center;
   background: #BDBEC0;
   line-height:1.2em;
}

h1 span {
   font-size:0.7em;
}

h2 {
   font-size:1em;
   line-height:1.2em;
   margin-bottom:0;
}
h3 {
   font-size:1em;
   line-height:1.3;
   margin-bottom:0;
}

ul {
   padding: 0px 0px 10px 0px;
   list-style-image:url(); 
   list-style:none;
}

li {
   padding-left:15px;
   padding-top: 2px;
}
ul li:before {
  content: "\25A0";
  display: inline-block;
  font-size: 1.2500em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: -2px;
  color: #EF3E23;
  margin-left: -15px;
}

/* Hebt Float left/right auf */

/* Ende Standard */


/* Header */
header {
  padding: 0rem 0 0.5rem;
  text-align: center;
}
header img{
  width: 180px;
}
/* Ende Header */

/* Article */
article {
  padding: 0rem;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
}
/* Ende Footer */
.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}
a:hover {
   text-decoration:underline;
}
i{
  font-style: normal;
}
img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:730px) {
   #wrapper {
      border:none;
      margin: 0 auto;
      padding: 0;
   }
   main{
    border:none;
   }
   p {
    text-align: left;
   }
  i br{
    display: none;
  }
}
/* Ende Responsive */
/* Tin developer */