@charset "utf-8";

/* CSS Document */
.screen-reader-response {
  border-radius: 7px;
  text-align: center;
  padding: 0em;
  background-color: #1aabc1;
  font-weight: 600;
  color: #fff;
  font-size: 150%;
}

/* :not(.fullmenu) .title {
	background: #1aabc1;
	padding: 1.5em 0;
	text-align: center;
}

:not(.fullmenu) .title h1 span {
	display: block;
	font-size: 90%;
	color: #fff;
	padding-top: 0.5em;
} */
span.fontred {
  color: #ff4a4a;
}

span.fontblue {
  color: #137b8a;
}

.caution_text {
  font-size: 85%;
}

.caution_text2 {
  font-size: 85%;
}

.caution_text3 {
  font-size: 85%;
  margin: 0px;
  padding: 0px;
}

.testdriveplace {
  font-size: 85%;
  padding: 2em;
}

.testdrivepoint {
  font-size: 85%;
  padding: 1em 3em;
  border: solid 1px #1aabc1;
  margin-top: 0.5em;
}

.testdrivepoint h3 {
  color: #1aabc1;
  font-size: 130%;
}

h3.lower {
  background-image: url(../img/lower_h3bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 125%;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.mb15 {
  margin-bottom: 15px;
}

h4.lower {
  font-size: 125%;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #1aabc1;
}

.lower_titleimg img {
  width: 100%;
}

.u-col+.u-col {
  margin-top: 50px !important;
}

.u-col>*+* {
  margin-top: 40px !important;
}

.u-col .column2wrapper {
  display: flex;
  padding-bottom: 30px;
  list-style: none;
}

.u-col .column2wrapper div {
  text-align: left;
  flex-flow: row nowrap;
}

.u-col .column2wrapper div.firstbox {
  width: 39%;
  margin-right: 30px;
}

.u-col .column2wrapper div.firstbox img {
  width: 100%;
}

.u-col .column2wrapper div.secondbox {
  width: 57%;
}

.u-col .column2wrapper div.halffirstbox {
  width: 48%;
  margin-right: 4%;
}

.u-col .column2wrapper div.halfsecondbox {
  width: 48%;
}

.u-col ol {
  padding: 1.5em;
}

.u-col ul.checkPoint {
  width: 60%;
  padding: 2em;
  margin: 1em 0;
  border: solid 3px #1aabc1;
  border-radius: 10px;
}

.u-col ul.checkPoint li {
  display: flex;
  align-items: center;
  text-align: left;
}

.u-col ul.checkPoint li::before {
  content: '\f046';
  font-family: 'FontAwesome';
  display: inline-block;
  padding-right: .4em;
  color: #888;
}

.inspection .u-col ul.checkPoint li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.u-col ul.checkPoint li+li {
  margin-top: 1em;
}

@media screen and (max-width: 680px) {
  .u-col .column2wrapper {
    padding-bottom: 30px;
    display: block;
  }

  .u-col .column2wrapper div {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .u-col .column2wrapper div {
    width: 100% !important;
    flex-flow: column wrap;
  }

  .u-col .column2wrapper div img {
    width: 100%;
  }

  .u-col ul.checkPoint {
    width: 75%;
  }
}

.kaijyou {
  width: 85%;
  background: #ebebeb;
  padding: 1.5em;
  margin-top: 15px;
}

.kaijyou h3 {
  color: #1aabc1;
  font-size: 124%;
  padding: 0 0em 0.5em 0;
}

.shopplace_wrapper {
  display: flex;
}

.shopplace_wrapper div.shop_info,
.shopplace_wrapper figure {
  flex-flow: column wrap;
}

.shopplace_wrapper figure {
  width: 38%;
  display: block;
  margin: 0px;
}

.shopplace_wrapper div.shop_info {
  width: 58%;
  margin-left: 15px;
}

div.shop_info p.map_btn {
  border-radius: 7px;
  background: url(../img/map_icon.png) 10px 9px no-repeat;
  background-color: #1aabc1;
  width: 70%;
  text-align: center;
  padding: 0.5em;
  margin-top: 0.8em;
}

div.shop_info p.map_btn:hover {
  background-color: #1ec7e1;
  cursor: pointer;
}

div.shop_info p.map_btn a:link,
div.shop_info p.map_btn a:visited,
div.shop_info p.map_btn a:hover,
div.shop_info p.map_btn a:active {
  color: #fff;
  text-decoration: none;
}

.inspection .default-wrap> :not(.lower_titleimg) {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.moviereview .secondbox a {
  color: #1aabc1;
  text-decoration: underline;
}

.moviereview .ruleQuestion {
  padding: 1.5em 0;
}

.moviereview .ruleQuestion li {
  padding: 0 0 0.5em 2em;
}

.moviereview article img {
  border: 1px solid #ccc;
}

.moviereview article img+img {
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .m-step__contents .kaijyou {
    width: 88%;
  }

  .m-step__contents .kaijyou .shopplace_wrapper div.shop_info,
  .m-step__contents .kaijyou .shopplace_wrapper figure,
  .m-step__contents .kaijyou .shopplace_wrapper {
    display: block;
  }

  .m-step__contents .kaijyou .shopplace_wrapper figure {
    width: 100%;
    display: block;
    margin: 0px;
  }

  .m-step__contents .kaijyou .shopplace_wrapper figure img {
    width: 95%;
  }

  .m-step__contents .kaijyou .shopplace_wrapper div.shop_info {
    width: 100%;
    margin-left: 0px;
  }

  .m-step__contents .kaijyou .shopplace_wrapper div.shop_info p.map_btn {
    width: 100%;
  }
}

.inspection .inspection_list dl dt {
  padding: .4em;
  color: #fff;
  background-color: #1aabc1;
}

.inspection .inspection_list dl dd {
  font-weight: bold;
}

.inspection .inspection_list dl dd+dt {
  margin-top: 1em;
}

.inspection .inspection_list p {
  margin-top: 1em;
}