@charset "UTF-8";

html {
  font-size: 100%;
}
body {

  color: #24292e;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
p{
  line-height: 1.7em;
}

.wrapper {
   width: 1060px;
  margin: 0 auto;
}
.site-title {
  line-height: 1px;
}
.site-title img{
  height: 90px;
}
#dealer-name{
  padding: 0 30px;
  font-size: 1.4em;
  font-weight: 600;
}

.sec-title {
  margin-bottom: 10px;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 30px 0;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 40px;
}
#mainvisual img {
  width: 100%;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about{
  text-align:center;
  padding-bottom: 40px;
}
#about ul {
  margin-bottom: 30px;
}
#about li:first-child {
  margin-bottom: 30px;
}
#about p {
  padding-bottom: 10px;
}
/*-------------------------------------------
News
-------------------------------------------*/
#news{
  margin-bottom: 20px;
}
#news dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c8c8c8;
  margin-bottom: 20px;
}
#news dt {
  width: 20%;
  border-bottom: solid 1px #c8c8c8;
  padding: 15px;
}
#news dd {
  width: 80%;
  border-bottom: solid 1px #c8c8c8;
  padding: 15px;
}
#news .flexbox{
  display: flex;
}
#news tr{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em; 
  padding-bottom: 15px;
}
#news #table{
  padding: 15px;
}
#news td{
  padding:1px 1px 5px;
}
#news .boxtext{
  font-weight: 600;
  padding:1px 1px 15px;
}
#news .boxtextbold{
  font-size: 1.2em;
  line-height: 1.5em; 
}
#news a{
  color: #050702;
  text-decoration-line: underline;
}
#news iframe{
  width: 530px;
  height: 290px;
  padding: 20px 0 20px 20px; 
  text-align:left;
}
/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  background-color: #050702;
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
}
.fbutton{
  text-align: right;
  margin: 0 auto;
  background-color: #050702;
  padding: 40px 40px 20px;
}
.copy{
    text-align: center;
    font-size: 14px;
    color: #7f807b;
    margin: 0 auto;
    height: 62px;
    background-color: #050702;
}