body{
  margin:0;
  padding:0;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  background-color: #fff;
}
.img-title{
  background-color: #ececec;
  text-align: center;
  line-height: 0;
}
.img-title > img{
  max-width:697px;
  width:100%;
}

.contents > div{
  margin-bottom:40px;
}
.header-link{
  background-color:#c10023;
  height:50px;
  line-height: 50px;
}
.header-link a {
  color:#fff;
  text-decoration: none
}
.header-link-list {
  max-width:697px;
  margin: 0 auto;
}
.header-link-list > div{
  display:inline-block;
  width:32%;
  font-size: 22px;
}
.header-link-list div:nth-child(1){
  text-align:left;
}
.header-link-list div:nth-child(2){
  text-align:center;
}
.header-link-list div:nth-child(3){
  text-align:right;
}
.header-title {
  margin-top:30px;
}
.header-title .ht-contents{
  text-align: center;
  font-weight: bolder
}
.header-title h1{
  font-size:56px;
  line-height: 78px;
  font-weight: 700
}
.header-title .ht-subject{
  font-size:26px;
  line-height: 36px;
}
.header-title .ht-name{
  font-size:30px;
  line-height: 42px;
}


.item-ul{
  list-style-type: none
}
.item-ul li{
  text-indent:-20px;
}
.inner-ul{
  list-style-type: disc;
}
.inner-ul li{
  line-height: 24px;
}
.contents{
  max-width: 960px;
  margin:0 auto;
}
.section-img img{
  max-width: 960px;
  width:100%;
  margin:20px 0;
}
.section-img > p{
  margin:20px 0 0 0;
  font-size:16px;
}
.section-cont-item .item-title{
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 40px
}
.mt-5{
  margin-top:5px !important;
}

.mb-20{
  margin-bottom: 20px !important;
}

.mb-0{
  margin-bottom: 0px !important;
}
.mt-0{
  margin-top: 0px !important;
}
.text-center{
  text-align: center;
}
.w-auto {
  width: auto;
}

/* table */
.table-title{
  margin-bottom: 5px
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.table .td {
  padding: 0.75rem 0;
  vertical-align: top;
  text-align: center
}
.table .tr:first-child{
  border-top:none;
}
.table .tr {
  width:100%;
  border-bottom: 1px solid #ccc;
}
.table .tr .td:first-child{
  width:30%;
  text-align: center
}
.table .td{
  display:inline-block;
}

.bottom-link-list{
  max-width: 960px;
}
.contents .color_red {
  color: red;
}
.table-img{
  width: 100%;
}
.table-img td{
  width: 50%;
}
.table-img td img{
  width: 100%;
}
.table-img td p{
  margin: 0;
}
.inline-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inline-img .inline-img-box{
  flex: 1 1 auto;
}
.inline-img .inline-img-box img{
  width: 100%;
}
figure{
  margin: 0;
}
figcaption{
  text-align: left;
}
.text-red {
  color:#ff0000;
}
.w-100 {
  width: 100%;
}
.b-gray{
  background-color: #f0f3f5;
  padding: 20px;
}
.text-right{
  text-align: right;
}

/* toyota footer */
.bottom-contents{
  max-width: 960px;
  margin:0 auto;
}
.profile {
  margin-top: 60px;
  width:100%;
}
.profile-img{
  width:30%;
}
.profile-txt{
  width:68%;
}
.profile-img, .profile-txt{
  display: inline-block;
}

.profile .profile-img img{
  max-width:256px;
  width:100%;
}
.profile-title{
  font-size: 22px;
  line-height: 31px;
  font-weight: bolder;
  margin-left:30%;
  margin-bottom: 10px
}
.profile-txt{
  font-size: 16px;
  line-height: 22px;
}

/* SNSシェアボタンエリア */
#share-ul{
  list-style-type: none !important;
}
.share-btn-area{
  text-align: right;
  margin-top:20px;
}
.share-btn-area ul {
  overflow: hidden;
  display: inline-block;
}
.share-btn-area ul li {
  float: left;
  width: 60px;
  margin: 0 15px 10px 0;
}
.share-btn-area ul li img {
  width: 60px;
}
.bottom-link{
  margin:0;
}
.bottom-link a{
  font-size: 16px;
  line-height:26px;
  text-decoration: none;
  color:#000;
}
.bottom-link a:hover{
  text-decoration: underline;
}

.footer_area {
  background: rgba(228,242,254,.4);
  padding-top:30px;
  color: #525252;
}
.footer{
  margin-top:40px;
}
.footer-ul{
  list-style: none;
  padding:0;
}
.footer-ul li{
  display:inline-block;
  margin-right: 30px
}
.footer-ul li:last-child{
  margin-right: 0
}
.footer-ul li a{
  text-decoration: none;
  color:#000;
  font-size: 12px
}
.footer-links{
  text-align: center
}
.footer-copyright{
  background-color: #000;

}
.footer-copyright p{
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-family: inherit;
  color:#fff;
  font-family:Arial,sans-serif;
  margin: 0
}

@media screen and (max-width: 576px){
  body{
    font-size: 13px;
    line-height: 20px;
  }
  ul{
    padding-left:10px;
  }
  .inner-ul{
    padding-left:20px;
  }
  .contents{
    padding:0 10px;
  }
  .header-link{
    height: 48px;
    line-height: 48px;
    padding:0 5px;
  }
  .header-link-list > div{
    font-size: 14px;
    line-height: 0
  }
  .header-title h1{
    font-size:20px;
    line-height: 32px;
  }
  .header-title .ht-subject{
    font-size:16px;
    line-height: 19px;
  }
  .header-title .ht-name{
    font-size:16px;
    line-height: 22px;
  }
  .table .tr:first-child{
    border-top:none;
  }
  .table .tr {
    width:100%;
    border-bottom: 1px solid #ccc;
  }
  .table .tr .td:first-child{
    text-align: center;
    width: 100%;
    background-color: #eee
  }
  .table .tr .td:last-child{
    font-size: 12px;
    text-align: left;
  }
  .table .td{
    display:block;
  }
  body .bottom-link a {
    font-size: 14px;
  }
  .item-ul li{
    text-indent: -10px;
  }
  .w-auto img{
    width: 100%;
  }
  .f-11{
    font-size: 11px;
  }
  .sp-none {
    display: none;
  }
  h2.section-title {
    font-size: 16px;
    line-height: 20px;
  }

  /* toyota footer*/
  .profile_box{
    padding:0 10px;
  }
  .profile{
    width:90%;
    margin:30px 5% 0 5%;
  }
  .profile-img, .profile-txt{
    display: block;
  }
  .profile-img{
    width:100%;
    text-align: center
  }
  .profile-txt{
    font-size: 13px;
    line-height: 18px;
    width: 100%;
  }
  .profile-title{
    margin:0 0 10px 0;
    font-size: 16px;
    text-align: center
  }
  .share-btn-area{
    text-align:center;
  }
  .footer_area {
    padding-top: 0;
  }
}