@charset "utf-8";
:root {
  --main-color: #005ba5;
  --sub-color: #005ba5;
  --bg-color: transparent linear-gradient(307deg, #ffffff 0%, #a9e3ff 100%);
}
#mot_kintai_kinds .container {
  margin-top: 0;
}
/*----------------ロゴ表示*/
img.kintai_logo {
  display: block;
  max-height: 57px;
  width: auto;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media print, screen and (min-width:768px) {
  img.kintai_logo {
    display: inline-block;
  }
}
/*------------------------------------「機能一覧」リンク　セクション*/
#sec_rel_funcs {
  background: #d8e8ff;
}
#sec_rel_funcs ul.row {
  justify-content: space-around;
  margin-bottom: 0;
}
#sec_rel_funcs ul.row > li {
  flex-grow: 2;
  margin-bottom: 0;
}
#sec_rel_funcs ul.row > li a {
  display: block;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  background: #fff;
  color: var(--main-color);
  font-size: 15px;
  padding: 10px;
  outline: none;
  transition: all 0.3s;
  width: 100%;
}
#sec_rel_funcs ul.row > li a:hover {
  background: var(--main-color);
  color: #fff;
}
@media print, screen and (min-width:768px) {
  #sec_rel_funcs ul.row > li a {
    padding: 5px 10px;
  }
}
#sec_rel_funcs .container {
  margin-top: 0;
}
/*------------------------------------#main_image*/
#main_image {
  margin-top: 0;
}
@media print, screen and (min-width:768px) {
  #main_image {
    margin-top: 70px;
  }
}
#main_image ul.row {
  justify-content: center;
  min-height: 350px;
  color: #fff;
}
#main_image ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#main_image ul.row > li:first-child {
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
}
/*---------------------------------------------------#main_imageの右*/
#main_image ul.row > li:nth-child(2) {
  background: url("../img/usedcar_img/dotted_ptn.png"), linear-gradient(135deg, #fff 1%, #fff6ad 30%, #ffe82d, #fff);
  min-height: 160px;
  padding: 0;
}
#main_image ul.row > li:nth-child(2) figure {
  height: 100%;
  width: 100%;
}
#main_image ul.row > li:nth-child(2) img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left top;
  opacity: 0.7;
}
#main_image ul.row > li:first-child h2 img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
@media print, screen and (min-width:576px) {
  #main_image ul.row > li:first-child h2 img {
    margin: 20px auto;
    max-width: 420px;
  }
}
#main_image ul.row > li:first-child h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 10px auto 0;
}
#main_image ul.row > li:first-child h2 span {
  font-size: 30px;
  font-weight: 900;
  margin-right: 0.3em;
  color: #ffffc2;
}
@media print, screen and (min-width:768px) {
  #main_image ul.row > li:first-child h2 {
    margin: 20px auto 0;
  }
  #main_image ul.row > li:first-child h2 span {
    font-size: 38px;
  }
}
#main_image ul.row > li p.sub_tx {
  display: block;
  background: #0066ff;
  color: #fff;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (min-width:576px) {
  #main_image ul.row > li p.sub_tx {
    font-size: 16px;
    padding: 8px 0;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:1200px) {
  #main_image ul.row > li p.sub_tx {
    width: 35%;
  }
}
#main_image ul.row > li p.sub_tx span {
  font-size: 1.1em;
}
#main_image ul.row > li ul.point_area {
  text-align: left;
  padding-left: 0;
}
#main_image ul.row > li ul.point_area li {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #fff400;
}
#main_image ul.row > li ul.point_area li i {
  font-size: 1.1em;
}
@media print, screen and (min-width:576px) {
  #main_image ul.row > li ul.point_area li {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media print, screen and (min-width:768px) {
  #main_image ul.row > li ul.point_area {
    padding-left: 5%;
  }
}
/*---------------------------------------------------#sec_about*/
#mot_kintai_kinds #sec_about {
  /*  padding-top: 0;
  padding-bottom: 0;*/
}
#mot_kintai_kinds #sec_about p {
  text-align: left;
}
#mot_kintai_kinds #sec_about h3 span {
  display: inline-block;
  margin-bottom: 15px;
}
#mot_kintai_kinds #sec_about ul.row:not(#reform_laws) {
  margin: 40px auto;
}
#mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li {
  padding: 5px;
  margin: 0 auto 10px;
}
#mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li .panel_wrap {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li .panel_wrap h5 {
  color: #15579b;
  font-size: 20px;
}
#mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li .panel_wrap img {
  max-width: 100%;
  margin: 10px;
}
#mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li .panel_wrap p {
  font-size: 14px;
  line-height: 1.8em;
}
@media print, screen and (min-width:768px) {
  #mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li {
    padding: 5px 15px;
  }
  #mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li .panel_wrap {
    padding: 20px;
  }
  #mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li .panel_wrap h5 {
    font-size: 26px;
  }
  #mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li .panel_wrap img {
    max-width: 150px;
  }
  #mot_kintai_kinds #sec_about ul.row:not(#reform_laws) li .panel_wrap p {
    font-size: 18px;
  }
}
#mot_kintai_kinds #sec_about .sec_cld {
  padding-top: 20px;
}
@media print, screen and (min-width:768px) {
  #mot_kintai_kinds #sec_about .sec_cld {
    padding-top: 40px;
  }
}
#mot_kintai_kinds #sec_about .sec_cld ul#reform_laws.row {
  justify-content: center;
}
#mot_kintai_kinds #sec_about .sec_cld ul#reform_laws.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
#mot_kintai_kinds #sec_about p.mda {
  text-align: center;
  display: block;
  border: 2px solid #ff3366;
  border-radius: 6px;
  padding: 10px;
  color: #333;
}
#mot_kintai_kinds #sec_about p.mda a {
  color: blue;
  text-decoration: underline;
  transition: all 0.3s;
}
#mot_kintai_kinds #sec_about p.mda a:hover {
  color: blue;
  text-decoration: none;
}
#mot_kintai_kinds #sec_about figure img {
  max-width: 100%;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_kinds #sec_about figure img {
    max-width: 900px;
  }
}
#mot_kintai_kinds #sec_about ul.row > li .panel_wrap a {
  border: none;
}
#mot_kintai_kinds #sec_about ul.row > li .panel_wrap a:hover {
  border: none;
}
#mot_kintai_kinds #sec_about p.achieve {
  display: block;
  padding: 10px 15px;
  border-radius: 6px;
  background: #efeeee;
  color: #000;
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  #mot_kintai_kinds #sec_about p.achieve {
    font-size: 16px;
  }
}
@media print, screen and (min-width:768px) {
  #mot_kintai_kinds.is_shop #sec_about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #mot_kintai_kinds.is_callctr #sec_about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#mot_kintai_kinds.is_shop #sec_about ul.row {
  margin: 0 auto 40px !important;
}
#mot_kintai_kinds.is_callctr #sec_about ul.row {
  margin: 0 auto 40px !important;
}
/*---------------------------------------------------#sec_worries*/
#mot_kintai_kinds #sec_worries {
  background: linear-gradient(180deg, #ffffff 0%, #a9e3ff 100%);
}
#mot_kintai_kinds #sec_worries ul.row {
  justify-content: center;
}
#mot_kintai_kinds #sec_worries ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#mot_kintai_kinds #sec_worries ul.row > li h4 span {
  font-size: 1.2em;
  color: #339135;
}
#mot_kintai_kinds #sec_worries ul.row > li:nth-child(2) h4 span {
  font-size: 1.2em;
  color: #d43636;
}
#mot_kintai_kinds #sec_worries ul.row > li ul {
  width: 100%;
}
#mot_kintai_kinds #sec_worries ul.row > li ul li {
  text-align: left;
  padding: 5px 5px 5px 25px;
  border-radius: 3px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 1.1em;
}
@media print, screen and (min-width:768px) {
  #mot_kintai_kinds #sec_worries ul.row > li ul {
    width: auto;
  }
  #mot_kintai_kinds #sec_worries ul.row > li ul li {
    padding: 5px 5px 5px 30px;
  }
}
#mot_kintai_kinds #sec_worries ul.row > li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  padding-right: 0.2em;
  margin-left: -1em;
  color: #339135;
}
#mot_kintai_kinds #sec_worries ul.row > li:nth-child(2) ul li:before {
  color: #d43636;
}
/*---------------------------------------------------#sec_resolution*/
#mot_kintai_kinds #sec_resolution {
  position: relative;
  padding-bottom: 0;
}
#mot_kintai_kinds #sec_resolution .triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #aae3ff transparent transparent transparent;
  display: inline-block;
  margin: auto;
}
#mot_kintai_kinds #sec_resolution .container {
  margin-top: 30px;
}
#mot_kintai_kinds #sec_resolution div.sec_cld {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
#mot_kintai_kinds #sec_resolution div.sec_cld p {
  text-align: left;
}
#mot_kintai_kinds #sec_resolution div.sec_cld figure img {
  max-width: 100%;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_kinds #sec_resolution div.sec_cld figure img {
    max-width: 900px;
  }
}
#mot_kintai_kinds #sec_resolution div.sec_cld:nth-child(2) {
  padding-top: 0px;
}
#mot_kintai_kinds #sec_resolution div.sec_cld:nth-child(odd) {
  background: #dbfaff;
}
#mot_kintai_kinds #sec_resolution div.sec_cld figure figcaption a {
  text-decoration: underline;
  color: blue;
  transition: all 0.3s;
}
#mot_kintai_kinds #sec_resolution div.sec_cld figure figcaption a:hover {
  text-decoration: none;
}
/*---------------------------------------------------#sec_others*/
#mot_kintai_kinds #sec_others {
  padding-bottom: 0;
}
#mot_kintai_kinds #sec_others p {
  text-align: left;
}
#mot_kintai_kinds #sec_others figure img {
  max-width: 100%;
}
@media print, screen and (min-width:992px) {
  #mot_kintai_kinds #sec_others figure img {
    max-width: 900px;
  }
}
#mot_kintai_kinds #sec_others ul.row > li figure img {
  max-width: 100%;
}
#mot_kintai_kinds #sec_others figure {
  margin-bottom: 50px;
}
#mot_kintai_kinds #sec_others ul.row {
  justify-content: center;
}
#mot_kintai_kinds #sec_others ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#mot_kintai_kinds #sec_others div.sec_cld {
  padding-top: 50px;
  padding-bottom: 50px;
}
#mot_kintai_kinds #sec_others div.sec_cld.bg_blu {
  background: #dbfaff;
}
/*#mot_kintai_kinds #sec_others div.sec_cld:last-child {
  padding-bottom: 0;
}*/
#mot_kintai_kinds.is_shop #sec_others {
  background: #dbfaff;
  padding-bottom: 0;
  margin-bottom: 0;
}
#mot_kintai_kinds.is_shop #sec_others .sec_cld:nth-child(2) {
  background: #ffffff;
  padding-bottom: 50px;
}
#mot_kintai_kinds.is_callctr #sec_others {
  background: #ffffff;
  padding-bottom: 0;
  margin-bottom: 0;
}
#mot_kintai_kinds.is_callctr #sec_others .sec_cld:nth-child(2) {
  background: #dbfaff;
  padding-bottom: 50px;
}
/*---------------------------------------------------#sec_faq*/
#sec_faq {
  background: #dbfaff;
}
ul#qa {
  border: 1px solid #d4d4d4;
  padding: 10px 0;
  background: #fff;
}
ul#qa li.qa {
  border: none;
  font-size: 14px;
  padding: 10px 0 0;
  margin: 0 20px;
  text-align: left;
  border-bottom: 1px dotted #15579b;
}
@media print, screen and (min-width:768px) {
  ul#qa li.qa {
    font-size: 16px;
  }
}
ul#qa li.qa div.question {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 35px 15px 65px;
  color: #15579b;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}
ul#qa li.qa div.question::before {
  position: absolute;
  top: 14px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  content: "Q";
  font-family: "NotoSansBold";
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background: #15579b;
}
ul#qa li.qa div.question::after {
  position: absolute;
  top: 35px;
  left: 36px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid 5px transparent;
  border-left: solid 10px #15579b;
  transform: rotate(45deg);
}
ul#qa li.qa:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
ul#qa li.qa div.question:hover {
  text-decoration: none;
}
ul#qa li.qa div.question.on::before {
  transform: rotate(135deg);
}
ul#qa li.qa > div.ans {
  position: relative;
  display: block;
  padding: 30px 20px 20px 65px;
  color: #333;
  line-height: 26px;
  background: #efefef;
  margin-bottom: 15px;
}
ul#qa li.qa > div.ans p {
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  ul#qa li.qa > div.ans p {
    font-size: 16px;
  }
}
ul#qa li.qa > div.ans::before {
  position: absolute;
  top: 12px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  content: "A";
  font-family: "NotoSansBold";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  background: #0000ff;
}
ul#qa li.qa > div.ans::after {
  position: absolute;
  top: 35px;
  left: 36px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid 5px transparent;
  border-left: solid 10px #0000ff;
  transform: rotate(45deg);
}
/*ひらいたときのタイトルのスタイルをあてる */
ul#qa li.qa div.question.open {
  color: #000; /*c81507*/
}
ul#qa li.qa > div.ans {
  display: none;
}
ul#qa li.qa div.question span:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: solid 2px #15579b;
  border-bottom: solid 2px #15579b;
  transform: rotate(45deg);
  transition: 0.2s;
}
ul#qa li.qa div.question.open span:after {
  transform: rotate(225deg);
  transition: 0.2s;
}
ul#qa li.qa div.ans p {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: bold;
}
ul#qa li.qa div.ans p a {
  text-decoration: underline;
  color: blue;
  transition: all 0.3s;
}
ul#qa li.qa div.ans p a:hover {
  text-decoration: none;
}
/*-----------------------------#sec_about_b*/
#sec_about_b {
  background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
}
#sec_about_b .triangle {
  border-color: #fff transparent transparent transparent;
}
#sec_about_b ul.row {
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_about_b ul.row {
    padding: 0px;
  }
}
#sec_about_b ul.row > li {
  padding: 0px;
  margin-bottom: 0;
}
#sec_about_b ul.row > li img {
  height: 300px;
  width: auto;
}
@media print, screen and (min-width:768px) {
  #sec_about_b ul.row > li img {
    height: auto;
    width: auto;
  }
}
@media print, screen and (min-width:768px) {
  #sec_about_b ul.row > li {
    padding: 50px;
  }
}
#sec_about_b h6 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}
#sec_about_b ul.check_lst {
  margin: 20px auto;
}
#sec_about_b ul.check_lst > li {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_about_b h6, #sec_about_b ul.check_lst > li {
    font-size: 20px;
  }
}
@media print, screen and (min-width:992px) {
  #sec_about_b h6 {
    text-align: left;
    font-size: 30px;
  }
  #sec_about_b ul.check_lst > li {
    text-align: left;
    font-size: 20px;
  }
}
/*-----------------------------#sec_flow*/
#mot_kintai_kinds #sec_flow {
  background: #fcfaf4;
}
#mot_kintai_kinds #sec_flow p {
  text-align: left;
}
/*-----------------------------#sec_merit*/
#mot_kintai_kinds #sec_merit {
  padding-bottom: 0;
}
#mot_kintai_kinds #sec_merit .sec_cld {
  padding-top: 40px;
  padding-bottom: 40px;
}
#mot_kintai_kinds #sec_merit .sec_cld:nth-child(2) {
  padding-top: 0;
}
#mot_kintai_kinds #sec_merit .sec_cld:nth-child(odd) {
  background: #dbfaff;
}
#mot_kintai_kinds #sec_merit .sec_cld ul.row {
  justify-content: center;
}
#mot_kintai_kinds #sec_merit .sec_cld ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#mot_kintai_kinds #sec_merit .sec_cld ul.row > li h5 {
  color: #26a1a6;
  display: block;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  width: 100%;
}
#mot_kintai_kinds #sec_merit .sec_cld ul.row > li h5 span {
  font-weight: 900;
  font-size: 58px;
  margin-left: 8px;
}
#mot_kintai_kinds #sec_merit .sec_cld ul.row > li h6 {
  color: #333;
  display: block;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  margin: 10px auto;
}
@media print, screen and (min-width:768px) {
  #mot_kintai_kinds #sec_merit .sec_cld ul.row > li h5 {
    text-align: left;
  }
  #mot_kintai_kinds #sec_merit .sec_cld ul.row > li h6 {
    text-align: left;
  }
}
/*-----------------------------#sec_fncs_shop*/
#mot_kintai_kinds #sec_fncs_shop ul.row > li {
  padding: 10px 15px;
  margin-bottom: 10px;
}
#mot_kintai_kinds #sec_fncs_shop ul.row > li .panel_wrap {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#mot_kintai_kinds #sec_fncs_shop ul.row > li .panel_wrap h5 {
  color: #15579b;
  font-size: 20px;
}
#mot_kintai_kinds #sec_fncs_shop ul.row > li .panel_wrap img {
  max-width: 100%;
}
#mot_kintai_kinds #sec_fncs_shop ul.row li > .panel_wrap p {
  font-size: 14px;
  line-height: 1.8em;
}
@media print, screen and (min-width:768px) {
  #mot_kintai_kinds #sec_fncs_shop ul.row li {
    padding: 5px 15px;
  }
  #mot_kintai_kinds #sec_fncs_shop ul.row li > .panel_wrap {
    padding: 10px 30px;
  }
  #mot_kintai_kinds #sec_fncs_shop ul.row li > .panel_wrap h5 {
    font-size: 26px;
  }
  #mot_kintai_kinds #sec_fncs_shop ul.row li > .panel_wrap img {
    max-width: 150px;
  }
  #mot_kintai_kinds #sec_fncs_shop ul.row li > .panel_wrap p {
    font-size: 18px;
  }
}
#mot_kintai_kinds #sec_fncs_shop ul.row > li .panel_wrap a {
  border: none;
}
#mot_kintai_kinds #sec_fncs_shop ul.row > li .panel_wrap a:hover {
  border: none;
}
/*-----------------------------#sec_plan_fee*/
#mot_kintai_kinds #sec_plan_fee {
  background: #fcfaf4;
  padding-bottom: 0;
}
#mot_kintai_kinds #sec_plan_fee p small {
  margin-top: 10px;
  display: block;
  line-height: 2em;
  text-align: left;
}
#mot_kintai_kinds #sec_plan_fee table {
  width: 100%;
  background: #fff;
  border: 1px solid #15579b;
}
#mot_kintai_kinds #sec_plan_fee table tr:nth-child(odd) {
  background: #ececec;
}
#mot_kintai_kinds #sec_plan_fee table tr th, #mot_kintai_kinds #sec_plan_fee table tr td {
  text-align: center;
  padding: 10px;
}
#mot_kintai_kinds #sec_plan_fee table tr th {
  background: #15579b;
  color: #fff;
  font-weight: bold;
}
#mot_kintai_kinds #sec_plan_fee table tr td {
  font-size: 1.1em;
}
#mot_kintai_kinds #sec_plan_fee table thead th:nth-child(2) {
  border-left: 1px solid #fff;
}
#mot_kintai_kinds #sec_plan_fee table tbody tr td:nth-child(2) {
  border-left: 1px solid #a7a7a7;
}
/*-----------------------------.is_callctr #sec_others*/
#mot_kintai_kinds.is_callctr #sec_others ul.row > li {
  padding: 10px 15px;
  margin-bottom: 10px;
}
#mot_kintai_kinds.is_callctr #sec_others ul.row > li .panel_wrap {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#mot_kintai_kinds.is_callctr #sec_others ul.row > li .panel_wrap h5 {
  color: #15579b;
  font-size: 20px;
}
#mot_kintai_kinds.is_callctr #sec_others ul.row > li .panel_wrap img {
  max-width: 100%;
}
#mot_kintai_kinds.is_callctr #sec_others ul.row li > .panel_wrap p {
  font-size: 14px;
  line-height: 1.8em;
}
@media print, screen and (min-width:768px) {
  #mot_kintai_kinds.is_callctr #sec_others ul.row li {
    padding: 5px 15px;
  }
  #mot_kintai_kinds.is_callctr #sec_others ul.row li > .panel_wrap {
    padding: 30px;
  }
  #mot_kintai_kinds.is_callctr #sec_others ul.row li > .panel_wrap h5 {
    font-size: 26px;
  }
  #mot_kintai_kinds.is_callctr #sec_others ul.row li > .panel_wrap img {
    max-width: 250px;
  }
  #mot_kintai_kinds.is_callctr #sec_others ul.row li > .panel_wrap p {
    font-size: 18px;
  }
}
#mot_kintai_kinds.is_callctr #sec_others ul.row > li .panel_wrap a {
  border: none;
}
#mot_kintai_kinds.is_callctr #sec_others ul.row > li .panel_wrap a:hover {
  border: none;
}