@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
  color: var(--main-color);
}

img{vertical-align: bottom;}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
  



/*------------------------------------
	Value
------------------------------------*/
:root {
  --main-color: #202c5c;
}















.mtop0 { margin-top: 0!important; }
.mtop3 { margin-top: 3px; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }

.mtop5per{ margin-top: 5%; }

.mtop-1{ margin-top: -1px;}

.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}


.p20 { padding: 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }


.ptop30 { padding-top: 30px; }
.ptop50 { padding-top: 50px; }

.pbtm30 { padding-bottom: 30px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-lerightft: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }






@media screen and (max-width: 900px) {
  .mtop20 { margin-top: 3.5%; }
  .mtop25 { margin-top: 4%; }
  .mtop30 { margin-top: 5%; }
  .mtop40 { margin-top: 6%; }
  .mtop50 { margin-top: 7%; }
  .mtop60 { margin-top: 10%; }
  .mtop70 { margin-top: 12%; }  
  .mtop100 { margin-top: 15%; }

  .mbtm20 { margin-bottom: 3.5%; }
  .mbtm25 { margin-bottom: 4%; }
  .mbtm30 { margin-bottom: 5%; }
  .mbtm40 { margin-bottom: 6%; }
  .mbtm50 { margin-bottom: 7%; }
  .mbtm60 { margin-bottom: 10%; }
  .mbtm70 { margin-bottom: 12%; }
  .mbtm100 { margin-bottom: 15%; }
  
  
  .ptop30 { padding-top: 5%; }
  .ptop50 { padding-top: 7%; }
  
  .pbtm30 { padding-bottom: 5%; }
  
  
}

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

  .p20 { padding: 15px; }
  .p30 { padding: 25px; }
  .p40 { padding: 30px; }
}

@media screen and (max-width: 480px) {
  .spMleft5 { margin-left: 5px; }
  
  
  .p30 { padding: 20px; }  
}

@media screen and (max-width: 360px) {
  .p30 { padding: 15px; }
  .p40 { padding: 20px; }  
}

/*----------------------------------------
	フォント
----------------------------------------*/
.f10 { font-size: 10px; line-height: 140%;}
.f11 { font-size: 11px; line-height: 140%;}
.f12 { font-size: 12px; line-height: 160%;}
.f13 { font-size: 13px; line-height: 160%;}
.f14 { font-size: 14px; line-height: 160%;}
.f15 { font-size: 15px; line-height: 160%;}
.f16 { font-size: 16px; line-height: 160%;}
.f18 { font-size: 18px; line-height: 160%;}
.f20 { font-size: 20px; line-height: 160%;}
.f24 { font-size: 24px; line-height: 160%;}
.f26 { font-size: 26px; line-height: 160%;}

.f30 { font-size: 30px; line-height: 140%;}


@media screen and (max-width: 900px) {
  .f18 { font-size: 17px; line-height: 160%;}
  .f30 { font-size: 26px; line-height: 140%;}
}

@media screen and (max-width: 750px) {
  .f13 { font-size: 11px; line-height: 160%;}
  .f14 { font-size: 12px; line-height: 160%;}
  .f15 { font-size: 13px; line-height: 160%;}
  .f16 { font-size: 14px; line-height: 160%;}
  .f18 { font-size: 16px; line-height: 160%;}
  .f20 { font-size: 18px; line-height: 160%;}
  .f24 { font-size: 20px; line-height: 160%;}
  .f26 { font-size: 22px; line-height: 160%;}
  
  
  .f30 { font-size: 24px; line-height: 140%;}  
}


@media screen and (max-width: 480px) {
  .f30 { font-size: 22px; line-height: 140%;}  
}

/*----------------------------------------
	レイアウト
----------------------------------------*/


body{
  font-family:'メイリオ',Meiryo,'Lucida Grande','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',Verdana,Helvetica,Arial,Sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 160%;
}

p {
  line-height: 160%;
}

a {
  transition : all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

p a ,
table a ,
.listIndent li a {
  color: var(--main-color);
  text-decoration: underline;
}

p a:hover ,
table a:hover ,
.listIndent li a:hover {
  text-decoration: none;
  opacity: 1;
}

.inner {
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

.container {
  margin-top: 50px;
}

.ofh { overflow: hidden; }
.center { text-align: center; }
.centerSpLeft { text-align: center;}
.left { text-align: left; }
.right { text-align: right; }
.rightSpLeft { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.relative { position: relative; }

.w100per { max-width: 100%; }
.w80per {width: 80%;}

.black { color: #333; }
.red { color: #C81C1D; }
.blue{ color: var(--main-color); }
.green { color: #359857;}
.pink { color: #de6c8c; }
.orange {color: #FF7F00; }



.floatL {  float: left; }
.floatR {  float: right; }
.floatN {  float: none; }
.opacity:hover { opacity: 0.7; }


.block { display: block;}
.inlineBlock { display: inline-block;}


.border {
  border: 1px solid #cecece;
}

.borderBtm {
  border-bottom: 1px solid var(--main-color);
}

.borderBtmRed {
  border-bottom: 1px solid #C81C1D;
}

.marker {
  background: linear-gradient(transparent 65%, #76c6f1 65%);
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;  
}

.markerRed {
  background: linear-gradient(transparent 65%, #ffcccc 65%);
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;    
}

table.center th ,
table.center td {
  text-align: center;
}


.middle {
  vertical-align: middle;
}


.listIndent li {
  padding-left: 1em;
  text-indent: -1em;
}

.listIndent2 li {
  padding-left: 1.85em;
  text-indent: -1.85em;
}

.listIndent3 li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.indent {
  padding-left :1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 1.85em;
  text-indent: -1.85em;
}

.indent3 {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.indent4 {
  padding-left: 3.075em;
  text-indent: -3.075em;
}


.mleftIndent {
 margin-left : 1em;
}

.mleftIndent2 {
 margin-left : 1.85em;
}

.mleftIndent4 {
 margin-left : 3.075em;
}


.a10 {
  padding-left :1em;
  text-indent: -1em;
  margin-top: 10px;
  font-size: 12px;
  color: #545454;
  line-height: 160%;  
}

.a10List {
  margin-top: 10px;
}

.a10List li {
  padding-left :1em;
  text-indent: -1em;
  font-size: 12px;
  color: #545454;
  line-height: 160%;  
}




.annotation {
  font-size: 12px;
  color: #545454;
  line-height: 160%;
}

.spbr {
  display: none;
}


.show750 ,
.show480 ,
.show480Inline {
  display: none;
}

.pageLink {
  padding-top: 76px;
  margin-top: -76px;
}




@media screen and (max-width: 1180px) {
  .inner {
    max-width: 94%;
    margin: 0 3%;
  }
  
  .container {
    margin-top: 4.6%;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
  
  .pageLink {
    padding-top: 67px;
    margin-top: -67px;
  }
  
  .w750none {
    display: none;
  }
  
  .w750block {
    display: block;
  }
  
  .show750 {
    display: block;
  }
  
  
}


@media screen and (max-width: 480px) {
  .centerSpLeft { text-align: left;}
  
  .rightSpLeft { text-align: left; }
  .centerSpLeft { text-align: left;}
  .spCenter { text-align: center;}
  
  .spbr {
    display: block;
  }
  
  .show480 {
    display: block;
  }
  
  .show480Inline {
    display: inline;
  }  
  
  .none480 {
    display: none;
  }  
  
  .pageLink {
    padding-top: 54px;
    margin-top: -54px;
  }  
}

/*----------------------------------------
	リスト
----------------------------------------*/
.list2 ,
.list2sp1 ,
.list2sp2_1 {
  display: flex;
  flex-wrap: wrap;
}

.list2 li ,
.list2sp1 li ,
.list2sp2_1 li {
  width: 47.5%;  
}

.list2 li img ,
.list2sp1 li img ,
.list2sp2_1 li img {
  width: 100%;
}

.list2 li:nth-child(odd) ,
.list2sp1 li:nth-child(odd) ,
.list2sp2_1 li:nth-child(odd) {
  margin-right: 5%;
}

.list2 li:nth-child(n+3) ,
.list2sp1 li:nth-child(n+3) ,
.list2sp2_1 li:nth-child(n+3) {
  margin-top: 5%;
}

.list3 ,
.list3sp1 ,
.list3sp2 {
  display: flex;
  flex-wrap: wrap;
}

.list3 li ,
.list3sp1 li ,
.list3sp2 li {
  width: 30%;
  margin-right: 5%;  
}

.list3 li img ,
.list3sp1 li img ,
.list3sp2 li img {
  width: 100%;
}

.list3 li:nth-child(3n) ,
.list3sp1 li:nth-child(3n) ,
.list3sp2 li:nth-child(3n) {
  margin-right: 0;
}

.list3 li:nth-child(n+4) ,
.list3sp1 li:nth-child(n+4) ,
.list3sp2 li:nth-child(n+4) {
  margin-top: 5%;
}

.list4 ,
.list4sp2 {
  display: flex;
  flex-wrap: wrap;
}

.list4 li ,
.list4sp2 li {
  width: 22%;
  margin-right: 4%;
}

.list4 li:nth-child(4n) ,
.list4sp2 li:nth-child(4n) {
  margin-right: 0;
}

.list4 li:nth-child(n+5) ,
.list4sp2 li:nth-child(n+5) {
  margin-top: 4%;
}

.list4 li img ,
.list4sp2 li img {
  width: 100%;
}




@media screen and (max-width: 750px) {
  .list2sp2_1 li {
    width: 100%;  
  }

  .list2sp2_1 li:nth-child(odd) {
    margin-right: 0;
  }

  .list2sp2_1 li:nth-child(n+2) {
    margin-top: 5%;
  }
  
  .list3sp2 li {
    width: 47.5%;
    margin-right: 5%;  
  }

  .list3sp2 li:nth-child(3n) {
    margin-right: 5%;
  }
  
  .list3sp2 li:nth-child(even) {
    margin-right: 0;
  }  

  .list3sp2 li:nth-child(n+3) {
    margin-top: 5%;
  }
  
  .list4 li {
    width: 30%;
    margin-right: 5%;
  }
  
  .list4 li:nth-child(4n) {
    margin-right: 5%;
  }

  .list4 li:nth-child(3n) {
    margin-right: 0;
  }
  
  .list4 li:nth-child(n+5) {
    margin-top: 0;
  }

  .list4 li:nth-child(n+4) {
    margin-top: 5%;
  }
  
  .list4sp2 li {
    width: 47.5%;
    margin-right: 5%;
  }

  .list4sp2 li:nth-child(even) {
    margin-right: 0;
  }

  .list4sp2 li:nth-child(n+5) {
    margin-top: 0;
  }

  .list4sp2 li:nth-child(n+3) {
    margin-top: 5%;
  }
}


@media screen and (max-width: 480px) {
  .list2sp1 li {
    width: 100%;  
  }

  .list2sp1 li:nth-child(odd) {
    margin-right: 0;
  }

  .list2sp1 li:nth-child(n+2) {
    margin-top: 5%;
  }
  
  .list3 li {
    width: 47.5%;
    margin-right: 5%;  
  }

  .list3 li:nth-child(3n) {
    margin-right: 5%;
  }
  
  .list3 li:nth-child(even) {
    margin-right: 0;
  }  

  .list3 li:nth-child(n+3) {
    margin-top: 5%;
  }
  
  .list4 li {
    width: 47.5%;
    margin-right: 5%;
    margin-top: 5%;    
  }
  
  .list4 li:nth-child(4n) {
    margin-right: 5%;
  }

  .list4 li:nth-child(3n) {
    margin-right: 5%;
  }
  
  .list4 li:nth-child(even) {
    margin-right: 0;
  }  
  
  .list4 li:nth-child(n+5) {
    margin-top: 0;
  }

  .list4 li:nth-child(n+4) {
    margin-top: 5%;
  }
  
  .list3sp1 li ,
  .list3sp2 li {
    width: 100%;
    margin-right: 0;
  }

  .list3sp1 li:nth-child(3n) ,
  .list3sp2 li:nth-child(3n) {
    margin-right: 0;
  }

  .list3sp1 li:nth-child(n+4) {
    margin-top: inherit;
  }

  .list3sp1 li:nth-child(n+2) ,
  .list3sp2 li:nth-child(n+2) {
    margin-top: 5%;
  }

}
/*----------------------------------------
	ボックス
----------------------------------------*/
.boxBg1 {
  background: #f2f2f2;
  padding: 25px;
  border-radius: 6px;
}

@media screen and (max-width: 750px) {
  .boxBg1 {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .boxBg1 {
    padding: 15px;
  }
}

/*----------------------------------------
	ヘッダー高さ
----------------------------------------*/
.wrap {
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  .wrap {
    padding-top: 92px;
  }
}

@media screen and (max-width: 480px) {
  .wrap {
    padding-top: 53px;
  }
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  padding: 10px 0 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}

header.transform {
  box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
  padding: 0;
}

header.transform .gNavWrap {
  display: none;
}

header.transform h1 {
  display: none;
}

header.transform .hBox {
  margin: 10px 0;
}



h1 {
  font-size: 11px;
}

.hBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 20px;
  justify-content: space-between;
}


.hLeftBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hLogo {
  width: clamp(90px, 10vw, 120px);
}

.hLogo img {
  width: 100%;
}

.corpLinkBtn {
  margin: 4px 0 0 50px;
}

.corpLinkBtn a {
  border: 1px solid var(--main-color);
  display: inline-block;
  border-radius: 5px;
  padding: 6px 15px 4px;
}

.corpLinkBtn a:hover {
  opacity: 1;
  background-color: #E9F9FE;
}

.corpLinkBtn a p {
  text-align: center;
  line-height: 110%;
}


.corpLinkBtn a p::before {
  content: "";
  background: url("../images/common/corpIcon.png") no-repeat;
  display: inline-block;
  width: 20px;
  height: 35px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}


.memMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}

.memMenu li {
  margin-right: 30px;
}

.memMenu li:last-child {
  margin-right: 0;
}

.memMenu li a {
  font-size: 14px;
  color: #333;
}


.memMenu #logout p {
  background: url("../images/common/hIcon01_2.png") no-repeat;
  background-size: auto 24px; 
  padding-left: 28px;
  height: 24px;
  user-select: none;
}

.memMenu #mypage p {
  background: url("../images/common/hIcon02.png") no-repeat;
  background-size: auto 24px; 
  padding-left: 26px;
  height: 24px;
  user-select: none;
}

.memMenu #login p {
  background: url("../images/common/hIcon02.png") no-repeat;
  background-size: auto 24px; 
  padding-left: 26px;
  height: 24px;
  user-select: none;
}

.memMenu #member p {
  background: url("../images/common/hIcon02.png") no-repeat;
  background-size: auto 24px; 
  padding-left: 26px;
  height: 24px;
  user-select: none;
}

.memMenu #cart p {
  background: url("../images/common/hIcon03.png") no-repeat;
  background-size: auto 24px; 
  padding-left: 36px;
  height: 24px;
  user-select: none;
}


@media screen and (max-width: 1000px) {
  .corpLinkBtn {
    display: none;
  }
}



@media screen and (max-width: 768px) {
  .hBox {
    margin: 5px 0 15px;
  }
}


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





  .corpLinkBtn {
    margin: 4px 0 0 25px;
    display: block;
  }

  .corpLinkBtn a {
    padding: 6px 10px 4px;
  }

  .corpLinkBtn a p::before {
    width: 15px;
    height: 26px;
    margin-right: 5px;
  }





  .memMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -5px;
  }

  .memMenu li {
    margin-right: 20px;
  }

  .memMenu li:last-child {
    margin-right: 0;
  }

  .memMenu li a {
    font-size: 11px;
  }

  .memMenu #logout p {
    background: url("../images/common/hIcon01_2.png") no-repeat top center;
    background-size: auto 24px; 
    padding: 26px 0 0 0;
    height: 24px;
  }

  .memMenu #mypage p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 24px; 
    padding: 26px 0 0 0;
    height: 24px;
  }

  .memMenu #login p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 24px; 
    padding: 26px 0 0 0;
    height: 24px;
  }

  .memMenu #member p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 24px; 
    padding: 26px 0 0 0;
    height: 24px;
  }

  .memMenu #cart p {
    background: url("../images/common/hIcon03.png") no-repeat top center;
    background-size: auto 24px; 
    padding: 26px 0 0 0;
    height: 24px;
  }
  
  .memMenu  p span {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .corpLinkBtn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding: 0;
  }
  
  header.transform .hBox {
    margin: 5px 0 15px;
  }  
  
  h1 {
    display: none;
  }
  
  .hBox {
    margin: 5px 0 15px;
  }
  


  
  .memMenu li {
    margin-right: 20px;
  }
  
  .memMenu li a {
    font-size: 10px;
  }

  .memMenu #logout p {
    background: url("../images/common/hIcon01_2.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }

  .memMenu #mypage p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }

  .memMenu #login p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }

  .memMenu #member p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }

  .memMenu #cart p {
    background: url("../images/common/hIcon03.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }
}


@media screen and (max-width: 380px) {
  header {
    padding: 0;
  }
  
  header.transform .hBox {
    margin: 5px 0 15px;
  }  
  
  h1 {
    display: none;
  }
  
  .hBox {
    margin: 5px 0 15px;
  }
  

  
  .memMenu li {
    margin-right: 10px;
  }
  
  .memMenu li a {
    font-size: 10px;
  }

  .memMenu #logout p {
    background: url("../images/common/hIcon01_2.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }

  .memMenu #mypage p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }

  .memMenu #login p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }

  .memMenu #member p {
    background: url("../images/common/hIcon02.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }

  .memMenu #cart p {
    background: url("../images/common/hIcon03.png") no-repeat top center;
    background-size: auto 20px; 
    padding: 22px 0 0 0;
    height: 20px;
  }
}




/*----------------------------------------
	トグルメニュー
----------------------------------------*/

.spNavBox {
  display: none;
}

.hamburger {
  position: relative;
  width: 100px; /* 幅を指定する */
  height: 34px; /* 高さを指定する */
  cursor: pointer;
  z-index: 300;
  transition: all .6s;
  margin-top: 10px;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburgerLine {
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: #333;
  transition: all .6s;
}

.hamburgerLine1 {
  top: 0;
}

.hamburgerLine2 {
  top: 11px;
}

.hamburgerLine3 {
  top: 22px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.hamburger p {
  position: absolute;
  right: 0;
  font-size: 14px;
  user-select: none;
}

/* 表示された時用のCSS */
.nav-open {
  /*position: fixed;*/
  width: 100%;
  overflow-y: scroll;
}

.nav-open .spNavBox {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1080px;
  height: 85vh;
  padding: 40px;
  background-color: #fff;
  z-index: 200;
  overflow-y: auto;
  box-shadow: rgba(0,0,0,0.2) 0 0 2px 1px;
  border-radius: 10px;
}

.nav-open .spNav {
  position: relative;
}

.nav-open .hamburger {
  z-index: 300;
  transition: all .6s;
}

.nav-open .hamburgerLine {
  transition: all .6s;
}

.nav-open .hamburgerLine1 {
  transform: rotate(45deg);
  top: 10px;
}

.nav-open .hamburgerLine2 {
  opacity: 0;
  width: 0;
}

.nav-open .hamburgerLine3 {
  transform: rotate(-45deg);
  top: 10px;
}


header.transform .spNavBox {
  top: 90px;
}

@media screen and (max-width: 1180px) {
  .nav-open .spNavBox {
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    padding: 40px;
    overflow-y: auto; /* スクロール */
    box-shadow: rgba(0,0,0,0.2) 0 0 2px 1px;
    border-radius: 10px;
  }
}




@media screen and (max-width: 750px) {
  .hamburger {
    position: relative;
    width: 44px; /* 幅を指定する */
    height: 34px; /* 高さを指定する */
    cursor: pointer;
    z-index: 300;
    transition: all .6s;
    margin-top: 10px;
  }

  .hamburgerLine {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
    left: 0;
    right: 0;
    margin: auto;
  }


  .hamburger p {
    position: relative;
    font-size: 11px;
    text-align: center;
    padding-top: 26px;
  }

  /* 表示された時用のCSS */
  .nav-open {
    /*position: fixed;*/
    width: 100%;
    overflow-y: scroll;
  }

  .nav-open .spNavBox {
    top: 100px;
    width: 90%;
    padding: 30px;
  }
}


@media screen and (max-width: 480px) {
  .hamburger {
    position: relative;
    width: 44px; /* 幅を指定する */
    height: 24px; /* 高さを指定する */
    cursor: pointer;
    z-index: 300;
    transition: all .6s;
    margin-top: 0px;
  }

  .hamburgerLine {
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .hamburgerLine1 {
    top: 0;
  }

  .hamburgerLine2 {
    top: 9px;
  }

  .hamburgerLine3 {
    top: 18px;
  }  
  
  .hamburger p {
    font-size: 10px;
    padding-top: 23px;
  }
  
  .nav-open .spNavBox {
    top: 60px;
    width: 90%;
    padding: 20px;
  }
  
  header.transform .spNavBox {
    top: 60px;
  }  
  
}
/*----------------------------------------
	SPナビメニュー
----------------------------------------*/
.spNavTopList {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  text-align: center;
}

.spNavTopList li {
  width: 24%;
}

.spNavTopList li a {
  color: #333;
}

.spNavTopList li img {
  width: 100%;
}

.spNavTopList li p {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 140%;
}

.spNav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.spNav > li {
  width: 30%;
  margin-right: 5%
}

.spNav > li:nth-child(3n) {
  margin-right: 0; 
}

.spNav > li:nth-child(n+4) {
  margin-top: 5%; 
}

.spNavTtl {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.spNavTtl::after {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  color: var(--main-color);
  font-size: 11px;
}

.spNavSubTtl {
  font-size: 14px;
  margin: 10px 0 5px;
  font-weight: bold;
}

.spNav li ul li {
  line-height: 140%;
  margin-top: 5px;
}

.spNav li ul li:first-child {
  margin-top: 0;
}

.spNav li ul li a {
  font-size: 14px;
  color: #777;
  transition: none;
  position: relative;
  display: block;  
  padding-left: 20px;
}

.spNav li ul li a:hover {
  opacity: inherit;
  color: var(--main-color);
  text-decoration: underline;
}

.spNav li ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #cecece;
  border-right: solid 1px #cecece;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spNav li ul li a:hover::after {
  left: .3em;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);  
}

.spNavSecond li:nth-child(n+2) {
  position: relative;
  padding-left: 18px;

}





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

  .spNavTopList {
    width: 80%;
  }

  .spNavTopList li {
    width: 26%;
  }

  .spNavTopList li p {
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
  }

  .spNav {
    margin-top: 40px;
  }

  .spNav > li {
    width: 47.5%;
    margin-right: 5%;
  }

  .spNav > li:nth-child(3n) {
    margin-right: 5%; 
  }

  .spNav > li:nth-child(2n) {
    margin-right: 0; 
  }

  .spNav > li:nth-child(n+4) {
    margin-top: initial; 
  }

  .spNav > li:nth-child(n+3) {
    margin-top: 7.5%; 
  }

  .spNavTtl {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  
  .spNavTtl::after {
    content: "●";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    color: var(--main-color);
    font-size: 11px;
  }
  
  .spNavSubTtl {
    font-size: 13px;
    margin: 15px 0 10px;
  }  

  .spNav li ul li {
    line-height: 140%;
    margin-top: 10px;
  }

  .spNav li ul li:first-child {
    margin-top: 0;
  }

  .spNav li ul li a {
    font-size: 13px;
  }
  

  
}



@media screen and (max-width: 480px) {
  .spNavTopList {
    width: 100%;
    max-width: 300px;
  }

  .spNavTopList li {
    width: 30%;
    max-width: 90px;
  }

  .spNavTopList li p {
    font-size: 11px;
    margin-top: 7px;
  }

  .spNav > li {
    width: 100%;
    margin-right: 0;
  }

  .spNav > li:nth-child(3n) {
    margin-right: 0; 
  }

  .spNav > li:nth-child(2n) {
    margin-right: 0; 
  }

  .spNav > li:nth-child(n+4) {
    margin-top: initial; 
  }

  .spNav > li:nth-child(n+3) {
    margin-top: 0; 
  }

  .spNavSubTtl {
    font-size: 13px;
    margin: 15px 0 10px;
  }  

  .spNav li ul li {
    line-height: 140%;
    margin-top: 0;
  }

  .spNav li ul li:first-child {
    margin-top: 0;
  }

  .spNav li ul li a {
    font-size: 14px;
    display: block;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #eee;
    position: relative;    
  }
  
  .spNav li ul li a:hover{
    text-decoration: none;
    color: #777;
    opacity: 0.7;
  }
  
  
  .spNav li ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #cecece;
    border-right: solid 1px #cecece;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .spNav li ul li a:hover::after {
    border-top: solid 1px #cecece;
    border-right: solid 1px #cecece;  
  }
  


  

}


/*----------------------------------------
	SPナビアコーディオン
----------------------------------------*/
  .spNav .article-title{
    display: none;
  }

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

  .spNav .article-title {
    display: block;
    position: relative;
    padding: 12px 0 10px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 1px solid #eee;
  }
  
  .spNav .article-title:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 42%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #cecece;
    border-right: solid 2px #cecece;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .spNav .article-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }

  .spNav .accordion-content {
    display: none;
  }

  
}

/*----------------------------------------
	header nav
----------------------------------------*/
.gNavWrap {
  background: var(--main-color);
}

.gNav {
  position: relative;
  width: min(100%, 1080px);
  height: clamp(38px, 4.17vw, 50px);
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.gNav li a {
  transition: none;
}

.gNav > li {
  width: 33.33%;
  height: clamp(38px, 4.17vw, 50px);
  line-height: clamp(38px, 4.17vw, 50px);
  background: var(--main-color);
  text-align: center;
  border-left: 1px solid #c5c8d5;
}

.gNav > li:last-child {
   border-right: 1px solid #c5c8d5;
}

.gNav > li a {
  display: block;
  color: #fff;
  font-size: clamp(12px, 1.33vw, 16px);
}

.gNav > li a:hover {
  color: #fff;
  opacity: 1;
}

.gNav__second-level ,
.gNav__product-list {
  visibility: hidden;
  z-index: 1;
  opacity: 0;
}

.gNav > li:hover {
  background: #636c8d;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gNav__second-level ,
.gNav__product-list {
  position: absolute;
  top: 46px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: rgba(255,255,255,1);
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 2px 1px;
}

.gNav__multi:hover .gNav__second-level ,
.gNav__multi:hover .gNav__product-list {
  top: 46px;
  visibility: visible;
  opacity: 1;
}

.gNav__product-list li {
  width: 16.8%;
  line-height: 140%;
  margin-right: 4%;
  text-align: center;
}

.gNav__product-list li:nth-child(5n) {
  margin-right: 0;
}

.gNav__product-list li:nth-child(n+6) {
  margin-top: 4%;
}

.gNav__product-list li img {
  width: 100%;
}

.gNav__product-list li img:hover {
  opacity: 0.7;
}

.gNav__product-list li a {
  color: #333;
}

.gNav__product-list li a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.gNav__product-list li p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

.gNav__product-list li:last-child {
  margin: 4% auto 0;
  width: 100%;
  text-align: center;
}

.gNav__product-list li:last-child a {
  color: var(--main-color);
  line-height: 110%;
  border: 1px solid var(--main-color);
  border-radius: 100px;
  padding: 12px 10px 10px;
  width: 240px;
  margin: auto;
  position: relative;
}

.gNav__product-list li:last-child a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gNav__product-list li:last-child a:hover {
  text-decoration: none;
  color: #fff;
  background: var(--main-color);
  transition: all .3s;  
}

.gNav__product-list li:last-child a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.gNav__second-level li {
  width: 23.5%;
  line-height: 140%;
  margin-right: 2%;
  text-align: center;
}

.gNav__second-level li:nth-child(4n) {
  margin-right: 0;
}

.gNav__second-level li:nth-child(n+5) {
  margin-top: 2%;
}

.gNav__second-level li img {
  width: 100%;
  outline: 3px solid #e4e4e4;
  outline-offset: -3px;
  transition : all 0.1s ease 0s; 
  border-radius: 15px;
}

.gNav__second-level li img:hover {
  outline: 5px solid var(--main-color);
  outline-offset: -5px;
}

.gNav__second-level li a {
  color: var(--main-color);
}

.gNav__second-level li a:hover {
  color: #074782;
}

.gNav__second-level li p {
  margin-top: 6px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 1080px) {
  .gNav > li:first-child {
    border-left: none;
  }

  .gNav > li:last-child {
     border-right: none;
  }
}









/*
@media screen and (max-width: 1180px) {
  .gNav {
    width: 94%;
    margin: 0 3%;
  }
  
  .gNav__product-list li:last-child a {
    color: var(--main-color);
    line-height: 110%;
    border: 1px solid var(--main-color);
    border-radius: 100px;
    padding: 12px 10px 10px;
    width: 25%;
    margin: auto;
    position: relative;
  }
}

@media screen and (max-width: 950px) {
  .gNav > li a {
    font-size: 13px;
  }

  .gNav__second-level ,
  .gNav__product-list {
    padding: 20px;
  }

  .gNav__second-level li p {
    margin-top: 5px;
    font-size: 12px;
  }
  
  .gNav__product-list li p {
    margin-top: 8px;
    font-size: 12px;
  }  
}

@media screen and (max-width: 850px) {
  .gNav > li a {
    font-size: 12px;
  }
}
*/


/*----------------------------------------
	sidebar
----------------------------------------*/
.sidebar {
  float: left;
  /*width: 21.29%;*/
  width: 230px;
  line-height: 140%;
}

.sideTtl {
  font-size: 18px;
  border-bottom: solid 2px #231815;
  padding-bottom: 5px;
  text-align: center;
}

.sideItemList li {
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  font-size: 15px;
  height: 60px;
  display: flex;
  align-items: center;
}

.sideItemList li a {
  color: #333;
}

.sideItemList li::after {
  content: "";
  position: absolute;
  right: .2em;
  top: 50%;
  margin-top: -4px;
  transition: all .2s;
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sideItemList li:hover::after {
  right: -.05em;
}

.sideItemList li:last-child {
  margin-bottom: 0;
}

.sideItemList dl {
  display: table;  
}

.sideItemList dt img {
  width: 60px;
}

.sideItemList dd {
  padding: 1px 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  line-height: 120%;
} 

.sideGuideBox {
  border: 1px solid #F0EDD7;
  border-top: 0;
  margin-top: 30px;  
}

.sideGuideTtl {
  color: #715E37;
  font-weight: bold;
  text-align: center;
  background: #F0EDD7;
  line-height: 120%;
  padding: 12px 20px 10px;
  position: relative;
  display: block; 
}

.sideGuideBox ul {
  padding: 0 15px;
}

.sideGuideBox li {
  position: relative;
  border-bottom: 1px dotted #A78D6D;
  padding: 12px 0 10px;
  font-size: 15px;
}

.sideGuideBox li::before {
  position: absolute;
  content: "●";  
  top: 50%;
  margin-top: -11px;
  font-size: 7px;
  color: #715E37;
}

.sideGuideBox li:last-child {
  border-bottom: 0;
}

.sideGuideBox  a {
  color: #333;
  padding: 0 0 0 18px;
}

.sideBnr {
  margin-top: 30px;
}

.sideBnr img {
  max-width: 100%;
}

.sideBnr li {
  margin-top: 10px;
}

.sideBnr li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .sidebar {
    width: 210px;
  }
  
  .sideItemList li {
    font-size: 14px;
    height: 55px;  
  }

  .sideItemList dt img {
    width: 54px;
  }
  
  .sideItemList dd {
    padding: 2px 0 0 8px;
  } 
  
  .sideGuideTtl {
    line-height: 120%;
    padding: 12px 20px 10px;
    position: relative;
    display: block; 
  }

  .sideGuideBox li {
    font-size: 13px;
  }
  
  .sideGuideBox li::before {
    margin-top: -10px;
  }  
  

  .sideGuideBox  a {
    padding: 0 0 0 12px;
  }

}

@media screen and (max-width: 750px) {
  .sidebar {
    display: none;
  }
}
/*----------------------------------------
	main
----------------------------------------*/
.mainCnt {
  float: right;
  width: 100%;
  max-width: 800px;
  width : -webkit-calc(1030px - 230px) ;
  width : calc(1030px - 230px);
}

.mainCnt.L0R0 {
	width: 100%;
  max-width: 100%;
  float: none;
}

.sectionTtl  {
  text-align: center;
  font-size: 30px;
  position: relative;
  overflow: visible;
  margin-bottom: 70px;
}

.sectionTtl::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  content: " ";
  display: block;
  border-bottom: 4px solid var(--main-color);
  border-radius: 100px;
  width: 80px;
}


.h2Ttl {
  font-size: 30px;
  margin: 0 0 50px;
}





/* ページトップ */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  background: var(--main-color);
  opacity: 0.7;
  border-radius: 50%;
  z-index: 2;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


@media screen and (max-width: 1180px) {
  .mainCnt {
    width : -webkit-calc(95% - 230px) ;
    width : calc(95% - 230px);
  }
}


@media screen and (max-width: 900px) {
  .mainCnt {
    width : -webkit-calc(96% - 210px) ;
    width : calc(96% - 210px);
  }
  
   .sectionTtl {
    font-size: 26px;
    margin-bottom: 60px;
  }

  .sectionTtl::after {
    width: 70px;
  }
  
  .h2Ttl {
    font-size: 26px;
    margin: 0 0 40px;
  }
}


@media screen and (max-width: 750px) {
  .mainCnt {
    width : 100%;
  }
  
   .sectionTtl  {
    font-size: 24px;
  }

  .sectionTtl::after {
    width: 60px;
  } 
  
  .h2Ttl {
    font-size: 24px;
    margin: 0 0 30px;
  }
 
 
   /* ページトップ */

  #page_top a::before{
    top: 0px;
  } 

 
}

@media screen and (max-width: 480px) {
   .sectionTtl  {
    font-size: 20px;
    margin-bottom: 50px
  }

  .sectionTtl::after {
    width: 50px;
    border-bottom: 3px solid var(--main-color);
  }
  
  .sectionTtl .abbreviation {
    font-size: 14px;
  }
  
  .h2Ttl {
    font-size: 22px;
    margin: 0 0 20px;
  }  
  
}
/*----------------------------------------
	footer
----------------------------------------*/
footer {
  margin-top: 100px;
  font-size: 14px;
}

.footerTop {
  background: #F2F2F2;
  padding: 50px 0;
}

.footerTop a:hover {
  text-decoration: none;
  opacity: 1;
}

.fTopList {
  overflow: hidden;
}

.fTopList > li {
  float: left;
  width: 31%;
}

.fTopList > li:nth-child(2) {
  margin: 0 3.5%;
}

.fTopTtl {
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.footerTop .article-title {
  display: none;
}

.sameDay {
  color: #771111;
  font-weight: bold;
  font-size: 24px;
  margin-left: 5px;
}

.fTopTel {
  background: url("../images/common/fIcon01.png") no-repeat left center;
  font-size: 26px;
  margin-top: -11px;
  padding-left: 25px;
  padding-bottom: 4px;
}

.fTopLink1 {
  background: url("../images/common/fIcon02.png") no-repeat left center;
  padding-left: 30px;
}

.fTopLink2 {
  background: url("../images/common/fIcon03.png") no-repeat left center;
  padding-left: 30px;
  margin: 10px 0;
}

.fTopLink3 {
  background: url("../images/common/fIcon04.png") no-repeat left center;
  padding-left: 30px;    
}

.footerTop dl {
  overflow: hidden;
  margin-top: 30px;
}

.footerTop dt {
  float: left;
  margin-right: 20px;
}

.footerTop dd {
  float: left;
}

.fBorderBox {
  background: #F6F6F6;
  padding: 5px 10px;
  border: 1px solid #E8E8E8;
}

.freeShipping {
  font-size: 30px;
  font-weight: bold;
  line-height: 110%;
  position: relative;
  padding: 5px 0 0 60px;
}

.freeShipping::before {
  content: url("../images/common/truck.png");
  position: absolute;
  left: 0;
  top: 0;
}

.footerBtm {
  background: #1a1a1a;
  padding: 50px 0;
  border-top: 1px solid #000;
}

.footerBtm a {
  color: #D1D1D1;
}

.fMenuBox {
  position: relative;
  overflow: hidden;
}

.fMenu  {
float:left;
left:50%;
position:relative;
}

.fMenu > li {
  float: left;
  left:-50%;
  position:relative;
}

.fMenu > li:nth-child(2) {
  margin: 0 15vw;
}

.fMenuList {
  overflow: hidden;
}

.fMenuList li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  line-height: 140%;
}

.fMenuList li:last-child {
  margin-bottom: 0;
}

.fMenuList li::after {
  position: absolute;
  left: 0;
  content: url("../images/common/fArrow.png");
  transition: all .2s;
}

.fMenuList li:hover::after {
  left: .3em;
}

.fBtmLogo {
  margin: 50px auto 0;
  width: 100%;
  max-width: 234px;
}

.fBtmLogo img {
  width: 100%;
}

.copyright {
  background: #000;
  color: #fff;
  text-align: center;
  border-top: 1px solid #000;
  padding: 10px;
  letter-spacing: 0.14em;
  
}

.fCpBtn {
  text-align: center;
}

.fCpBtn a {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  text-decoration: none;
  display: block;
  border: 2px solid var(--main-color);
  padding: 20px 0 18px 0;
}

.fCpBtn a:hover {
  background: #F1FBFE;
}

.fCpBtn span {
  position: relative;
  padding-left: 45px;
}

.fCpBtn span::before {
  content: url("../images/common/fIcon05.png");
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}



@media screen and (max-width: 950px) {
  .sameDay {
    font-size: 21px;
    margin-left: 4px;
  }
}

@media screen and (max-width: 900px) {
  footer {
    margin-top: 15%;
  }
  
  .footerTop {
    padding: 40px 0;
    font-size: 13px;
  }

  .fTopList > li {
    width: 31.333%;
  }

  .fTopList > li:nth-child(2) {
    margin: 0 3%;
  }

  .sameDay {
    font-size: 18px;
    margin-left: 4px;
  }
  
  .fTopTel {
    background: url("../images/common/fIcon01.png") no-repeat left center;
    background-size: 15px auto;
    font-size: 20px;
    margin-top: -5px;
    padding-left: 18px;
    padding-bottom: 0;
  }

  .fTopLink1 {
    padding-top: 2px;
  }

  .fTopLink2 {
    padding-top: 3px;
  }

  .fTopLink3 {
    padding-top: 3px;
  }

  .footerTop dl {
    margin-top: 30px;
  }
  
  .fCpBtn a {
    font-size: 16px;
    padding: 20px 0 18px 0;
  }

  .fCpBtn span {
    position: relative;
    padding-left: 40px;
  }

  .fCpBtn span::before {
    content: url("../images/common/fIcon05.png");
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
  }  

}


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

  .footerTop {
    padding: 0;
    background: #fff;
  }
  
  .footerTop .inner {
    width: 100%;
    max-width: 100%;    
    margin: 0;
  }   

  .fTopList > li {
    float: none;
    width: 100%;
  }

  .footerTop li:first-child {

  }
  
  .fTopList > li:nth-child(2) {
    margin: 0;
  }

  .fTopTtl {
    display: none;
  }

  .sameDay {
    font-size: 20px;
    margin-left: 5px;
  }

  .fMenuBox {
    display: none;
  }

  .fBtmLogo {
    margin: 0 auto;
  }
  
  
  
  


  .footerTop .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 12px 20px 10px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    background: #f6f6f6;
  }


  .footerTop .article-title:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 42%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #cecece;
    border-right: solid 2px #cecece;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .footerTop .article-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }

  .footerTop .accordion-content {
    display: none;
    padding: 20px;    
  }
  
  .fCpBtn span {
    position: relative;
    padding-left: 45px;
  }    
  
}















