@charset "UTF-8";
@import url('https://use.typekit.net/dbh3kyv.css');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video,
figure,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type='button'],
input[type='text'],
input[type='submit'],
input[type='image'],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
article,
footer,
header,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  transition: 0.3s;
}
a:link:hover {
  opacity: 0.7;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
b {
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
input,
select {
  vertical-align: middle;
}
.century {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/*//////////////////////////////
		header
//////////////////////////////*/
header {
  width: 100%;
  height: auto;
  z-index: 102;
  background: #1e9cd7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #1e9cd7,
    #1363a5,
    #010b59
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #1e9cd7,
    #1363a5,
    #010b59
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
header .h_compare {
  max-width: 1250px;
  margin: auto;
  padding-left: 20px;
}
header .h_compare p {
  width: 740px;
  height: 70px;
  line-height: 70px;
  padding-left: 10px;
  background: url(./assets/img/common/fk_bg.png) no-repeat center;
  background-size: cover;
  font-size: 31px;
  font-weight: bold;
  color: #f37b1f;
  letter-spacing: -2px;
}
header .h_compare h1 {
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  header .h_compare p {
    width: 100%;
  }
}

header.hd_shadow .pcnav li a {
  padding: 10px 10px;
}
header.hd_shadow .ec_nav {
  padding: 5px 0;
}
header.hd_shadow .head_top {
  height: 0;
  padding: 0;
}
.head_top {
  transition: 0.3s;
  padding: 5px 0;
  line-height: 1;
  overflow: hidden;
}
.head_top li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #fff;
}
.ec_nav {
  padding: 15px 0;
  transition: 0.3s;
}
.ec_btn_area li {
  width: 50px;
  padding: 0 5px;
}
.ec_btn_area li a {
  position: relative;
  display: block;
  cursor: pointer;
}
.ec_btn_area li a:hover {
  opacity: 0.7;
}
.ec_btn_area .count {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 50%;
  background: #b30000;
  text-align: center;
  color: #fff;
  line-height: 18px;
  z-index: 2;
  top: -2px;
  right: 0px;
}
.pcnav {
  width: 100%;
  background-color: #f4f4f4;
}
.pcnav ul {
}
.pcnav li {
  position: relative;
  width: 20%;
  text-align: center;
}
.pcnav li.new::before {
  content: 'NEW';
  position: absolute;
  top: 4px;
  left: 50%;
  font-size: 10px;
  transform: translateX(-50%);
  color: #b30000;
}
header.hd_shadow .pcnav li.new::before {
  top: 1px;
}
.pcnav li::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0c88d2;
  transform: scale(0, 1);
  transition: 0.3s;
}
.pcnav li a {
  position: relative;
  display: block;
  padding: 15px 10px;
  font-weight: bold;
  color: #0c88d2;
}
.pcnav li a:hover {
  opacity: 1;
}
.pcnav li:first-child a::after {
  position: absolute;
  content: '';
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
  background-color: #e0e0e0;
}
.pcnav li a::after {
  position: absolute;
  content: '';
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #e0e0e0;
}
.pcnav li:hover::after,
#top .pcnav li:first-child::after,
#guide .pcnav li:first-child::after,
#abouts .pcnav li:first-child::after,
#news .pcnav li:first-child::after,
#contact .pcnav li:first-child::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 1000px) {
  .pcnav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .h_compare {
    padding-left: 0;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  display: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
}

/* /////////////////////////////
      side navi
///////////////////////////// */
.side {
  position: relative;
  width: 375px;
}
.side_pare {
}
.rec_ttl {
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #1e9cd7;
  background: -webkit-linear-gradient(to right, #1e9cd7, #1363a5, #010b59);
  background: linear-gradient(to right, #1e9cd7, #1363a5, #010b59);
  border: 1px solid #191c92;
}
.brd {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #191c92;
  margin-top: -1px;
}
.side_subttl {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #191c92;
}
.side_flx figure {
  width: 35%;
}
.side_flx p {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
}
.side_flx {
  margin-top: 10px;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

/* /////////////////////////////
      COMMON
///////////////////////////// */
#breadcrumb {
  padding: 10px 0;
  font-size: 12px;
}
#breadcrumb a {
  position: relative;
  padding-right: 20px;
  text-decoration: underline;
}
#breadcrumb a::after {
  position: absolute;
  content: '>';
  right: 5px;
}

footer {
  text-align: center;
  padding: 20px 0;
  background: #1e9cd7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #1e9cd7,
    #1363a5,
    #010b59
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #1e9cd7,
    #1363a5,
    #010b59
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
footer p a {
  color: #fff;
  text-decoration: underline;
}
/* /////////////////////////////
      TOP
///////////////////////////// */
#container {
  max-width: 1290px;
  width: 100%;
  margin: 20px auto 0;
}

main {
  padding: 0 20px;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main {
    display: block;
  }
  .side {
    margin: 0 auto 20px;
    width: 100%;
  }
  #container {
    padding-top: 0;
  }
}
