*{
  padding:0;
  margin:0;
}
ul, li{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}


html{
  scroll-behavior:smooth;
}

p{
  line-height: 22pt;
}
/*ここからヘッダー*/
header{
  height:65px;
  background-color:#282c3f;
  width:100%;
  position:fixed;
  top:0;
  z-index:10;
}

.left-header{
  float:left;
}

.logo{
 width:80px;
 padding-left: 50px;
 padding-top:7px;
 opacity:0.9;
}

.right-header{
  float:right;
}

.right-header ul{
  display:flex;
}

.right-header li{
  padding:20px 7px 20px 7px;
  list-style: none;
}

.right-header a{
  text-decoration: none;
  color:white;
  opacity:0.8;
  font-size:14px;
}

.right-header a:hover{
  cursor: default;
  opacity:1;
}

.header-last{
color:#f4d03f;
}

.right-header li:last-child {
	padding-right:50px;
}


/*ここから内容*/
.news-content{
  margin:150px 50px;
  text-align:left;
}

h3{
  font-size:20px;
  padding:30px 0;
}

li{
  margin-left:30px;
}

.news-title-02{
  margin:30px 0;
}
/*ここからnews*/
.news{
padding-bottom:110px;
}

.news-title{
  margin-bottom:50px;
}

.picture{
  width:80%;
  margin-top:70px;
}

.dl{
 width:500px;
}

dt{
  font-size:16px;
  padding:10px 0 0 5px;
}

dd{
  font-size:25px;
  font-weight:bold;
  border-bottom:1px solid #ccc;
  padding:5px 20px 20px 0;
  padding-left:12px;
}

.news-message{
  margin-left:70px;
}

/*ここからcontact*/
.overview{
  background-color:#282c3f;
  text-align:center;
  padding-top:80px;
  padding-bottom:100px;
}

.contact-flex{
  display:flex;
  width:100%;
}

.company{
  text-align:left;
  padding:0 50px;
  color:white;
  opacity:0.8;
}

.company-text-0{
  font-size:20px;
  font-weight:bold;
  padding-bottom:20px;
}
.company-text-01{
  display:inline-block;
  font-size:12px;
}

.company-text-02{
  font-size:16px;
  font-weight:bold;
  padding:30px 0 3px 0;
}

.contact-container {
  width:550px;
  margin: 0 auto;
  text-align:center;
  border-radius:3px;
  background-color:#FAFAFA;
  padding:30px 0;
}

.overview h3 {
  text-align:left;
  padding-bottom:30px;
  color:white;
  font-size:20px;
}

input {
  margin-bottom:10px;
}
textarea {
  height:150px;
  margin-bottom:10px;
}

input:first-of-type
{
  margin-top:20px;
}

input, textarea {
  font-size: 14px;
  padding: 15px 10px 10px;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:black;
  border-radius: 2px;
  background-clip: padding-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
}

.contact-container input[type="submit"]{
  font-size:14px;
  margin-top:15px;
  margin-bottom:25px;
  background-color:#2ABCA7;
  padding:12px 0;
  border-radius: 5px;
  border: 1px solid #2ABCA7;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
}

.contact-container input[type="submit"]:hover{

  background:#19a08c;
}
label.error {
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    border-radius:6px;
}
/* media queries */


/*ここからフッター*/
footer{
  background-color:#f7f7f7;
  width:100%;
}

.footer-container{
  text-align:center;
  padding-bottom:50px;
  font-size:14px;
}

.logo-02{
   width:100px;
   padding:80px 0 50px 0;
  }

  .footer-02 ul{
    display:flex;
    justify-content:center;
  }

  .footer-02 a{
    padding:20px;
    color:#0d0d0d;
    text-decoration: none;
  }

 .privacy-policy{
  text-decoration:none;
  color:#0d0d0d;
  display:inline-block;
  padding-bottom:60px;
 }
.footer-02 a:hover,.privacy-policy:hover{
  cursor: default;
  color: #f4d03f;
}

.legal{
  margin-top:30px;
}
