@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
/*全体にフォントを反映*/
body{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 700;
font-style: normal;	
}
/* カスタマイズ用CSS */
.top-banner{
	display: flex;
	flex-wrap:wrap;
	list-style:none;
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 0px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item {
        width: 33.3%;
    }
    .ec-bannerRole {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 768px) {
    /*カテゴリ縦も並べる*/
    .ec-itemNav__nav {
        display: flex;
        flex-direction: column;
    }
    .ec-itemNav__nav li a {
        text-align: left;
    }
}
/* カスタマイズ用CSS */
/*color*/
.ec-footerRole {
    background: #EFEFEF;
    border-top: none;
    padding-top: 0 !important;
}
.newswaku{
    /*background-color: #EFEFEF;*/
    padding-bottom: 60px;
}
.ec-newsRole .ec-newsRole__news {
    background-color: #ffffff;
}
.cp_p{
    font-size: 14px;
    line-height: 1.5;
}
.clear{
    clear: both;
}
.half{
    float: left;
    width:48%;
    padding: 1%;
}
.col0{
    width:98%;
    padding: 1%;
}
.col1{
    float: left;
    width:23%;
    padding: 1%;
}
.col2{
    float: left;
    width:31.3%;
    padding: 1%;
}
.col3{
    float: left;
    width:64%;
    padding: 1%;
}
.col4{float: left;
    width:72%;
    padding: 1%;
}
.report_waku{
    border-bottom:  1px solid #403333;
    margin-top: 10px;
    margin-bottom: 25px;
}
.p_img,
.half img,
.col0 img,
.col1 img,
.col2 img,
.col3 img,
.col4 img{
    width: auto !important;
    max-width: 100% !important;
}
.memo{font-size: 14px; margin-bottom:20px;}
.ec-newItemRole__listItemText{
    word-break: break-all;
}
.c_title{
    text-align: center;
}
.ec-calendar {
    justify-content: center;
}
@media only screen and (max-width: 480px){
    .half,.col1,.col2,.col3,.col4 {
        width: 98%;
    }
}
@media only screen and (max-width: 768px){
    .ec-pageHeader h1 {
        padding: 8px;
    }
}
/*フッター関連*/
.ec-footerGuide {
    background-color: #FFFFFF;
    padding-bottom: 60px;
}
.ec-footerGuide__wrap {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 30px;
}
.ec-footerGuide .ec-footerGuide__inner {
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    width: auto !important;
    max-width: 1130px;
    margin: 0 auto;
}

.ec-footerGuide__item {
    flex: 0 0 33.3%;
    text-align:  center;
}
.ec-footerGuide__item img{
    max-width:100%;
}
.f_box {
    flex: 0 0 31.3%;
    display: flex;
    margin: 1%;
    box-sizing: border-box;
    text-align: left;
    padding: 15px;
    color: #333;
    border-left: solid 1px #CCCCCC;
}
.f_box:first-child {
    border-left: none;
}
.f_box p{
    margin-bottom: 7px;
    font-size: 14px;
}
.f_box p.tt1{
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 3px;
}
@media only screen and (max-width: 767px){
    .f_box, .ec-footerGuide__item {
        flex-basis: 98%;
        margin: 1% 10px;
        padding: 10px;
        border-left: none;
        margin-bottom: 10px;
    }
}
.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
}
.ec-footerRole .ec-footerRole__inner img {
    width: auto;
}
.ec-footerTitle .ec-footerTitle__copyright {
    color: #000;
}
.ec-footerNavi{
    color: #000;
}

@media only screen and (min-width: 768px){
    .ec-footerTitle {
        padding: 40px 0 10px;
    }
}

.ec-headerNav .ec-headerNav__itemIcon,
.ec-cartNavi {
    color: #43698E;
}
/*ヘッダ部*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #FFF;
    border-radius: 0;
    border: 1px solid #CCC;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select{
    color: #000;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before{
    border-top:6px solid #ccc;
}
.ec-headerSearch .ec-headerSearch__keyword{
    border: 1px solid #ccc;
    background-color: #FFF;
    height: 38px;
    border-radius: 0;
}
.ec-headerNav__item{
    text-align: center;
    margin-right:15px;
}

img.i_icon{
    width: auto;
}
.fa-shopping-cart:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 38px;
    background: url(/shop/html/template/default/assets/img/common/i_cart.png) no-repeat;    /*環境に合わせて変更*/
    background-size: contain;
    margin-top:-10px;

}
@media only screen and (min-width: 768px){
    .ec-cartNavi {
        border: 1px solid #ccc;
        background: #fff;
    }
}
/*お知らせ*/
.t_news{
    text-align: center;
}
.t_news h3{
    font-size: 34px;
    margin-bottom: 20px;
}
/*自動車maker*/
.makerwaku{
    max-width: 750px;
}
.makerItemRole {
    padding: 40px 0;
}
.makerItemRole img{
    width: auto;
}
.makerItemRole .makerItemRole__list {
    display: flex;
    flex-wrap: wrap;
}
.makerItemRole .makerItemRole__listItem {
    margin-bottom: 4%;
    width: 21%;
    height: auto;
    text-align: center;
}
.makerItemRole .makerItemRole__listItem {
    margin-right: 4%;
}
@media only screen and (min-width: 768px){
    .makerItemRole {
        padding: 60px 0;
    }
    .makerItemRole .makerItemRole__list {
        flex-wrap: nowrap;
    }
    .makerItemRole .makerItemRole__listItem:nth-child(odd) {
        margin-right: 30px;
    }
    .makerItemRole .makerItemRole__listItem:not(:last-of-type) {
        margin-right: 30px;
    }
    
}
.fax{width: 48%; float:left; text-align:center; margin-top:20px;}
.fax img{width: 95%;}
@media only screen and (max-width: 568px){
    .fax{width: 95%;}
}
.a_button1 {
  display       : inline-block;
  font-size     : 20px;
  text-align    : center;
  cursor        : pointer;
  padding       : 30px;
  width: 100%;
  background    : #55779b;
  border: 1px solid #55779b;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  margin: auto
}
.a_button1:hover {
  box-shadow    : none;
  color         : #55779b;
  background    : #ffffff;
}
/*top商品案内*/
.top_products{
    background-color: #E9E9E9
}
.ec-newItemRole .ec-newItemRole__list {
     flex-wrap:wrap;
}
.ec-newItemRole .ec-newItemRole__listItem {
    width:31.3%;
    margin-right: 2% !important;
}
@media only screen and (max-width: 768px){
     .ec-newItemRole .ec-newItemRole__listItem {
        width:48%;
    }
}
.ec-newItemRole__listItem{
    text-align: center;
}
.ec-newItemRole__listItem .ec-newItemRole__listItemText{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}

.ec-newItemRole__listItem a img{
    width: auto;
    margin: 10px auto;
}
/*バナー*/
.ec-topicRole {
    background-color: #fff;
}
.p_point{
    color: #43698E;
    font-size: 16px;
    font-weight: 700;
    margin: 10px;
}
.ec-itemNav__nav li {
    float: none;
}
.ec-itemNav__nav li a {
    font-size: 14px;
    text-align:left !important;
    padding: 7px;
}
.ec-itemNav__nav li ul li a {
    padding: 10px 15px;
    font-size: 14px;
    color: white;
    text-align: left;
    background: #43698E;
}
.ec-borderedDefs dd {
    line-height: 1.5;
}
.ec-blockBtn--top,.ec-inlineBtn--top {
    background-color:  #43698E;
    border-color:  #43698E;
}
@media only screen and (min-width: 768px){
    .ec-borderedDefs dd {
        line-height: 2;
    }
    .ec-shelfGrid .ec-shelfGrid__item {
        width: 33.3%;
    }
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.a_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.a_title::before,
.a_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.a_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.a_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　a_closeというクラスがついたら形状変化　*/
.a_title.a_close::before{
  transform: rotate(45deg);
}

.a_title.a_close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.a_box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    margin:0 3% 3% 3%;
    padding: 3%;
}
/*商品一覧*/
.price02-default{
    color: #ff0000;
}
@media only screen and (max-width: 480px){
    .ec-shelfGrid .ec-shelfGrid__item {
    width: 98%;
    }
}
/*商品詳細*/
@media only screen and (min-width: 768px){
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 23px;
    }
}
/*ご購入の前に*/
.p_q{
    margin-top: 20px;
    font-weight: 700;
}
.p_a{
    
}
.pl40{
    padding-left: 40px;
}
ul.p_ul  {
  padding: 0;
}

ul.p_ul  li {
  position: relative;
  list-style-type: none!important;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #eee;
  vertical-align: middle;
  color: #505050;
  border-radius: 15px;
  width: 100%;
  max-width: 600px;
}

ul.p_ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
/*商品の説明*/
.box_shadow{
  box-shadow: 0 0 5px 5px rgba(229,229,229,0.4);
  padding: 3% 3.5%;
  margin-bottom: 20px;
  width: 100%;
}
.p_article{
    font-weight: 700;
    
}

.article .btn{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    width: 200px;
}

.article .btn span {
  position: relative;
  z-index: 3;
  color:#333;
}

.article .btn:hover span{
  color:#fff;
}

.article .bgright:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:  #333;/*背景色*/
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.article .bgright:hover:before{
  transform-origin:right top;
  transform:scale(1, 1);
}

/*カテゴリ*/
nav.o_nav {
  background: #09100D;
  color: #fff;
  text-align: center;
}
#ec-point,
.ec-cartRole__point,
.ec-totalBox .cart_poin{
    display: none;
}

/*ナビゲーションを横並びに*/

nav.o_nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}


/*2階層目以降は横並びにしない*/

nav.o_nav ul ul {
  display: block;
}


/*下の階層のulや矢印の基点にするためliにrelativeを指定*/

nav.o_nav ul li {
  position: relative;
}
/*ナビゲーションのリンク設定*/

nav.o_nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 20px 35px;
  transition: all .3s;
}

nav.o_nav ul li li a {
  padding: 10px 8px;
}

nav.o_nav ul li a:hover {
  color: #fff600;
}
@media screen and (max-width:1310px) {
    nav.o_nav ul li a {
     padding: 20px 25px;
    }
}
@media screen and (max-width:1180px) {
    nav.o_nav ul li a {
     padding: 20px 10px;
    }
}
/*==矢印の設定*/


/*2階層目を持つliの矢印の設定*/
/*
nav.o_nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}
*/


/*== 2・3階層目の共通設定 */


/*下の階層を持っているulの指定*/

nav.o_nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  background:#D23B2E;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  padding: 0;
}


nav.o_nav li.has-child:last-child ul {
  /*絶対配置で位置を指定*/
  left:-30px;
}

/*hoverしたら表示*/

nav.o_nav li.has-child:hover>ul, nav.o_nav li.has-child ul li:hover>ul, nav.o_nav li.has-child:active>ul, nav.o_nav li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}


/*ナビゲーションaタグの形状*/

nav.o_nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

nav.o_nav li.has-child ul li:last-child a {
  border-bottom: none;
}

nav.o_nav li.has-child ul li a:hover, nav.o_nav li.has-child ul li a:active {
  background: #09100D;
}



/*==768px以下の形状*/

@media screen and (max-width:768px) {
  nav.o_nav {
    padding: 0;
    display: none;
  }
/*  
  nav.o_nav ul {
    display: block;
  }
  nav.o_nav li.has-child ul, nav.o_nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
  nav.o_nav ul li a {
    border-bottom: 1px solid #ccc;
  }
  nav.o_nav ul li.has-child::before {
    left: 20px;
  }
  nav.o_nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px;
  }
  nav.o_nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
  */
}
.product-image {
    margin-right: 15px; /* 右側に15pxの隙間を空ける */
    margin-bottom: 15px; /* 下側に15pxの隙間を空ける（改行されたとき用） */
}

/* 最後の画像には右余白が不要な場合 */
.product-image:last-child {
    margin-right: 0;
}
hr {
 height: 1px;
 background-color: red;
 width: 100%;
 border: none;
}
* {
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
  font-size:16px ;
}

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(107,144,219);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  /*flex-basis: 20%;*/
  margin-right: 2vw;
  text-align: center;
  min-width: 100px !important;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

/* ベースのスタイル（必要に応じて調整してください） */
.company-profile {
  width: 100%;
  background-color: #87cefa; /* 外側の背景色 */
  padding: 50px 20px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #32454D;
  line-height: 1.8;
}

.table-container {
  max-width: 800px; /* テーブルの最大幅 */
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 0; /* 上下の余白 */
}

/*-----------------------------------
  テーブル本体のデザイン
-----------------------------------*/
.profile-table {
  width: 90%; /* コンテナ内で少し小さくして左右の余白を作る */
  margin: 0 auto;
  border-collapse: collapse; /* 隙間をなくす */
  font-size: 16px;
}

.profile-table th,
.profile-table td {
  padding: 20px;
  text-align: left;
  position: relative;
  vertical-align: top;
}

.profile-table th {
  width: 150px; /* PCでの項目幅 */
  font-weight: bold;
}

/* 下線（共通） */
.profile-table tr {
  border-bottom: 1px solid #565656;
}

/* 最後の行だけ下線を消す */
.profile-table tr:last-child {
  border-bottom: none;
}

/*-----------------------------------
  thの右側の縦線（疑似要素）
-----------------------------------*/
.profile-table th::after {
  content: "";
  display: block;
  width: 2px;
  height: 50%; /* 線の高さ（余白を作るポイント） */
  background-color: #565656;
  position: absolute;
  right: 0;
  top: 25%; /* 中央に配置 */
  border-radius: 40px;
}

/*-----------------------------------
  スマホ対応（レスポンシブ）
-----------------------------------*/
@media screen and (max-width: 640px) {
  .profile-table {
    width: 90%;
  }

  /* テーブル要素をブロック化して縦積みにする */
  .profile-table tr,
  .profile-table th,
  .profile-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .profile-table tr {
    margin-bottom: 5px;
    border-bottom: 1px solid #565656;
  }

  .profile-table tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .profile-table th {
    padding: 10px 0 5px;
    width: 100%;
  }

  .profile-table td {
    padding: 0 0 10px;
  }

  /* スマホではth右の縦線を消す */
  .profile-table th::after {
    display: none;
  }
}
.sample_h_2{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */   
padding-top: .5em;
padding-bottom: .5em;
margin-bottom: 2em;
border-bottom: double 5px #5490cc;/* 線 */
color:#5490cc;/* フォント色 */
}
.sample_h_13{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
position: relative;
padding: 0.6em;
margin-bottom: 2em;
background-color: #6196e0;/* 背景色 */
color:#ffffff;/* フォント色 */
}

.sample_h_13:after {
position: absolute;
content: '';
top: 99%;
left: 25px;
width: 0;
height: 0;
border: 15px solid transparent;
border-top: 15px solid #6196e0;
}
.sample_h_22{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
padding-left: 55px;
margin-bottom: 2em;
position: relative;
color:#bfaa6f;/* フォント色 */
}

.sample_h_22:before {
position: absolute;
font-family: "Zen Kaku Gothic New", sans-serif;
content: "\f005";
font-weight: 900;
font-size: 20px;
top: 50%;
left : 0;
width: 40px;
height: 40px;
padding: 0em;
border-radius: 50%;
text-align: center;
line-height: 40px;
background-color: #c0aa6e;
color: #ffffff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.sample_h_22:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 35px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #c0aa6e; 
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.sample_h_9{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding: 1em;
margin-bottom: 0.2em;
border: 4px double #7CCEF8;/* 線 */
border-radius: 15px;/* 角丸 */
text-align: center;/* テキストの位置 */
color: #7CCEF8;/* フォント色 */
}
.guide_h_8{
font-size: 1.7em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding: 1em;
margin-bottom: 0.5em;
border-radius: 15px;/* 角丸 */
color: #2f51a2;/* フォント色 */
}