@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url("https://fonts.googleapis.com/css?family=Anton");
.pc-obj {
  display: block;
}

.pc-inline {
  display: inline !important;
}

.sp-obj, .sp-inline {
  display: none;
}

body {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #000;
  font-weight: 500;
  overflow-x: hidden;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #000;
  outline: none !important;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

a:focus {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

i.roboto {
  font-style: normal;
}

div {
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .pc-obj {
    display: none;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-obj {
    display: block;
  }
  .sp-inline {
    display: inline !important;
  }
  body {
    font-size: 14px;
  }
}

header {
  background: #fff;
  color: #fff;
  border-bottom: 1px solid #003559;
}

header .logo {
  position: relative;
}

header .logo h1 {
  margin-top: 15px;
  color: #003559;
}

header .logo h1 img {
  width: auto;
  height: 80px;
}

header .logo .site-description {
  position: absolute;
  left: 155px;
  top: 38px;
  font-size: 90%;
  color: #003559;
}

header .header-wrap {
  display: flex;
  align-items: center;
}

header .header-wrap p {
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  flex: 1;
}

@media (max-width: 430px) {
  header .header-wrap p {
    display: none;
  }
}

header .header-wrap p img {
  width: 50%;
  height: auto;
}

@media (max-width: 991.98px) {
  header .header-wrap p img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  header .header-wrap p img {
    width: 200px;
  }
}

header .header-btn li {
  margin-top: 5px;
  margin-bottom: 5px;
}

header .header-btn li:first-child {
  display: block;
  margin-top: 15px;
}

header .header-btn .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}

.portals-nav .color_red a {
  color: red !important;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-default {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #003559;
  color: #000;
}

.navbar-default a {
  color: #000 !important;
}

.navbar-default .dropdown-menu {
  border: none;
  box-shadow: none;
}

.navbar-default .dropdown-menu li {
  padding: 10px 10px;
}

.navbar-default ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

.nav {
  margin-left: -15px;
}

.nav > li > a {
  padding: 15px 20px;
}

.nav > li > a:hover {
  color: #0063a6 !important;
}

.nav > li:first-child a {
  padding-left: 0;
}

.nav .tel {
  display: none;
}

@media (max-width: 430px) {
  .nav .tel {
    display: block;
  }
  .nav .tel img {
    width: 100%;
    height: auto;
  }
}

.nav .jyoshipop a {
  display: block;
  text-decoration: none;
  background-color: #003559;
  text-align: center;
  border: 1px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff !important;
  font-weight: bold;
  box-shadow: 0px 0px 0px 1px #003559;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .nav .jyoshipop a {
    background-color: #003559 !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav .jyoshipop a span {
  display: inline-block;
  transform: scale(1.2);
}

.nav .jyoshipop a:hover {
  color: #fff !important;
  background-color: #0063a6 !important;
  box-shadow: 0px 0px 0px 1px #003559;
}

.side .box {
  margin-bottom: 20px;
  padding: 25px 30px 10px;
}

.side .box dl {
  margin-bottom: 0;
}

.side .box dl:last-child dd {
  margin-bottom: 0;
}

.side .box dt {
  font-size: 110%;
  font-weight: normal;
  border-bottom: 0px solid #ddd;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}

.side .box dd {
  margin-bottom: 25px;
}

.side .box ul {
  padding-left: 0;
}

.side .box ul li {
  list-style-type: none;
  line-height: 2;
}

.side ul {
  padding-left: 0;
}

.side li {
  list-style-type: none;
}

.portal-layout {
  overflow: hidden;
}

.portal-layout > .sidebar {
  float: right;
  width: 270px;
}

.portal-layout > .sidebar .sidebar-ttl {
  margin-bottom: 0;
  padding: 10px 0;
  background: #0063a6;
  color: #fff;
  text-align: center;
  font-size: 120%;
  border-radius: 5px 5px 0 0;
}

.portal-layout > .sidebar .inner {
  padding-top: 35px;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.portal-layout > .sidebar .inner .btn {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}

.portal-layout > .sidebar .inner .shop-photo {
  margin: 0 auto;
  margin-bottom: 2em;
  border-radius: 110px;
  width: 220px;
  height: 220px;
}

.portal-layout > .sidebar .inner .shop-photo:hover {
  opacity: 0.7;
}

.portal-layout > .sidebar .inner .shop-photo a {
  display: block;
  width: 100%;
  height: 100%;
}

.portal-layout > .sidebar .inner .time {
  width: 100%;
}

.portal-layout > .sidebar .inner .time th, .portal-layout > .sidebar .inner .time td {
  font-weight: normal;
  vertical-align: middle;
  padding-top: 0.6em;
}

.portal-layout > .sidebar .inner .address dt {
  margin-bottom: 0.5em;
  font-size: 90%;
  font-weight: normal;
}

.portal-layout > .sidebar .inner .address dt i {
  font-size: 120%;
}

.portal-layout > .sidebar .inner .address dd {
  font-size: 100%;
}

.portal-layout > .sidebar .inner .phone {
  margin-bottom: 1em;
}

.portal-layout > .sidebar .inner .phone dt {
  margin-bottom: 0.5em;
  font-size: 90%;
  font-weight: normal;
}

.portal-layout > .sidebar .inner .phone dt i {
  font-size: 120%;
}

.portal-layout > .sidebar .inner .phone dd {
  font-size: 210%;
  line-height: 1;
}

.portal-layout > .content {
  float: left;
  width: 100%;
  margin-right: -330px;
  padding-right: 330px;
  box-sizing: border-box;
  text-align: left;
}

.portal-layout > .content .inner {
  padding-right: 0px;
}

.mypage .side .box {
  border-radius: 5px;
  padding: 0;
}

.mypage .side .box dl dt {
  margin-bottom: 0;
  padding: 5px 17px;
  border-radius: 5px 5px 0px 0px;
  background: #B4C2C5;
  color: #fff;
  font-size: 100%;
}

.mypage .side .box dl dd li {
  border-bottom: 1px solid #ddd;
}

.mypage .side .box dl dd li:last-child {
  border-bottom: 0;
}

.mypage .side .box dl dd a {
  display: block;
  padding: 9px 17px;
  background: url(../../../img/common/side-mypage-arrow-right.png) no-repeat 96% center;
}

.mypage .side .bnr li {
  margin-bottom: 20px;
}

footer {
  border-top: 2px solid #003559;
  font-size: 90%;
}

footer #pagetop-pc {
  display: none;
  position: fixed;
}

footer #pagetop-pc img:hover {
  opacity: 0.5;
}

footer #pagetop-pc a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #004473;
  color: #fff;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s ease-out;
}

footer #pagetop-pc a:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer #pagetop-pc a:active, footer #pagetop-pc a:focus, footer #pagetop-pc a:visited, footer #pagetop-pc a:focus-within {
  text-decoration: none;
}

footer #pagetop-sp a {
  position: relative;
  color: #fff;
}

footer #pagetop-sp a span {
  display: inline-block;
  position: relative;
  transform: translate(0, 16px);
  z-index: 10;
}

footer #pagetop-sp a:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: #003559;
  transform: translate(-50%, 55px) rotate(45deg);
  z-index: 5;
}

footer .footer-menu {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footer-menu .btn {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}

footer .titles {
  margin-bottom: 15px;
  font-size: 115%;
}

footer .left-box {
  padding-top: 20px;
}

footer .left-box .navs {
  margin-bottom: 30px;
}

footer .left-box .navs li {
  margin-right: 1.5em;
  margin-bottom: 0.8em;
}

footer .simpleform {
  padding: 20px 30px;
  border-radius: 5px;
  background: #F8F8F8;
  text-align: center;
}

footer .simpleform textarea {
  margin-bottom: 10px;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #eee;
}

footer .simpleform a {
  text-decoration: underline;
}

footer .footer-bnr-area {
  padding: 40px 0 30px;
}

footer .footer-bnr-area img {
  border: 1px solid #ccc;
}

footer .footer_hanbai_bnr {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}

footer .footer_hanbai_bnr ul {
  overflow: hidden;
}

footer .footer_hanbai_bnr li {
  float: left;
}

footer .footer-portal-bnr-area {
  padding: 40px 0 30px;
  background: #F7F7F7;
}

footer .footer-portal-bnr-area p, footer .footer-portal-bnr-area img {
  text-align: center;
}

footer .footer-sub-menu {
  padding: 25px 0 15px;
}

footer .footer-sub-menu .list-inline > li {
  padding-right: 15px;
  padding-left: 15px;
}

footer .footercopy {
  position: relative;
  padding: 15px 0;
  color: #fff;
  z-index: 20;
}

footer .footercopy p {
  margin-bottom: 0;
}

footer .footercopy small {
  letter-spacing: 3px;
}

footer .bg-mizuiro {
  background: #003559;
}

footer .bg-gray {
  padding: 12px 0;
  background: #B4C2C5;
  font-size: 90%;
}

.mypage footer {
  border-top: 0;
}

section {
  padding: 100px 0;
}

.input-price-area {
  padding-top: 30px;
  height: 1185px;
  background: url(../../../img/home/bg-inputarea.jpg) no-repeat center center;
  background-size: cover;
}

.input-price-area .container {
  width: 1160px;
  margin: 0 auto;
}

.input-price-area .input-price-area-title {
  margin-bottom: 35px;
  font-size: 300%;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
  text-shadow: 0px 0px 5px black;
}

.input-price-area .input-price {
  height: 760px;
}

.input-price-area .btn {
  padding-right: 3em;
  padding-left: 3em;
}

.input-price-area .btn-lg {
  padding-top: 15px;
  padding-bottom: 15px;
}

.input-price-area .list-inline li {
  margin-right: 30px;
}

#pr-overlay .btn-print {
  width: 85%;
}

#pr-overlay .inactive {
  position: relative;
}

#pr-overlay .inactive:after {
  position: absolute;
  left: 0;
  top: -11px;
  content: "";
  padding-top: 10px;
  width: 100%;
  height: 104%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}

#print-sample {
  height: 816px;
}

#print-sample img {
  border: 1px solid #fefefe;
  width: auto;
  height: 100%;
}

.design-box .btn {
  font-size: 14px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.design-list-btn {
  margin-bottom: 70px;
}

.design-list-btn li {
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 1rem;
}

.about-box .btn-yellow {
  padding-right: 3em;
  padding-left: 3em;
  font-size: 14px;
}

.about-box .description {
  margin-bottom: 80px;
}

.about-box .capture {
  position: relative;
  width: 672px;
  height: 379px;
  background: url(../../../img/home/bg-movie.png) no-repeat left top;
  background-size: cover;
}

.about-box .capture #pc-movie {
  position: absolute;
  left: 111px;
  top: 26px;
}

.about-box .capture.tablet-capture {
  width: 100%;
  /*悩みどこ*/
}

.print-box .titlebox-1 {
  margin-bottom: 3em;
}

.print-box .textbox-1 {
  padding-top: 60px;
}

.print-box .textbox-1 .btn {
  margin-top: 2em;
}

.airprakit-box {
  padding: 0;
}

.airprakit-box .swipe-wrap {
  padding-top: 35px;
}

.airprakit-box .swiper-container {
  width: 100%;
  height: 300px;
}

.airprakit-box .swiper-pagination {
  width: 90%;
}

.airprakit-box .swiper-pagination span {
  margin-left: 15px;
}

.airprakit-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.airprakit-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #0063a6;
}

.website-box .titlebox-1 {
  margin-bottom: 6em;
}

.website-box .textbox-1 {
  padding-top: 60px;
}

.website-box .textbox-1 .btn {
  margin-top: 2em;
}

.voice-box {
  padding-bottom: 30px;
}

.voice-box .titlebox-1 {
  margin-bottom: 4em;
}

.voice-box .text-center {
  margin-bottom: 60px;
}

.voice-box .voice-photo {
  margin-bottom: 50px;
}

.voice-box .voice-photo-container {
  width: 100%;
  height: 100%;
}

.voice-box .photobox {
  float: left !important;
  width: 31%;
  margin-right: 3.5%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}

.voice-box .photobox:nth-child(3n) {
  margin-right: 0;
}

.voice-box .photobox-photo {
  margin-bottom: 30px;
}

.voice-box .photobox-title {
  text-align: center;
  letter-spacing: 3px;
  font-size: 140%;
}

.voice-box .photobox-hr {
  width: 50px;
  height: 3px;
  border: none;
  background: #0063a6;
}

.voice-box .photobox-wrap {
  padding: 0px 30px 20px;
}

.case-box .titlebox-1 {
  margin-bottom: 5em;
}

.case-box .casephoto {
  margin-bottom: 50px;
}

.planinfos-wrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .planinfos-wrap {
    display: none;
  }
}

.planinfos {
  overflow: hidden;
}

.planinfos .label-box {
  float: right;
  margin-right: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 12px;
  text-align: left;
}

.planinfos .label-box dt {
  background: #0063a6;
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px 0 0 3px;
}

.planinfos .label-box dd {
  background: #fff;
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 1199px) {
  .planinfos .label-box dt, .planinfos .label-box dd {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 992px) {
  .planinfos .label-box dt {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px 3px 0 0px;
    text-align: center;
    font-size: 11px;
  }
  .planinfos .label-box dd {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0 0px 3px 3px;
    text-align: left;
    font-size: 11px;
  }
}

.sp-planinfo {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

@media screen and (max-width: 767px) {
  .sp-planinfo dt {
    color: #0063a6;
  }
}

.top-totaling-message {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #5cc1ac;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.top-totaling-message .anton {
  vertical-align: -3px;
  font-family: 'Anton', sans-serif;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 75px;
  color: #cef4d4;
  font-weight: normal;
}

@media screen and (max-width: 1500px) {
  .top-totaling-message .blocks {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top-totaling-message {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .top-totaling-message .anton {
    vertical-align: -1px;
    font-size: 23px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.infinite-wrap {
  position: relative;
  overflow: hidden;
  height: 190px;
}

.infinite-wrap .swiper-wrapper {
  padding-top: 20px;
}

.infinite-wrap .swiper-slide {
  float: left;
  width: 180px;
  margin-right: 10px;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}

.infinite-wrap .swiper-slide img {
  margin-bottom: 5px;
  height: 127.13px;
}

.news-list {
  padding: 30px 0 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .news-list.home {
    padding-left: 34px;
    padding-right: 39px;
  }
}

.news-list__border {
  position: relative;
  border: 5px solid #0071be;
  border-radius: 10px;
  padding: 5px 30px;
  box-sizing: border-box;
}

.news-list__border .news-list__item {
  margin-bottom: 0;
}

.news-list__border .news-list__item a:last-child {
  width: 80%;
}

.news-list__border .link-news {
  position: absolute;
  right: 30px;
  bottom: 17px;
}

@media screen and (max-width: 767px) {
  .news-list__border {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 992px) {
  .news-list__border .news-list__item a:last-child {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .news-list__border .news-list__item a:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .news-list__border .link-news {
    position: static;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.news-list__item {
  margin-bottom: 30px;
}

.news-list__item > a {
  display: block;
  text-decoration: none;
  transition: background-color .2s ease-out;
}

.news-list__item > a:hover {
  background: rgba(0, 53, 89, 0.2);
  text-decoration: none;
}

.news-list__item > a dl {
  border-bottom: 1px dotted #000;
}

.news-list__item > a:last-of-type dl {
  border-bottom: 0;
}

.news-list dl {
  display: flex;
  font-size: 1.3rem;
  margin: 0;
  padding: 12px 10px 12px;
}

.news-list dl dt {
  width: 150px;
}

.news-list dl dd {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .news-list dl {
    display: block;
    padding: 12px 0px 12px;
  }
}

@media screen and (max-width: 767px) {
  .news-list dl dt {
    margin-bottom: 10px;
    width: auto;
  }
}

.news-list__detail {
  padding: 60px;
}

.news-list__detail dl {
  display: block;
}

.news-list .link {
  font-size: 12px;
}

.news-list .link:hover {
  color: #0063a6;
}

.information-list {
  padding: 80px 0 100px 0;
}

.information-list .news-list__item {
  padding-left: 50px;
  padding-right: 50px;
}

.information-list .container {
  padding: 60px 0 40px;
  background: #fff;
}

.information-list dl {
  font-size: 16px;
  padding: 20px 10px 20px;
}

@media screen and (max-width: 767px) {
  .information-list {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media screen and (max-width: 767px) {
  .information-list .news-list__item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .information-list .container {
    padding: 30px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .information-list dl {
    padding: 20px 0px 20px;
    font-size: 14px;
  }
}

.information-detail {
  padding: 80px 0 100px 0;
}

.information-detail .container {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .information-detail {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .information-detail .container {
    padding: 20px 0 10px;
  }
}

.information-detail__content {
  padding: 60px;
}

.information-detail__content dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #0063a6;
}

.information-detail__content dl dt {
  flex: 1;
  line-height: 1.3;
  padding-bottom: 20px;
  font-size: 30px;
  text-align: left;
}

.information-detail__content dl dd {
  width: 150px;
  text-align: right;
}

.information-detail__content .information-detail__catch {
  margin-bottom: 30px;
  padding: 20px 15px;
  text-align: center;
  background-color: rgba(0, 53, 89, 0.1);
}

.information-detail__content .information-detail__catch img {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.information-detail__content .text {
  line-height: 2.2;
}

.information-detail__content .text a {
  color: #0063a6;
  text-decoration: underline;
}

.information-detail__content .text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .information-detail__content {
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .information-detail__content dl {
    display: block;
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .information-detail__content dl dt {
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .information-detail__content dl dt:after {
    margin-top: 10px;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 2px;
    background: #0063a6;
  }
}

@media screen and (max-width: 767px) {
  .information-detail__content dl dd {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

.keyword-search {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background: #003559;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 450px;
}

.keyword-search .input-group {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.keyword-search .input-group .form-control {
  height: 38px;
  border: 1px solid #003559;
}

.keyword-search .input-group .btn-search {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  color: #003559;
  border: 1px solid #003559;
}

.keyword-search .input-group .btn-search:hover {
  color: #000;
}

.keyword-search .input-group .btn-search.btn-active {
  color: #003559 !important;
}

.keyword-search .input-group .btn-search.btn-active:hover {
  color: #000 !important;
}

.keyword-search .input-text {
  width: 40%;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 530px) {
  .keyword-search {
    display: block;
  }
}

@media screen and (max-width: 530px) {
  .keyword-search .input-group {
    width: 80%;
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 530px) {
  .keyword-search .input-group .form-control {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .keyword-search .input-group .btn-search {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 530px) {
  .keyword-search .input-text {
    margin-bottom: 10px;
    width: 100%;
  }
}

.mypage header {
  background: #B4C2C5;
  z-index: 9998;
}

.mypage header .logo h1 {
  margin-top: 10px;
}

.mypage .mypage-mains {
  padding-top: 0;
  background: #F7F7F7;
}

.mypage .mypage-nav {
  margin-bottom: 32px;
  background: #fff;
  padding: 30px 0 22px;
  font-size: 180%;
}

.mypage .mypage-nav i {
  color: #B4C2C5;
}

.mypage .mypage-nav .btn i {
  color: #000;
}

.mypage-mains {
  padding-top: 20px;
  padding-bottom: 60px;
  background: #fafafa;
}

.mypage-planbox {
  margin-bottom: 20px;
  padding: 15px !important;
}

.mypage-info-box dl {
  margin-bottom: 1.2em;
}

.mypage-info-box dt {
  margin-bottom: 1em;
  font-size: 90%;
  font-weight: normal;
}

.mypage-info-box dt .label-yellow {
  margin-left: 1.5em;
}

.mypage-info-box dd {
  padding-bottom: 1em;
  border-bottom: 1px dotted #666;
  font-size: 110%;
}

.mypage-bnr-area {
  margin-bottom: 20px;
}

.plan-price .plan-box {
  opacity: 0.5;
}

.plan-price .plan-box:hover {
  opacity: 1;
}

.plan-price .plan-box .choice {
  display: block;
}

.plan-price .plan-box .choiced {
  display: none;
}

.plan-price .plan-box.selected {
  opacity: 1;
}

.plan-price .plan-box.selected .choice {
  display: none;
}

.plan-price .plan-box.selected .choiced {
  display: block;
}

.plan-price .plan-box.nochoice {
  opacity: 1;
}

.design-list.cars-list .photobox-with-ico .photo span {
  right: 10px;
  bottom: -37px;
}

.design-list.cars-list .photobox-with-ico .photo span img {
  width: 70px;
  height: auto;
}

.design-list.cars-list .photobox-with-ico dl {
  font-size: 120%;
}

.design-list.cars-list .photobox-with-ico .hover-yellow {
  font-size: 120%;
  line-height: 2;
}

.members-page {
  background: #f7f7f7;
}

.members-page section {
  padding: 0;
}

.members-page .member-header .row {
  height: 110px;
  position: relative;
}

.members-page .member-header .row .memberpage-logo {
  position: absolute;
  margin-left: -73px;
  left: 50%;
  top: 0;
}

.members-page .member-header .row p {
  margin-top: 35px;
}

.members-page .member-header .row p a {
  padding: 0.7em 2em;
  font-size: 100%;
}

.members-page .mains .forms {
  margin-bottom: 100px;
}

.members-page .mains .forms .row {
  padding: 70px 70px 60px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .members-page {
    background: #f7f7f7;
  }
  .members-page .container {
    max-width: 650px;
  }
}

.portal header {
  background: #fff;
  border-bottom: 3px solid #0063a6;
}

.portal header .logo h1 {
  margin-top: 15px;
}

.portal header p {
  color: #0063a6;
}

.portal footer {
  border-top: 1px solid #ddd;
}

.portal footer .footercopy {
  background: #0063a6;
}

.portal .pads {
  padding-top: 60px;
  padding-bottom: 60px;
}

.portal .pads-with-bread {
  padding-top: 30px;
  padding-bottom: 60px;
}

.portal .catch-portal {
  background: url(../../../../img/portal/portal-catch.jpg) no-repeat center center #F7F6F4;
}

.portal .catch-portal .container {
  display: table;
  height: 270px;
}

.portal .catch-portal .catch-portal-ttl {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 260%;
  line-height: 1.6;
}

.portal .catch-portal .catch-portal-ttl span {
  display: block;
  padding-top: 0.5em;
  width: 9em;
  border-bottom: 6px solid #0071be;
}

.portal .catch-portal.find-car {
  background: url(../../../../img/portal/portal-find-car-catch.jpg) no-repeat center center #F7F6F4;
}

.portal .catch-portal.find-car .container {
  height: 220px;
}

.portal .catch-portal.find-car .catch-portal-ttl span {
  width: 3em;
}

.portal .catch-portal.find-shop {
  background: url(../../../../img/portal/portal-shop-catch.jpg) no-repeat center center #F7F6F4;
}

.portal .catch-portal.find-shop .container {
  height: 220px;
}

.portal .catch-portal.find-shop .catch-portal-ttl span {
  width: 5em;
}

.portal .portal-ttl-area {
  background: #0063a6;
  color: #fff;
}

.portal .portal-ttl-area .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.portal .portal-ttl-area .tables {
  display: table;
}

.portal .portal-ttl-area .tables .portal-ttl-area-ttl, .portal .portal-ttl-area .tables .btns {
  display: table-cell;
  vertical-align: middle;
}

.portal .portal-ttl-area .tables .portal-ttl-area-ttl {
  width: 40%;
}

.portal .portal-ttl-area .tables .btns {
  text-align: right;
}

.portal .portal-ttl-area .tables .btns ul {
  float: right;
  margin: 0;
  overflow: hidden;
}

.portal .portal-ttl-area .tables .btns li {
  float: left;
  margin-left: 15px;
}

.portal .portal-ttl-area .tables .btns a {
  display: inline-block;
}

.portal .portal-ttl-area .portal-ttl-area-ttl {
  margin: 0;
  font-size: 180%;
}

.portal .portal-ttl-area .portal-ttl-area-ttl.shop-title {
  width: 100%;
}

.portal .portal-layout {
  padding-bottom: 100px;
}

.portal .portal-layout .category {
  display: inline-block;
  margin-bottom: 0;
  padding: 3px 1em;
  font-size: 110%;
  background: #eee;
}

.portal .portal-layout .carname {
  margin-bottom: 1.0em;
  line-height: 1.7;
}

.portal .portal-layout .carname span {
  font-weight: normal;
}

.portal .portal-layout .inner {
  position: relative;
}

.portal .portal-layout .inner .soldout {
  width: 80px;
  height: 80px;
}

.portal .portal-layout .inner .soldout .pc-obj {
  position: absolute;
  right: 0;
  top: 0;
}

.portal .portal-layout .inner .car_detail.soldout {
  width: 0;
  height: 0;
}

.portal .portal-layout .option-text {
  font-size: 120%;
}

.portal .portal-layout .thumbs-area div {
  margin-bottom: 20px;
}

.portal .portal-layout .thumbs-area .thumbs {
  position: relative;
  width: 100%;
  height: 67.5%;
  padding-top: 67.5%;
  overflow: hidden;
  border-radius: 3px;
}

.portal .portal-layout .thumbs-area .thumbs a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
}

.portal .portal-layout .specs {
  display: table;
  margin-bottom: 25px;
  font-size: 95%;
}

.portal .portal-layout .specs dl {
  display: table-cell;
  vertical-align: bottom;
  border-right: 1px solid #ddd;
  padding-left: 25px;
  padding-right: 25px;
}

.portal .portal-layout .specs dl:first-child {
  padding-left: 0;
}

.portal .portal-layout .specs dl:last-child {
  border-right: 0;
}

.portal .portal-layout .specs dl dt {
  margin-bottom: 0.8em;
  font-weight: normal;
  font-size: 110%;
}

.portal .portal-layout .specs dl dt img {
  margin-left: 5px;
  vertical-align: top;
}

.portal .portal-layout .specs dl dd {
  font-weight: bold;
  font-size: 130%;
}

.portal .portal-layout .specs .price dd .roboto {
  margin-right: 0.15em;
  line-height: 1;
  font-size: 180%;
  color: #FF3F00;
}

.portal .portal-layout .specs .price dd .roboto i {
  font-style: normal;
  font-size: 80%;
}

.portal .portal-layout .specs .price dd .roboto .dot {
  font-size: 80%;
}

.portal .portal-layout .specs .data {
  font-size: 90%;
}

.portal .portal-layout .specs .data dd span {
  margin-right: 0.15em;
  font-size: 140%;
  line-height: 1;
}

.portal .portal-layout .specs .data dd span .roboto {
  font-size: 140%;
}

.portal .portal-layout .specs .data dd span i {
  font-style: normal;
  font-size: 80%;
}

.portal .portal-layout .description {
  margin-bottom: 40px;
  font-size: 94%;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
}

.portal .portal-layout .pr-text {
  font-size: 80%;
}

.portal .portal-layout .spec-detail {
  margin-bottom: 40px;
}

.portal .portal-layout .spec-detail tr:last-child th, .portal .portal-layout .spec-detail tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.portal .portal-layout .spec-detail th, .portal .portal-layout .spec-detail td {
  padding: 1.5em 1em;
  font-size: 95%;
}

.portal .portal-layout .spec-detail th {
  background: #F7F7F7;
  font-size: 90%;
  font-weight: normal;
}

.portal .portal-layout .spec-detail .hidden-xs th {
  width: 15%;
}

.portal .portal-layout .spec-detail .hidden-xs td {
  width: 35%;
}

.portal .portal-layout .spec-detail td {
  font-size: 90%;
}

.portal .portal-layout .inquiry {
  display: table;
  margin-bottom: 0px;
}

.portal .portal-layout .inquiry p {
  display: table-cell;
  vertical-align: middle;
}

.portal .portal-layout .inquiry .phones {
  font-size: 250%;
}

.portal .portal-layout .socialbtn {
  background: #0063a6;
  border-radius: 3px;
  padding: 15px 25px;
}

.portal .portal-layout .socialbtn ul {
  overflow: hidden;
  margin-bottom: 0;
}

.portal .portal-layout .socialbtn li {
  float: left;
  width: 32%;
  margin-bottom: 0;
  margin-right: 2%;
}

.portal .portal-layout .socialbtn li .btn {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}

.portal .portal-layout .socialbtn li:nth-child(3n) {
  margin-right: 0;
}

.portal .portal-layout .socialbtn li.fourth {
  float: left;
  width: 24%;
  margin-bottom: 0;
  margin-right: 1.30%;
}

.portal .portal-layout .socialbtn li.fourth .btn {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}

.portal .portal-layout .socialbtn li.fourth:nth-child(4n) {
  margin-right: 0;
}

.portal .portal-layout .socialbtn .btn-lg {
  font-size: 14px;
}

.container.plan section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.plan .bnr-free-plan {
  margin-bottom: 60px;
  border: 5px solid #0071be;
}

.container.plan .nintei {
  margin-bottom: 100px;
  text-align: center;
}

.container.plan .nintei p {
  display: inline;
  vertical-align: middle;
  font-size: 120%;
  background: url(../../../img/common/underline-yellow.png) repeat-x left bottom;
  background-size: 3px auto;
}

.container.plan .nintei .bold {
  font-weight: bold;
  font-size: 105%;
}

.container.plan .nintei .sub {
  font-size: 85%;
}

.priceboard-thumbs > div {
  margin-bottom: 20px;
}

.priceboard-thumbs > div img {
  width: 100%;
  height: auto;
}

.plan-price {
  margin-bottom: 30px;
}

.plan-price .plan-box.page-plans {
  opacity: 1;
}

.plan-price .plan-box .plan-box-titlearea {
  position: relative;
  display: table;
  width: 100%;
  height: 90px;
  background: #0063a6;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.plan-price .plan-box .plan-box-titlearea .half-badge {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0%, -50%);
}

.plan-price .plan-box .plan-box-titlearea.free {
  background: #BBBBBB;
}

.plan-price .plan-box .plan-box-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 130%;
  padding: 0 1.5em;
  line-height: 1.6;
  font-weight: bold;
}

.plan-price .plan-box .plan-box-title span {
  display: block;
  font-size: 70%;
}

.plan-price .plan-box .plan-box-content {
  display: table;
  width: 100%;
  height: 375px;
  padding: 30px 16px;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  text-align: center;
}

.plan-price .plan-box .plan-box-content hr {
  margin: 10px 0 17px;
}

.plan-price .plan-box .plan-box-content p {
  font-size: 90%;
}

.plan-price .plan-box .plan-box-content .cells {
  display: table-cell;
  vertical-align: middle;
}

.plan-price .plan-box .plan-box-content .free-ttl {
  font-size: 220%;
}

.plan-price .plan-box .plan-box-content .release_txt {
  margin-bottom: 2em;
}

.plan-price .plan-box .plan-box-content .price-detail dl {
  display: table;
  width: 100%;
  margin-bottom: 7px;
  font-size: 85%;
}

.plan-price .plan-box .plan-box-content .price-detail dt, .plan-price .plan-box .plan-box-content .price-detail dd {
  display: table-cell;
  vertical-align: middle;
}

.plan-price .plan-box .plan-box-content .price-detail dt {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  background: url(../../../../img/common/bg-price-arrow.png) no-repeat right center;
}

.plan-price .plan-box .plan-box-content .price-detail dd {
  text-align: left;
  font-size: 270%;
  padding-left: 10px;
}

.plan-price .plan-box .plan-box-content .price-detail dd span {
  font-weight: bold;
}

.plan-price .plan-box .plan-box-content .price-detail dd .yen {
  font-size: 45%;
}

.plan-price .plan-box .plan-box-content .price-detail dd .tax {
  font-size: 30%;
}

.plan-price .plan-box .plan-box-content .price-detail dd .per_month {
  font-size: 45%;
}

.plan-price .plan-box .plan-box-content .price-detail .title {
  display: block;
  font-size: 85%;
}

.plan-price .plan-box .plan-box-content .price-detail .strikes {
  font-weight: normal;
  font-size: 170%;
  background: url(../../../../img/common/line-strike-double.png) repeat-x left center;
}

.plan-price .plan-box .plan-box-content .price-detail .yen {
  font-size: 60%;
}

.plan-price .plan-box .plan-box-content .period {
  margin-bottom: 17px;
}

.plan-price .plan-box .plan-box-content .period p {
  font-size: 85%;
}

.plan-price .plan-box .plan-box-content .period p span {
  font-size: 90%;
  font-weight: bold;
  color: #FF3F00;
}

.plan-price .plan-box .plan-box-content .design .kind {
  display: inline-block;
  font-size: 270%;
  font-weight: bold;
  background: url(../../../../img/common/line-yellow-8.png) repeat-x left bottom;
  line-height: 1;
}

.plan-price .plan-box .plan-box-content .design .kind span {
  display: inline-block;
  font-size: 45%;
  margin-left: 0.3em;
  line-height: 1;
}

.plan-price .plan-box .plan-box-content .design .noline {
  background: none;
}

.page-about .description {
  margin-bottom: 0;
  font-size: 110%;
  line-height: 1.8;
}

.page-about .youtube-wrap {
  width: 768px;
  margin: 0 auto;
}

.page-about .youtube-wrap .youtube-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.page-about .youtube-wrap .youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page-about .youtube-wrap .youtube-text {
  padding-top: 10px;
  text-align: center;
  color: #0063a6;
}

.page-about .youtube-wrap .youtube-text br {
  display: none;
}

.page-about .about-box .middles {
  padding-top: 5%;
}

.page-about .about-box .description {
  line-height: 1.8;
}

.page-about .first-box {
  padding-top: 40px;
  padding-bottom: 60px;
}

.page-about .web-box .middles {
  padding-top: 2%;
}

.page-about .web-box .description {
  margin-bottom: 1em;
}

.page-about .airprakit {
  margin-top: 30px;
}

.page-about .airprakit .tables {
  display: table;
  width: 100%;
  background: #0063a6;
  border-radius: 5px;
}

.page-about .airprakit .tables .description {
  margin-bottom: 1.5em;
}

.page-about .airprakit .cells {
  display: table-cell;
  vertical-align: middle;
  width: 49%;
  box-sizing: border-box;
  padding: 40px 45px;
  color: #fff;
}

.page-about .airprakit .cells .titlebox-9 {
  margin-bottom: 1em;
}

.page-about .airprakit .cells .titlebox-9-en-title {
  color: #0071be;
}

.page-about .airprakit .image {
  display: table-cell;
  border-radius: 0 5px 5px 0;
  background: url(../../../../img/about/img-kit.png) center center no-repeat #fff;
  background-size: contain;
  width: 51%;
}

.page-about .image-box {
  padding: 40px 0;
}

.page-about .image-box .container {
  position: relative;
}

.page-about .image-box .container .arrow {
  position: absolute;
  top: -68px;
  left: 50%;
  margin-left: -16px;
}

.page-about .image-box .image-box-box {
  padding: 20px;
  box-sizing: auto;
  background: #fff;
  border-radius: 5px;
}

.page-about .image-box .image-box-box .ttl {
  margin-bottom: 1.5em;
  font-size: 100%;
  line-height: 1.6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding: 15px 10px;
  }
  footer .left-box {
    margin-bottom: 30px;
  }
  footer .left-box .navs li {
    margin-right: 0.5em;
    margin-bottom: 0.8em;
  }
}

@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 54px;
  }
  header .logo h1 {
    margin-top: 10px !important;
    margin-bottom: 4px !important;
  }
  header .logo h1 img {
    width: 150px;
    height: auto;
  }
  header .header-btn ul {
    width: 100%;
    margin-bottom: 0;
  }
  header .header-btn ul li {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    padding-top: 3px !important;
  }
  header .header-btn ul li:first-child {
    display: inline-block;
  }
  header .header-btn.portals ul {
    padding-top: 5px;
  }
  header .sp-menu-btn-close {
    display: none;
  }
  .overlay-white {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 5000;
  }
  .navbar {
    margin-bottom: 0;
  }
  .portals-nav.navbar .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #navbar.portals {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  #navbar.portalsportal {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .collapse {
    display: block;
  }
  .sp-login {
    margin-top: 10px;
    display: table !important;
    width: 100%;
  }
  .sp-login li {
    display: table-cell;
    width: 50%;
  }
  .sp-login li:last-child {
    text-align: right;
  }
  .sp-login li a {
    width: 96% !important;
    padding: 12px 20px !important;
    font-size: 140% !important;
    box-sizing: border-box !important;
  }
  .sp-login li .btn-white-bordered {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .sp-login li .btn {
    font-size: 14px !important;
  }
  .navbar {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 9000;
    display: none;
  }
  .navbar-nav {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .navbar-nav > li {
    border-bottom: 1px solid #E2E2E2;
    font-size: 100%;
  }
  .navbar-nav > li:first-child a {
    /* padding: 15px 20px !important; */
  }
  .navbar-nav > li a {
    background: url(../img/common/ico-sp-nav-link.png) no-repeat 95% center;
    background-size: auto 10px;
    text-align: center;
  }
  .navbar-nav > li:last-child {
    text-align: center;
  }
  .navbar-nav > li:last-child a {
    /* padding: 5px 15px; */
    background: none;
  }
  .navbar-nav > li > ul li {
    padding: 0 !important;
    border-top: 1px solid #E2E2E2;
    background: #F3F3F3;
  }
  .navbar-nav > li > ul li a {
    padding: 15px 20px !important;
    display: block;
    width: 100%;
    height: auto;
  }
  .navbar-nav .dropdown > a {
    background: url(../img/common/ico-sp-nav-plus.png) no-repeat 95.5% center;
    background-size: auto 13px;
  }
  .navbar-nav .dropdown.open > a {
    background: url(../img/common/ico-sp-nav-minus.png) no-repeat 95.5% center;
    background-size: auto 2px;
  }
  .navbar-nav .dropdown.open > a:hover {
    background: url(../img/common/ico-sp-nav-minus.png) no-repeat 95.5% center;
    background-size: auto 2px;
  }
  .navbar-nav .findpriceboard a {
    color: #3397A8 !important;
    background: url(../img/common/ico-sp-nav-link-mizuiro.png) no-repeat 95% center #D5EEF2;
    background-size: auto 10px;
  }
  .navbar-default {
    background-color: #fff;
    border: none;
    color: #000;
  }
  .navbar-default a {
    color: #000 !important;
  }
  .navbar-default .dropdown-menu {
    padding: 0 !important;
    border: none;
    box-shadow: none;
  }
  .navbar-default .dropdown-menu li {
    padding: 10px 10px;
  }
  .nav > li > a {
    padding: 15px 20px;
  }
  .mains {
    margin-top: 54px;
  }
  .side {
    padding-right: 0;
    padding-left: 0;
  }
  .side .box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .side .box:nth-child(2n) {
    padding-bottom: 0 !important;
  }
  .side .box dt {
    line-height: 2 !important;
    padding: 9px 17px !important;
    background: #E8EDED !important;
    color: #000 !important;
    border-radius: 0 !important;
  }
  .side .box ul {
    margin-bottom: 0 !important;
  }
  .side .box ul li:last-child {
    border-bottom: 1px solid #ddd !important;
  }
  .side .operation {
    overflow: hidden;
    padding-top: 15px !important;
    padding-bottom: 7px !important;
    border-top: 0;
  }
  .side .operation li {
    width: 49%;
  }
  .side .operation a {
    width: 100%;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
  .side .btn-close-menu a {
    display: block;
    padding: 10px 0;
    background: #E8EDED;
    text-align: center;
  }
  footer {
    margin-top: 35px;
    position: relative;
    border-top: 4px solid #0063a6;
    font-size: 90%;
  }
  footer .pagetop {
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
  }
  footer .pagetop a {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .sp-btn {
    display: table !important;
    width: 100%;
    border-collapse: collapse;
  }
  footer .sp-btn > p {
    border: 1px solid #0063a6;
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    border-right: 0;
  }
  footer .sp-btn > p:first-child {
    border-left: 0;
  }
  footer .sp-btn > p a {
    padding: 15px 0;
    display: block;
    font-size: 120%;
  }
  footer .footer-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  footer .left-box {
    padding-top: 20px;
  }
  footer .left-box .navs {
    text-align: center;
    margin-bottom: 12px;
  }
  footer .bg-mizuiro {
    padding: 15px 0;
    /*background: lighten($primary_color, $lighten_per);*/
    color: #fff;
  }
  footer .bg-mizuiro p {
    margin-bottom: 0;
  }
  footer .bg-mizuiro small {
    font-size: 90%;
    letter-spacing: 3px;
  }
  footer .footer-portal-bnr-area {
    padding: 20px 0 10px;
    background: #fff;
  }
  footer .footer-portal-bnr-area .col-xs-6 {
    margin-bottom: 10px;
  }
  footer .footer-portal-bnr-area p, footer .footer-portal-bnr-area img {
    text-align: center;
  }
  section {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .modal-backdrop {
    z-index: 10040;
  }
  .modal {
    z-index: 10050;
  }
  .modal-body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .about-box .capture-area {
    margin-top: 30px;
  }
  .about-box .capture {
    margin: 0 auto;
  }
  .airprakit-box {
    padding: 0;
  }
  .airprakit-box .airprakit-mizuiro {
    margin-bottom: 30px;
  }
  .airprakit-box .swiper-slide {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #pr-overlay .btn-print {
    width: 47%;
  }
}

@media (max-width: 767px) {
  #pr-overlay .btn-print {
    width: 32%;
  }
}

@media (max-width: 767px) {
  /**
    * トップページ
    */
  .input-price-area {
    padding-top: 30px;
    height: 1070px;
  }
  .input-price-area .container {
    width: 1160px;
    margin: 0 auto;
  }
  .input-price-area .input-price-area-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 140%;
  }
  .input-price-area .input-price {
    height: auto;
  }
  .design-box .description {
    margin-bottom: 30px !important;
  }
  .input-price-area.sp-input-price-area {
    padding-top: 10px;
    height: auto;
  }
  .input-price-area.sp-input-price-area .container {
    padding-top: 0px;
    width: 100%;
    height: auto !important;
  }
  .design-list {
    margin-bottom: 10px;
  }
  .design-list .list {
    margin-bottom: 0.5em;
  }
  .design-list .list .image {
    position: relative;
    border-radius: 3px;
    cursor: pointer;
  }
  .design-list .list .image .image-priceboard {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 70.78%;
  }
  .design-list .list .image img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: 100%;
  }
  .design-list .list .hover-yellow, .design-list .list .selected-message {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 3px;
  }
  .design-list .list .hover-yellow {
    padding-top: 10%;
  }
  .design-list .list .hover-yellow span {
    padding: 5px 5px;
    box-sizing: border-box;
    width: 80%;
    height: 85%;
    font-size: 70% !important;
  }
  .design-list .list .image.hover .hover-yellow, .design-list .list .image.active .selected-message {
    display: block;
  }
  .about-box .btn-yellow {
    padding-right: 3em;
    padding-left: 3em;
    font-size: 110%;
    width: 100%;
  }
  .about-box .list-inline li {
    display: block;
    margin-bottom: 14px;
  }
  .about-box .description {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-box .capture-img {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    text-align: center;
    background: url(../../../img/home/bg-sp-movie.png) no-repeat left top;
    background-size: contain;
  }
  .about-box .capture-img:before {
    content: "";
    display: block;
    padding-top: 57.4%;
  }
  .about-box .capture-img span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .about-box .capture-img span img {
    margin-top: 3.5%;
    margin-left: -1.5%;
    width: 66%;
  }
  .print-box .titlebox-1 {
    margin-bottom: 3em;
  }
  .print-box .car-img {
    padding: 0 30px;
  }
  .print-box .textbox-1 {
    padding-top: 20px;
    text-align: center;
  }
  .print-box .textbox-1 .btn {
    margin-top: 2em;
  }
  .airprakit-box {
    padding: 0;
  }
  .airprakit-box .airprakit-mizuiro {
    padding: 0;
  }
  .airprakit-box .airpra-img {
    margin-bottom: 15px;
  }
  .website-box .titlebox-1 {
    margin-bottom: 30px;
  }
  .website-box .textbox-1 {
    text-align: center;
    padding-top: 20px;
  }
  .voice-box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .voice-box .titlebox-1 {
    margin-bottom: 20px;
  }
  .voice-box .text-center {
    margin-bottom: 25px;
  }
  .voice-box .voice-photo {
    margin-bottom: 0px;
  }
  .voice-box .photobox {
    float: left !important;
    width: 300px;
    margin-right: 3.5%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
  }
  .voice-box .photobox:nth-child(3n) {
    margin-right: 0;
  }
  .voice-box .photobox-photo {
    margin-bottom: 20px;
  }
  .voice-box .voice-photo-pagination {
    margin-top: 20px;
    text-align: center;
  }
  .voice-box .voice-photo-pagination .swiper-pagination-bullet-active {
    background: #aaa;
  }
  .voice-box .photobox-title {
    text-align: center;
    letter-spacing: 3px;
    font-size: 140%;
  }
  .voice-box .photobox-hr {
    width: 50px;
    height: 3px;
    border: none;
    background: #0063a6;
  }
  .voice-box .photobox-wrap {
    padding: 0px 20px 10px;
  }
  .case-box .titlebox-1 {
    margin-bottom: 30px;
  }
  .case-box .casephoto {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .case-box .casephoto img {
    width: 100%;
    height: auto;
  }
  .paralym_art_bnr {
    margin: 0 auto;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .mypage {
    background-color: #fff;
  }
  .mypage .modal-body {
    padding: 15px 0 15px 0;
  }
  .mypage header .header-btn li {
    margin-top: 5px !important;
  }
  .mypage footer {
    margin-top: 0;
  }
  .mypage footer .footer_bnr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mypage footer .footer_bnr li {
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  .mypage footer .footer_menu p, .mypage footer .footer_menu ul {
    margin-bottom: 0;
    width: 100%;
  }
  .mypage footer .footer_menu p a, .mypage footer .footer_menu ul a {
    display: block;
    font-size: 130%;
  }
  .mypage footer .footer_menu p {
    text-align: center;
    border-top: 1px solid #ddd;
  }
  .mypage footer .footer_menu p a {
    padding: 15px 0;
    font-size: 100%;
  }
  .mypage footer .footer_menu li a {
    padding: 10px 0;
    padding-left: 10px;
    background: #eee;
    border-top: 1px solid #ddd;
    font-size: 100%;
  }
  .mypage footer .footer-sub-menu {
    padding: 15px 0;
  }
  .mypage footer .footer-sub-menu ul {
    margin-bottom: 0;
  }
  .mypage footer .footer-sub-menu ul li {
    line-height: 2;
    font-size: 100%;
  }
  .mypage-mains {
    padding-top: 0px;
    padding-bottom: 30px;
    background-color: #fff !important;
    font-size: 80%;
  }
  .mypage-mains form .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .mypage-mains form input, .mypage-mains form select {
    margin-bottom: 10px;
  }
  .mypage-mains .side {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 9000;
  }
  .mypage-mains .side .box {
    padding: 15px 0px 0px 0px;
    margin-bottom: 0;
  }
  .mypage-mains .side .box a {
    display: block;
    width: 100%;
  }
  .mypage-mains .side .box dt, .mypage-mains .side .box dd {
    font-size: 100% !important;
  }
  .mypage-mains .side > ul {
    padding: 0 15px;
  }
  .mypage-nav {
    margin-bottom: 0 !important;
    padding: 30px 0;
    padding-bottom: 0 !important;
    font-size: 160%;
    text-align: center;
  }
  .mypage-nav .pull-left {
    float: none !important;
    margin: 0 auto;
  }
  .mypage-nav p {
    margin-bottom: 0;
    font-size: 60%;
  }
  .mypage-nav i {
    display: block;
    margin: 0 auto;
    color: #0063a6;
    text-align: center !important;
  }
  .mypage-planbox {
    margin-bottom: 30px !important;
    padding: 0px !important;
    font-size: 100%;
  }
  .mypage-planbox dd {
    min-height: 40px;
  }
  .mypage-info-box-area .text-right {
    text-align: center !important;
  }
  .mypage-info-box-area .text-right .btn {
    width: 90%;
  }
  .mypage-info-box {
    margin-bottom: 20px;
  }
  .mypage-info-box dl {
    margin-bottom: 1.2em;
    font-size: 80%;
  }
  .mypage-info-box dt {
    margin-bottom: 0.5em;
    font-size: 100%;
    font-weight: normal;
  }
  .mypage-info-box dt .label-yellow {
    margin-left: 1.5em;
  }
  .mypage-info-box dd {
    padding-bottom: 1em;
    border-bottom: 1px dotted #666;
    font-size: 120%;
  }
  .mypage-info-box .btn {
    font-size: 100%;
  }
  .mypage-bnr-area {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    background: #fafafa !important;
    padding: 15px 15px 0px 15px !important;
  }
}

@media (max-width: 767px) {
  .members-page {
    background: #f7f7f7;
  }
  .members-page section {
    padding: 0;
  }
  .members-page .member-header .row {
    height: 110px;
    position: relative;
  }
  .members-page .member-header .row .memberpage-logo {
    position: absolute;
    margin-left: -73px;
    left: 50%;
    top: 35px;
  }
  .members-page .member-header .row p {
    text-align: center;
    margin-top: 0px;
  }
  .members-page .member-header .row p a {
    padding: 0.7em 2em;
    font-size: 100%;
  }
  .members-page .mains {
    margin-top: 15px;
  }
  .members-page .mains .forms {
    margin-bottom: 100px;
  }
  .members-page .mains .forms .row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 100px 15px 60px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .portal .cartabs .slidelabel .values {
    margin-top: 7px;
  }
  .portal .portal-layout .specs {
    display: block;
    margin-bottom: 40px;
  }
  .portal .portal-layout .specs dl {
    min-height: 90px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: block;
    vertical-align: bottom;
    border-right: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 15px;
  }
  .portal .portal-layout .specs dl:first-child {
    padding-left: 0;
  }
  .portal .portal-layout .specs dl:last-child, .portal .portal-layout .specs dl:nth-child(2n) {
    border-right: 0;
  }
  .portal .portal-layout .specs dl:nth-child(odd) {
    padding-left: 0;
  }
  .portal .portal-layout .specs dl dt {
    margin-bottom: 0.8em;
    font-weight: normal;
    font-size: 110%;
  }
  .portal .portal-layout .specs dl dt img {
    margin-left: 5px;
    vertical-align: top;
  }
  .portal .portal-layout .specs dl dd {
    min-height: 45px;
    font-weight: bold;
    font-size: 130%;
  }
  .portal .portal-layout .specs .price dd .roboto {
    margin-right: 0.15em;
    line-height: 1;
    font-size: 250%;
    color: #FF3F00;
  }
  .portal .portal-layout .specs .price dd .roboto .dot {
    font-size: 80%;
  }
  .portal .portal-layout .specs .data {
    font-size: 90%;
  }
  .portal .portal-layout .specs .data span {
    margin-right: 0.15em;
    font-size: 220%;
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .plan-price .plan-box .half-badge {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(0%, -50%);
    width: 60px;
    height: auto;
  }
  .plan-price .plan-box .plan-box-content .price-detail dt {
    text-align: right;
  }
  .plan-price .plan-box .plan-box-content .price-detail dd {
    text-align: left;
    font-size: 200%;
    padding-left: 5px;
  }
  .portal .cartabs .select-form {
    margin-bottom: 0;
  }
  .portal .cartabs .select-form > div {
    margin-bottom: 20px;
  }
  .portal .sort-area .btns span {
    display: block;
  }
  .portal .portal-layout .inquiry {
    display: block;
    margin-bottom: 0px;
    text-align: center;
  }
  .portal .portal-layout .inquiry p {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
  }
  .portal .portal-layout .inquiry .phones {
    font-size: 250%;
  }
  .portal .portal-layout .carname {
    font-size: 20px;
  }
  .portal .portal-layout .soldout .pc-obj {
    position: absolute;
    right: 0;
    top: 60px;
  }
  .portal .portal-layout .soldout .pc-obj img {
    width: auto;
    height: 124px;
  }
  .portal .portal-layout .socialbtn {
    padding-bottom: 0;
  }
  .portal .portal-layout .socialbtn ul {
    overflow: hidden;
    margin-bottom: 0;
  }
  .portal .portal-layout .socialbtn li, .portal .portal-layout .socialbtn .fourth {
    float: left;
    width: 49% !important;
    margin-bottom: 15px !important;
    margin-right: 2% !important;
  }
  .portal .portal-layout .socialbtn li .btn, .portal .portal-layout .socialbtn .fourth .btn {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
  }
  .portal .portal-layout .socialbtn li:nth-child(4n), .portal .portal-layout .socialbtn .fourth:nth-child(4n) {
    margin-right: 2% !important;
  }
  .portal .portal-layout .socialbtn li:nth-child(2n), .portal .portal-layout .socialbtn .fourth:nth-child(2n) {
    margin-right: 0% !important;
  }
  .portal .portal-layout .specs {
    display: block;
    margin-bottom: 40px;
  }
  .portal .portal-layout .specs dl {
    min-height: 90px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: block;
    vertical-align: bottom;
    border-right: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 15px;
  }
  .portal .portal-layout .specs dl:first-child {
    padding-left: 0;
  }
  .portal .portal-layout .specs dl:last-child, .portal .portal-layout .specs dl:nth-child(2n) {
    border-right: 0;
  }
  .portal .portal-layout .specs dl:nth-child(odd) {
    padding-left: 0;
  }
  .portal .portal-layout .specs dl dt {
    margin-bottom: 0.8em;
    font-weight: normal;
    font-size: 110%;
  }
  .portal .portal-layout .specs dl dt img {
    margin-left: 5px;
    vertical-align: top;
  }
  .portal .portal-layout .specs dl dd {
    font-weight: bold;
    font-size: 130%;
  }
  .portal .portal-layout .specs .price dd {
    min-height: 45px;
  }
  .portal .portal-layout .specs .price dd .roboto {
    margin-right: 0.15em;
    line-height: 1;
    font-size: 250%;
    color: #FF3F00;
  }
  .portal .portal-layout .specs .price dd .roboto .dot {
    font-size: 80%;
  }
  .portal .portal-layout .specs .data {
    font-size: 90%;
  }
  .portal .portal-layout .specs .data span {
    margin-right: 0.15em;
    font-size: 220%;
    line-height: 1;
  }
}

@media (max-width: 992px) {
  .plan-price .plan-box {
    margin-bottom: 30px;
  }
  .plan-price .plan-box-content .price-detail dt {
    text-align: right !important;
    padding-right: 2.5em !important;
  }
  .priceboard-thumbs > div:nth-child(n + 10) {
    display: none;
  }
  .page-about .youtube-wrap {
    width: 100%;
  }
  .page-about .youtube-wrap .youtube-text br {
    display: block;
  }
}

@media (max-width: 854px) {
  .plan-price .plan-box .plan-box-titlearea .half-badge {
    right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-about .description {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .page-about .about-box .middles {
    padding-top: 0%;
  }
  .page-about .priceboard img {
    width: 100%;
    height: auto;
  }
  .page-about .web-box .description {
    margin-bottom: 1.5em;
  }
  .page-about .titlebox-9 {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .page-about .titlebox-9 span {
    margin: 0 auto;
  }
  .page-about .titlebox-9-en-title {
    color: #0071be;
    text-align: center;
  }
  .page-about .titlebox-9-title {
    text-align: center;
  }
  .page-about .image-box {
    padding: 40px 0;
  }
  .page-about .image-box .container {
    position: relative;
  }
  .page-about .image-box .container .arrow {
    position: absolute;
    top: -68px;
    left: 50%;
    margin-left: -16px;
  }
  .page-about .image-box .image-box-box {
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: auto;
    background: #fff;
    border-radius: 5px;
  }
  .page-about .image-box .image-box-box .ttl {
    margin-bottom: 1.5em;
    font-size: 130%;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .portal {
    background-color: #fff;
  }
  .portal header .header-btn li {
    margin-top: 5px !important;
  }
  .portal .portal-ttl-area {
    margin-top: 54px;
  }
  .portal .overlay-white {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(116, 199, 213, 0.8);
    z-index: 5000;
  }
  .portal footer {
    margin-top: 0;
    border-top: 0;
  }
  .portal footer .footer_bnr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .portal footer .footer_bnr li {
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  .portal footer .footer_menu p, .portal footer .footer_menu ul {
    margin-bottom: 0;
    width: 100%;
  }
  .portal footer .footer_menu p a, .portal footer .footer_menu ul a {
    display: block;
    font-size: 113%;
  }
  .portal footer .footer_menu p {
    text-align: center;
    border-top: 1px solid #ddd;
  }
  .portal footer .footer_menu p a {
    padding: 15px 0;
  }
  .portal footer .footer_menu li a {
    padding: 10px 0;
    padding-left: 10px;
    background: #eee;
    border-top: 1px solid #ddd;
  }
  .portal footer .footer-sub-menu {
    padding: 15px 0;
  }
  .portal footer .footer-sub-menu ul {
    margin-bottom: 0;
  }
  .portal footer .footer-sub-menu ul li {
    line-height: 2;
    font-size: 100%;
  }
  .portal #navbar {
    padding: 0;
    background: rgba(116, 199, 213, 0.8);
  }
  .portal #navbar .row {
    margin-left: 0;
    margin-right: 0;
  }
  .portal #navbar .navbar-nav {
    background: transparent !important;
    margin-left: 0;
    margin-right: 0;
  }
  .portal #navbar .navbar-nav > li {
    background: transparent !important;
    border-bottom: 1px solid #fff;
  }
  .portal #navbar .navbar-nav > li a {
    color: #fff !important;
    background: url(../../../img/portal/ico-arrow-header-nav.png) no-repeat 95% center;
    background-size: 9px auto;
  }
  .portal #navbar .navbar-nav > li:last-child a {
    padding: 15px 20px;
    text-align: left;
  }
  .portal #navbar .logouts {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
  }
  .portal #navbar .btn-yellow {
    width: 100%;
    font-size: 14px;
  }
  .portal #navbar .btn-menu-close {
    background: #fff !important;
    text-align: center;
    margin-bottom: 0;
  }
  .portal #navbar .btn-menu-close a {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #333 !important;
  }
  .portal-layout > .sidebar {
    float: none;
    width: 100%;
  }
  .portal-layout > .sidebar .sidebar-ttl {
    margin-bottom: 0;
    padding: 10px 0;
    background: #0063a6;
    color: #fff;
    text-align: center;
    font-size: 120%;
    border-radius: 5px 5px 0 0;
  }
  .portal-layout > .sidebar .inner {
    padding-top: 35px;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    border-top: 0;
  }
  .portal-layout > .sidebar .inner .btn {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
  .portal-layout > .sidebar .inner .shop-photo {
    margin-bottom: 2em;
  }
  .portal-layout > .sidebar .inner .shop-photo img {
    border-radius: 110px;
    width: 220px;
    height: 220px;
  }
  .portal-layout > .sidebar .inner .time {
    width: 100%;
  }
  .portal-layout > .sidebar .inner .time th, .portal-layout > .sidebar .inner .time td {
    font-weight: normal;
    vertical-align: middle;
    padding-top: 0.6em;
  }
  .portal-layout > .sidebar .inner .address dt {
    margin-bottom: 0.5em;
    font-size: 90%;
    font-weight: normal;
  }
  .portal-layout > .sidebar .inner .address dt i {
    font-size: 120%;
  }
  .portal-layout > .sidebar .inner .address dd {
    font-size: 110%;
  }
  .portal-layout > .sidebar .inner .phone {
    margin-bottom: 1em;
  }
  .portal-layout > .sidebar .inner .phone dt {
    margin-bottom: 0.5em;
    font-size: 90%;
    font-weight: normal;
  }
  .portal-layout > .sidebar .inner .phone dt i {
    font-size: 120%;
  }
  .portal-layout > .sidebar .inner .phone dd {
    font-size: 250%;
    line-height: 1;
  }
  .portal-layout > .content {
    float: none;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    text-align: left;
  }
  .portal-layout > .content .inner {
    padding-right: 0px;
  }
  .portal-layout > .content .shop-photo {
    margin-bottom: 2em;
  }
  .portal-layout > .content .shop-photo img {
    border-radius: 110px;
    width: 220px;
    height: 220px;
  }
  .portal header {
    background: #fff;
    border-bottom: 3px solid #0063a6;
  }
  .portal header .logo h1 {
    margin-top: 15px;
  }
  .portal header p {
    color: #0063a6;
  }
  .portal footer {
    border-top: 1px solid #ddd;
  }
  .portal footer .footercopy {
    background: #0063a6;
  }
  .portal .pads {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .portal .pads-with-bread {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .portal .pads-with-bread .find-car-tab-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .portal .catch-portal {
    background: url(../../../../img/portal/portal-catch_sp.jpg) no-repeat center center #F7F6F4;
  }
  .portal .catch-portal .container {
    display: table;
    height: 270px;
  }
  .portal .catch-portal .catch-portal-ttl {
    display: table-cell;
    padding-top: 54px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 160%;
    line-height: 1.6;
    text-shadow: 0 0 5px #fff;
  }
  .portal .catch-portal .catch-portal-ttl span {
    display: block;
    margin: 0 auto;
    padding-top: 0.5em;
    width: 9em;
    border-bottom: 6px solid #0071be;
  }
  .portal .catch-portal.find-car {
    background: url(../../../../img/portal/portal-find-car-catch_sp.jpg) no-repeat center center #F7F6F4;
  }
  .portal .catch-portal.find-car .container {
    height: 220px;
  }
  .portal .catch-portal.find-car .catch-portal-ttl span {
    width: 3em;
  }
  .portal .catch-portal.find-shop {
    background: url(../../../../img/portal/portal-shop-catch_sp.jpg) no-repeat center center #F7F6F4;
  }
  .portal .catch-portal.find-shop .container {
    display: table;
    width: 100%;
    height: 150px;
  }
  .portal .catch-portal.find-shop .catch-portal-ttl {
    padding-top: 50px;
    font-size: 16px;
    width: 100%;
  }
  .portal .catch-portal.find-shop .catch-portal-ttl span {
    width: 5em;
  }
  .portal .shop-search-area {
    margin-bottom: 0px;
  }
  .portal .shop-search-area p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
  }
  .portal .shop-search-area .labels {
    color: #73C6D4;
  }
  .portal .portal-ttl-area {
    background: #0063a6;
    color: #fff;
  }
  .portal .portal-ttl-area .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .portal .portal-ttl-area .tables {
    display: block;
  }
  .portal .portal-ttl-area .tables .portal-ttl-area-ttl, .portal .portal-ttl-area .tables .btns {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
  }
  .portal .portal-ttl-area .portal-ttl-area-ttl {
    margin: 0;
    font-size: 125%;
  }
  .portal .portal-layout {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .portal .portal-layout .category {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 1em;
    font-size: 110%;
    background: #eee;
  }
  .portal .portal-layout .carname {
    margin-bottom: 1.0em;
    font-size: 13px;
  }
  .portal .portal-layout .carname span {
    font-size: 108%;
    font-weight: normal;
  }
  .portal .portal-layout .option-text {
    font-size: 120%;
  }
  .portal .portal-layout .thumbs-area div {
    margin-bottom: 20px;
  }
  .portal .portal-layout .thumbs-area .thumbs {
    width: 100%;
    height: 67.5%;
    padding-top: 67.5%;
    overflow: hidden;
  }
  .portal .portal-layout .thumbs-area .thumbs img {
    border-radius: 3px;
  }
  .portal .portal-layout .inner {
    position: relative;
  }
  .portal .portal-layout .inner .soldout {
    width: 60px;
    height: 60px;
  }
  .portal .portal-layout .inner .soldout .pc-obj {
    position: absolute;
    right: 0;
    top: 0;
  }
  .portal .portal-layout .inner .car_detail.soldout {
    width: auto;
    height: auto;
  }
  .portal .portal-layout .specs {
    display: block;
    margin-bottom: 40px;
  }
  .portal .portal-layout .specs dl {
    min-height: 82px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: block;
    vertical-align: bottom;
    border-right: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 15px;
  }
  .portal .portal-layout .specs dl:first-child {
    padding-left: 0;
  }
  .portal .portal-layout .specs dl:last-child, .portal .portal-layout .specs dl:nth-child(2n) {
    border-right: 0;
  }
  .portal .portal-layout .specs dl:nth-child(odd) {
    padding-left: 0;
  }
  .portal .portal-layout .specs dl dt {
    margin-bottom: 0.8em;
    font-weight: normal;
    font-size: 110%;
  }
  .portal .portal-layout .specs dl dt img {
    margin-left: 5px;
    vertical-align: top;
  }
  .portal .portal-layout .specs dl dd {
    font-weight: bold;
    font-size: 130%;
  }
  .portal .portal-layout .specs .price dd {
    min-height: 45px;
  }
  .portal .portal-layout .specs .price dd .roboto {
    margin-right: 0.15em;
    line-height: 1;
    font-size: 250%;
    color: #FF3F00;
  }
  .portal .portal-layout .specs .price dd .roboto .dot {
    font-size: 80%;
  }
  .portal .portal-layout .specs .data {
    font-size: 90%;
  }
  .portal .portal-layout .specs .data span {
    margin-right: 0.15em;
    font-size: 220%;
    line-height: 1;
  }
  .portal .portal-layout .description {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .portal .portal-layout .spec-detail {
    margin-bottom: 40px;
    font-size: 12px;
  }
  .portal .portal-layout .spec-detail tr:last-child th, .portal .portal-layout .spec-detail tr:last-child td {
    border-bottom: 1px solid #ddd;
  }
  .portal .portal-layout .spec-detail th, .portal .portal-layout .spec-detail td {
    padding: 1.5em 1em;
  }
  .portal .portal-layout .spec-detail th {
    background: #F7F7F7;
    font-weight: normal;
    width: 40%;
  }
  .portal .portal-layout .inquiry {
    display: block;
    margin-bottom: 20px;
  }
  .portal .portal-layout .inquiry p {
    display: block;
    vertical-align: middle;
    width: 100%;
  }
  .portal .portal-layout .inquiry p a {
    width: 100%;
  }
  .portal .portal-layout .inquiry .phones {
    font-size: 250%;
  }
  .portal .portal-layout .socialbtn {
    background: #0063a6;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px 0px;
  }
  .portal .portal-layout .socialbtn ul {
    overflow: hidden;
    margin-bottom: 0;
  }
  .portal .portal-layout .socialbtn li {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    margin-right: 0% !important;
  }
  .portal .portal-layout .socialbtn li .btn {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
  }
  .portal .portal-layout .socialbtn li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .container.plan .titlebox-8-title {
    font-size: 170%;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .container.plan section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container.plan .bnr-free-plan {
    margin-bottom: 20px;
    border: 5px solid #0071be;
  }
  .container.plan .nintei {
    margin-bottom: 30px;
    text-align: left;
  }
  .container.plan .nintei p {
    display: inline;
    vertical-align: middle;
    font-size: 100%;
    background: url(../../../img/common/underline-yellow.png) repeat-x left bottom;
    background-size: 2px auto;
  }
  .container.plan .nintei .bold {
    font-weight: bold;
    font-size: 100%;
  }
  .container.plan .nintei .sub {
    font-size: 100%;
  }
  .priceboard-thumbs > div {
    margin-bottom: 20px;
  }
  .plan-price {
    margin-bottom: 0px;
  }
  .plan-price .plan-box {
    margin-bottom: 30px;
  }
  .plan-price .plan-box .plan-box-titlearea {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    background: #0063a6;
    color: #fff;
    border-radius: 6px 6px 0 0;
  }
  .plan-price .plan-box .plan-box-titlearea .half-badge {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .plan-price .plan-box .plan-box-titlearea .half-badge img {
    width: 50px;
    height: auto;
  }
  .plan-price .plan-box .plan-box-titlearea.free {
    background: #BBBBBB;
  }
  .plan-price .plan-box .plan-box-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 130%;
    padding: 0.5em 0.8em;
    line-height: 1.6;
  }
  .plan-price .plan-box .plan-box-title span {
    display: block;
    font-size: 70%;
  }
  .plan-price .plan-box .plan-box-content {
    display: table;
    width: 100%;
    height: auto;
    padding: 1em 2em 0.7em;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    text-align: center;
  }
  .plan-price .plan-box .plan-box-content hr {
    margin: 10px 0 17px;
  }
  .plan-price .plan-box .plan-box-content p {
    font-size: 90%;
  }
  .plan-price .plan-box .plan-box-content .cells {
    display: table-cell;
    vertical-align: middle;
  }
  .plan-price .plan-box .plan-box-content .free-ttl {
    font-size: 200%;
  }
  .plan-price .plan-box .plan-box-content .release_txt {
    font-size: 100%;
    margin-bottom: 2em;
  }
  .plan-price .plan-box .plan-box-content .price-detail {
    font-size: 110%;
  }
  .plan-price .plan-box .plan-box-content .price-detail dl {
    display: table;
    width: 100%;
    margin-bottom: 7px;
  }
  .plan-price .plan-box .plan-box-content .price-detail dt, .plan-price .plan-box .plan-box-content .price-detail dd {
    display: table-cell;
    vertical-align: middle;
  }
  .plan-price .plan-box .plan-box-content .price-detail dt {
    padding-left: 0px !important;
    padding-right: 10px;
    text-align: left !important;
    background: url(../../../../img/common/bg-price-arrow.png) no-repeat right center;
    font-size: 80%;
  }
  .plan-price .plan-box .plan-box-content .price-detail dd {
    text-align: left;
    font-size: 190%;
    padding-left: 5px;
  }
  .plan-price .plan-box .plan-box-content .price-detail dd span {
    font-weight: bold;
  }
  .plan-price .plan-box .plan-box-content .price-detail dd .yen {
    font-size: 45%;
  }
  .plan-price .plan-box .plan-box-content .price-detail dd .tax {
    font-size: 30%;
  }
  .plan-price .plan-box .plan-box-content .price-detail dd .per_month {
    font-size: 45%;
  }
  .plan-price .plan-box .plan-box-content .price-detail .title {
    display: block;
    font-size: 65%;
  }
  .plan-price .plan-box .plan-box-content .price-detail .strikes {
    font-weight: normal;
    font-size: 150%;
    background: url(../../../../img/common/line-strike-double.png) repeat-x left center;
  }
  .plan-price .plan-box .plan-box-content .price-detail .yen {
    font-size: 60%;
  }
  .plan-price .plan-box .plan-box-content .period {
    margin-bottom: 17px;
  }
  .plan-price .plan-box .plan-box-content .period p {
    font-size: 90%;
  }
  .plan-price .plan-box .plan-box-content .period p span {
    font-size: 90%;
    font-weight: bold;
    color: #FF3F00;
  }
  .plan-price .plan-box .plan-box-content .design {
    font-size: 100%;
  }
  .plan-price .plan-box .plan-box-content .design .kind {
    display: inline-block;
    font-size: 250%;
    font-weight: bold;
    background: url(../../../../img/common/line-yellow-8.png) repeat-x left bottom;
    line-height: 1;
  }
  .plan-price .plan-box .plan-box-content .design .kind span {
    display: inline-block;
    font-size: 45%;
    margin-left: 0.3em;
    line-height: 1;
  }
  .plan-price .plan-box .plan-box-content .design .noline {
    background: none;
  }
  .page-about {
    margin-top: 0;
  }
  .page-about .description {
    margin-bottom: 1em;
    font-size: 100%;
    line-height: 1.8;
    text-align: center;
  }
  .page-about .youtube-wrap {
    width: 100%;
  }
  .page-about .youtube-wrap .youtube-text br {
    display: block;
  }
  .page-about .about-box .middles {
    padding-top: 0%;
  }
  .page-about .about-box .description {
    line-height: 1.8;
    font-size: 100%;
  }
  .page-about .first-box {
    padding-bottom: 20px;
  }
  .page-about .first-box .priceboard {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-about .first-box .priceboard img {
    width: 100%;
    height: auto;
  }
  .page-about .first-box .sub-txt {
    margin-bottom: 3em;
    font-size: 130%;
  }
  .page-about .web-box .middles {
    padding-top: 2%;
  }
  .page-about .web-box .description {
    margin-bottom: 1em;
  }
  .page-about .airprakit {
    margin-top: 0px;
  }
  .page-about .airprakit .tables {
    display: block;
    width: 100%;
    background: #0063a6;
    border-radius: 5px;
  }
  .page-about .airprakit .tables .description {
    font-size: 100%;
    margin-bottom: 1.5em;
    text-align: left;
  }
  .page-about .airprakit .tables .visible-xs img {
    width: 100%;
    height: auto;
  }
  .page-about .airprakit .cells {
    display: block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    color: #fff;
    text-align: left;
  }
  .page-about .airprakit .cells .titlebox-9 {
    margin-bottom: 0.5em;
    text-align: left;
  }
  .page-about .airprakit .cells .titlebox-9-en-title {
    color: #0071be;
    text-align: left;
  }
  .page-about .airprakit .btn {
    width: 100%;
    margin-top: 10px;
  }
  .page-about .airprakit .image {
    display: none;
    border-radius: 0 5px 5px 0;
    background: url(../../../../img/about/img-kit.png) center center no-repeat #fff;
    background-size: contain;
    width: 51%;
  }
  .page-about .image-box {
    padding: 20px 0;
  }
  .page-about .image-box .container {
    position: relative;
  }
  .page-about .image-box .container .arrow {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -16px;
  }
  .page-about .image-box .image-box-box {
    margin-bottom: 15px;
    padding: 20px;
    box-sizing: auto;
    background: #fff;
    border-radius: 5px;
  }
  .page-about .image-box .image-box-box .ttl {
    margin-bottom: 1.5em;
    font-size: 108%;
    line-height: 1.6;
  }
  .page-about .image-box .image-box-box .photo img {
    width: 100%;
    height: auto;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pd0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pd5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pd10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pd15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pd20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pd25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pd30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pd35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pd40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pd45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pd50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pd55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pd60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pd65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pd70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pd75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pd80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pd85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pd90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pd95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pd100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.pd105 {
  padding: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-l {
  margin-left: 0;
  padding-right: 0;
}

.fwn {
  font-weight: normal !important;
}

.block {
  display: block !important;
}

.powertip {
  cursor: pointer;
}

hr {
  border-color: #ddd;
}

.radio-inline, .checkbox-inline {
  display: inline-block !important;
  margin-right: 1em;
}

.question-line img {
  vertical-align: top;
}

.regist_error {
  display: none;
}

.pagination-lg > li > a {
  font-size: 15px;
  color: #000;
}

.pagination > .active > a {
  background: #0063a6;
  border-color: #0063a6;
}

.pagination > .active > a:hover {
  background: #0063a6;
  border-color: #0063a6;
}

.confirm-text img {
  width: 300px;
  height: auto;
}

.bg-gray {
  background-color: #FAFAFA;
}

.hover:hover {
  opacity: 0.7;
}

.btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.btn-100 {
  width: 100% !important;
}

.btn-lg {
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
}

.btn-white {
  color: #000;
  background: #fff;
  border: 1px solid #003559;
}

.btn-white:hover {
  color: #fff;
  background: #003559;
  border: 1px solid #fff;
}

.btn-white.btn-white-mypage:hover {
  color: #fff;
  background: #B4C2C5;
  border: 1px solid #fff;
}

.btn-white-bordered {
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
}

.btn-white-bordered:hover {
  color: #fff;
  background: #0063a6;
  border: 1px solid #0063a6;
}

.btn-active {
  color: #fff !important;
  background-color: #0063a6;
  border-color: #0063a6;
}

.btn-yellow {
  color: #000;
  background: #fff;
  border: 1px solid #003559;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #003559;
  border-color: #003559;
}

.btn-yellow-print {
  color: #000;
  background: #fff;
}

.btn-yellow-print:hover {
  color: #fff;
  background-color: #00538c;
  border-color: #00538c;
}

.btn-mizuiro {
  box-sizing: border-box;
  border: 1px solid #0063a6;
  color: #fff;
  background: #0063a6;
  padding-left: 3em;
  padding-right: 3em;
}

.btn-mizuiro:hover {
  border: 1px solid #0063a6;
  color: #0063a6;
  background: #fff;
}

.btn-airpra {
  box-sizing: border-box;
  border: 1px solid #0063a6;
  color: #fff;
  background: #0063a6;
}

.btn-airpra:hover {
  border: 1px solid #0063a6;
  color: #0063a6;
  background: #fff;
}

.removeFavorite {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-gray {
  background: #eee;
}

.btn-social {
  display: inline-block;
  padding: 8px 0px;
  width: 43px;
  height: 43px;
  line-height: 1.3333333;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  font-size: 130%;
  border: 1px solid #fff;
}

.btn-social:hover {
  background: #0063a6;
  color: #fff;
  border-color: #fff;
}

.bordered-link {
  text-decoration: underline;
}

.bordered-link:hover {
  text-decoration: none;
}

.underline2 {
  display: inline;
  background: url(../../../img/common/underline-yellow.png) repeat-x left bottom;
  background-size: 2px auto;
}

.underline3 {
  display: inline;
  background: url(../../../img/common/underline-yellow.png) repeat-x left bottom;
  background-size: 3px auto;
}

.underline4 {
  display: inline;
  background: url(../../../img/common/underline-yellow.png) repeat-x left bottom;
  background-size: 4px auto;
}

.ellipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lineclamp2 {
  line-height: 1.5;
  height: 3em;
  background-color: #fff;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.lineclamp2:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.lineclamp2:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.text-orange {
  color: #FF3F00;
}

.for_notshop_user {
  display: none;
}

input.searchs {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 110%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-group {
  margin-bottom: 2em;
}

.form-group label {
  display: block;
  font-weight: normal;
  line-height: 16px;
}

.notice-textbox {
  margin-bottom: 30px;
  padding: 15px 20px 5px;
  border: 2px solid #ddd;
}

.required {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 90%;
}

.required a {
  display: inline-block;
  padding-left: 1em;
}

.required img {
  margin-top: -3px;
}

.error-text {
  padding-top: 0.5em;
  color: #FF5720;
}

.control-label .error-message {
  font-size: 14px;
  padding-top: 0.5em;
  color: #FF5720;
}

.reading-text-required {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  border: 1px solid #FF5720;
}

.reading-text-required a {
  text-decoration: underline;
}

.pt-sans {
  font-family: 'PT Sans', sans-serif;
}

.required {
  font-weight: bold;
  color: #FF3F00 !important;
}

.titlebox-1 .titlebox-1-en-title {
  text-align: center;
  color: #0063a6;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 3px;
}

.titlebox-1 .titlebox-1-title {
  margin-bottom: 1.3em;
  font-size: 190%;
  letter-spacing: 5px;
  text-align: center;
}

.titlebox-1 .titlebox-1-boraderd {
  display: block;
  margin: 0 auto 2.5em;
  width: 100px;
  border-top: 3px solid #0071be;
}

.titlebox-2 .titlebox-2-en-title {
  margin-bottom: 30px;
  color: #0063a6;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 3px;
}

.titlebox-2 .titlebox-2-title {
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 4px;
}

.titlebox-3 {
  padding: 50px 60px 40px;
  background: #0063a6;
  color: #fff;
}

.titlebox-3 .titlebox-3-en-title {
  margin-bottom: 30px;
  color: #0071be;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 3px;
}

.titlebox-3 .titlebox-3-title {
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 4px;
}

.titlebox-3 .titlebox-3-description {
  margin-bottom: 45px;
}

.titlebox-4 {
  margin-bottom: 50px;
  text-align: center;
}

.titlebox-4 .titlebox-4-title {
  margin-bottom: 0.7em;
  font-weight: normal;
  font-size: 160%;
}

.titlebox-4 span {
  display: block;
  width: 100px;
  margin: 0 auto;
  border-top: 3px solid #0071be;
}

.titlebox-4 .text-orange {
  margin-top: 1em;
  font-size: 120%;
}

.titlebox-4 .text-orange a {
  text-decoration: underline;
}

.titlebox-4 .text-orange a:hover {
  text-decoration: none;
}

.titlebox-5 .titlebox-5-title {
  margin-bottom: 0.6em;
  font-size: 160%;
  letter-spacing: 3px;
  text-align: center;
}

.titlebox-5 .titlebox-5-boraderd {
  display: block;
  margin: 0 auto 2.5em;
  width: 100px;
  border-top: 3px solid #0071be;
}

.titlebox-6 {
  margin-bottom: 50px;
  text-align: center;
}

.titlebox-6 .titlebox-6-title {
  margin-bottom: 0.7em;
  font-weight: normal;
  font-size: 180%;
}

.titlebox-6 span {
  display: block;
  width: 100px;
  margin: 0 auto;
  border-top: 3px solid #0071be;
}

.titlebox-7 {
  margin-bottom: 2em;
  text-align: center;
}

.titlebox-7 .titlebox-7-title {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-weight: normal;
  font-size: 160%;
}

.titlebox-7 .address {
  display: block;
  font-size: 60%;
  margin-bottom: 0.8em;
}

.titlebox-7 .border {
  display: block;
  width: 4em;
  margin: 0 auto;
  border-top: 3px solid #0071be;
}

.titlebox-8 .titlebox-8-title {
  margin-bottom: 0.6em;
  font-size: 220%;
  letter-spacing: 3px;
  text-align: center;
  font-weight: normal;
}

.titlebox-8 .titlebox-8-boraderd {
  display: block;
  margin: 0 auto 2.5em;
  width: 100px;
  border-top: 3px solid #0071be;
}

.titlebox-9 {
  margin-bottom: 40px;
}

.titlebox-9 .titlebox-9-en-title {
  margin-bottom: 0px;
  color: #0063a6;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 3px;
}

.titlebox-9 .titlebox-9-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  letter-spacing: 4px;
}

.titlebox-9 span {
  display: block;
  width: 100px;
  margin-right: auto;
  border-top: 3px solid #0071be;
}

.defautTitleArea {
  margin-bottom: 30px;
  background: #003559;
  color: #fff;
}

.defautTitleArea .defautTitleArea-ttl {
  margin: 26px 0;
  font-size: 25px;
}

.label-box {
  float: left;
  display: table;
  margin-right: 1em;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.label-box:last-child {
  margin-right: 0;
}

.label-box dt, .label-box dd {
  display: table-cell;
  padding: 0.8em 1.5em;
  vertical-align: middle;
}

.label-box dt {
  background: #eee;
  font-weight: normal;
}

.label-box dd span {
  font-size: 150%;
}

.mypage-bnr-area {
  padding: 20px !important;
}

.important-bnr {
  display: table;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 3px;
}

.important-bnr span {
  display: table-cell;
  vertical-align: middle;
}

.important-bnr span img {
  vertical-align: -3px;
  margin-left: 0.7em;
  cursor: pointer;
}

.important-bnr .data {
  margin-left: 2.7em;
  font-size: 110%;
  color: #FF3F00;
  text-align: right;
}

.important-bnr strong {
  font-size: 180%;
  font-weight: normal;
}

.label-yellow {
  padding: 5px 1.2em;
  background: #0071be;
}

.notice-box {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 99999;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 5px black;
  transform: translateY(-200%);
  -webkit-animation: slideDown 6s 0s 1 ease forwards;
  animation: slideDown 6s 0s 1 ease forwards;
}

.notice-box .innerBox {
  position: relative;
}

.notice-box .innerBox .close-alert {
  display: table;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  line-height: 1;
  font-size: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.notice-box .innerBox .close-alert:hover {
  opacity: 0.7;
}

.notice-box .innerBox .close-alert i {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}

.notice-box p {
  margin-bottom: 0;
}

.notice-box .alert-box {
  padding: 10px 20px;
  font-size: 14px;
}

@-webkit-keyframes slideDown {
  0%, 100% {
    transform: translateY(-200%);
  }
  5%, 95% {
    transform: translateY(0px);
  }
}

@keyframes slideDown {
  0%, 100% {
    transform: translateY(-200%);
  }
  5%, 95% {
    transform: translateY(0px);
  }
}

.alert {
  position: relative;
  background: #fff;
  font-size: 110%;
  padding: 1em 1.5em;
}

.alert a {
  text-decoration: underline;
}

.alert a:hover {
  text-decoration: none;
}

.alert-yellow {
  background: rgba(255, 236, 2, 0.9);
  color: #000;
}

.alert-yellow i {
  cursor: pointer;
  color: #000;
}

.alert-blue {
  background: rgba(116, 199, 213, 0.9);
  color: #fff;
}

.alert-blue i {
  cursor: pointer;
  color: #fff;
}

.alert-red {
  background: rgba(255, 0, 0, 0.9);
  color: #fff;
}

.alert-red i {
  cursor: pointer;
  color: #fff;
}

.alert-yellow.for_notshop_user {
  border: 2px solid #0071be;
  background: #fff;
  color: #000;
}

.alert-yellow.for_notshop_user i {
  margin-top: 5px;
  cursor: pointer;
  color: #000;
}

.alert-blue.for_notshop_user {
  border: 2px solid #0063a6;
  background: #fff;
  color: #fff;
}

.alert-blue.for_notshop_user i {
  cursor: pointer;
  color: #fff;
}

.alert-red.for_notshop_user {
  border: 2px solid red;
  background: #fff;
  color: #fff;
}

.alert-red.for_notshop_user i {
  cursor: pointer;
  color: #fff;
}

input.error {
  border-color: #FF480C;
  background: #FFF2EE;
  color: #FF480C;
}

input.error:placeholder-shown, input.error::-webkit-input-placeholder {
  color: #FF480C;
}

input.error:-moz-placeholder, input.error::-moz-placeholder {
  color: #FF480C;
  opacity: 1;
}

input.error:-ms-input-placeholder {
  color: #FF480C;
}

.filter-shop {
  margin-bottom: 20px;
}

.filter-shop .subttl {
  margin-bottom: 20px;
  color: #0063a6;
  font-size: 120%;
  font-weight: bold;
}

.filter-shop .form-control {
  -webkit-appearance: none;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.filter-shop .input-group {
  margin-bottom: 15px;
  width: 100%;
}

.filter-shop .input-group span {
  width: 120px;
}

.caution_text {
  margin-bottom: 30px;
  padding: 20px;
  border: 2px solid #dfdfdf;
}

.caution_text.orange {
  border: 2px solid #FF480C;
  color: #FF480C;
}

.textbox-1 {
  line-height: 1.8;
}

.box {
  margin-bottom: 20px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 5px;
}

.design-list {
  margin-bottom: 40px;
}

.design-list .list {
  margin-bottom: 1em;
}

.design-list .list .image {
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}

.design-list .list .image .image-priceboard {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 70.78%;
}

.design-list .list .image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: 100%;
}

.design-list .list .hover-yellow, .design-list .list .selected-message {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 3px;
}

.design-list .list .hover-yellow {
  display: none;
  padding: 15px 15px;
  background: #0071be;
  background: rgba(0, 99, 166, 0.7);
  color: #000;
  font-weight: bold;
  font-size: 88%;
}

.design-list .list .hover-yellow .wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.design-list .list .hover-yellow .border {
  display: table-cell;
  padding: 15px 15px;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 3px;
}

.design-list .list .selected-message {
  display: none;
  padding-top: 18px;
  background: #0063a6;
  background: rgba(116, 199, 213, 0.8);
  color: #fff;
}

.design-list .list .selected-message span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.design-list .list .image.hover .hover-yellow, .design-list .list .image.active .selected-message {
  display: block;
}

.photobox-with-ico {
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}

.photobox-with-ico .soldout {
  position: absolute;
  top: 0;
  left: 0;
}

.photobox-with-ico .photo {
  position: relative;
  padding-top: 67.5373134%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photobox-with-ico .photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.photobox-with-ico .details {
  position: relative;
}

.photobox-with-ico .details .shop-ico {
  position: absolute;
  right: 3px;
  top: 0%;
  display: block;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.photobox-with-ico dl {
  padding: 5px 10px 0px;
  font-size: 90%;
}

.photobox-with-ico dl dt {
  margin-bottom: 0.5em;
}

.photobox-with-ico dl dd {
  font-size: 80%;
}

.photobox-with-ico .spec {
  font-size: 90%;
}

.photobox-with-ico .spec span {
  padding-bottom: 5px;
}

.label-lg {
  display: table;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.label-lg p {
  margin: 0;
}

.label-lg .label-lg-head {
  display: table-cell;
  padding: 5px;
  width: 17%;
  vertical-align: middle;
  background: #eee;
  text-align: center;
}

.label-lg .label-lg-body {
  display: table-cell;
  padding: 10px 2.5em;
  vertical-align: middle;
}

.label-lg .label-lg-body .list-inline {
  display: inline;
}

.label-lg .label-lg-body .btn-default {
  border: none;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.shop-title-area {
  background: #0063a6;
}

.shop-title-area .shop-title-area-left {
  float: left;
  width: 50%;
}

.shop-title-area .shop-title-area-right {
  float: right;
  width: 50%;
  padding-right: 5px;
  box-sizing: border-box;
}

.shop-title-area .shop-title-area-right p {
  margin: 0;
  padding: 15px 0;
}

.shop-title-area .shop-title-area-title {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 140%;
}

.car-list-area .carlist {
  margin-bottom: 40px;
}

.car-list-area .lists {
  display: table;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  border-bottom: 1px dotted #666;
}

.car-list-area .lists.unvisible {
  background: #eee;
}

.car-list-area .lists:first-child {
  border-top: 1px dotted #666;
}

.car-list-area .lists div {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}

.car-list-area .lists div:last-child {
  border-right: 0;
}

.car-list-area .lists div p {
  margin-bottom: 0;
}

.car-list-area .lists .photo {
  width: 135px;
  padding-right: 10px;
  box-sizing: border-box;
}

.car-list-area .lists .photo img {
  width: 100%;
  height: auto;
}

.car-list-area .lists .spec {
  padding-left: 15px;
  padding-right: 15px;
}

.car-list-area .lists .spec p {
  line-height: 1.5;
  margin-bottom: 10px;
}

.car-list-area .lists .spec .carname {
  font-size: 130%;
}

.car-list-area .lists .spec .detail {
  margin-bottom: 5px;
}

.car-list-area .lists .spec .detail span {
  margin-right: 1em;
}

.car-list-area .lists .price {
  padding: 0 5px;
  width: 145px !important;
  text-align: right;
  font-size: 80%;
}

.car-list-area .lists .price .roboto {
  color: #FF3F00;
  font-size: 200%;
  font-weight: bold;
  line-height: 2;
  margin-right: 10px;
}

.car-list-area .lists .price .roboto i {
  font-size: 80%;
  font-style: normal;
}

.car-list-area .lists .daisu {
  padding: 0 17px;
  width: 145px !important;
  text-align: center;
}

.car-list-area .lists .daisu .roboto {
  font-size: 200%;
  font-weight: bold;
  line-height: 2;
  margin-right: 0px;
}

.car-list-area .lists .operation {
  width: 170px;
  padding-left: 15px;
}

.car-list-area .lists .operation p:first-child {
  margin-bottom: 15px;
}

.car-list-area .lists .operation .btn {
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
}

.shop-list-area {
  margin-bottom: 100px;
}

.shop-list-area .shoplist {
  margin-top: 40px;
  margin-bottom: 40px;
}

.shop-list-area .lists {
  font-size: 85%;
  display: table;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px dotted #666;
}

.shop-list-area .lists div {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.shop-list-area .lists div:last-child {
  border-right: 0;
}

.shop-list-area .lists div p {
  margin-bottom: 0;
}

.shop-list-area .lists .photo {
  width: 15% !important;
  padding-right: 15px;
}

.shop-list-area .lists .photo img {
  width: 100%;
  height: auto;
}

.shop-list-area .lists .photo img:hover {
  opacity: 0.7;
}

.shop-list-area .lists .spec {
  padding-left: 15px;
  padding-right: 15px;
  width: 35%;
  border-right: 1px solid #ddd;
  vertical-align: top;
}

.shop-list-area .lists .spec p {
  line-height: 1.5;
  margin-bottom: 10px;
}

.shop-list-area .lists .spec .carname {
  display: inline-block;
  font-size: 170%;
}

.shop-list-area .lists .spec .carname a:hover {
  text-decoration: none;
}

.shop-list-area .lists .spec .area span {
  display: inline-block;
  background: #eee;
  font-size: 100%;
  padding: 3px 1em;
}

.shop-list-area .lists .price {
  padding: 0 17px;
  width: 36%;
  border-right: 1px solid #ddd;
}

.shop-list-area .lists .price p {
  font-size: 110%;
}

.shop-list-area .lists .price .message {
  margin-bottom: 1em;
}

.shop-list-area .lists .operation {
  width: 14%;
  padding-left: 15px;
  text-align: center;
}

.shop-list-area .lists .operation p:first-child {
  margin-bottom: 10px;
}

.shop-list-area .lists .operation .nums {
  font-weight: bold;
  margin-bottom: 1em;
}

.shop-list-area .lists .operation .nums span {
  line-height: 1;
  font-size: 240%;
  margin-right: 0.1em;
}

.shop-list-area .lists .operation .btn {
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
}

.photoupload {
  overflow: hidden;
}

.photoupload .photobox, .photoupload .newphotobox {
  display: none;
  float: left;
  width: 26%;
  margin-right: 3%;
  margin-bottom: 30px;
}

.photoupload .photo {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.photoupload .photo .thumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.photoupload .photo img {
  width: 100%;
  height: auto;
}

.photoupload .btns {
  padding: 5px 10px;
}

.photoupload .newphotobox {
  display: none;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}

.photoupload .newphotowrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.photoupload .newphotowrap .newphoto {
  position: absolute;
  top: 16%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.taikaibox .explain {
  margin-bottom: 1em;
  font-size: 110%;
}

.taikaibox .notice-text {
  margin-bottom: 40px;
  padding: 25px 25px 10px 25px;
  background: #FFFFD9;
  font-size: 110%;
}

.taikaibox .notice-text p {
  margin-bottom: 1em;
}

.taikaibox .notice-text strong {
  color: #FF480C;
  font-weight: bold;
}

.taikaibox .notice-text ol {
  padding-left: 0px;
}

.taikaibox .notice-text ol li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #666;
}

.taikaibox .notice-text ol .attr {
  padding-left: 1.80em;
  text-indent: -1.80em;
}

.taikaibox .confirms-text {
  margin-bottom: 30px;
}

.zaiko-car-info .carlist.car-list-area {
  width: 100%;
  margin-left: 0;
  border-top: 0;
}

.zaiko-car-info .carlist.car-list-area .lists {
  border-bottom: 0;
}

.zaiko-car-info .carlist.car-list-area .lists .operation p:first-child {
  margin-bottom: 0;
}

.slider-control #sliders, .slider-control #sliders_hontai {
  margin-top: 26px;
  margin-bottom: 40px;
}

.slider-control #sliders .noUi-horizontal .noUi-handle, .slider-control #sliders_hontai .noUi-horizontal .noUi-handle {
  position: relative;
}

.slider-control #sliders .noUi-tooltip, .slider-control #sliders_hontai .noUi-tooltip {
  position: absolute;
  display: block;
  width: auto;
  top: -25px;
  right: 0px;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  width: 100px;
}

.slider-control #sliders .noUi-tooltip span, .slider-control #sliders_hontai .noUi-tooltip span {
  font-size: 11px;
  font-weight: normal;
}

.slider-control #sliders > div > div:first-child .noUi-tooltip, .slider-control #sliders_hontai > div > div:first-child .noUi-tooltip {
  right: auto;
  left: 0;
  text-align: left;
}

.cartabs {
  margin-bottom: 20px;
}

.cartabs #slider {
  margin-top: 50px;
  margin-bottom: 40px;
}

.cartabs #slider .noUi-tooltip {
  position: absolute;
  display: block;
  width: auto;
  top: -30px;
  left: -25px;
  font-size: 150%;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -25px;
  width: 100px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
}

.cartabs #slider .noUi-tooltip span {
  font-size: 60%;
  font-weight: normal;
  font-size: 11px;
  font-weight: normal;
}

.cartabs .select-form {
  margin-bottom: 20px;
}

.cartabs .labels {
  color: #0063a6;
  font-size: 11px;
  font-weight: bold;
}

.cartabs .slidelabel {
  margin-bottom: 20px;
}

.cartabs .slidelabel .sliderWrap {
  padding-top: 30px;
  padding-left: 30px;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  height: 70px;
  box-sizing: border-box;
}

.cartabs .slidelabel .values {
  margin-top: -11px;
  color: #0063a6;
  font-weight: bold;
  font-size: 130%;
}

.cartabs .slidelabel .values span {
  font-size: 70%;
  font-weight: normal;
}

.cartabs .slidelabel .values .vals {
  display: inline-block;
}

.find-car-tab-area {
  min-height: 553px;
}

.find-car-tabs ul {
  overflow: hidden;
  margin-bottom: 50px;
}

.find-car-tabs li {
  float: left;
  text-align: center;
  width: 20%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.find-car-tabs li span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 90%;
  color: #73C6D4;
  font-weight: bold;
}

.find-car-tabs li a {
  display: block;
  padding: 11px 0 15px;
}

.find-car-tabs li a:hover {
  text-decoration: none;
}

.find-car-tabs li:hover {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.find-car-tabs li:hover a {
  padding: 10px 0 15px;
}

.find-car-tabs .active {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.find-car-tabs .active a {
  padding: 10px 0 15px;
  color: #73C6D4;
}

.tabarea {
  display: none;
}

.tabarea .carbox {
  cursor: pointer;
}

.tabarea .carbox .ins {
  margin-bottom: 10%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: pointer;
}

.tabarea .carbox label {
  font-weight: normal;
  min-height: 3.5em;
  cursor: pointer;
}

.tabarea .carbox label input {
  vertical-align: top;
}

.tabarea .carbox label span {
  display: inline-block;
}

.tabarea .carbox img {
  text-align: center;
}

.tabarea.tab-1 {
  display: block;
}

.shop-search-area {
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

.shop-search-area .row div {
  margin-bottom: 1em;
}

.shop-search-area p {
  color: #73C6D4;
}

.full-cols-carlist .photobox-with-ico {
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}

.full-cols-carlist .photobox-with-ico .details {
  padding: 10px;
}

.full-cols-carlist .photobox-with-ico .photo {
  margin-bottom: 0;
}

.full-cols-carlist .photobox-with-ico .photo img {
  border-radius: 4px 4px 0 0;
}

.full-cols-carlist .photobox-with-ico .photo span {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: 3px;
  bottom: -30px;
  border-radius: 35px;
}

.full-cols-carlist .photobox-with-ico .maker {
  margin-bottom: 15px;
  font-size: 90%;
}

.full-cols-carlist .photobox-with-ico .maker span {
  display: inline-block;
  padding: 0 1em;
  background: #eee;
}

.full-cols-carlist .photobox-with-ico .carname {
  margin-bottom: 0.5em;
}

.full-cols-carlist .photobox-with-ico .detail {
  margin-bottom: 1em;
  font-size: 90%;
}

.full-cols-carlist .photobox-with-ico .spec {
  margin-bottom: 1em;
}

.full-cols-carlist .photobox-with-ico .spec span {
  display: block;
}

.full-cols-carlist .photobox-with-ico .hover-yellow {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  background: #0071be;
  background: rgba(0, 99, 166, 0.7);
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 110%;
}

.full-cols-carlist .photobox-with-ico .hover-yellow .wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.full-cols-carlist .photobox-with-ico .hover-yellow i {
  margin-top: 1em;
  font-size: 130%;
}

.full-cols-carlist .photobox-with-ico .hover-yellow .border {
  display: table-cell;
  padding: 15px 15px;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 3px;
}

.full-cols-carlist .photobox-with-ico.hover .hover-yellow {
  display: block;
}

.full-cols-carlist .not-find-car-message {
  margin-bottom: 100px;
}

.full-cols-carlist.shop-detail {
  padding-top: 20px;
}

.full-cols-carlist.shop-detail .carname {
  font-size: 100%;
}

.full-cols-carlist .carname {
  font-size: 18px !important;
  line-height: 1.5;
  height: 3em;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.full-cols-carlist .carname:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.full-cols-carlist .carname:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.full-cols-carlist .detail, .full-cols-carlist .spec {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topicpath {
  margin-bottom: 2.5em;
  font-size: 90%;
}

.topicpath i {
  font-size: 110%;
}

.sort-area {
  padding: 20px 0;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  font-size: 90%;
}

.sort-area .btns span {
  margin-right: 0.7em;
}

.sort-area .btns button, .sort-area .btns a {
  display: inline-block;
  color: #73C6D4;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 8px 0px;
  width: 40px;
  text-align: center;
}

.sort-area .btns button:hover, .sort-area .btns a:hover, .sort-area .btns .active {
  text-decoration: none;
  color: #fff;
  background: #73C6D4;
  border: 1px solid #73C6D4;
}

.sort-after-area {
  display: none;
}

.posfixed.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
}

.sort-area.standalone {
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.statics {
  margin-bottom: 100px;
}

.statics p {
  line-height: 2;
}

.statics .table th, .statics .table td {
  padding: 1.2em 2em;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}

.statics .table th {
  background: #E3F4F7;
  font-weight: normal;
}

.statics .table th span {
  padding: 2px 5px;
  background: #fff;
  color: #73C6D4;
  display: inline-block;
  float: right;
  font-size: 11px;
}

.statics .table td {
  padding-right: 0;
}

.statics .table td dl, .statics .table td ul {
  margin-bottom: 0;
}

.statics .table td dt {
  color: #73C6D4;
  font-weight: bold;
}

.statics .table td dd {
  margin-bottom: 1em;
}

.statics .table td .titles {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}

.statics address {
  margin-bottom: 0.5em;
}

.statics .box {
  padding: 15px 0 !important;
}

.statics .box .box-ttl {
  color: #73C6D4;
  font-size: 15px;
  font-weight: bold;
}

.statics .inline-block {
  display: inline-block;
  margin-bottom: 1em;
  padding: 1.2em 2em 0.5em;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.statics .inline-block ul, .statics .inline-block ol {
  padding-left: 0.5em;
}

.statics .inline-block ul li, .statics .inline-block ol li {
  margin-bottom: 0.5em;
  line-height: 2;
}

.statics .inline-block ul li ul, .statics .inline-block ol li ul {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 1.2em 2em 0.5em;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.statics .width100 {
  display: block;
  width: 100%;
}

.contacts th {
  width: 20%;
}

.contacts .prefs {
  width: 20%;
  margin-bottom: 1em;
}

.contact-confirm td label {
  display: none;
}

.overlay-movie-container {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

.overlay-movie-container .overlay-movie-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.overlay-movie-container .overlay-movie-box .wrap {
  margin: 0 auto 2em;
  width: 700px;
}

.overlay-movie-container .overlay-movie-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.overlay-movie-container .overlay-movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1200px) {
  .photoupload .btns .pull-left a, .photoupload .btns .pull-right a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media (min-width: 768x) and (max-width: 991px) {
  .important-bnr {
    text-align: center;
  }
  .important-bnr span {
    display: block;
    margin-left: 0em;
  }
  .sort-area .btns {
    margin-bottom: 1em;
  }
  .sort-area .btns span {
    margin-right: 2%;
    width: 100%;
    display: block;
  }
  .stepBtn-step {
    font-size: 110%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row-l {
    margin-left: -15px;
    margin-right: -15px;
  }
  .bg-gray {
    background-color: #FAFAFA;
  }
  .btn {
    padding-right: 2.5em;
    padding-left: 2.5em;
    width: 100%;
    box-sizing: border-box;
  }
  .btn-lg {
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 3px;
  }
  .btn-white {
    color: #000;
    background: #fff;
    border: none;
  }
  .btn-white-bordered {
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
  }
  .btn-white-bordered:hover {
    color: #fff;
    background: #0063a6;
    border: 1px solid #0063a6;
  }
  .btn-yellow {
    width: 95%;
    color: #000;
    /*background: $secondary_color;*/
    /*border: none;*/
    font-size: 13px;
  }
  .btn-mizuiro {
    color: #fff;
    background: #0063a6;
    border: none;
    padding-left: 3em;
    padding-right: 3em;
  }
  .btn-close:before {
    position: static;
    margin-right: 0.5em;
    color: #000;
    content: "\f00d";
    font-family: FontAwesome;
  }
  .btn-contact-confirm {
    margin-bottom: 20px;
    font-size: 13px;
    width: 100%;
  }
  .removeFavorite {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .titlebox-1 .titlebox-1-en-title {
    font-size: 73%;
    letter-spacing: 2px;
  }
  .titlebox-1 .titlebox-1-title {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    letter-spacing: 2px;
    font-size: 140%;
  }
  .titlebox-1 .titlebox-1-boraderd {
    margin: 0 auto 1.3em;
    width: 50px;
  }
  .titlebox-2 {
    text-align: center;
  }
  .titlebox-2 .titlebox-2-en-title {
    font-size: 73%;
    margin-bottom: 0px;
    letter-spacing: 3px;
  }
  .titlebox-2 .titlebox-2-title {
    margin-bottom: 2em;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 140%;
  }
  .titlebox-3 {
    padding: 25px 15px 20px;
    text-align: center;
  }
  .titlebox-3 .titlebox-3-en-title {
    font-size: 73%;
    margin-bottom: 0px;
    letter-spacing: 3px;
  }
  .titlebox-3 .titlebox-3-title {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 170%;
  }
  .titlebox-3 .titlebox-3-description {
    margin-bottom: 15px;
  }
  .titlebox-4 {
    margin-bottom: 30px;
    font-size: 100%;
  }
  .titlebox-4 .titlebox-4-title {
    font-size: 140%;
  }
  .titlebox-4 span {
    width: 50px;
  }
  .titlebox-8 .titlebox-8-title {
    font-size: 170%;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .titlebox-8 .titlebox-8-boraderd {
    display: block;
    margin: 0 auto 2.5em;
    width: 60px;
    border-top: 3px solid #0071be;
  }
  .titlebox-8.mb50 {
    margin-bottom: 20px !important;
  }
  .titlebox-9 {
    text-align: center;
    margin-bottom: 20px;
  }
  .titlebox-9 .titlebox-9-en-title {
    margin-bottom: 0px;
    color: #0063a6;
    font-size: 73%;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .titlebox-9 .titlebox-9-title {
    margin-top: 0em;
    margin-bottom: 0.3em;
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 170%;
  }
  .titlebox-9 span {
    display: block;
    width: 50px;
    margin-right: auto;
    margin: 0 auto;
    border-top: 3px solid #0071be;
  }
  .label-box {
    margin-top: 30px;
    float: none;
    display: block;
    margin-right: 2%;
    width: 100%;
    text-align: center;
  }
  .label-box dt {
    display: block;
    padding: 0.8em 1.5em;
  }
  .label-box dd {
    display: block;
    padding: 0.8em 1.5em;
    text-align: left;
  }
  .label-box dd span {
    font-size: 150%;
  }
  .label-box .pt0.pb0 {
    padding: 0.6em 1.5em !important;
  }
  .notice-box .alert-box {
    font-size: 12px;
  }
  .notice-box .innerBox .close-alert {
    right: 0px;
  }
  .notice-box .innerBox .close-alert i {
    font-size: 16px;
  }
  .caution_text {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #dfdfdf;
  }
  .caution_text.orange {
    border: 1px solid #FF480C;
    color: #FF480C;
  }
  .text-orange {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 100% !important;
  }
  .for_notshop_user {
    margin-top: 30px;
  }
  .textbox-1 {
    line-height: 1.8;
  }
  .box {
    margin-bottom: 20px;
    padding: 10px 0px;
    background: #fff;
    font-size: 130%;
    border-radius: 5px;
  }
  .mypage-bnr-area {
    padding: 10px !important;
    background: #fff !important;
    font-size: 130%;
  }
  .important-bnr {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px 5px;
    border-radius: 3px;
  }
  .important-bnr span {
    display: block;
    text-align: center;
    vertical-align: middle;
  }
  .important-bnr span img {
    vertical-align: -3px;
    margin-left: 0.7em;
    cursor: pointer;
  }
  .important-bnr .data {
    margin-left: 0em;
    font-size: 110%;
    color: #FF3F00;
    text-align: center;
  }
  .important-bnr strong {
    font-size: 160%;
    font-weight: normal;
  }
  .photobox-with-ico {
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .photobox-with-ico .photo {
    position: relative;
  }
  .photobox-with-ico .photo > img {
    width: 100%;
    height: auto;
  }
  .photobox-with-ico .photo span {
    position: absolute;
    right: 3px;
    bottom: -30px;
  }
  .photobox-with-ico dl {
    padding: 5px 10px 0px;
    font-size: 90%;
  }
  .photobox-with-ico dl dt {
    margin-bottom: 0.5em;
  }
  .photobox-with-ico dl dd {
    font-size: 80%;
  }
  .label-wraps {
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .label-wraps .label-lg {
    display: table-cell;
    margin-bottom: 0px;
    width: 33%;
    border: none;
    border-left: 1px solid #ddd;
    border-radius: 0px;
  }
  .label-wraps .label-lg:first-child {
    border: none;
  }
  .label-wraps .label-lg p {
    margin: 0;
  }
  .label-wraps .label-lg .label-lg-head {
    display: block;
    padding: 10px;
    width: 100%;
    vertical-align: middle;
    background: none;
    text-align: center;
  }
  .label-wraps .label-lg .label-lg-body {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 30px;
    font-size: 90% !important;
    padding: 10px 2.5em;
    vertical-align: middle;
    z-index: 500;
  }
  .label-wraps .label-lg .label-lg-body .list-inline {
    display: inline;
  }
  .label-wraps .label-lg .label-lg-body .btn-default {
    border: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .car-list-area {
    width: 100vw;
    margin-left: -15px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-top: 0;
    border-radius: 0;
  }
  .car-list-area .row {
    margin-left: 0;
    margin-right: 0;
  }
  .car-list-area .carlist {
    margin-bottom: 40px;
  }
  .car-list-area .lists {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: 0;
  }
  .car-list-area .lists .carname {
    padding: 5px 10px;
    font-size: 130%;
    background: #eee;
  }
  .car-list-area .lists:first-child {
    border-top: 0;
  }
  .car-list-area .lists div {
    display: block;
    vertical-align: middle;
    border-right: 0;
    box-sizing: border-box;
  }
  .car-list-area .lists div:last-child {
    border-right: 0;
  }
  .car-list-area .lists div p {
    margin-bottom: 0;
  }
  .car-list-area .lists .photo {
    float: left;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 40%;
    box-sizing: border-box;
  }
  .car-list-area .lists .photo img {
    width: 100%;
    height: auto;
  }
  .car-list-area .lists .spec, .car-list-area .lists .price, .car-list-area .lists .daisu {
    margin-left: 42%;
    margin-bottom: 10px;
    width: 56%;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .car-list-area .lists .spec {
    padding-left: 0px;
    padding-right: 0px;
  }
  .car-list-area .lists .spec p {
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .car-list-area .lists .spec .carname, .car-list-area .lists .spec .option {
    font-size: 100%;
  }
  .car-list-area .lists .spec .detail {
    font-size: 100%;
    margin-bottom: 5px;
  }
  .car-list-area .lists .spec .detail span {
    display: block;
  }
  .car-list-area .lists .price {
    padding: 0 0px;
    width: 100%;
    text-align: left;
  }
  .car-list-area .lists .price .roboto {
    color: #FF3F00;
    font-size: 200%;
    font-weight: bold;
    line-height: 1;
    margin-right: 0px;
  }
  .car-list-area .lists .daisu {
    padding: 0 0px;
    padding-left: 0 0px;
    width: 100% !important;
    text-align: left;
  }
  .car-list-area .lists .daisu .roboto {
    font-size: 200%;
    font-weight: bold;
    line-height: 1;
    margin-right: 0px;
  }
  .car-list-area .lists .operation {
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
  }
  .car-list-area .lists .operation p:first-child {
    margin-bottom: 0px;
  }
  .car-list-area .lists .operation .btn {
    padding-top: 0.9em !important;
    padding-bottom: 0.9em !important;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
  }
  .car-list-area .lists .operation .btn-yellow {
    float: left;
    width: 48% !important;
    font-size: 100%;
    border: 1px solid #0071be;
  }
  .car-list-area .lists .operation .btn-default, .car-list-area .lists .operation .btn-airpra {
    float: right;
    width: 48% !important;
    font-size: 100%;
  }
  .car-list-area .lists .operation.btn-many-box p {
    margin-bottom: 10px;
    width: 100%;
  }
  .car-list-area .lists .operation.btn-many-box p:first-child {
    margin-bottom: 10px;
  }
  .car-list-area .lists .operation.btn-many-box .mb15 {
    margin-bottom: 10px !important;
  }
  .car-list-area .lists .operation.btn-many-box .btn-yellow {
    float: none;
    width: 100% !important;
    font-size: 100%;
    border: 1px solid #0071be;
  }
  .car-list-area .lists .operation.btn-many-box .btn-airpra, .car-list-area .lists .operation.btn-many-box .btn-default {
    float: none;
    width: 100% !important;
    font-size: 100%;
  }
  .photoupload {
    overflow: hidden;
    padding: 5px 0px;
  }
  .photoupload .photobox {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .photoupload .photobox:nth-child(3n) {
    margin-right: 0;
  }
  .photoupload .photo {
    position: relative;
    width: 100%;
    padding-bottom: 0%;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  .photoupload .photo .thumbs {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .photoupload .photo img {
    margin-bottom: 20px;
    width: auto !important;
    height: auto;
  }
  .photoupload .btns {
    overflow: hidden;
    padding: 5px 0px;
  }
  .photoupload .btns p {
    width: 49%;
  }
  .photoupload .btns p a {
    padding: 10px auto;
    font-size: 12px;
  }
  .photoupload .btns .btn-yellow {
    border: 1px solid #0071be;
  }
  .photoupload .newphotobox {
    display: none;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .photoupload .newphotowrap {
    position: relative;
    width: 100%;
    padding-bottom: 0%;
    height: auto;
    overflow: hidden;
  }
  .photoupload .newphotowrap .newphoto {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .zaiko-car-info .carlist.car-list-area {
    width: 100%;
    margin-left: 0;
    border-top: 0;
  }
  .zaiko-car-info .carlist.car-list-area .lists {
    border-bottom: 0;
  }
  .zaiko-car-info .carlist.car-list-area .lists .operation p:first-child {
    margin-bottom: 0;
  }
  .zaiko-car-info .carlist.car-list-area .photo, .zaiko-car-info .carlist.car-list-area .spec, .zaiko-car-info .carlist.car-list-area .price {
    padding-left: 0;
    padding-right: 0;
  }
  .zaiko-car-info .carlist.car-list-area .operation {
    padding-left: 0;
    padding-right: 0;
  }
  .zaiko-car-info .carlist.car-list-area .operation .btn-yellow {
    width: 100%;
  }
  .zaiko-car-info.board-detail .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 70%;
  }
  #CarEditForm .form-group {
    margin-bottom: 0;
  }
  #CarEditForm .row {
    overflow: hidden;
  }
  #CarEditForm .form-group input, #CarEditForm .form-group select {
    margin-bottom: 20px;
  }
  .filterArea {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .filterArea .tab-1, .filterArea .tab-2 {
    display: none;
  }
  .sp-slider-tooltip {
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .sp-slider-tooltip .noUi-base .noUi-tooltip {
    position: absolute;
    right: 0;
    top: -25px;
    width: 100px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
  }
  .sp-slider-tooltip .noUi-base .noUi-tooltip span {
    font-size: 11px;
    font-weight: normal;
  }
  .sp-slider-tooltip .noUi-base > div:first-child .noUi-tooltip {
    left: 0;
    text-align: left;
  }
  .noUi-horizontal .noUi-handle {
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    top: -12px !important;
  }
  .slider-control #sliders, .slider-control #sliders_hontai {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .slider-control #sliders .noUi-tooltip, .slider-control #sliders_hontai .noUi-tooltip {
    position: absolute;
    display: block;
    width: auto;
    top: -25px;
    right: 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    width: 100px;
  }
  .slider-control #sliders .noUi-tooltip span, .slider-control #sliders_hontai .noUi-tooltip span {
    font-size: 11px;
    font-weight: normal;
  }
  .slider-control #sliders > div > div:first-child .noUi-tooltip, .slider-control #sliders_hontai > div > div:first-child .noUi-tooltip {
    right: auto;
    left: 0;
    text-align: left;
  }
  .cartabs {
    margin-bottom: 20px;
  }
  .cartabs #slider {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .cartabs #slider .noUi-tooltip {
    position: absolute;
    display: block;
    width: auto;
    top: -30px;
    left: -25px;
    font-size: 150%;
    font-weight: bold;
  }
  .cartabs #slider .noUi-tooltip span {
    font-size: 60%;
    font-weight: normal;
  }
  .cartabs .labels {
    color: #0063a6;
    font-size: 11px;
    font-weight: bold;
  }
  .find-car-tab-area {
    min-height: initial;
    min-height: auto;
  }
  .stepBtn-step {
    display: none;
    font-size: 110%;
    margin-bottom: 10px;
  }
  .find-car-tabs ul {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .find-car-tabs li {
    float: left;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .find-car-tabs li span {
    display: block;
    margin-bottom: 0.5em;
    font-size: 90%;
    color: #73C6D4;
    font-weight: bold;
  }
  .find-car-tabs li a {
    display: block;
    padding: 11px 0 15px;
  }
  .find-car-tabs li a:hover {
    text-decoration: none;
  }
  .find-car-tabs li:hover {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  .find-car-tabs li:hover a {
    padding: 10px 0 15px;
  }
  .find-car-tabs .active {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
  }
  .find-car-tabs .active a {
    padding: 10px 0 15px;
    color: #73C6D4;
  }
  .tabarea {
    display: block;
    margin-bottom: 20px;
  }
  .tabarea .carbox {
    cursor: pointer;
  }
  .tabarea .carbox .ins {
    margin-bottom: 10%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
  }
  .tabarea .carbox label {
    font-weight: normal;
    min-height: 3.5em;
  }
  .tabarea .carbox label input {
    vertical-align: top;
  }
  .tabarea .carbox label span {
    display: inline-block;
  }
  .tabarea .carbox img {
    text-align: center;
  }
  .tabarea.tab-1 {
    display: block;
  }
  .shop-search-area {
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 0;
    background: none;
  }
  .shop-search-area .row div {
    margin-bottom: 1em;
  }
  .shop-search-area p {
    color: #73C6D4;
  }
  .sp-sort.sort-area {
    background: none;
    border-top: 0;
    padding-top: 0;
    font-size: 12px;
  }
  .sp-sort.sort-area .btns {
    display: table;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .sp-sort.sort-area span {
    display: table-cell;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 30%;
    border-bottom: 1px solid #ddd;
  }
  .sp-sort.sort-area .btns-row {
    display: table-cell;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 70%;
    border-bottom: 1px solid #ddd;
    text-align: right;
  }
  .sp-sort.sort-area .btns-row a {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
  }
  .select-form {
    padding-top: 20px;
  }
  .select-form .selects {
    margin-bottom: 15px;
  }
  .select-form .labels {
    color: #0063a6;
    font-weight: bold;
  }
  .select-form p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .select-form .btn-yellow {
    font-size: 14px;
  }
  .filter-btn {
    display: table !important;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .filter-btn .btns {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    color: #0063a6;
    font-weight: bold;
    font-size: 120%;
    border-right: 1px solid #ddd;
  }
  .filter-btn .btns:last-child {
    border-right: 0;
  }
  .filter-btn .btns p {
    margin-bottom: 0;
  }
  .filter-btn .btns.active {
    background: #E3F4F7;
  }
  .shop-list-area {
    margin-bottom: 30px;
  }
  .shop-list-area .shoplist {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .shop-list-area .lists {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: url(../../../img/portal/ico-right-arrow-portal.png) no-repeat right center;
    background-size: 9px auto;
  }
  .shop-list-area .lists .sp-link a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
  }
  .shop-list-area .lists div {
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .shop-list-area .lists div:last-child {
    border-right: 0;
  }
  .shop-list-area .lists div p {
    margin-bottom: 0;
  }
  .shop-list-area .lists .photo {
    float: left;
    width: 40% !important;
    padding-right: 15px;
  }
  .shop-list-area .lists .photo img {
    width: 100%;
    height: auto;
  }
  .shop-list-area .lists .carname {
    display: inline-block !important;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .shop-list-area .lists .spec {
    padding-left: 15px;
    padding-right: 15px;
    width: 35%;
    border-right: 1px solid #ddd;
    vertical-align: top;
  }
  .shop-list-area .lists .spec p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .shop-list-area .lists .spec .carname {
    display: none !important;
  }
  .shop-list-area .lists .spec .area span {
    display: inline-block;
    background: #eee;
    font-size: 100%;
    padding: 3px 1em;
  }
  .shop-list-area .lists .visible-xs.area span {
    display: inline-block;
    background: #eee;
    font-size: 100%;
    padding: 3px 1em;
  }
  .shop-list-area .lists .price {
    float: right;
    padding: 0 0px;
    width: 60%;
    border-right: 0;
    font-size: 11px;
  }
  .shop-list-area .lists .price p {
    font-size: 110%;
  }
  .shop-list-area .lists .price .message {
    margin-bottom: 1em;
  }
  .shop-list-area .lists .price .subtl {
    display: inline-block;
  }
  .shop-list-area .lists .price .nums {
    display: inline-block;
  }
  .shop-list-area .lists .price .nums span {
    font-size: 22px;
    font-weight: bold;
  }
  .shop-list-area .lists .price .time span {
    display: block;
  }
  .shop-list-area .lists .price .time .space {
    display: none;
  }
  .shop-list-area .lists .operation {
    width: 14%;
    padding-left: 15px;
    text-align: center;
  }
  .shop-list-area .lists .operation p:first-child {
    margin-bottom: 10px;
  }
  .shop-list-area .lists .operation .nums {
    font-weight: bold;
    margin-bottom: 1em;
  }
  .shop-list-area .lists .operation .nums span {
    line-height: 1;
    font-size: 240%;
    margin-right: 0.1em;
  }
  .shop-list-area .lists .operation .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .shopdetail .shopdetail-ttl {
    margin: 0 -15px;
    padding: 5px 15px;
    background: #eee;
    font-size: 13px;
  }
  .shopdetail .time {
    width: 100%;
    font-size: 12px;
  }
  .shopdetail .time th, .shopdetail .time td {
    border-bottom: 1px solid #eee;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .shopdetail .time th {
    width: 23%;
  }
  .shopdetail .phone {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
  }
  .shopdetail .phone dt {
    font-weight: normal;
  }
  .shopdetail .phone dd {
    font-size: 36px;
    font-weight: bold;
  }
  .shopdetail .btn-yellow {
    width: 100%;
  }
  .shopdetail .snsbtn .btn {
    font-size: 12px !important;
  }
  .addFavorite.btn-yellow {
    width: 100%;
  }
  .defautTitleArea {
    margin-top: 54px;
    margin-bottom: 10px;
    background: #fff;
    color: #73C6D4;
    border-bottom: 1px solid #ddd;
  }
  .defautTitleArea .defautTitleArea-ttl {
    margin: 10px 0;
    font-size: 18px;
  }
  .statics {
    margin-bottom: 50px;
  }
  .statics p {
    font-size: 12px;
    line-height: 2;
  }
  .statics hr {
    display: none;
  }
  .statics .table th, .statics .table td {
    display: block;
    padding: 0.5em 0.5em;
    border: 0;
    border-left: 0;
    border-right: 0;
    font-size: 100%;
  }
  .statics .table th {
    background: #E3F4F7;
    font-weight: normal;
  }
  .statics .table td {
    padding: 0.5em 0em;
    margin-bottom: 1em;
    padding-right: 0;
  }
  .statics .table td dl, .statics .table td ul {
    margin-bottom: 0;
  }
  .statics .table td dt {
    color: #73C6D4;
    font-weight: bold;
  }
  .statics .table td dd {
    margin-bottom: 1em;
  }
  .statics .table td .titles {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
  }
  .statics address {
    margin-bottom: 0.5em;
  }
  .statics .box {
    padding: 0px 0 !important;
  }
  .statics .box .box-ttl {
    color: #73C6D4;
    font-size: 15px;
    font-weight: bold;
  }
  .statics .inline-block {
    display: inline-block;
    margin-bottom: 1em;
    padding: 1.2em 1em 0.5em 1.8em;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 70%;
  }
  .statics .inline-block ul, .statics .inline-block ol {
    padding-left: 0.5em;
  }
  .statics .inline-block ul li, .statics .inline-block ol li {
    margin-bottom: 0.5em;
    line-height: 2;
  }
  .statics .inline-block ul li ul, .statics .inline-block ol li ul {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 1.2em 1em 0.5em 2.2em;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .statics .width100 {
    display: block;
    width: 100%;
  }
  .contacts th {
    width: 100%;
  }
  .contacts .prefs {
    width: 30%;
    margin-bottom: 1em;
  }
  .contact-confirm td label {
    display: none;
  }
  .overlay-movie-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .overlay-movie-container .overlay-movie-box .wrap {
    margin: 0 auto 20px;
    width: 100%;
  }
}

.mypage-mains .plan-area {
  padding-top: 30px;
}

.plan-area {
  margin-bottom: 60px;
}

.plan-area-box {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .plan-area-box {
    margin-bottom: 30px;
  }
}

.plan-silver .plan-area-wrap {
  border-color: #e0e0e0 #bfbfbf #bfbfbf #e0e0e0;
}

.plan-silver .plan-area-header {
  background: #f7f7f7;
}

.plan-gold .plan-area-wrap {
  border-color: #f4d964 #e2b907 #e2b907 #f4d964;
}

.plan-gold .plan-area-header {
  background: #fbf9e8;
}

.plan-platinum .plan-area-wrap {
  border-color: #f0ecec #d0d0d0 #d0d0d0 #f0ecec;
}

.plan-platinum .plan-area-header {
  background: #fafafa;
}

.plan-area-wrap {
  box-sizing: border-box;
  border-width: 7px;
  border-style: solid;
}

.plan-area-header {
  position: relative;
  padding: 16px 0 50px 0;
  text-align: center;
}

.plan-area-header .text {
  position: absolute;
  left: 50%;
  bottom: 0.1em;
  width: 100%;
  transform: translate(-50%, 0%);
  color: #f8413c;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .plan-area-header {
    display: block;
    padding: 16px 18px 50px;
  }
}

.plan-area-ttl {
  margin-bottom: 1.2em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

.plan-area-limit {
  display: table;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.plan-area-limit dt, .plan-area-limit dd {
  display: table-cell;
  vertical-align: middle;
}

.plan-area-limit dt {
  padding-right: 1em;
  font-size: 16px;
  font-weight: bold;
}

.plan-area-limit dt span {
  display: inline-block;
  margin-top: 15px;
}

.plan-area-limit dd {
  font-size: 22px;
  color: #f8413c;
}

.plan-area-limit dd .roboto {
  display: inline-block;
  padding-right: 0.1em;
  font-size: 48px;
}

@media screen and (max-width: 1199px) {
  .plan-area-limit {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .plan-area-limit dt, .plan-area-limit dd {
    display: block;
  }
}

.plan-area-body {
  padding: 30px 18px 27px;
  text-align: center;
}

.plan-area-content {
  margin-bottom: 40px;
}

.plan-area-content dt {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 0.8em 2px;
  font-size: 17px;
  background: #fbf95c;
}

.plan-area-content dt br {
  display: none;
}

.plan-area-content .plan-area-content__month {
  margin-bottom: 12px;
  font-size: 17px;
}

.plan-area-content .plan-area-content__month .tax {
  font-size: 13px;
}

.plan-area-content .plan-area-content__month .roboto {
  font-size: 36px;
}

.plan-area-content .plan-area-content__year {
  display: table;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
  width: 100%;
  border: 2px solid #c9c9c9;
  background: #fff;
}

.plan-area-content .plan-area-content__year .atari, .plan-area-content .plan-area-content__year .price {
  display: table-cell;
  vertical-align: middle;
}

.plan-area-content .plan-area-content__year .atari {
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #f8413c;
}

.plan-area-content .plan-area-content__year .atari span {
  display: inline-block;
  margin-top: 15px;
}

.plan-area-content .plan-area-content__year .price {
  font-size: 18px;
  color: #f8413c;
}

.plan-area-content .plan-area-content__year .price .roboto {
  display: inline-block;
  padding-right: 0.1em;
  font-size: 42px;
}

.plan-area-content .plan-area-content__year .price .tax {
  font-size: 13px;
}

.plan-area-content.last {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .plan-area-content .plan-area-content__year {
    display: block;
    padding: 15px 0 10px;
  }
}

@media screen and (max-width: 1199px) {
  .plan-area-content .plan-area-content__year .atari, .plan-area-content .plan-area-content__year .price {
    display: block;
  }
}

.plan-area-content__list {
  margin: 0 0 25px 0;
  padding: 15px 20px 0px 20px;
  text-align: left;
  border: 1px solid #e5e5e5;
}

.plan-area-content__list li {
  margin-bottom: 0.8em;
  font-size: 15px;
  font-weight: bold;
  list-style-type: none;
  padding-left: 1.5em;
  background: url(../../../img/plans/ico-check.png) no-repeat left center;
}

@media screen and (max-width: 767px) {
  .plan-area-content__list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.plan-area-btns {
  margin-bottom: 0;
}

.plan-area-btns .plan-area-btns_btn {
  display: inline-block;
  padding: 0.8em 3em;
  border-radius: 3px;
  background: #f8413c;
  color: #fff;
  font-size: 16px;
}

.plan-area-btns .plan-area-btns_btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .plan-area-btns .plan-area-btns_btn {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.plan-area-mypage {
  margin-bottom: 0;
}

.plan-area-mypage .plan-area-box {
  margin-bottom: 30px;
}

.plan-area-mypage .plan-area-header {
  display: block;
  padding: 16px 18px 50px;
}

.plan-area-mypage .plan-area-header .text {
  bottom: 0.3em;
  font-size: 16px;
}

.plan-area-mypage .plan-area-limit {
  display: block;
}

.plan-area-mypage .plan-area-limit dt {
  display: block;
}

.plan-area-mypage .plan-area-limit dd {
  display: block;
  font-size: 15px;
}

.plan-area-mypage .plan-area-limit dd .roboto {
  font-size: 36px;
}

.plan-area-mypage .plan-area-content__month {
  font-size: 15px;
}

.plan-area-mypage .plan-area-content__month .roboto {
  font-size: 34px;
}

.plan-area-mypage .plan-area-content__year {
  display: block;
  padding: 15px 0 10px;
}

.plan-area-mypage .plan-area-content__year .atari {
  display: block;
}

.plan-area-mypage .plan-area-content__year .price {
  display: block;
  font-size: 15px;
}

.plan-area-mypage .plan-area-content__year .price .roboto {
  font-size: 36px;
}

.plan-area-mypage .plan-area-content__list {
  padding-left: 10px;
  padding-right: 10px;
}

.plan-area-mypage .plan-area-btns {
  margin-bottom: 0;
}

.plan-area-mypage .plan-area-btns .plan-area-btns_btn {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.plan-area-mypage .plan-area-content.last {
  margin-bottom: 0px;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .plan-area-mypage .plan-area-header .text {
    bottom: 0.4em;
    font-size: 13px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .plan-area-mypage .plan-area-header .plan-area-ttl {
    font-size: 18px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .plan-area-mypage .plan-area-limit {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .plan-area-mypage .plan-area-content dt {
    font-size: 16px;
  }
}

@media screen and (min-width: 991px) {
  .plan-area-mypage .plan-area-content dt br {
    display: block;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .plan-area-mypage .plan-area-content__month {
    font-size: 13px;
  }
  .plan-area-mypage .plan-area-content__month .tax {
    display: block;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .plan-area-mypage .plan-area-content__month .roboto {
    font-size: 30px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .plan-area-mypage .plan-area-content__year .atari {
    padding-right: 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .plan-area-mypage .plan-area-content__year .price .roboto {
    font-size: 28px;
  }
}

.plan_price_result dt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.plan_price_result dt span {
  font-size: 12px;
}

.plan_price_result dd {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.header-h1 {
  font-size: 16px;
  font-weight: bold;
}

.header-koara {
  padding-top: 2px;
}

.howto-box .howto-image {
  position: relative;
  margin-bottom: 50px;
}

.howto-box .howto-btn {
  position: absolute;
  right: calc(100% * 0.025641026);
  bottom: calc(100% * 0.041);
  width: calc(100% * 0.3);
}

.contact-box {
  display: flex;
  border: 1px solid #003559;
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .contact-box {
    display: block;
    border: 0;
  }
}

.contact-box-item {
  width: 50%;
  text-align: center;
}

.contact-box-item:last-child dl {
  border-left: 1px solid #003559;
}

.contact-box-item:last-child .contact-box-ttl {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .contact-box-item {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #003559;
  }
}

@media screen and (max-width: 767px) {
  .contact-box-item:last-child dl, .contact-box-item:last-child .contact-box-ttl {
    border-left: 0;
  }
}

.contact-box-ttl {
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #003559;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .contact-box-ttl {
    font-size: 14px;
  }
}

.contact-box-item dl {
  margin-bottom: 0;
  padding: 15px;
}

.contact-box-item .phone {
  font-size: 30px;
  font-weight: bold;
  color: #003559;
}

.contact-box-item .phone a {
  color: #003559;
}

.contact-box-item .phone i {
  color: #000;
}

@media screen and (max-width: 767px) {
  .contact-box-item .phone {
    font-size: 25px;
  }
}

.faq-list {
  padding: 15px 0;
}

.faq-list dl {
  margin-bottom: 40px;
}

.faq-list dt {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

.faq-list dd {
  padding-left: 40px;
}

.faq-list dt:before {
  display: inline-block;
  content: "Q";
  padding-right: 20px;
  font-size: 25px;
  color: #003559;
}

.faq-list ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}

.faq-list li {
  list-style-type: decimal;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .faq-list dt {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .faq-list dd {
    padding-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .faq-list dt:before {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .faq-list ul {
    padding-left: 20px;
  }
}

.howto-boxs {
  margin-bottom: 50px;
  padding: 15px;
  border: 2px solid #003559;
  color: #010101;
}

@media screen and (max-width: 767px) {
  .howto-boxs {
    padding-bottom: 0;
  }
}

.howto-boxs dl {
  margin: 0 0 15px 0;
  padding: 0;
}

.howto-boxs dt {
  color: #fff;
}

.howto-boxs dd {
  margin: 0;
  padding: 0;
}

.howto-boxs dd span {
  display: none;
}

.howto-boxs-ttl {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background-color: #003559;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.howto-boxs-flowtitle {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .howto-boxs-flowtitle {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .howto-boxs-flowtitle dt {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .howto-boxs-flowtitle dt {
    font-size: 1.6rem;
  }
}

.howto-boxs-flowtitle dd {
  margin: 0;
  padding-left: 20px;
  letter-spacing: 0;
  font-size: 2rem;
}

@media screen and (max-width: 992px) {
  .howto-boxs-flowtitle dd {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .howto-boxs-flowtitle dd {
    font-size: 1.4rem;
  }
}

.howto-boxs-flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .howto-boxs-flow {
    display: block;
  }
}

.howto-boxs-flow dl {
  padding: 10px 10px 15px;
  width: 24%;
  background-color: #006cb5;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .howto-boxs-flow dl {
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  .howto-boxs-flow dl {
    width: 100%;
  }
}

.howto-boxs-flow dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 992px) {
  .howto-boxs-flow dt {
    font-size: 1.4rem;
  }
}

.howto-boxs-flow dd {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.howto-boxs-flow dd:before {
  display: block;
  content: "";
  padding-top: 80%;
}

.howto-boxs-item {
  display: block;
  width: 36%;
}

@media screen and (max-width: 767px) {
  .howto-boxs-item {
    margin-bottom: 15px;
    width: 49%;
  }
  .howto-boxs-item.link {
    width: 100%;
  }
  .howto-boxs-item.link p {
    margin-bottom: 0;
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .howto-boxs-item {
    width: 100%;
  }
}

.howto-boxs-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #003559;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.howto-boxs-item a:hover {
  text-decoration: none;
}

.howto-boxs-item a p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.howto-boxs-item a p .text {
  padding-left: 20px;
  text-align: left;
  font-size: 2.2rem;
}

@media screen and (max-width: 992px) {
  .howto-boxs-item a p .text {
    font-size: 1.6rem;
  }
}

.howto-boxs-item a p .ico {
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .howto-boxs-item a p .ico {
    font-size: 6rem;
  }
}

.howto-boxs-item p {
  margin-bottom: 15px;
}

.howto-boxs-link {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .howto-boxs-link {
    flex-wrap: wrap;
  }
}

.howto-boxs-link dl {
  margin-bottom: 0;
  padding: 10px 20px 20px;
  background-color: #006cb5;
  box-sizing: border-box;
}

.howto-boxs-link dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 992px) {
  .howto-boxs-link dt {
    font-size: 1.4rem;
  }
}

.howto-boxs-link dd {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.howto-boxs-link dd:before {
  display: block;
  content: "";
  padding-top: 55%;
}

.howto-boxs-link dd.link {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .howto-boxs-link dd.link a {
    font-size: 1.2rem;
  }
}

.howto-boxs-link dd.link:before {
  display: none;
}

.howto-boxs-link .square {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .howto-boxs-link .square {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .howto-boxs-link .square {
    width: 100%;
  }
}

.howto-boxs-link .square dd {
  margin: 0 auto;
  width: 83%;
}

@media screen and (max-width: 992px) {
  .howto-boxs-link .square dd {
    width: 86%;
  }
}

.howto-boxs-link .square dd:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.howto-boxs-link .square dd.link {
  width: 100%;
  margin-top: 20px;
}

.howto-boxs-link .square dd.link:before {
  display: none;
}
