@charset "UTF-8";
/* ##################################################

■common
■main / sub contents
■page title
■breadcrumb：パンくずリスト
■pagination
■contents title
■button
■table
■accordion
■drop down
■google map
■PAGE TOP

################################################## */
/* ==================================================
	■common
================================================== */
.section {
  margin: 8% 3%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .section {
    margin: 50px 0;
  }
}
/* ========== end △ */
/* ==================================================
	■main / sub contents
================================================== */
/* main contents area
-------------------------------------------------- */
#main_content_wrap {
  margin-bottom: 50px;
}

/* ==================================================
	■page title
================================================== */
#page_ttl {
  padding: 3% 0;
  background-color: #060641;
  color: #FFF;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", serif ;
  font-size: 46px;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #page_ttl {
    margin-bottom: 8%;
  }
}
/* ========== end △ */
#page_ttl h2 {
  font-weight: normal;
}
#page_ttl .ja {
  display: block;
  color: #ded092;
  font-family: "游ゴシック Medium", "Yu Gothic", YuGothic ;
  font-size: 12px;
}

/* ==================================================
	■breadcrumb：パンくずリスト
================================================== */
#breadcrumb {
  margin-bottom: 50px;
  padding: 5px 0;
}
#breadcrumb li {
  display: inline-block;
  font-size: 11px;
}
#breadcrumb li::before {
  content: ">";
  margin-right: 0.5em;
}
#breadcrumb li:first-of-type::before {
  display: none;
  margin-left: 0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #breadcrumb {
    display: none;
  }
}
/* ========== end △ */
/* ==================================================
	■pagination
================================================== */
.pagenation::after {
  content: "";
  display: block;
  clear: both;
}

.pagenation {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .pagenation {
    margin: 8% 5% 0;
  }
}
/* ========== end △ */
.pagenation .page {
  display: none;
}
.pagenation .prev a,
.pagenation .next a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #060641;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .pagenation .prev a,
  .pagenation .next a {
    width: 100px;
  }
  .pagenation .prev a:hover,
  .pagenation .next a:hover {
    background-color: #67570f;
  }
}
/* ========== end △ */
.pagenation .prev.current,
.pagenation .next.current {
  display: none;
}
.pagenation .prev a::after {
  content: "前へ";
  margin-left: 10px;
  color: #fff;
}
.pagenation .next a {
  float: right;
}
.pagenation .next a::before {
  content: "次へ";
  margin-right: 10px;
  color: #fff;
}

/* ==================================================
	■contents title
================================================== */
/* default
-------------------------------------------------- */
/* section title
-------------------------------------------------- */
.sec_ttl_wrap {
  margin-bottom: 8%;
  text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .sec_ttl_wrap {
    margin-bottom: 3%;
  }
}
/* ========== end △ */
.sec_ttl_wrap .ttl {
  color: #222;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", serif ;
  font-size: 40px;
  font-weight: normal;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .sec_ttl_wrap .ttl {
    font-size: 30px;
  }
}
/* ========== end △ */
.sec_ttl_wrap .ttl .ja {
  display: block;
  color: #0c4e98;
  font-family: "游ゴシック Medium", "Yu Gothic", YuGothic ;
  font-size: 12px;
  font-weight: bold;
}
.sec_ttl_wrap .catch {
  margin-top: 15px;
  font-size: 16px;
}

/* type01
-------------------------------------------------- */
.ttl_style.type01 {
  margin-bottom: 8%;
  padding: 2% 0 2% 3%;
  border-left: 2px solid #060641;
  font-size: 20px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .ttl_style.type01 {
    margin-bottom: 3%;
    padding: 15px 0 15px 20px;
    font-size: 26px;
  }
}
/* ========== end △ */
.ttl_style.type01 .ttl {
  font-weight: normal;
}
.ttl_style.type01 .sub {
  color: #666;
  font-size: 13px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .ttl_style.type01 .sub {
    font-size: 16px;
  }
}
/* ========== end △ */
/* type02
-------------------------------------------------- */
.ttl_style.type02 {
  margin-bottom: 5%;
  border-bottom: 3px solid #28292c;
  color: #28292c;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", serif ;
  font-size: 36px;
  font-weight: normal;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .ttl_style.type02 {
    font-size: 26px;
  }
}
/* ========== end △ */
.ttl_style.type02 .ja {
  margin-left: 1.5em;
  color: #060641;
  font-family: "游ゴシック Medium", "Yu Gothic", YuGothic ;
  font-size: 12px;
  font-weight: bold;
  vertical-align: baseline;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .ttl_style.type02 {
    margin-bottom: 20px;
  }
}
/* ========== end △ */
/* type03
-------------------------------------------------- */
.ttl_style.type03 {
  position: relative;
  margin-bottom: 5%;
  color: #000;
  font-size: 22px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .ttl_style.type03 {
    font-size: 26px;
  }
}
/* ========== end △ */
.ttl_style.type03::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
}
.ttl_style.type03 .inner {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 1em;
  background-color: #fff;
  font-weight: normal;
}
.ttl_style.type03 .ja {
  margin-left: 1em;
  color: #0c4e98;
  font-family: "游ゴシック Medium", "Yu Gothic", YuGothic ;
  font-size: 12px;
  vertical-align: baseline;
}

.ttl_style.type03 .pan{
font-size: 13px;
}


/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {

  .ttl_style.type03 {
    margin-bottom: 20px;
  }
.ttl_style.type03 .pan a{
text-decoration: none;
}
.ttl_style.type03 .pan a:hover{
text-decoration:underline;
}
}
/* ========== end △ */
/* ==================================================
	■button
================================================== */
/* default
-------------------------------------------------- */
.btn_style.center {
  margin-right: auto;
  margin-left: auto;
}
.btn_style a {
  position: relative;
  color: inherit;
  text-decoration: none;
}

/* type01
-------------------------------------------------- */
.btn_style.type01 {
  box-sizing: border-box;
  width: 80%;
  margin: 5% auto;
}
.btn_style.type01 a {
  display: block;
  padding: 5%;
  border: 1px solid transparent;
  background: url(../common_img/angle_r_wh.png) 98% 50% no-repeat #060641;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .btn_style.type01 a {
    padding: 20px 0;
    background-position: 90% 50%;
    transition: background 0.2s ease;
  }
  .btn_style.type01 a:hover {
    border: 1px solid #060641;
    background: url(../common_img/angle_r_blu.png) 90% 50% no-repeat transparent;
    color: #060641;
  }
}
/* ========== end △ */
.btn_style.type01.back a {
  padding: 5% 3% 5% 8%;
}
.btn_style.type01.back a::before {
  right: auto;
  left: 5%;
  transform: rotate(-135deg);
}

/* list
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .btn_style_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
/* ========== end △ */
.btn_style_list .btn_style {
  margin-bottom: 5%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .btn_style_list .btn_style {
    margin: 0 2%;
  }
}
/* ========== end △ */
/* ==================================================
	■table
================================================== */
/* default
-------------------------------------------------- */
.table_style table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.table_style th, .table_style td {
  box-sizing: border-box;
}

/* type01
-------------------------------------------------- */
.table_style.type01 table {
  table-layout: fixed;
}
.table_style.type01 table th,
.table_style.type01 table td {
  padding: 15px 20px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .table_style.type01 table th,
  .table_style.type01 table td {
    padding: 10px;
    font-size: 14px;
  }
}
/* ========== end △ */
.table_style.type01 table th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #67570f;
  color: #fff;
  font-weight: bold;
}
.table_style.type01 table td {
  border-right: 1px solid #67570f;
  border-bottom: 1px solid #67570f;
  color: #333;
}
.table_style.type01 table thead th {
  background-color: #8f7a1d;
}
.table_style.type01 table .point {
  background-color: #67570f;
}

/* type02
-------------------------------------------------- */
.table_style.type02 table {
  table-layout: fixed;
  border-top: 1px solid #67570f;
  border-left: 1px solid #67570f;
}
.table_style.type02 table th,
.table_style.type02 table td {
  padding: 10px 10px;
  border-right: 1px solid #67570f;
  border-bottom: 1px solid #67570f;
  font-size: 16px;
  vertical-align: middle;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .table_style.type02 table th,
  .table_style.type02 table td {
    display: block;
    padding: 10px;
    font-size: 14px;
  }
}
/* ========== end △ */
.table_style.type02 table th {
  width: 30%;
  border-bottom: 1px solid #fff;
  background-color: #67570f;
  color: #fff;
  font-weight: bold;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .table_style.type02 table th {
    width: 100%;
  }
}
/* ========== end △ */
.table_style.type02 table td {
  color: #333;
}
.table_style.type02 table tr:last-of-type th {
  border-bottom: 1px solid #67570f;
}
.table_style.type02.scroll th,
.table_style.type02.scroll td {
  display: table-cell;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .table_style.type02.scroll th {
    width: 20%;
  }
}
/* ========== end △ */
/* scroll
-------------------------------------------------- */
.table_style.scroll {
  overflow: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .table_style.scroll table {
    width: 300%;
  }
}
/* ========== end △ */
.table_scroll_txt {
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .table_scroll_txt {
    display: none;
  }
}
/* ========== end △ */
.table_scroll_txt .ico {
  margin-right: 0.5em;
  color: #ff3f3f;
}

/* ==================================================
	■accordion
================================================== */
.ac_btn,
.ac_btn_sp {
  position: relative;
}
.ac_btn::before,
.ac_btn_sp::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 3%;
  width: 15px;
  height: 15px;
  background: no-repeat;
  background-size: contain;
}
.ac_btn.ac_ico_bk::before,
.ac_btn_sp.ac_ico_bk::before {
  background-image: url(../common_img/ico_plus.png);
}
.ac_btn.ac_ico_bk.open::before,
.ac_btn_sp.ac_ico_bk.open::before {
  background-image: url(../common_img/ico_minus.png);
}
.ac_btn.ac_ico_wh::before,
.ac_btn_sp.ac_ico_wh::before {
  background-image: url(../common_img/ico_plus_wh.png);
}
.ac_btn.ac_ico_wh.open::before,
.ac_btn_sp.ac_ico_wh.open::before {
  background-image: url(../common_img/ico_minus_wh.png);
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .ac_btn.pc_none::before,
  .ac_btn_sp.pc_none::before {
    display: none;
    cursor: default;
  }
}
/* ========== end △ */
.ac_btn {
  cursor: pointer;
}

.ac_body {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .ac_body_sp {
    display: none;
  }
}
/* ========== end △ */
/* ==================================================
	■drop down
================================================== */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .dd_wrap .dd_body {
    display: none;
  }
}
/* ========== end △ */
/* ==================================================
	■google map
================================================== */
.gmap iframe {
  width: 100%;
  height: 250px;
  border: none;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .gmap iframe {
    height: 400px;
  }
}
/* ========== end △ */
/* ==================================================
	■PAGE TOP
================================================== */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #pagetop_btn_f {
    display: none;
    position: fixed;
    z-index: 20;
    right: 5%;
    bottom: 5%;
  }
  #pagetop_btn_f span {
    display: none;
  }
}
/* ========== end △ */
#pagetop_btn_f a {
  display: block;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #pagetop_btn_f a {
    padding: 15px 5%;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  #pagetop_btn_f a img {
    display: none;
  }
}
/* ========== end △ */
/* ==================================================
	■page lead contents
================================================== */
.page_lead_wrap {
  margin-bottom: 8%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .page_lead_wrap {
    margin-bottom: 3%;
    padding-bottom: 340px;
  }
}
/* ========== end △ */
.page_lead_wrap .inner_box {
  box-sizing: border-box;
  padding: 0 3%;
  background-color: #fff;
  text-align: center;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .page_lead_wrap .inner_box {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 20px;
    font-size: 16px;
  }
}
/* ========== end △ */
.page_lead_wrap .catch {
  margin-bottom: 3%;
  color: #060641;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .page_lead_wrap .catch {
    font-size: 20px;
  }
}
/* ========== end △ */
/* ==================================================
	■about box style
================================================== */
.about_box {
  margin-bottom: 5%;
  color: #FFF;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .about_box {
    display: flex;
    align-items: center;
    min-height: 350px;
    margin-bottom: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .about_box .site_wrap {
    padding: 5%;
    background-color: rgba(2, 2, 24, 0.8);
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .about_box .site_wrap {
    padding-right: 580px;
  }
}
/* ========== end △ */
.about_box .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", serif ;
}
.about_box .ttl .num {
  margin-right: 10px;
}
.about_box .ttl .txt {
  font-size: 22px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .about_box .ttl .txt br {
    display: none;
  }
}
/* ========== end △ */
.about_box .catch {
  margin: 6% 0 4%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", serif ;
  font-size: 18px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .about_box .catch {
    margin: 30px 0;
    font-size: 22px;
  }
}
/* ========== end △ */
.about_box .btn {
  margin-top: 5%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .about_box .btn {
    width: 48%;
    margin-top: 5%;
  }
}
/* ========== end △ */
.about_box .btn a {
  display: block;
  padding: 5px 0;
  border: 1px solid #58a2a7;
  background: url(../common_img/angle_r_blu.png) 95% 50% no-repeat;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .about_box .btn a:hover {
    color: #060641;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* ========== end △ */
.about_box p {
  line-height: 1.5;
}

/* ==================================================
	■situation box
================================================== */
.situation_box {
  margin-top: 5%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .situation_box {
    padding-right: 300px;
  }
}
/* ========== end △ */
.situation_box .ttl {
  margin-bottom: 2%;
  color: #67570f;
  font-size: 18px;
}
.situation_box .ttl::before {
  content: "■";
  margin-right: 5px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .situation_box .txt {
    margin-left: 20px;
  }
}
/* ========== end △ */
/* ==================================================
	■linup
================================================== */
#lineup .lineup_txt {
  margin-bottom: 3%;
  color: #000;
  font-size: 16px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #lineup .lineup_box_wrap.col2 {
    width: 48%;
  }
}
/* ========== end △ */
#lineup .lineup_box {
  margin: 5% 8% 8%;
}
#lineup .lineup_box > a {
  color: inherit;
  text-decoration: none;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #lineup .lineup_box > a {
    transition: all 0.2s ease;
  }
  #lineup .lineup_box > a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #lineup .lineup_box {
    width: 230px;
    margin: 0 0 26px 26px;
  }
  #lineup .lineup_box:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
/* ========== end △ */
#lineup .lineup_box .img {
  margin-bottom: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #lineup .lineup_box .img {
    text-align: center;
  }
}
/* ========== end △ */
#lineup .lineup_box .model {
  margin-bottom: 10px;
  font-size: 18px;
}
#lineup .lineup_box .model.link {
  margin: 0 25px;
  background: url(../common_img/angle_r_gld.png) 100% 50% no-repeat;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #lineup .lineup_box .link {
    margin: 0 20px;
  }
}
/* ========== end △ */
#lineup .lineup_box .link li {
  margin-bottom: 3%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #lineup .lineup_box .link li {
    margin-bottom: 5px;
  }
}
/* ========== end △ */
#lineup .lineup_box .link li a {
  display: block;
  background: url(../common_img/angle_r_gld.png) 100% 50% no-repeat;
  color: inherit;
  text-decoration: none;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  #lineup .lineup_box .link li a:hover {
    text-decoration: underline;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #lineup .lineup_box_wrap.clm02 .flex-sys-wrap {
    justify-content: space-between;
  }
  #lineup .lineup_box_wrap.clm02 .lineup_box {
    width: 48%;
    margin: 0 0 5%;
  }
}
/* ========== end △ */
/* ==================================================
	■image contents layout
================================================== */
.img_content_layout {
  margin-bottom: 8%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .img_content_layout {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .img_content_layout .txt_box {
    width: 48%;
  }
}
/* ========== end △ */
.img_content_layout .img_box {
  margin-bottom: 5%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .img_content_layout .img_box {
    width: 48%;
    margin-bottom: 0;
  }
}
/* ========== end △ */
.img_content_layout .order1 {
  order: 1;
}
.img_content_layout .order2 {
  order: 2;
}

/* ==================================================
	■text
================================================== */
.catch_txt {
  margin-bottom: 3%;
  font-size: 26px;
  font-weight: bold;
}
.catch_txt p {
  line-height: 1.4;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .catch_txt {
    font-size: 20px;
  }
}
/* ========== end △ */
.sys_txt_area p {
  margin-bottom: 10px;
}

/* ==================================================
	■sale icon link list
================================================== */
.sale_ico_link_wrap .sale_ico_link_box {
  margin-bottom: 5%;
}
.sale_ico_link_wrap .sale_ico_link_box ul {
  justify-content: space-between;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .sale_ico_link_wrap .sale_ico_link_box ul {
    justify-content: flex-start;
  }
}
/* ========== end △ */
.sale_ico_link_wrap .sale_ico_link_box li {
  width: 48%;
  margin-bottom: 30px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .sale_ico_link_wrap .sale_ico_link_box li {
    width: auto;
    margin-left: 40px;
  }
}
/* ========== end △ */
.sale_ico_link_wrap .sale_ico_link_box li a {
  padding: 3px 20px 0 60px;
  background: url(../common_img/ico_car02.png) 0 50% no-repeat, url(../common_img/angle_r_blu02.png) 100% 50% no-repeat;
  color: #0c4e98;
  text-decoration: none;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .sale_ico_link_wrap .sale_ico_link_box li a:hover {
    text-decoration: underline;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .sale_ico_link_wrap .col2 .sale_ico_link_box {
    float: left;
    width: 30%;
    margin-right: 20px;
  }
}
/* ========== end △ */
/* ==================================================
	■contact bnr
================================================== */
.contact_bnr {
  box-sizing: border-box;
  height: 250px;
  margin-bottom: 5%;
  padding-top: 30px;
  background: url(../master/images/contact_lead_bg_pc.jpg) 50% 0 no-repeat;
  color: #FFF;
  margin-top: 7%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .contact_bnr {
    height: auto;
    margin-bottom: 8%;
    padding: 5%;
    background: url(../master/images/contact_lead_bg_sp.jpg) 50% 0 no-repeat;
    background-size: cover;
    text-align: center;
  }
}
/* ========== end △ */
.contact_bnr .catch {
  margin-bottom: 3%;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .contact_bnr .catch {
    font-size: 20px;
  }
}
/* ========== end △ */
.contact_bnr .tel {
  padding-left: 50px;
  background: url(../common_img/ico_tel_wh.png) 0 50% no-repeat;
  font-size: 48px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .contact_bnr .tel {
    display: inline-block;
    margin-bottom: 5%;
    background-size: contain;
    font-size: 28px;
  }
  .contact_bnr .tel a {
    color: #FFF;
    text-decoration: none;
  }
}
/* ========== end △ */
.contact_bnr .time {
  line-height: 1.8;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .contact_bnr .time {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* ========== end △ */
.contact_bnr .btn_style {
  margin-top: 5%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .contact_bnr .btn_style {
    width: 200px;
    margin: 0;
  }
}
/* ========== end △ */
.contact_bnr .btn_style a {
  background: url(../common_img/angle_r_wh.png) 95% 50% no-repeat #060641;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
  .contact_bnr .btn_style a:hover {
    background: url(../common_img/angle_r_wh.png) 95% 50% no-repeat #67570f;
    color: #FFF;
  }
}
/* ========== end △ */
