@charset "Shift_JIS";

/* gd-container
 -------------------------------*/
.gd-container {
  position: relative;
  min-height: 100%;
  padding-bottom: 50px;
  background-color: #F8F8F8;
  color: #444;
}
.gd-container * {
  box-sizing: border-box;
}
@media (min-width: 641px) {
  .gd-container {
    padding-bottom: 60px;
  }
}

/* breadcrumb
 -------------------------------*/
.breadcrumb {
  margin: 0 auto;
  padding: 16px 32px;
  width: 100%;
  max-width: 960px;
}
.breadcrumb ul {
  vertical-align: middle;
  font-size: 12px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  opacity: 0.7;
}
.breadcrumb li::after {
  content: "\03e";
  margin: 0 5px;
  display: inline-block;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media (min-width: 641px) {
  .breadcrumb {
    padding: 25px 25px 16px;
  }
}

/* footer
 -------------------------------*/
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 641px) {
  .footer {
    padding: 25px;
  }
}

/* section
 -------------------------------*/
.m-app-section {
  margin: 16px auto;
  padding: 16px;
  width: calc(100% - 32px);
  max-width: 960px;
  background-color: #fff;
  border-radius: 16px;
}
.m-app-section:first-child {
  margin-top: 0;
}
.m-app-section > *:first-child {
  margin-top: 0;
}
@media (min-width: 641px) {
  .m-app-section {
    margin: 25px auto;
    padding: 25px;
    width: calc(100% - 50px);
  }
}

/* m-app-title01
 -------------------------------*/
.m-app-title01 {
  margin: 0 auto 32px;
  padding: 0 32px;
  width: 100%;
  max-width: 960px;
  font-size: 26px;
  line-height: 1.25;
}
@media (min-width: 641px) {
  .m-app-title01 {
    margin-bottom: 50px;
    padding: 0 25px;
    font-size: 32px;
  }
}

/* m-app-title02
 -------------------------------*/
.m-app-title02 {
  margin: 1.5em 0 0;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 641px) {
  .m-app-title02 {
    font-size: 24px;
  }
}

/* m-app-title03
 -------------------------------*/
.m-app-title03 {
  margin: 1.5em 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.m-app-title03.col-blue {
  color: #0095dd;
}
@media (min-width: 641px) {
  .m-app-title03 {
    font-size: 18px;
  }
}

/* m-app-title-faq
 -------------------------------*/
.m-app-title-faq {
  position: relative;
  color: #5AADCB;
  font-weight: bold;
  margin-top: 2.5em;
  padding-left: 30px;
}
.m-app-title-faq::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "?";
  line-height: 24px;
  text-align: center;
  background-color: #5AADCB;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}

/* m-app-text
 -------------------------------*/
.m-app-text {
  margin: 1em 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.m-app-text.taC {
  text-align: center;
}
.m-app-text.taR {
  text-align: right;
}
@media (min-width: 641px) {
  .m-app-text {
    font-size: 15px;
  }
}

/* m-app-faq-answer
 -------------------------------*/
.m-app-faq-answer {
  margin-left: 30px;
}

/* m-app-notes
 -------------------------------*/
.m-app-notes {
  position: relative;
  margin: 1em 0 0;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1.3;
  color: #888;
}
span.m-app-notes {
  display: block;
  text-indent: 0;
  margin-top: .25em;
}
.m-app-notes + .m-app-notes {
  margin-top: 2px;
}
.m-app-text + .m-app-notes {
  margin-top: 16px;
}
.m-app-notes::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "";
  width: 15px;
}
@media (min-width: 641px) {
  .m-app-notes {
    font-size: 13px;
    padding-left: 18px;
  }
  .m-app-notes::before {
    width: 18px;
  }
}

/* text_link
 -------------------------------*/
.m-app-section .text_link {
  text-decoration: none;
  color: #0095dd;
}
.m-app-section .text_link:visited {
  color: #0095dd;
}
.m-app-section .text_link:hover {
  text-decoration: underline;
}

/* m-app-figure
 -------------------------------*/
.m-app-figure {
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
}
.m-app-figure figcaption {
  margin-top: 5px;
  font-size: 12px;
}

/* m-app-accordion
 -------------------------------*/
.m-app-accordion {
  margin: 1em auto;
  border-bottom: solid 1px #ddd;
}
.m-app-accordion > li {
  border-top: solid 1px #ddd;
}
.m-app-accordion-btn {
  display: none;
}
.m-app-accordion-label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 5px 24px 5px 0;
  cursor: pointer;
}
.m-app-accordion-label._ico {
  padding-left: 50px;
}
.m-app-accordion-label::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.m-app-accordion label[for="btn-good-01"]::before { background-image: url("/auto/good-drive/img/guide/ico_good_01.png"); }
.m-app-accordion label[for="btn-good-02"]::before { background-image: url("/auto/good-drive/img/guide/ico_good_02.png"); }
.m-app-accordion label[for="btn-good-03"]::before { background-image: url("/auto/good-drive/img/guide/ico_good_03.png"); }
.m-app-accordion label[for="btn-bad-01"]::before { background-image: url("/auto/good-drive/img/guide/ico_bad_01.png"); }
.m-app-accordion label[for="btn-bad-02"]::before { background-image: url("/auto/good-drive/img/guide/ico_bad_02.png"); }
.m-app-accordion label[for="btn-bad-03"]::before { background-image: url("/auto/good-drive/img/guide/ico_bad_03.png"); }
.m-app-accordion label[for="btn-bad-04"]::before { background-image: url("/auto/good-drive/img/guide/ico_bad_04.png"); }
.m-app-accordion-label::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: url("/auto/good-drive/img/guide/ico_acc-arrow.png") center center no-repeat;
  background-size: 12px auto;
}
.m-app-accordion-btn:checked + .m-app-accordion-label::after {
  transform: translateY(-50%) rotate(180deg);
}
.m-app-accordion-body {
  height: 0;
  opacity: 0;
  transition: height .3s,margin-bottom .3s,opacity .5s;
  overflow: hidden;
}
.m-app-accordion-btn:checked + label + .m-app-accordion-body {
  height: auto;
  margin-bottom: 2em;
  opacity: 1;
}
.m-app-accordion-body > *:first-child { margin-top: 0; }
.m-app-accordion-body > *:last-child { margin-bottom: 0; }

/* m-app-dl
 -------------------------------*/
.m-app-dl {
  margin: 1em 0;
  font-size: 12px;
}
.m-app-dl > dt {
  position: relative;
  margin-top: 6px;
  padding-left: 1em;
  font-weight: bold;
}
.m-app-dl > dt::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "E";
}
.m-app-dl > dd {
  padding-left: 1em;
}
@media (min-width: 641px) {
  .m-app-dl {
    font-size: 15px;
  }
}

/* m-app-ul
 -------------------------------*/
.m-app-ul {
  margin: 0;
  font-size: 14px;
}
.m-app-ul > li {
  position: relative;
  list-style-type: none;
  padding-left: 1.2em;
  margin: 0.5em 0 0 0;
}
.m-app-ul > li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "E";
  color: #0095dd;
}

/* m-app-ol
 -------------------------------*/
 .m-app-ol {
  margin: 0;
  font-size: 14px;
}
.m-app-ol > li {
  position: relative;
  list-style-type: none;
  margin: 0.5em 0 0 1.5em;
  text-indent: -1.5em;
}

/* m-app-btn
 -------------------------------*/
.m-app-btn {
  margin: 1.5em auto 0;
  width: 220px;
  height: 40px;
  background: #fff;
  border: 1px solid #5AADCB;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0095dd;
  font-size: 14px;
  line-height: 38px;
  transition: .4s;
}
.m-app-btn:hover {
  background-color: #0095dd;
  color: #fff;
}

/* .m-app-box-gray
 -------------------------------*/
.m-app-box-gray {
  margin: 1.5em 0 0;
  padding: 12px;
  background: #F8F8F8;
}
.m-app-box-gray > *:first-child {
  margin-top: 0;
}

/* .m-app-questionnaire
 -------------------------------*/
.m-app-questionnaire {
  margin: 32px auto;
  width: calc(100% - 32px);
  max-width: 600px;
}
.m-app-section > *:first-child {
  margin-top: 0;
}

/* m-app-title02 */
.m-app-questionnaire .ttl-questionnaire {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 641px) {
  .m-app-questionnaire .ttl-questionnaire {
    font-size: 18px;
  }
}

/* list-questionnaire */
#list-questionnaire {
  margin: 24px auto 0;
  max-width: 255px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#list-questionnaire.is-close {
  display: none;
}
#list-questionnaire > li {
  width: 120px;
  height: 40px;
  border: solid 1px #5AADCB;
  border-radius: 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 37px;
  color: #5AADCB;
  cursor: pointer;
}
#list-questionnaire > li:hover {
  background-color: #5AADCB;
  color: #fff;
}

/* txt-questionnaire-thanks */
#txt-questionnaire-thanks {
  margin: 24px 0 0;
  padding: 16px;
  border: solid 1px #5AADCB;
  text-align: center;
  color: #5AADCB;
  font-weight: bold;
  display: none;
}
#txt-questionnaire-thanks.is-open {
  display: block;
}

/* m-app-questionnaire-reason */
#m-app-questionnaire-reason {
  display: none;
}
#m-app-questionnaire-reason.is-open {
  display: block;
}
.txt-questionnaire {
  margin: 24px 0 0;
  font-size: 14px;
  text-align: center;
}
#m-app-questionnaire-reason textarea {
  margin: 10px 0 0;
  padding: 10px;
  width: 100%;
  min-height: 7em;
}
#m-app-questionnaire-reason input[type="submit"] {
  margin: 16px auto 0;
  width: 200px;
  height: 40px;
  display: block;
  border: solid 1px #5AADCB;
  border-radius: 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #5AADCB;
  cursor: pointer;
}
#m-app-questionnaire-reason input[type="submit"]:hover {
  background-color: #5AADCB;
  color: #fff;
}

/* utility
 -------------------------------*/
.ph-16 {
  padding: 0 16px;
}
.pt-16 {
  padding-top: 16px;
}
.s-mt-05 {
  margin-top: 5px;
}

/* case ggde000.html
 -------------------------------*/
/* sec-ggde000-index */
.ggde000 .sec-ggde000-index {
  padding-bottom: 35px;
}

/* m-app-title01 */
.ggde000 .m-app-title01 {
  padding-top: 32px;
  text-align: center;
}
@media (min-width: 641px) {
  .ggde000 .m-app-title01 {
    padding-top: 50px;
  }
}

/* m-app-title02 */
.ggde000 .m-app-title02 {
  text-align: center;
  color: #0095dd;
}

/* m-app-title03 */
.ggde000 .m-app-title03 {
  font-size: 20px;
}

/* m-app-ul */
.ggde000 .m-app-ul {
  font-size: 16px;
}
.ggde000 .m-app-ul.ggde000-contact-ul {
  font-size: 12px;
}
.ggde000 .sec-ggde000-index .m-app-ul > li {
  margin-top: 12px;
}
.ggde000 .sec-ggde000-index .m-app-ul > li:first-of-type {
  margin-top: 18px;
}

/* m-app-text */
.ggde000 .ggde000-contact-text.m-app-text {
  font-size: 14px;
}
.ggde000 .ggde000-contact-btn.m-app-btn + .m-app-text {
  margin-top: 2.5em;
}

/* text_link */
.ggde000 .m-app-section .text_link {
  text-decoration: underline;
  color: #444;
}
.ggde000 .m-app-section .text_link:visited {
  color: #444;
}
.ggde000 .m-app-section .text_link:hover {
  text-decoration: none;
}

.ggde000 .gd-grid-icon {
  margin: 0;
}
.ggde000 .gd-search {
  margin-top: 1em;
}

/* m-app-btn */
.ggde000 .ggde000-contact-btn.m-app-btn {
  letter-spacing: -0.05em;
}


/* gd-search__submit
 -------------------------------*/
.gd-search__submit {
  right: 0;
  left: auto;
  background-color: #0095dd;
  border-radius: 0px 3px 3px 0px;
  z-index: 1;
  width: 51px;
  height: 51px;
}
.gd-search__submit span {
  color: #fff;
  width: 100%;
  background: none;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  height: 100%;
}
.gd-search__input {
  z-index: 1;
}
.gd-search__input::before {
  content: "";
  width: 16px;
  background: url(/auto/good-drive/img/faq/ico_search_01.png) no-repeat;
  height: 16px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 2;
}
.gd-search__input input {
  position: relative;
  padding: 7px 60px 7px 40px;
  outline-color: rgba(168, 227, 255, 0.8);
  z-index: 1;
  -webkit-appearance: none;
  border-radius: 3px;
  height: 51px;
  
}
.gd-search__input input::-webkit-input-placeholder {
  position: relative;
  padding-top: 3px;
  height: 51px;
  display: flex;
  /* line-height: 16px; */
}
input[type=search]{
  font-size: 16px;
  /* transform: scale(0.9375); */
}
@media (min-width: 641px) {
  .gd-search__submit {
    width: 80px;
  }
  .gd-search__input input {
    padding: 0px 95px 0px 40px;
  }
}
