@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #333;
  font: 1.8rem/1.8 "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  margin-top: 0px !important;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 300px;
    font-size: 1.5rem;
  }
}
main {
  display: block;
}

p, div, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, address, pre, blockquote, span {
  font-size: 100%;
  line-height: inherit;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  text-align: left;
}

strong, em, b {
  font-weight: bold;
}

hr {
  border: none;
}

label, input, button, textarea, select {
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

svg {
  max-width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==================================================
    print
================================================== */
@media print {
  body {
    width: 1200px;
    transform: scale(0.9);
    transform-origin: 0 0;
    overflow-y: visible !important;
  }

  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
  }
  [data-no-print] {
    display: none !important;
  }
}
/* ==================================================
    layout
================================================== */
.ly_contBase {
  max-width: 100%;
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_wrapBase {
  max-width: 100%;
  width: 1230px;
  margin: 0 auto;
}

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

/* ==================================================
  slick
================================================== */
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  cursor: pointer;
}

.prev-arrow {
  left: -15px;
}

.next-arrow {
  right: -15px;
}

/* ==================================================
  header
================================================== */
.ly_header {
  height: 100px;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.ly_header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 410px;
  max-width: 100%;
  margin: 0 auto;
}
.ly_header_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  max-width: 300px;
  width: 48%;
}

@media screen and (max-width: 1199px) {
  .ly_header_logo {
    left: 30px;
    transform: translate(0, -50%);
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .ly_header {
    height: 60px;
  }
  .ly_header_logo {
    left: 15px;
  }
  .ly_header_btn {
    right: 15px;
    width: 30%;
    min-width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .ly_header_logo {
    max-width: 50%;
  }
}
/* ==================================================
  nav 
================================================== */
.ly_nav {
  background-color: #236eb4;
  font-weight: bold;
  width: 100%;
  height: 84px;
  display: block;
}
.ly_nav_list {
  display: flex;
}
.ly_nav_item {
  width: 14%;
  width: 14.2857142857%;
  text-align: center;
}
.ly_nav_item:first-of-type span {
  border-left: 1px solid #fff;
}
.ly_nav_item a {
  display: block;
  height: 84px;
  width: 100%;
  color: #fff;
  position: relative;
}
.ly_nav_item span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ly_nav_item span::after {
  content: "";
  border-right: 1px solid #fff;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatY(-50%);
  transform: translateY(-50%);
}

.ly_nav.js_nav_fixed {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 30;
}

@media screen and (max-width: 1100px) {
  .ly_nav_item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_nav {
    display: none;
    height: auto;
    background-color: #236eb4;
    font-weight: normal;
  }

  .ly_nav.js_nav_fixed {
    top: 20px;
    left: auto;
    right: 0;
    background-color: transparent;
    display: block;
    width: 60%;
  }

  .ly_smpHeader_nav {
    position: relative;
    padding: 5px;
  }

  .ly_nav_inner {
    display: none;
    background-color: RGBa(35, 110, 180, 0.8);
    padding: 60px 0px 150px 0px;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  .ly_nav_list {
    display: block;
  }
  .ly_nav_item {
    width: 100%;
  }
  .ly_nav_item:first-of-type span {
    border: none;
  }
  .ly_nav_item span {
    border: none;
  }
  .ly_nav_item span::after {
    border: none;
  }
  .ly_nav_item a {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
    height: 44px;
  }

  .ly_nav_list {
    display: block;
  }

  .js_nav_toggle {
    margin: 0 auto;
    background-color: RGBa(35, 110, 180, 0.8);
    z-index: 100;
    width: 50px;
    height: 70px;
    cursor: pointer;
  }
  .js_nav_toggle div {
    position: relative;
    margin: 0 auto 0 auto;
    width: 28px;
  }
  .js_nav_toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .js_nav_toggle span:nth-child(1) {
    top: 21px;
  }
  .js_nav_toggle span:nth-child(2) {
    top: 33px;
  }
  .js_nav_toggle span:nth-child(3) {
    top: 45px;
  }

  .ly_nav.js_nav_fixed .js_nav_toggle {
    float: right;
  }
  .ly_nav.js_nav_fixed .ly_smpHeader_nav {
    padding: 0;
  }

  .ly_smpHeader_nav.open .js_nav_toggle {
    background-color: transparent;
  }
  .ly_smpHeader_nav.open .js_nav_toggle span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .ly_smpHeader_nav.open .js_nav_toggle span:nth-child(2) {
    width: 0;
  }
  .ly_smpHeader_nav.open .js_nav_toggle span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  .js_navClose_wrap {
    cursor: pointer;
    border: #fff 1px solid;
    padding: 10px 12px;
    width: 194px;
    margin: 20px auto 0 auto;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js_navClose_wrap p {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    padding-top: 6px;
    color: #fff;
  }
}
/* ==================================================
  mainTheme
================================================== */
.un_mainTheme_section {
  background-color: #fffadc;
}
.un_mainTheme_visualWrap {
  background-color: #f2f2f2;
  padding-bottom: 22px;
}
.un_mainTheme_listWrap {
  background-color: #fff;
}
.un_mainTheme_hunt {
  background-color: #fff;
  padding-top: 80px;
}
.un_mainTheme_huntBox {
  background-color: #596254;
  padding: 70px 60px;
}
.un_mainTheme_huntTtl {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 7px solid #d37a00;
}
.un_mainTheme_ttlArea {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 10px 30px;
}
.un_mainTheme_vezelTtl {
  max-width: 555px;
  width: 50%;
  padding-right: 5%;
  line-height: 0;
}
.un_mainTheme_vezelLead {
  max-width: 450px;
  width: 50%;
  line-height: 0;
}
.un_mainTheme_inner {
  position: relative;
  overflow: visible;
}
.un_mainTheme_visual {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}
.un_mainTheme_visualInner {
  background-image: url(../img/maintheme/main-visual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  position: relative;
}
.un_mainTheme_vezelTxt {
  position: absolute;
  top: 40%;
  left: 5%;
  max-width: 371px;
  width: 25%;
}
.un_mainTheme_vezelTxt img {
  width: 100%;
}
.un_mainTheme_vezelBtnS {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.un_mainTheme_vezelBtnS a {
  display: block;
  width: 100%;
  height: 100%;
}
.un_mainTheme_vezelBtnS img.__activePc {
  display: block;
}
.un_mainTheme_vezelBtnS img.__activeSmp {
  display: none;
}
@media screen and (max-width: 1400px) {
  .un_mainTheme_vezelTxt {
    top: 35%;
    left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .un_mainTheme_visual::before {
    content: "";
    display: block;
    padding-top: 48%;
  }
  .un_mainTheme_visualInner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }
}
.un_mainTheme_box {
  margin: -5% auto 0;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  padding: 80px 50px 50px 50px;
  width: 1200px;
  max-width: 100%;
}
.un_mainTheme_listWrap {
  padding: 50px 0;
}
.un_mainTheme_list {
  display: flex;
}
.un_mainTheme_item {
  width: 48.5%;
}
.un_mainTheme_item:first-of-type {
  margin-right: 3%;
}
.un_mainTheme_item img {
  max-width: 580px;
  width: 100%;
  display: block;
  margin: 0 0 15px;
}
.un_mainTheme_itemTtl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.un_infectionControl {
  background-color: #6eb9e1;
  padding: 15% 0 90px 0;
  margin-top: -10%;
}
.un_infectionControl_inner {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
}
.un_infectionControl_ttl {
  text-align: center;
  margin-bottom: 20px;
}
.un_infectionControl_ttl.__ttl01 img {
  width: 496px;
}
.un_infectionControl_ttl.__ttl02 img {
  width: 602px;
}
.un_infectionControl_box {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  margin: 30px auto 60px;
  max-width: 800px;
  width: 100%;
}
.un_infectionControl_list {
  display: flex;
  flex-wrap: wrap;
}
.un_infectionControl_item {
  width: 23%;
  margin: 1%;
}
.un_infectionControl_machineImg {
  display: block;
  max-width: 100%;
  margin: 0 auto 55px;
}

@media screen and (max-width: 1230px) {
  .un_mainTheme_box {
    max-width: 94%;
  }
  .un_mainTheme_hunt {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .un_mainTheme_ttlArea {
    padding: 3.5% 10px 3%;
  }
  .un_mainTheme_inner {
    padding-bottom: 0px;
  }
  .un_mainTheme_box {
    padding: 50px 20px 30px 20px;
  }
  .un_mainTheme_ttl {
    top: -20px;
  }
  .un_mainTheme_visual::before {
    padding-top: 52%;
  }
  .un_mainTheme_vezelTxt {
    display: none;
  }
  .un_mainTheme_visualBtn {
    padding: 15px;
  }
  .un_mainTheme_vezelBtnS {
    max-width: 383px;
    min-width: 270px;
    width: 70%;
  }
  .un_mainTheme_vezelBtnS img.__activePc {
    display: none;
  }
  .un_mainTheme_vezelBtnS img.__activeSmp {
    display: block;
  }
  .un_mainTheme_listWrap {
    padding: 30px 0 50px;
  }
  .un_mainTheme_hunt {
    padding-top: 0;
  }
  .un_mainTheme_huntBox {
    padding: 40px 20px;
  }
  .un_mainTheme_huntTtl {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .un_infectionControl {
    padding: 80px 0 50px 0;
  }
  .un_infectionControl_inner {
    padding: 30px 20px;
  }
  .un_infectionControl_ttl {
    margin-bottom: 15px;
  }
  .un_infectionControl_box {
    margin: 20px 0 40px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 414px) {
  .un_infectionControl_item {
    width: 30%;
    margin: 1.5%;
  }
}
/* ==================================================
  vezel
================================================== */
.un_vezel_note {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
.un_vezel_ttl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.un_vezel_txt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
.un_vezel_btn {
  margin-bottom: 80px;
}
.un_vezel_btn a {
  display: block;
  max-width: 520px;
  width: 80%;
  margin: 0 auto;
}
.un_vezel_fixbtn {
  background-color: rgba(255, 255, 255, 0.8);
  height: 120px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
}
.un_vezel_fixbtn a {
  display: block;
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .un_vezel_btn {
    margin-bottom: 50px;
  }
  .un_vezel_note {
    font-size: 10px;
  }
  .un_vezel_txt {
    font-size: 1.3rem;
  }
  .un_vezel_ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .un_vezel_fixbtn {
    height: 90px;
  }
}
@media screen and (max-width: 414px) {
  .un_vezel_fixbtn {
    height: 60px;
  }
}

/* ==================================================
  vezel about
================================================== */
.un_aboutVezel_section {
  margin-bottom: 80px;
}
.un_aboutVezel_list {
  margin-top: 80px;
  display: flex;
}
.un_aboutVezel_item {
  width: 33%;
  padding: 0 15px;
  border-right: 1px #808080 solid;
  position: relative;
}
.un_aboutVezel_item:last-of-type {
  border-right: none;
}
.un_aboutVezel_ttl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 15px;
}
.un_aboutVezel_ttl.__first {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
.un_aboutVezel_txt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
.un_aboutVezel_txtDeco {
  background-color: #f2f2f2;
  padding: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 20px;
}
.un_aboutVezel_ehevLogo {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 115px;
}
.un_aboutVezel_imgWrap {
  margin-bottom: 15px;
}
.un_aboutVezel_energy dd:first-of-type {
  margin-bottom: 15px;
}
.un_aboutVezel_energyTtl {
  padding-bottom: 10px;
  border-bottom: 1px #333 solid;
}
.un_aboutVezel_energyNum {
  width: 220px;
  width: 70%;
  margin: 15px auto;
}
.un_aboutVezel_energyNote {
  border: 1px solid #333;
  padding: 6px 3px;
  text-align: center;
  line-height: 0;
}
.un_aboutVezel_energyNote img {
  width: 180px;
}
.un_aboutVezel_caption {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
.un_aboutVezel_typeWrap {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  border: #333 solid 1px;
  padding: 2px 3px;
}
@media screen and (max-width: 767px) {
  .un_aboutVezel_section {
    margin-bottom: 50px;
  }
  .un_aboutVezel_list {
    margin-top: 50px;
  }
  .un_aboutVezel_ehevLogo {
    top: 20px;
    width: 80px;
  }
  .un_aboutVezel_ttl.__first {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 600px) {
  .un_aboutVezel_list {
    display: block;
  }
  .un_aboutVezel_item {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px #333 solid;
  }
  .un_aboutVezel_item:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 490px) {
  .un_aboutVezel_item {
    width: 100%;
  }
}

/* ==================================================
  vezel detail / connect
================================================== */
.un_vezelDetail_section {
  background-color: #808080;
  padding: 80px 0;
  margin-bottom: 80px;
}
.un_vezelDetail_ttl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.un_vezelDetail_item {
  background-color: #fff;
  padding: 50px;
}
.un_vezelDetail_item:first-of-type {
  margin-bottom: 5%;
}
.un_vezelDetail_boxWrap {
  display: flex;
  width: 100%;
}
.un_vezelDetail_box:first-of-type {
  width: 30%;
  margin-right: 3%;
}
.un_vezelDetail_box:nth-of-type(2) {
  width: 67%;
}
.un_vezelDetail_box img {
  margin-bottom: 15px;
  width: 100%;
}
.un_vezelDetail_boxInner {
  display: flex;
  width: 100%;
}
.un_vezelDetail_caption {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  padding-right: 10px;
}
.un_vezelDetail_typeWrap {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border: #333 solid 1px;
  padding: 2px 3px;
}
.un_vezelDetail_mark::before {
  content: "";
  display: inline-block;
  background-image: url(../img/vezel/icon-qi.png);
  background-size: contain;
  width: 10px;
  height: 17px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .un_vezelDetail_section {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .un_vezelDetail_item {
    padding: 30px 20px;
  }
  .un_vezelDetail_boxWrap {
    display: block;
  }
  .un_vezelDetail_box:first-of-type {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .un_vezelDetail_box:first-of-type img {
    max-width: 353px;
    width: 100%;
  }
  .un_vezelDetail_box:nth-of-type(2) {
    width: 100%;
  }
  .un_vezelDetail_caption {
    font-size: 1rem;
  }
  .un_vezelDetail_typeWrap {
    display: inline-block;
    margin-top: 5px;
  }
}
@media screen and (max-width: 413px) {
  .un_vezelDetail_boxInner {
    flex-wrap: wrap;
  }
}

/* connect
---------------------------------------------------*/
.un_vezelDetail_connectTtl {
  max-width: 340px;
  width: 90%;
  margin: 0 auto 40px;
}

.un_vezelConnect_boxWrap {
  width: 100%;
}
.un_vezelConnect_box:first-of-type {
  margin-right: 2%;
}
.un_vezelConnect_box:first-of-type img {
  margin-bottom: 15px;
}
.un_vezelConnect_list {
  display: flex;
  flex-wrap: wrap;
}
.un_vezelConnect_item {
  width: 33.3333333333%;
  margin-bottom: 3%;
  /* &:nth-of-type(odd){
    margin-right: 3%;
  } */
}
.un_vezelConnect_ttlWrap {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.un_vezelConnect_ttl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.un_vezelConnect_ttl span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.2;
}
.un_vezelConnect_icon {
  padding-right: 10px;
  max-width: 63px;
}
.un_vezelConnect_alsok {
  padding-left: 10px;
}
.un_vezelConnect_btn {
  display: block;
  max-width: 520px;
  width: 90%;
  margin: 0 auto;
  background-color: #4c4948;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 15px;
}
.un_vezelConnect_btn.__activePc {
  display: block;
}
.un_vezelConnect_btn.__activeSmp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .un_vezelConnect_list {
    display: block;
  }
  .un_vezelConnect_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .un_vezelConnect_item:nth-of-type(odd) {
    margin-right: 0;
  }
  .un_vezelConnect_btn.__activePc {
    display: none !important;
  }
  .un_vezelConnect_btn.__activeSmp {
    display: block !important;
  }
}
@media screen and (max-width: 414px) {
  .un_vezelConnect_boxWrap {
    display: block;
  }
  .un_vezelConnect_box:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  .un_vezelConnect_box:nth-of-type(2) {
    width: 100%;
  }
}

/* ==================================================
  Line up
================================================== */
.un_vezelLineup_section {
  margin-bottom: 80px;
}
.un_vezelLineup_mainTtl {
  width: 80%;
  margin: 0 auto 3%;
  font-size: 5rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #666;
}
.un_vezelLineup_mainTtl::before, .un_vezelLineup_mainTtl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgb(153, 153, 153);
}
.un_vezelLineup_mainTtl::before {
  margin-right: 30px;
}
.un_vezelLineup_mainTtl::after {
  margin-left: 30px;
}
.un_vezelLineup_list {
  display: flex;
  flex-wrap: wrap;
}
.un_vezelLineup_item {
  width: 49%;
  background-color: #dbdcdc;
  padding: 40px 30px;
  margin-bottom: 2%;
}
.un_vezelLineup_item:nth-of-type(odd) {
  margin-right: 2%;
}
.un_vezelLineup_item.__g {
  background-color: #fff;
  padding: 0;
}
.un_vezelLineup_box.__g {
  background-color: #dbdcdc;
  padding: 40px 30px;
  margin-bottom: 20px;
}
.un_vezelLineup_ttlTable {
  width: 100%;
  margin-bottom: 20px;
  /* table-layout: fixed; */
}
.un_vezelLineup_ttlTable.__g {
  margin-bottom: 40px;
}
.un_vezelLineup_ttl {
  padding-right: 10px;
  max-width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.un_vezelLineup_ttl img {
  width: 100%;
}
.un_vezelLineup_ttl.__play {
  width: 228px;
}
.un_vezelLineup_ttl.__z {
  width: 115px;
}
.un_vezelLineup_ttl.__x {
  width: 140px;
}
.un_vezelLineup_ttl.__g {
  width: 135px;
}
.un_vezelLineup_img {
  display: block;
  margin-bottom: 15px;
}
.un_vezelLineup_subTtl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 5px;
  line-height: 1;
  margin-bottom: 15px;
}
.un_vezelLineup_priceTable.__border {
  border-bottom: #808080 solid 1px;
}
.un_vezelLineup_priceDetail {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 10px 10px 0;
}
.un_vezelLineup_type {
  font-size: 1.6rem;
  font-weight: bold;
}
.un_vezelLineup_price {
  font-size: 2.4rem;
  font-weight: bold;
}
.un_vezelLineup_yen {
  font-size: 1.8rem;
  font-weight: bold;
}
.un_vezelLineup_asterisk {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e10014;
}
.un_vezelLineup_priceWrap {
  width: 225px;
  padding: 10px 0;
}
.un_vezelLineup_typeWrap {
  background-color: #808080;
  font-size: 1.2rem;
  padding: 3px 10px;
  color: #fff;
}
.un_vezelLineup_note {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e10014;
  line-height: 1.8;
}
@media screen and (max-width: 1199px) {
  .un_vezelLineup_ttlTable tr {
    vertical-align: top;
  }
  .un_vezelLineup_ttl {
    padding-top: 15px;
  }
}
@media screen and (max-width: 880px) {
  .un_vezelLineup_ttlTable td {
    display: block;
  }
  .un_vezelLineup_ttl {
    padding-bottom: 15px;
  }
  .un_vezelLineup_priceTable td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .un_vezelLineup_section {
    margin-bottom: 50px;
  }
  .un_vezelLineup_mainTtl {
    width: 100%;
    font-size: 3rem;
  }
  .un_vezelLineup_item {
    padding: 20px;
  }
  .un_vezelLineup_priceDetail {
    font-size: 1.3rem;
    padding: 10px 0;
  }
  .un_vezelLineup_type {
    font-size: 1.4rem;
  }
  .un_vezelLineup_price {
    font-size: 2rem;
  }
  .un_vezelLineup_yen {
    font-size: 1.6rem;
  }
  .un_vezelLineup_asterisk {
    font-size: 1.3rem;
  }
  .un_vezelLineup_priceWrap {
    width: 100%;
    padding: 10px 0;
  }
  .un_vezelLineup_typeWrap {
    font-size: 1rem;
  }
  .un_vezelLineup_note {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 499px) {
  .un_vezelLineup_list {
    display: block;
  }
  .un_vezelLineup_item {
    width: 100%;
  }
}

/* ==================================================
  vezel color
================================================== */
.un_vezelColor_section {
  margin-bottom: 80px;
}
.un_vezelColor_mainTtl {
  width: 80%;
  margin: 0 auto 50px;
  font-size: 5rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #666;
}
.un_vezelColor_mainTtl::before, .un_vezelColor_mainTtl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgb(153, 153, 153);
}
.un_vezelColor_mainTtl::before {
  margin-right: 30px;
}
.un_vezelColor_mainTtl::after {
  margin-left: 30px;
}
.un_vezelColor_subTtl {
  text-align: center;
  margin-bottom: 50px;
}
.un_vezelColor_subTtl.__gxz img {
  width: 347px;
}
.un_vezelColor_subTtl.__play {
  font-weight: bold;
}
.un_vezelColor_subTtl.__play img {
  width: 200px;
}
.un_vezelColor_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.un_vezelColor_item {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  margin-bottom: 5%;
}
.un_vezelColor_item:nth-of-type(3n) {
  margin-right: 0;
}
.un_vezelColor_caption {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
.un_vezelColor_graph {
  text-align: center;
  margin-top: 15px;
}
.un_vezelColor_note {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin-right: 15px;
}
.un_vezelColor_noteAdd {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  background-color: #333;
  color: #fff;
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .un_vezelColor_section {
    margin-bottom: 50px;
  }
  .un_vezelColor_mainTtl {
    width: 100%;
    font-size: 3rem;
  }
  .un_vezelColor_subTtl {
    width: 80%;
    margin: 0 auto 30px;
  }
  .un_vezelColor_list {
    display: block;
  }
  .un_vezelColor_item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(191, 191, 191);
    padding-bottom: 30px;
  }
  .un_vezelColor_noteAdd {
    display: block;
    font-size: 1rem;
  }
}

/* ==================================================
  vezel safe
================================================== */
.un_vezelSafe_section {
  margin-bottom: 80px;
}
.un_vezelSafe_sectionInner {
  background-color: #f2f2f2;
  padding: 80px 0;
}
.un_vezelSafe_ttl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
.un_vezelSafe_ttl.__left {
  text-align: left;
}
.un_vezelSafe_boxWrap {
  display: flex;
  width: 100%;
}
.un_vezelSafe_box:first-of-type {
  width: 66%;
  margin-right: 2%;
}
.un_vezelSafe_box:nth-of-type(2) {
  width: 32%;
  border-left: 1px solid #808080;
  padding-left: 2%;
}
.un_vezelSafe_box:nth-of-type(2) img {
  margin-bottom: 15px;
}
.un_vezelSafe_table td {
  padding: 15px;
}
.un_vezelSafe_table td img {
  margin-bottom: 10px;
}
.un_vezelSafe_table.__first {
  border-bottom: 1px solid #808080;
  table-layout: fixed;
}
.un_vezelSafe_table.__first td:first-of-type {
  width: 450px;
}
.un_vezelSafe_table.__second {
  table-layout: fixed;
}
.un_vezelSafe_table.__second td:first-of-type {
  width: 260px;
}
@media screen and (max-width: 1199px) {
  .un_vezelSafe_table.__first td:first-of-type {
    width: 50%;
  }
  .un_vezelSafe_table.__second td:first-of-type {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .un_vezelSafe_section {
    margin-bottom: 50px;
  }
  .un_vezelSafe_sectionInner {
    padding: 50px 0;
  }
  .un_vezelSafe_boxWrap {
    display: block;
  }
  .un_vezelSafe_box:first-of-type {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .un_vezelSafe_box:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .un_vezelSafe_box:nth-of-type(2) img {
    display: block;
    max-width: 330px;
    width: 100%;
    margin: 0 auto 15px;
  }
  .un_vezelSafe_table.__second {
    border-bottom: 1px solid #808080;
  }
}
@media screen and (max-width: 767px) and (max-width: 499px) {
  .un_vezelSafe_ttl {
    font-size: 2rem;
  }
  .un_vezelSafe_table td {
    display: block;
  }
  .un_vezelSafe_table.__first td:first-of-type {
    width: 100%;
  }
  .un_vezelSafe_table.__second {
    border-bottom: 1px solid #808080;
  }
  .un_vezelSafe_table.__second td:first-of-type {
    width: 100%;
    text-align: center;
  }
}

/* ==================================================
  vezel sensing
================================================== */
.un_vezelSensing_section {
  margin-bottom: 80px;
}
.un_vezelSensing_ttl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
.un_vezelSensing_icon {
  width: 150px;
}
.un_vezelSensing_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.un_vezelSensing_item {
  width: 24%;
  text-align: center;
  margin-bottom: 1%;
  margin-right: 1.3333333333%;
}
.un_vezelSensing_item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .un_vezelSensing_section {
    margin-bottom: 50px;
  }
  .un_vezelSensing_ttl {
    font-size: 2rem;
  }
  .un_vezelSensing_item {
    width: 48.5%;
    margin-right: 3%;
  }
  .un_vezelSensing_item:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* ==================================================
  vezel footer
================================================== */
.un_vezelFooter_section {
  margin-bottom: 80px;
}
.un_vezelFooter_visualWrap {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}
.un_vezelFooter_visual {
  background-image: url(../img/vezel/img-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  position: relative;
}
.un_vezelFooter_msg {
  width: 600px;
  position: absolute;
  top: 80px;
  left: 80px;
}
@media screen and (max-width: 1199px) {
  .un_vezelFooter_section {
    margin-bottom: 50px;
  }
  .un_vezelFooter_visualWrap::before {
    content: "";
    display: block;
    padding-top: 56%;
  }
  .un_vezelFooter_visual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .un_vezelFooter_msg {
    top: 10%;
    left: 5%;
    max-width: 500px;
    width: 70%;
  }
}

/* ==================================================
  immediately（即納車）
================================================== */
.un_immediately_section {
  padding: 90px 0;
}
.un_immediately_ttl {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 40px;
}
.un_immediately_ttl img {
  width: 891px;
}
.un_immediately_list {
  margin-top: 50px;
}
.un_immediately_item img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .un_immediately_section {
    padding: 40px 0;
  }
  .un_immediately_ttl {
    margin-bottom: 30px;
  }
  .un_immediately_list {
    margin-top: 30px;
  }
}

/* ==================================================
  visit
================================================== */
.un_visit_section {
  background-color: #5ab9b4;
  padding: 70px 0;
}
.un_visit_ttlBlock {
  margin-bottom: 50px;
}
.un_visit_ttl {
  text-align: center;
}
.un_visit_list {
  display: flex;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1020px;
}
.un_visit_item {
  width: 23%;
  margin: 0 1%;
}
.un_visit_txt {
  text-align: center;
  font-weight: bold;
  color: #ffd700;
}
@media screen and (max-width: 767px) {
  .un_visit_section {
    padding: 50px 0;
  }
  .un_visit_ttlBlock {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .un_visit_list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .un_visit_item {
    width: 48%;
    margin-bottom: 2%;
  }
}

/* ==================================================
  show room
================================================== */
#un_showRoom_section {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #un_showRoom_section {
    margin-top: 0;
    padding-top: 0;
  }
}
.un_showRoom_sectionInner {
  background-color: #fffadc;
  background-image: url(../img/showroom/bg_showroom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 90px;
}
.un_showRoom_container {
  position: relative;
  padding: 100px 15px 90px;
}
.un_showRoom_ttl {
  text-align: center;
  margin-bottom: 60px;
}
.un_showRoom_ttl img {
  width: 613px;
}
.un_showRoom_message {
  position: absolute;
  top: 90px;
  right: 30px;
  width: 20%;
  max-width: 256px;
}
@media screen and (max-width: 1150px) {
  .un_showRoom_message {
    top: 30px;
    min-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .un_showRoom_message {
    top: 0px;
    right: 0;
  }
}
.un_showRoom_listWrap {
  padding: 6%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
}
.un_showRoom_list {
  display: flex;
  flex-wrap: wrap;
}
.un_showRoom_item {
  width: 22%;
  margin: 0 1.5% 4%;
  text-align: center;
}
.un_showRoom_item.__btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #1a1a1a;
  position: relative;
}
.un_showRoom_itemInner.__btn {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 30px;
}
.un_showRoom_btnTxt {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  position: relative;
}
.un_showRoom_btnTxt::after {
  content: url(../img/showroom/arrow-vezel.png);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 22px;
}
.un_showRoom_name {
  font-weight: bold;
  font-size: 16px;
}
.un_showRoom_name.__ttl2row {
  line-height: 1.4em;
  padding: 0.15em;
}
.un_showRoom_name_minTxt {
  font-size: 15px;
  display: inline-block;
}
.un_showRoom_address {
  font-size: 1.32rem;
  text-align: left;
}
.un_showRoom_tel {
  font-size: 1.32rem;
  text-align: left;
}
.un_showRoom_shopBtn a {
  color: #fff;
  background-color: #236eb4;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}
.un_showRoom_item.__event {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.un_showRoom_eventBtn {
  font-weight: bold;
  background-color: #c00001;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.un_showRoom_eventBtn a {
  color: #fff;
  display: block;
}
.un_showRoom_eventBnr {
  flex-grow: 1;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.un_showRoom_carBtn a {
  border: #236eb4 solid 1px;
  color: #236eb4;
  display: block;
  padding: 10px;
  position: relative;
}
.un_showRoom_carBtn a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .un_showRoom_eventBtn {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .un_showRoom_sectionInner {
    padding-bottom: 50px;
  }
  .un_showRoom_ttl {
    margin-bottom: 30px;
  }
  .un_showRoom_item {
    width: 47%;
    margin: 0 1.5% 4%;
    text-align: left;
  }
  .un_showRoom_shopBtn {
    text-align: center;
  }
  .un_showRoom_carBtn {
    text-align: center;
  }
  .un_showRoom_listWrap {
    padding: 6% 3%;
  }
  .un_showRoom_container {
    padding-bottom: 30px;
  }
  .un_showRoom_address {
    font-size: 1.3rem;
  }
  .un_showRoom_tel {
    font-size: 1.3rem;
  }
  .un_showRoom_name {
    font-size: 14px;
  }
  .un_showRoom_name_minTxt {
    font-size: 14px;
  }
}

/* ==================================================
  welcome box
================================================== */
.un_welcome_txt {
  text-align: center;
  margin-bottom: 40px;
}
.un_welcome_txt img {
  width: 755px;
}
.un_welcome_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  width: 610px;
  max-width: 94%;
  margin: 0 auto 20px auto;
  background-color: #23aa37;
  border-radius: 20px;
  border: #fff solid 5px;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
.un_welcome_linkIcon {
  max-width: 74px;
  width: 12%;
  margin-right: 3%;
  vertical-align: middle;
}
.un_welcome_linkTxt {
  max-width: 335px;
  width: 85%;
  vertical-align: middle;
}
.un_welcome_messageWrap {
  background-color: #fffadc;
  padding-top: 400px;
}
@media screen and (max-width: 1150px) {
  .un_welcome_messageWrap {
    padding-top: 30vw;
  }
}
@media screen and (max-width: 1050px) {
  .un_welcome_messageWrap {
    padding-top: 28vw;
  }
}
@media screen and (max-width: 900px) {
  .un_welcome_messageWrap {
    padding-top: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .un_welcome_messageWrap {
    padding-top: 200px;
  }
}
@media screen and (max-width: 605px) {
  .un_welcome_messageWrap {
    padding-top: 200px;
  }
}
@media screen and (max-width: 400px) {
  .un_welcome_messageWrap {
    padding-top: 150px;
  }
}
.un_welcome_message {
  background-color: #6eb9e1;
  background-image: url(../img/welcome/bg_welcome.png);
  position: relative;
  min-height: 900px;
}
@media screen and (max-width: 1050px) {
  .un_welcome_message {
    min-height: 800px;
  }
}
@media screen and (max-width: 900px) {
  .un_welcome_message {
    min-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .un_welcome_message {
    min-height: 80vw;
  }
}
@media screen and (max-width: 605px) {
  .un_welcome_message {
    min-height: 70vw;
  }
}
@media screen and (max-width: 400px) {
  .un_welcome_message {
    min-height: 70vw;
  }
}
.un_welcome_img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1155px;
  margin: 0 auto;
  padding: 0 5px;
}
.un_welcome_vezel {
  display: block;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 20px auto;
}
.un_welcome_vezel img {
  width: 100%;
}
.un_welcome_vezel img.__activePc {
  display: block;
}
.un_welcome_vezel img.__activeSmp {
  display: none;
}
@media screen and (max-width: 767px) {
  .un_welcome_txt {
    margin-bottom: 15px;
  }
  .un_welcome_vezel {
    max-width: 500px;
    width: 70%;
  }
  .un_welcome_vezel img.__activePc {
    display: none;
  }
  .un_welcome_vezel img.__activeSmp {
    display: block;
  }
}

/* ==================================================
  line up
================================================== */
#un_lineup_section {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #un_lineup_section {
    margin-top: 0;
    padding-top: 0;
  }
}
.un_lineup_sectionInner {
  padding: 100px 0;
}
.un_lineup_ttlOver {
  text-align: center;
  margin-bottom: 30px;
}
.un_lineup_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.un_lineup_ttl img {
  width: 866px;
}
.un_lineup_ttlUnder {
  text-align: center;
  margin-bottom: 60px;
}
.un_lineup_list {
  display: flex;
  flex-wrap: wrap;
}
.un_lineup_item {
  width: 48%;
  margin-bottom: 4%;
  border: #42b0bd solid 3px;
  border-radius: 20px;
  padding: 25px;
}
.un_lineup_item:nth-of-type(2n) {
  margin-left: 4%;
}
.un_lineup_rate {
  float: right;
  text-align: right;
  width: 60%;
  max-width: 230px;
  padding-left: 10px;
}
.un_lineup_logo {
  float: left;
  width: 40%;
  min-height: 80px;
}
.un_lineup_logo.__nwgn {
  max-width: 78px;
}
.un_lineup_logo.__none {
  max-width: 68px;
}
.un_lineup_logo.__nbox {
  width: 85px;
}
.un_lineup_mainVisual {
  width: 100%;
  clear: both;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.un_lineup_img {
  width: 70%;
}
.un_lineup_img.__nWgn {
  max-width: 362px;
}
.un_lineup_img.__none {
  max-width: 357px;
}
.un_lineup_img.__nbox {
  max-width: 346px;
}
.un_lineup_img.__fit {
  max-width: 366px;
}
.un_lineup_img.__freed {
  max-width: 358px;
}
.un_lineup_img.__stepwgn {
  max-width: 360px;
}
.un_lineup_img.__vezel {
  max-width: 371px;
}
.un_lineup_img.__odyssey {
  max-width: 372px;
}
.un_lineup_amount {
  width: 30%;
  padding-bottom: 15px;
}
.un_lineup_amount.__nWgn {
  max-width: 153px;
}
.un_lineup_amount.__none {
  max-width: 153px;
}
.un_lineup_amount.__nbox {
  max-width: 153px;
}
.un_lineup_amount.__fit {
  max-width: 145px;
}
.un_lineup_amount.__freed {
  max-width: 154px;
}
.un_lineup_amount.__stepwgn {
  max-width: 146px;
}
.un_lineup_amount.__vezel {
  max-width: 154x;
}
.un_lineup_amount.__odyssey {
  max-width: 136px;
}
.un_lineup_detail {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.un_lineup_aboutName {
  background-color: #236eaf;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.un_lineup_aboutPrice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.un_lineup_aboutPriceTxt {
  max-width: 268px;
  width: 55%;
  padding-right: 10px;
}
.un_lineup_aboutPriceMonthly {
  max-width: 188px;
  width: 45%;
}
.un_lineup_sampleTable {
  width: 100%;
}
.un_lineup_sampleTable tr {
  border-top: 1px solid #b0b0b1;
}
.un_lineup_sampleTable tr.__dashed {
  border-top: 1px dashed #b0b0b1;
}
.un_lineup_sampleTable th, .un_lineup_sampleTable td {
  padding: 1px;
  font-weight: normal;
  font-size: 1.5rem;
}
.un_lineup_hokan {
  text-align: center;
  margin-bottom: 70px;
}
.un_lineup_hokan img {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .un_lineup_sectionInner {
    padding: 40px 0;
  }
  .un_lineup_ttlOver {
    margin-bottom: 10px;
  }
  .un_lineup_ttl {
    margin-bottom: 10px;
  }
  .un_lineup_ttlUnder {
    margin-bottom: 30px;
  }
  .un_lineup_list {
    display: block;
  }
  .un_lineup_item {
    width: 100%;
  }
  .un_lineup_item:nth-of-type(2n) {
    margin-left: 0;
  }
  .un_lineup_logo {
    min-height: auto;
  }
  .un_lineup_detail {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .un_lineup_sampleTable th, .un_lineup_sampleTable td {
    font-size: 1.3rem;
  }
  .un_lineup_hokan {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .un_lineup_item {
    padding: 15px;
  }
  .un_lineup_rateTxt {
    font-size: 1rem;
  }
  .un_lineup_rateTxtL {
    font-size: 3rem;
  }
  .un_lineup_rateTxtM {
    font-size: 1.1rem;
  }
}
/* ==================================================
  残クレ
================================================== */
.un_zankure_sectionInner {
  background-color: #ebf3fa;
  padding: 75px 0;
}
.un_zankure_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.un_zankure_ttl img {
  width: 707px;
}
.un_zankure_focus {
  max-width: 740px;
  width: 100%;
  margin: 0 auto 50px auto;
  border: 3px solid #333;
  background-color: #fff;
  padding: 2%;
}
.un_zankure_focusImg.__first {
  margin: 2% 0 4%;
}
.un_zankure_focusImg.__second {
  margin-bottom: 3%;
}
.un_zankure_focusImg.__third {
  margin-bottom: 1.5%;
}
.un_zankure_focusImg.__fourth {
  margin-bottom: 2%;
}
.un_zankure_about {
  max-width: 624px;
  width: 100%;
  padding: 2%;
  background-color: #fff;
}
.un_zankure_about.__first {
  margin: 0 auto;
  border: 3px solid #008cd6;
}
.un_zankure_about.__second {
  margin: 0 auto 3%;
  border-left: 3px solid #008cd6;
  border-right: 3px solid #008cd6;
  border-bottom: 3px solid #008cd6;
}
.un_zankure_aboutImg.__first {
  width: 95%;
  margin: 0 auto;
}
.un_zankure_aboutImg.__second {
  margin-bottom: 1.5%;
}
.un_zankure_aboutImg.__third {
  margin-bottom: 2%;
}
.un_zankure_box {
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 0;
  padding: 50px;
}
.un_zankure_sampleTtl {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  color: #001e3c;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.un_zankure_boxInner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .un_zankure_sectionInner {
    padding: 50px 0;
  }
  .un_zankure_ttl {
    margin-bottom: 30px;
  }
  .un_zankure_focus {
    margin: 0 auto 30px auto;
    padding: 3%;
  }
  .un_zankure_about {
    padding: 3%;
  }
  .un_zankure_aboutImg.__first {
    padding: 20px 0;
  }
  .un_zankure_box {
    padding: 30px 10px;
    margin: 50px auto 0;
  }
  .un_zankure_boxInner {
    display: block;
  }
}
/* ==================================================
  voice
================================================== */
#un_voice_section {
  margin-top: -184px;
  padding-top: 184px;
}

@media screen and (max-width: 767px) {
  #un_voice_section {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.un_voice_sectionInner {
  background-color: #fffadc;
  background-image: url(../img/voice/bg-voice.png);
  background-repeat: no-repeat;
  padding: 90px 0;
  position: relative;
  z-index: -3;
}
.un_voice_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.un_voice_ttl img {
  width: 357px;
}
.un_voice_wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 4% 5%;
  -webkit-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  margin-bottom: 20px;
  position: relative;
}
.un_voice_item {
  border-bottom: rgb(186, 186, 186) dashed 1px;
  padding: 30px 0;
  display: flex;
  width: 100%;
}
.un_voice_item:last-of-type {
  border-bottom: none;
}
.un_voice_img {
  width: 420px;
  max-width: 39.7%;
}
.un_voice_txt {
  width: 60.3%;
  padding: 30px 0 0 10px;
}
.un_voice_shop {
  font-weight: bold;
  color: #236eaf;
}
@media screen and (max-width: 767px) {
  .un_voice_sectionInner {
    padding: 50px 0;
    z-index: 0;
  }
  .un_voice_wrap {
    padding: 4% 5% 8%;
  }
  .un_voice_ttl {
    margin-bottom: 30px;
  }
  .un_voice_item {
    display: block;
    border-bottom: none;
    padding: 0 20px;
  }
  .un_voice_img {
    max-width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
  .un_voice_txt {
    width: 100%;
    padding: 0 0 0 10px;
  }
}

.un_voiceQa_wrap {
  overflow: hidden;
}

.un_voiceQa_bg {
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: 50px;
  background-color: #5ab9b4;
  z-index: -2;
}

.un_voiceQa_bgSmp {
  display: none;
}

@media screen and (max-width: 912px) {
  .un_voiceQa_bg {
    width: 600px;
    height: 600px;
    bottom: -450px;
  }
}
@media screen and (max-width: 767px) {
  .un_voiceQa_bg {
    display: none;
  }

  .un_voiceQa_bgSmp {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    left: -50px;
    background-color: #5ab9b4;
    width: 600px;
    height: 600px;
    z-index: -100;
  }
}
/* ==================================================
  Q&A
================================================== */
#un_qa_section {
  margin-top: -184px;
  padding-top: 184px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  #un_qa_section {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.un_qa_sectionInner {
  padding: 100px 0 70px 0;
  position: relative;
}
.un_qa_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.un_qa_ttl img {
  width: 357px;
}
.un_qa_item {
  margin-bottom: 30px;
}
.un_qa_question {
  border: 3px solid #333;
  border-radius: 10px;
  padding: 25px 55px 25px 25px;
  background-color: #fffadc;
  position: relative;
  font-weight: bold;
}
.un_qa_question span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  background-image: url(../img/qa/icon-plus.svg);
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.un_qa_question._is_open span {
  background-image: url(../img/qa/icon-minus.svg);
}
.un_qa_number {
  width: 54px;
  margin-right: 20px;
}
.un_qa_answer {
  border-width: 0px 3px 3px 3px;
  border-style: solid;
  border-color: #333;
  border-radius: 10px;
  padding: 25px 40px 25px 25px;
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 767px) {
  .un_qa_sectionInner {
    padding: 50px 0;
  }
  .un_qa_question {
    padding: 15px 55px 15px 15px;
  }
}

/* ==================================================
  お問い合わせフォームタブ
================================================== */
.un_tab_list {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.un_tab {
  width: 370px;
  cursor: pointer;
}
.un_tab:first-of-type {
  margin-right: 5%;
}
.un_tab img {
  display: block;
  height: 100%;
}
.un_tabCont {
  background: linear-gradient(180deg, #fff 0%, #fff 2.5%, #eaeaea 2.5%, #eaeaea 100%);
  margin-top: 50px;
  padding-top: 150px;
  display: none;
}
.un_tabCont._is_show {
  display: block;
}
.un_tabCont.__catalog {
  background: linear-gradient(180deg, #fff 0%, #fff 1.5%, #eaeaea 1.5%, #eaeaea 100%);
}
@media screen and (max-width: 767px) {
  .un_tabCont {
    padding-top: 100px;
  }
}
@media screen and (max-width: 414px) {
  .un_tabCont {
    padding-top: 50px;
    background: linear-gradient(180deg, #fff 0%, #fff 1.5%, #eaeaea 1.5%, #eaeaea 100%);
  }
  .un_tabCont.__catalog {
    background: linear-gradient(180deg, #fff 0%, #fff 1%, #eaeaea 1%, #eaeaea 100%);
  }
}

/* ==================================================
  フォーム
================================================== */
#un_form_section {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #un_form_section {
    margin-top: 0;
    padding-top: 0;
  }
}
.un_form {
  width: 100%;
  margin-bottom: 30px;
}
.un_form_sectionInner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 90px 0 0;
}
.un_form_ttlBlock {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -10;
  max-width: 970px;
  margin: 0 auto 70px;
}
.un_form_ttlBlock h3 {
  width: 500px;
  margin-left: 20px;
}
.un_form_container {
  background-color: #eaeaea;
  position: relative;
  z-index: -1;
  padding-bottom: 100px;
}
.un_form_policyTtl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.un_form_policyWrap {
  border: 1px solid #d7d7d7;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px auto;
}
.un_form_policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  background-color: #fff;
  border: #f1f1f1 solid 10px;
  padding: 30px;
}
.un_form_inputItem {
  width: 30%;
  min-width: 229px;
  vertical-align: top;
  padding: 15px 15px 15px 70px;
}
.un_form_inputItem.__required {
  position: relative;
}
.un_form_inputItem.__required::before {
  content: "必須";
  background-color: #f13749;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}
.un_form td {
  width: 70%;
}
.un_form_selectBox {
  margin-bottom: 30px;
}
.un_form_selectBox select {
  width: 100%;
  padding: 15px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0px !important;
}
.un_form_selectBox select::-ms-expand {
  display: none;
}
.un_form_checkbox_wrap {
  padding-bottom: 30px;
}
.un_form_checkbox {
  width: 100%;
  padding: 10px 30px;
  border-width: 0px !important;
}
.un_form_checkbox p {
  font-weight: bold;
}
.un_form_carType label {
  display: inline-block;
  padding-right: 20px;
}
.un_form_inputArea_wrap {
  padding-bottom: 30px;
}
.un_form_inputArea {
  width: 100%;
  padding: 15px 30px;
  border-width: 0px !important;
}
.un_form_inputArea.__postcode {
  width: 50%;
}
.un_form_txtArea {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-width: 0px !important;
}
.un_form_sendBtn {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #24aa37;
  text-align: center;
  border: #fff solid 3px;
  border-radius: 10px;
  box-shadow: 0 0 8px #999;
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  margin: 0px auto 30px;
}
.un_form_returnBtn {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #f0394a;
  text-align: center;
  border: #fff solid 3px;
  border-radius: 10px;
  box-shadow: 0 0 8px #999;
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  margin: 0 15px 30px 0;
}
.un_form_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.un_form_btns button {
  margin: 0 10px 30px 10px !important;
}
.un_form_thanksTtl {
  text-align: center;
  font-weight: bold;
  color: #236eaf;
  font-size: 2rem;
  margin-bottom: 20px;
}
.un_form_thanksTxt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.un_form_errorTxt {
  color: #f13749;
  padding-top: 5px;
}
.un_form_info {
  padding: 10px;
  border: #24aa37 solid 5px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.un_form_sendBtn.__catalog {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #24aa37;
  text-align: center;
  border: #fff solid 3px;
  border-radius: 10px;
  box-shadow: 0 0 8px #999;
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  margin: 0px auto 30px;
}
.un_form_returnBtn.__catalog {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #f0394a;
  text-align: center;
  border: #fff solid 3px;
  border-radius: 10px;
  box-shadow: 0 0 8px #999;
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  margin: 0 15px 30px 0;
}

@media screen and (max-width: 767px) {
  .un_form {
    margin-bottom: 30px;
  }
  .un_form_sectionInner {
    padding: 50px 0 0;
  }
  .un_form_container {
    padding-bottom: 10px;
  }
  .un_form_ttlBlock {
    margin: 0 auto 20px;
  }
  .un_form td {
    display: block;
    width: 100%;
  }
  .un_form_inputItem {
    display: block;
    width: 100%;
    padding: 15px 15px 20px 60px;
  }
  .un_form_inputItem.__required::before {
    left: 0;
  }
  .un_form_inputItem.__confirm {
    padding: 15px 0;
  }
  .un_form_checkbox {
    padding: 0 0 15px 0;
  }
  .un_form_checkbox label {
    font-size: 1.26rem;
    padding-right: 10px;
  }
  .un_form_checkbox p {
    font-weight: bold;
  }
  .un_form_inputArea.__postcode {
    width: 100%;
  }
  .un_form_returnBtn, .un_form_sendBtn {
    padding: 10px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .un_form_info {
    line-height: 1.5;
    text-align: left;
  }

  .un_form_returnBtn.__catalog, .un_form_sendBtn.__catalog {
    padding: 10px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .un_form_thanksTtl {
    text-align: center;
    font-size: 1.8rem;
  }
  .un_form_thanksTxt {
    text-align: left;
    font-size: 1.4rem;
  }
}
/* ==================================================
  show room 02
================================================== */
.un_showRoom02_section {
  background-color: #000;
  padding-top: 90px;
}
.un_showRoom02_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.un_showRoom02_ttl img {
  width: 316px;
  padding: 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .un_showRoom02_section {
    padding-top: 50px;
  }
}

/* ==================================================
  copyright
================================================== */
.un_copyright {
  background-color: #000;
  text-align: center;
  padding: 30px 15px;
}
.un_copyright small {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .un_copyright small {
    font-size: 1.1rem;
  }
}

.ly_footer {
  padding: 30px 0;
  margin-bottom: 120px;
}
.ly_footer_logo {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
.ly_footer_logo img {
  width: 316px;
}
@media screen and (max-width: 600px) {
  .ly_footer {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 414px) {
  .ly_footer {
    margin-bottom: 60px;
  }
}

.ly_gotop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 90;
  background: rgba(0, 140, 214, 0.8);
}
.ly_gotop a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 920px) {
  .ly_gotop {
    bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .ly_gotop {
    width: 60px;
    height: 60px;
  }
  .ly_gotop a {
    line-height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .ly_gotop {
    bottom: 100px;
  }
}
@media screen and (max-width: 414px) {
  .ly_gotop {
    bottom: 70px;
  }
}

/* ==================================================
  helper
================================================== */
.hp_alignCenter {
  text-align: center;
}

.hp_alignCenter-Left {
  text-align: center;
}

.hp_fontWh {
  color: #fff;
}

.hp_fontYellow {
  color: #ffd700;
}

.hp_fontBold {
  font-weight: bold;
}

.hp_mb30 {
  margin-bottom: 30px;
}

.hp_mb20 {
  margin-bottom: 20px;
}

.hp_mb15 {
  margin-bottom: 15px;
}

.hp_mb10 {
  margin-bottom: 10px;
}

.hp_mb0 {
  margin-bottom: 0 !important;
}

.hp_mb40-20 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hp_mb40-20 {
    margin-bottom: 20px;
  }
}

br.hp_activePc {
  display: block;
}

br.hp_activeSmp {
  display: none;
}

br.hp_activeOver1199 {
  display: block;
}

@media screen and (max-width: 1199px) {
  br.hp_activeOver1199 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hp_alignCenter-Left {
    text-align: left;
  }

  br.hp_activePc {
    display: none !important;
  }

  br.hp_activeSmp {
    display: block !important;
  }
}
.hp_fontMeiryo {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif !important;
}

.hp_fontYugo {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
}

.hp_font12-10 {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .hp_font12-10 {
    font-size: 1rem !important;
  }
}

.hp_font17-15 {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 767px) {
  .hp_font17-15 {
    font-size: 1.5rem !important;
  }
}

.hp_fontRed {
  color: #e10014 !important;
}

.hp_anchorBlock {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .hp_anchorBlock {
    margin-top: 0;
    padding-top: 0;
  }
}

.hp_inlineBlock {
  display: inline-block;
}

/* ==================================================
  フォーム選択ボタン 2025/02/26 追記
================================================== */
.un_form_btnList {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.un_form_btnItem {
  width: 32%;
}
.un_form_btnItem > span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.un_form_btnItem a {
  height: 80px;
  background-color: #1a1a1a;
  color: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 40px;
  display: block;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  padding: 10px;
}
.un_form_btnItem a:hover {
  background-color: #fff;
  color: #1a1a1a;
}
.un_form_btnItem a span {
  display: block;
  font-size: 2rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .un_form_btnList {
    margin-bottom: 50px;
  }
  .un_form_btnItem a {
    height: 60px;
    font-size: 1.8rem;
  }
  .un_form_btnItem a span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .un_form_btnList {
    display: block;
    flex-wrap: wrap;
  }
  .un_form_btnItem {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 15px;
  }
  .un_form_btnItem a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .un_form_btnItem a span {
    display: inline-block;
  }
}