@charset "UTF-8";

/*
Theme Name:FLEX
Description:FLEX website
Theme URI: https://flexnet.jp/
Author: FLEX
Version: 1.22
License: FLEX inc
*/

* {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #1F3641;
  background-color: #fff;
  word-wrap: break-word;
  min-width: 1020px;
}

@media print, screen and (max-width: 480px){
  body {
    min-width: 320px;
  }
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "";
}

a {
  color: #12c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #609;
}

a:hover img.overwhite {
  cursor: pointer;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  /* ie 8 */
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
}

a:visited img {
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  /* ie 8 */
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
}

label:hover {
  color: #EE3440;
}

/*ヘッダー周り*/

#nav i {
  margin-right: 5px;
  vertical-align: -1px;
}

#nav > a {
  display: none;
}

.hiddenbox li,
.linetable li {
  list-style-type: none;
  margin-left: 0px;
}

.hiddenbox .float_l10 img {
  float: left;
  height: auto;
  margin-right: 10px;
  width: 60px !important;
}

.hiddenbox .float_r10 img {
  float: right;
  height: auto;
  margin-left: 10px;
  width: 60px !important;
}

.linetable {
  text-align: left;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #DEDBCC;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #DEDBCC;
  border-left-color: #DEDBCC;
}

.linetable th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DEDBCC;
  padding: 10px;
  vertical-align: middle;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #DEDBCC;
  background-color: #F8F5E4;
  font-weight: bold;
}

.linetable td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DEDBCC;
  padding: 10px;
  vertical-align: middle;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #DEDBCC;
}

.toplinemds {
  padding-bottom: 3px;
  margin-bottom: 15px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #383B3C;
}

.toplinemds i {
  margin-right: 5px;
  vertical-align: -1px;
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

h1 i {
  margin-right: 5px;
  vertical-align: -1px;
}

h1 span {
  font-size: 16px;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

h2 i {
  margin-right: 5px;
  vertical-align: -1px;
}

h2 span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

h3 i {
  margin-right: 5px;
  vertical-align: -1px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h4 i {
  margin-right: 5px;
  vertical-align: -1px;
}

h4 span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #EE3440;
}
.bluetxt,
.bluetxt a,
.bluetxt a:visited {
  color: #0000FF !important;
}

.greytxt,
.greytxt a,
.greytxt a:visited {
  color: #666;
}

.lefttxt {
  text-align: left;
}

.righttxt {
  text-align: right;
}

.centertxt {
  text-align: center;
}

.float_r10 img {
  float: right;
  margin-left: 10px;
}

.float_l10 img {
  float: left;
  margin-right: 10px;
}

.float_r img {
  float: right;
  margin-left: 15px;
}

.float_l img {
  float: left;
  margin-right: 15px;
}

.float_r20 img {
  float: right;
  margin-left: 20px;
}

.float_l20 img {
  float: left;
  margin-right: 20px;
}

.flft {
  float: left;
}

.frgt {
  float: right;
}

.txt40 {
  font-size: 40px;
  line-height: 47px;
}

.txt30 {
  font-size: 30px;
  line-height: 35px;
}

.txt25 {
  font-size: 25px;
  line-height: 30px;
}

.txt24 {
  font-size: 24px;
  line-height: 30px;
}

.txt20 {
  font-size: 20px;
  line-height: 28px;
}

.txt18 {
  font-size: 18px;
  line-height: 28px;
}

.txt16 {
  font-size: 16px;
  line-height: 28px;
}

.txt14 {
  font-size: 14px;
  line-height: 22px;
}

.txt13 {
  font-size: 13px;
  line-height: 18px;
}

.txt12 {
  font-size: 12px;
  line-height: 15px;
}

.txt11 {
  font-size: 11px;
  line-height: 15px;
}

.txt10 {
  font-size: 10px;
  line-height: 14px;
}

.txt9 {
  font-size: 9px;
  line-height: 13px;
}

.txt8 {
  font-size: 8px;
  line-height: 12px;
}

.upper3 {
  margin-top: 3px !important;
}

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

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

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

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

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

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

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

.bottom3 {
  margin-bottom: 3px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
  clear: both;
}

input[type=email]:focus {
  outline: 0;
  border-color: #068BF1;
}

input[type=text]:focus,
textarea:focus,
input[type=tel]:focus {
  outline: 0;
  border-color: #068BF1;
}

input[type=password]:focus {
  outline: 0;
  border-color: #068BF1;
}

label,
input[type=checkbox] {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

textarea {
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #DEDBCC;
  padding: 5px;
}

textarea {
  resize: vertical;
}

.shadow {
  text-shadow: 2px 2px 5px #FFF, -2px 2px 5px #FFF, 2px -2px 5px #FFF, -2px -2px 5px #FFF;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("/common/v2/fonts/icomoon-26ed78e3c36a285797b07b1c7c2b8f67.eot?osthhp");
  src: url("/common/v2/fonts/icomoon-26ed78e3c36a285797b07b1c7c2b8f67.eot?#iefixosthhp") format("embedded-opentype"), url("/common/v2/fonts/icomoon-41ac4505f3be8f8d6025806e68dcd84d.ttf?osthhp") format("truetype"), url("/common/v2/fonts/icomoon-6f087e69962cd611a0e1d6d2c331fb44.woff?osthhp") format("woff"), url("/common/v2/fonts/icomoon-9fd687a3189f5db3a194889e294834f5.svg?osthhp#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/common/v2/fonts/icomoon-26ed78e3c36a285797b07b1c7c2b8f67.eot?e686mu");
  src: url("/common/v2/fonts/icomoon-26ed78e3c36a285797b07b1c7c2b8f67.eot?#iefixe686mu") format("embedded-opentype"), url("/common/v2/fonts/icomoon-6f087e69962cd611a0e1d6d2c331fb44.woff?e686mu") format("woff"), url("/common/v2/fonts/icomoon-41ac4505f3be8f8d6025806e68dcd84d.ttf?e686mu") format("truetype"), url("/common/v2/fonts/icomoon-9fd687a3189f5db3a194889e294834f5.svg?e686mu#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
}

[class^=icon-],
[class*=icon-] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e602";
}

.icon-report:before {
  content: "\e604";
}

.icon-question:before {
  content: "\e608";
}

.icon-destination:before {
  content: "\e609";
}

.icon-phone:before {
  content: "\e60b";
}

.icon-bubbles:before {
  content: "\e60f";
}

.icon-star_on:before {
  content: "\e618";
}

.icon-info:before {
  content: "\e61a";
}

.icon-menu:before {
  content: "\e61c";
}

.icon-camera:before {
  content: "\e61f";
}

.icon-arrow:before {
  content: "\e632";
}

.icon-setting:before {
  content: "\e610";
}

.icon-feedly:before {
  content: "\e600";
}

.icon-search:before {
  content: "\e606";
}

.icon-newtab:before {
  content: "\e622";
}

.icon-catalog:before {
  content: "\e601";
}

.icon-bookmark:before {
  content: "\e603";
}

.icon-rss:before {
  content: "\e605";
}

.icon-tag:before {
  content: "\e607";
}

.icon-google-plus2:before {
  content: "\e60c";
}

.icon-facebook2:before {
  content: "\e60d";
}

.icon-twitter2:before {
  content: "\e60e";
}

.icon-rss2:before {
  content: "\e611";
}

.icon-share:before {
  content: "\e60a";
}

.icon-maru:before {
  content: "\e612";
}

.icon-check:before {
  content: "\e614";
}

.icon-enter:before {
  content: "\ea13";
}

.icon-arrow-down:before {
  content: "\e632";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 481px) {
  #nav {
    float: right;
    width: 550px;
    margin-right: -10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
  }

  #nav li {
    vertical-align: top;
    display: inline-block;
    margin: 7px 25px 8px 0;
  }

  #nav li:first-child {
    vertical-align: top;
    display: inline-block;
    margin: 7px 25px 8px 0;
  }

  #nav a,
  #nav a:visited {
    color: #D0DEEE;
  }

  #nav a:hover {
    color: #6896c8;
    text-decoration: underline;
  }

  .pcnone {
    display: none !important;
  }

  #cwrapper {
    width: 1000px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
  }

  #cwrapper::after {
    content: "";
    clear: both;
    display: block;
  }

  .hiddenbox {
    overflow: hidden;
  }

  .linetable .float_r img,
  .linetable .float_r10 img {
    float: right;
    height: auto;
    margin-left: 15px;
    width: 60px !important;
  }

  .linetable .float_l img,
  .linetable .float_l10 img {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 60px !important;
  }

  footer {
    background-color: #383B3C;
    clear: both;
    min-width: 1020px;
  }

  #copy_rgt {
    float: right;
    width: 350px;
    text-align: right;
  }

  h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
  }

  input[type=submit] {
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
}

@media screen and (min-width: 481px) {
  .bx-wrapper {
    display: block;
  }

  .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }

  .bxsliderWarp ul li {
    opacity: 0.3;
  }

  .bxsliderWarp ul li.active-slide {
    opacity: 1;
  }

  .overlay {
    background-image: url(https://www.flexnet.co.jp/images/home/dot.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 480px) {
  .spnone {
    display: none !important;
  }

  #mobile {
    display: block;
  }

  .linemds {
    font-size: 20px;
    line-height: 28px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #DEDEDE;
    padding-bottom: 3px;
  }

  /* モーダル 背景エリア */

  * {
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .spnone {
    display: none;
  }

  select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: #efefef;
    background-size: 12px 30px;
    background-position: right center;
    margin-bottom: 3px;
  }

  input[type=radio] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 14px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
    vertical-align: middle;
  }

  input[type=radio]:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#8f8f8f));
  }

  input[type=radio]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgb(0, 0, 0);
    box-shadow: 0 2px 1px rgb(0, 0, 0);
    content: "";
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
  }

  input[type=checkbox] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 8px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
    vertical-align: middle;
  }

  input[type=checkbox]:checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#8f8f8f));
  }

  input[type=checkbox]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgb(0, 0, 0);
    box-shadow: 0 1px 1px rgb(0, 0, 0);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
  }

  input[type=checkbox]:checked:after {
    display: block;
    position: absolute;
    left: 7px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgb(0, 0, 0);
    box-shadow: 0 1px 1px rgb(0, 0, 0);
    width: 19px;
    height: 4px;
    background: #FFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
  }

  #cwrapper {
    width: 100%;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px;
  }

  #cwrapper::after {
    content: "";
    clear: both;
    display: block;
  }

  .hiddenbox:after {
    content: "";
    clear: both;
    display: block;
  }

  footer {
    background-color: #383B3C;
    clear: both;
    min-width: 100%;
/*     padding-top: 15px; */
    padding-bottom: 20px;
  }

  #copy_rgt {
    text-align: center;
    margin-top: 5px;
  }

  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }

  h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
  }

  .toiawase a {
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #fb4809;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FF6E3F), color-stop(90%, #fc491e));
    background: -o-linear-gradient(top, #FF6E3F 10%, #fc491e 90%);
    background: linear-gradient(to bottom, #FF6E3F 10%, #fc491e 90%);
    -webkit-box-shadow: 0 1px 0 rgba(153, 36, 0, 0.2);
    box-shadow: 0 1px 0 rgba(153, 36, 0, 0.2);
    padding: 4px 0;
    color: #fff;
    outline: 0;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 12px;
    font-weight: 900;
  }

  #shop {
    padding-top: 60px;
    margin-top: -60px;
  }

  .is-pc {
    display: none;
  }
}

/* header TOPリニューアル */
html.no-scroll {
	overflow: hidden;
}
@media screen and (min-width: 481px){
	.pcnone {
		display: none !important;
	}
}
@media screen and (max-width: 480px){
	.spnone {
		display: none !important;
	}
}
/* アコーディオン */
.js-accoC {
	display: none;
}
.js-accoT.is-open::after {
	transform: rotate(225deg);
}
/* ヘッダーオーバーレイ */
.js-navOverlay {
  background: rgba(0,0,0,.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999995;
}
/* snsアイコン */
[class^="share-links-"] {
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 50px;
	border-radius: 50%;
	color: white;
	display: inline-block;
	height: 50px;
	position: relative;
	vertical-align: middle;
	width: 50px;
}
.share-links-line {background-image: url(/common/v2/images/sns/color_icon_line-a7f29cf8e9cdd754d3b9e5b7cfe36659.png);}
.share-links-fb {background-image: url(/common/v2/images/sns/color_icon_fb-7cd669b85ce66c1d406f47529a25851c.png);}
.share-links-twitter {background-image: url(/common/v2/images/sns/color_icon_twitter-3c9aa661ca46fb30fb629977a1c7f283.png);}
.share-links-ig {background-image: url(/common/v2/images/sns/color_icon_ig-b4e42a7e907990ec0a12afd896f7acfe.png);}
.share-links-youtube {background-image: url(/common/v2/images/sns/color_icon_youtube-1a2f140f0c8ab8b5b1a9f60645e6e2d1.png);}
.share-links-tiktok {background-image: url(/common/v2/images/sns/color_icon_tiktok-4f1e5bb2f1f1fd2210b363163c39122a.png);}
.share-links-pinterest {background-image: url(/common/v2/images/sns/color_icon_pinterest-ab96726e4d32823baa5d91fd1b2bd149.png);}
.share-links-threads {background-image: url(/common/v2/images/sns/color_icon_threads-cf22abb4930f53f21c42322a4942834e.png);}

 /*//////////////////// Layout ////////////////////*/
/* ばつボタン */
	.fa-solid, .fas  {
		font-weight: 900;
	}
	.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab,
		.far, .fas {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: var(- -fa-display, inline-block);
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto;
	}
/*//////////////////// Component ////////////////////*/
/* ボタン */
.c-btnBox {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.c-btn {
    text-align: center;
    margin-top: 30px;
}
.c-btn a,
.c-btn input[type=submit] {
    background-color: #0055b8;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    width: 70%;
}

.c-btn a {
    padding: 18px 0px;
}
.c-btn input[type=submit] {
    padding: 15px 0px;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
}
.c-btn input[type=submit]:disabled {
    background-color: #87898C;
}
.c-btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}

@media only screen and (max-width: 480px) {
    .c-btnBox {
        display: block;
    }
    .c-btn {
        margin-top: 15px;
        font-size: 14px;
    }
    .c-btn a,
    .c-btn input[type=submit] {
        font-size: 14px;
        width: 75%;
    }
}

/* タイトル */
.c-title {
    color: #0055b8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
/* バナー */
.c-bnList {
    display: flex;
    justify-content: space-around;
}
.c-bnList a {
    display: block;
}
@media only screen and (max-width: 480px) {
    .c-bnList {
        display: block;
        text-align: center;
    }
    .c-bnList li +  li {
        margin-top: 10px;
    }
    .c-bnList img {
        max-width: 100%;
    }
}
/* もっと見るボタン */
.c-moreBtn {
    font-size: 14px;
    margin-top: 15px;
}
.c-moreBtn a::after {
    content: " >";
}
/* c-scroll */
.c-scroll-x { overflow-x: scroll; }
.c-scroll-y { overflow-y: scroll; }
@media only all and (min-width: 481px) {
  .c-scroll-x::-webkit-scrollbar { height: 8px; }
  .c-scroll-y::-webkit-scrollbar { width: 8px; }
  [class*="c-scroll"]::-webkit-scrollbar-track { background-color: #fff; }
  [class*="c-scroll"]::-webkit-scrollbar-thumb { background-color: #ddd; border-radius: 4px; }
}
/* c-subTitle */
.c-subTitle {
  margin-bottom: 10px;
}
/* TOP車種リスト */
.c-carList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: space-between;
}
.c-carList_item {
  text-align: center;
  width: 24%;
}
.c-carList_item a {
  cursor: pointer;
  color: #1F3641;
  display: block;
}
.c-carList_item img {
  height: auto;
  width: 100%;
}
.c-carList_item a:hover {
  color: #0055b8;
  text-decoration: none;
}
.c-carList_item a:hover img {
  opacity: .8;
}
.c-carList_item h4 {
  font-size: 14px;
  margin-top: 15px;
}
.c-carList-modal::before,
.c-carList-modal::after {
  display: block;
  content:"";
  width: 24%;
}
.c-carList-modal::before {
  order:1;
}
.c-carList-header {
  border-bottom: 2px solid #ddd;
  padding-bottom: 40px;
}
.c-carList-header .c-carList_item {
  position: relative;
  width: 20%;
}
.c-carList-subList {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  display: none;
  text-align: left;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  width: 100%;
}
.c-carList-subList.is-open {
  display: block;
}
.c-carList-subList a {
  line-height: 1.8;
}
@media all and (max-width: 480px) {
  .c-carList {
    gap: 18px 0;
  }
  .c-carList_item {
    width: 30%;
  }
  .c-carList_item-large {
    width: 48%;
  }
  .c-carList_item h4 {
    font-size: 12px;
    margin-top: 10px;
  }
  .c-carList-modal::before,
  .c-carList-modal::after {
    display: block;
    content:"";
    width: 30%;
  }
}
/* 2カラムリストボタン */
.c-twoListBtn {
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
.c-twoListBtn_item {
  width: 47%;
}
.c-twoListBtn_item a {
  border-bottom: 2px solid;
  color: #1f3641;
  display: flex;
  justify-content: space-between;
  padding: 12px 5px 12px 0;
}
.c-twoListBtn_item a:hover {
  text-decoration: none;
}
.c-twoListBtn_item a::after {
  align-self: center;
  border-bottom: solid 2px;
  border-right: solid 2px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
}
@media all and (min-width: 481px) {
  .c-twoListBtn_item a:hover {
    border-color: #0055b8;
    color: #0055b8;
  }
  .c-twoListBtn_item a:hover::after {
    border-color: #0055b8;
  }
}
@media all and (max-width: 480px) {
  .c-twoListBtn_item a {
    padding: 12px 5px 12px 5%;
  }
}
/* クローズボタン */
.c-closeBtn {
  background-color: #fff;
  border-radius: 5px;
  color: #1F3641;
  line-height: 1;
  position: absolute;
  padding: 5px 10px;
  right: 20px;
  top: 15px;
}
.c-closeBtn i {
  font-size: 30px;
}
.c-closeBtn:hover {
  color: #0055b8;
}
.c-closeBtn:visited {
  color: #1F3641;
}
@media all and (max-width:480px) {
  .c-closeBtn {
    display: none;
  }
}

/* パンくず */
.navlbox {
  font-size: 11px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
  padding: 15px 10px;
  word-break: break-all;
}
.navlbox li {
	display: inline;
}

.navzone i {
  margin-right: 5px;
}
@media all and (max-width:480px) {
  .navlbox {
    min-width: 320px;
    width: 100%;
    padding: 15px 3%;
  }
  .navzone i {
    margin-right: 3px;
    vertical-align: -1px
  }
}

.width100 {
    width: 100%;
}
