@charset "utf-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1.4;
    font-size: 1.6rem;
    color: #35363b;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    font-weight: normal;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
    box-sizing: border-box;
    font-weight: normal;
}

ol, ul {
    list-style: none outside;
}

.riyoukiyaku-wrapper {
  margin: 0 auto;
  padding: 64px 4% 0;
}

@media (min-width: 769px) {
  .riyoukiyaku-wrapper {
    max-width: 1080px;
    padding: 80px 7.8% 0;
    box-sizing: content-box;
  }
}

.riyoukiyaku-wrapper a {
    text-decoration: none;
    color: #35363b;
}

@media (max-width: 768px) {
	.riyoukiyaku-wrapper a {
		text-decoration: underline;
	}
}


@media (min-width: 769px) {
    .riyoukiyaku-wrapper a {
        transition: 0.3s all;
    }
	
	.riyoukiyaku-wrapper a:hover {
        text-decoration: underline;
		opacity: 0.7;
    }
}


.c-hr001 {
  margin-top: 80px;
  margin-bottom: 80px;
  border: none;
  background: #ccc;
  width: 100%;
  height: 1px;
}
@media (min-width: 769px) {
  .c-hr001 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}


.c-text001 {
  font-size: 1.6rem;
  line-height: 1.7;
}
.c-text001:not(:last-child) {
  margin-bottom: 16px;
}

.c-annotation002 {
    font-size: 1.4rem;
    line-height: 1.7;
	text-align: right;
}

.c-title004 {
  /*margin-bottom: 40px;*/
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (min-width: 769px) {
  .c-title004 {
    /*margin-bottom: 64px;*/
    font-size: 3.2rem;
  }
}

.c-title019 {
  font-size: 3.2rem;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .c-title019 {
    font-size: 4.6rem;
  }
}



.riyoukiyaku-wrapper .fw--bold {
  font-family: "HondaGlobalFontJP-Bold", "HondaGlobalFontEN-Bold", sans-serif;
  font-weight: normal;
}

.riyoukiyaku-wrapper .ta-center {
    text-align: center;
}

.riyoukiyaku-wrapper .mt24 {
    margin-top: 24px !important;
}

.riyoukiyaku-wrapper .mt80 {
    margin-top: 80px !important;
}

@media (max-width: 768px) {
    .riyoukiyaku-wrapper .mt80 {
        margin-top: 64px !important;
    }
}

.riyoukiyaku-wrapper .mt40 {
    margin-top: 40px !important;
}


.cmp-list .cmp-list--st012 {
    counter-reset: item;
}


.cmp-list .cmp-list--st012 li {
    text-indent: -1.25em;
    padding-left: 1.0em;
}


.cmp-list .cmp-list--st012 > li::before {
    position: static;
    top: 0;
    left: 0;
    padding-right: 5px;
    counter-increment: item;
    content: counter(item) ")";
}


.cmp-list .cmp-list--st012 > li {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 170%;
    padding-left: 19px;
    position: relative;
}

.c-hr001 {
    margin-top: 64px;
    margin-bottom: 0;
    border: none;
    background: #ccc;
    width: 100%;
    height: 1px;
}

@media (min-width: 769px) {
    .c-hr001 {
        margin-top: 80px;
		margin-bottom: 0;
    }
}

.br-sp {
  display: none;
}

@media (max-width: 768px) {
.br-sp {
    display: block;
  }
}



@media print, screen and (min-width:769px) {
  
  #footer_topic_path ul li a:hover {
    text-decoration: underline
  }
  
  #footer_topic_path {
    color: #35363b;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 15px
  }
  #footer_topic_path ul {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden
  }
  #footer_topic_path ul li {
    font-size: 12px;
    float: none;
    line-height: 20px;
    list-style: none;
    display: inline
  }
  #footer_topic_path ul li a {
    color: #35363b;
    text-decoration: none
  }
  #footer_topic_path ul li a:visited {
    color: #35363b;
  }
  #footer_topic_path ul li::after {
    content: "＞";
    margin-left: 5px;
    margin-right: 2px
  }
  #footer_topic_path ul li:last-child::after {
    content: "";
    margin: 0
  }
}


@media only screen and (max-width:768px) {
  
  #footer_topic_path ul {
    font-size: 12px;
    width: 100%;
    padding: 0 2% 0 5%;
    box-sizing: border-box;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #e5e5e5
  }
  #footer_topic_path ul li {
    padding: 12px 0;
    line-height: 16px;
    display: inline-block
  }
  #footer_topic_path ul li::after {
    content: "＞";
    margin-left: 5px;
    margin-right: 5px
  }
  #footer_topic_path ul li:last-child::after {
    content: none
  }
  #footer_topic_path ul li a, #footer_topic_path ul li a:visited {
    color: #35363b;
    text-decoration: none
  }
}