﻿@charset "UTF-8";
/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}


/*----------------------------------------
	main-contents
----------------------------------------*/
.guidemain-contents {
  margin-top: 0px;
}
@media screen and (min-width: 992px),print {
  .guidemain-contents {
    margin-top: 10px;
  }
}


/*----------------------------------------
	container
----------------------------------------*/
.guidemain-contents {
  max-width: 1120px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}


/*----------------------------------------
	テキストスタイル
----------------------------------------*/

/*基本テキストスタイル*/
body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
}

div.guicontainer ol,div.guicontainer li{
    margin-bottom: 15px;
    list-style: none;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

/*ボタンベース
-----------------------------------*/
/*a,button,inputなどに適用される予定なのでベースの表示・挙動が同一になるように調整*/
.button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  border: 2px solid transparent;
  font-family: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}

/*ボタンサイズ
-----------------------------------*/
/*大サイズ*/
.button--lg {
  max-width: 400px;
  padding: 20px;
  font-size: 18px;
}
/*中サイズ*/
.button--md {
  max-width: 300px;
  padding: 20px;
  font-size: 16px;
}
/*小サイズ*/
.button--sm {
  width: auto;
  min-width: 150px;
  padding: 10px;
  font-size: 14px;
}

/*ボタン種類
-----------------------------------*/
/*標準*/
.guicontainer a.button--default {
  background: #5f3f1c;
  color: #fff;
  text-decoration: none;
}


/*.guicontainer .button--default a:hover {
  color: #fc0065;

     color: #5f3f1c;
  text-decoration: none;
}*/

.button--default:hover,
.button--default:focus {
  opacity: 0.7;
  color: #fff;
}

/*枠線*/
.button--outline {
  border: 2px solid #5f3f1c;
  background: #fff;
  color: #333;
}
.button--outline:hover,
.button--outlien:focus {
  background: #e8d3ca;
  color: #333;
}

/*透過*/
.button--ghost {
  border: 2px solid #fff;
  color: #fff;
}
.button--ghost:hover,
.button--ghost:focus {
  background: rgba(255,255,255,0.3);
  color: #fff;
}

/*Action*/
.button--action {
  background: #d83473;
  color: #fff;
}
.button--action:hover,
.button--action:focus {
  opacity: 0.7;
  color: #fff;
}

/*Disabled*/
.button--disabled, /*a要素などdisabled属性を持たない要素をdisabled表示にする場合*/
.button[disabled] {
  background: #ccc;
  color: #fff;
  opacity: 1;
  cursor: default;
}

/*ボタンレイアウト
-----------------------------------*/
.button-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-center .button:not(:first-child){
  margin-top: 20px;
}
@media screen and (min-width:768px),print {
  .button-center {
    flex-direction: row;
    justify-content: center;
  }
  .button-center .button:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
}




/*----------------------------------------
	見出し
----------------------------------------*/
/*日本語メイン*/

.head_title{
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding-left: calc(50vw - 50%);
      padding-right: calc(50vw - 50%);
      border: 0;
      color: #fff;
      background-color: #fffaf0;
}

.head_guide{
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    text-align: center;
    background-size: auto;
    background-position: bottom center;
    background-image: url(../img/common/icon_fork.png);
    background-repeat: no-repeat;
    background-position:bottom 15px;
    position: relative;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.head_guide_titile{
    font-size: 2.375rem;
    color: #000000;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding-top: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h2.head_guide_titile:after{
  box-sizing: border-box;
}

h3.tit_ver3-1{
    font-size:1.3rem;
    font-weight: bold;
    padding:5px 0 5px 0;
}
h3.tit_ver3-2{
    margin: 30px 0 10px 0;
    font-weight: bold;
}
h3.tit_ver3-3{
    margin-top: 30px;
    border-left: 7px solid #c8141d;
    border-bottom: 2px solid #BAB3B3;
    padding: 10px 10px 10px 15px;
    font-size: 1.3em;
    text-align: left;
}
h3.tit_ver3-4{
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 20px auto;
    padding: 10px 0 10px 25px;
    background: #f5f5f5;
    border-left: 3px solid #c8141d;
}

h4.tit_ver4-1{
    font-size:1.1rem;
    font-weight: bold;
    padding:3px 0 3px 0;
    margin-top: 10px;
}


@media screen and (max-width: 768px),print {
  h2.head_guide_titile {
    font-size: 2em;
  }
}





/*----------------------------------------
	本文
----------------------------------------*/

div.question a {
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* --よくある質問--*/
div.question {
    display: block;
    background: #fff;
    border: 1px solid #999;
    margin: 10px 0;
    cursor: pointer;
    width: 100%;
    height: auto;
}
.button.active {
    background: url(../img/common/after_btn.png) no-repeat right top;
}
.button {
    background: url(../img/common/before_btn.png) no-repeat;
}
div.question .button{
    line-height: 30px;
    display: block;
    margin: 20px 10px 10px 18px;
    background-position:right 20px top;
    height: auto;
}

div.question span {
    color: red;
    margin-right: 10px;
}
div.main_fag{
    margin: 40px 0;
    font-size: 18px;
}
div.main_fag h4{
    font-size: 110%;
    text-align: left;
}
div.main_fag .question p {
    margin: 0 20px;
    padding-bottom: 20px;
    line-height: 26px;
}

ul.index_qu {
    margin: 0 auto 10px;
    padding: 10px;
    line-height: 170%;
    background: #fcfbf8;
    padding: 0.5em 0.5em 0.5em 2em;
    border: 3px dotted #EE8484;
    width: 70%;
}
ul.index_qu li {
    margin-right: 25px;
    line-height: 0.5;
    padding: 0.5em 0;
    list-style-type: none!important;
    display: inline-block;
}
ul.index_qu a{
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ul.index_qu a:hover{
    color: #ff8c00;
    text-decoration: underline;
}
ul.index_qu span{
    color: #c8141d;
}
ul.ver1,ul.ver2{
    list-style: none;
}
ul.ver2{
    line-height: 1.5;
}
.right_textbox{
    text-align: right;
}
div.guicontainer dl dd{
    padding-left: 1em;
    text-indent: -1em;
    line-height: 150%;
}

@media screen and (max-width: 768px),print {
  ul.index_qu {
    margin: 0;
    padding: 0;
    padding-left:2em;
    line-height: 110%;
    width: 100%;
  }
}





/*----------------------------------------
	テーブル
----------------------------------------*/
div.guicontainer table{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #aaa;
    font-size: .875rem;
    border-collapse: collapse;
    border-spacing: 0;
}
div.guicontainer table th, div.guicontainer table td{
    text-align: center;
    vertical-align: middle;
}
div.guicontainer table tbody{
    display: table-row-group;
}
div.guicontainer table, div.guicontainer th, div.guicontainer td{
    padding: 10px;
    border: 1px solid #aaa;
    vertical-align: middle;
}
div.guicontainer td{
    vertical-align:baseline;
}
}
div.guicontainer th{
    background-color: #f5f5f5;
}
table.deli td{
    vertical-align: middle;
}

.tab-3 {
    display: flex;
    flex-wrap: wrap;
}
.PC_showta { display: block !important; }
.sp_showta { display: none !important; }

div.guicontainer .PC_showta , div.guicontainer .sp_showta{
    border:none;
}

.tab-3 table {
    width:1000px;
    border:none;
}
.tab-3 table tr th{
    font-size:1rem;
    padding:12px;
}
.tab-3 table tr td{
    font-size:1rem;
    padding:10px;
}
.tab-3 table.paidall td{
    padding: 10px 110px 10px 110px;
}
.tab-3 table.paidchild td{
    padding: 10px 110px 10px 110px;
}
table tr td.bin_tit{
    font-weight:600;
    text-align:center;
    background-color:#f5f5f5;
    padding:15px;
}
.binname{
    text-align:center;
    vertical-align: middle;
}
.PC_showta th{
    text-align:center;
}

@media screen and (max-width: 768px),print {
/*★★★*/
div.guicontainer table tokubetuarea tr, div.guicontainer table tokubetuarea th, div.guicontainer table tokubetuarea td,
div.guicontainer table tokubetuarea2 tr, div.guicontainer table tokubetuarea2 th, div.guicontainer table tokubetuarea2 td {
    display: inline;
}
div.guicontainer th, div.guicontainer td {
    display: block;
}
div.guicontainer table.table-head{
    display:none;
    }
div.guicontainer table{
    margin-top:10px;
    margin-bottom:10px;
    }

div.guicontainer table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 1.2rem;
    color:#666;
    margin-bottom: 0.2rem;
    font-weight: bold;
  }
.tab-3 table {
    width:100%;
}
    .PC_showta { display: none !important; }
    .sp_showta { display: block !important; }
  /*  
div.guicontainer .tab-3 table.sp_showta tr{
    width: 318px;
}*/
    div.guicontainer .tab-3 table.sp_showta tr{
        border: none;
    }
div.guicontainer .tab-3 table.sp_showta tr td {
        padding: 10px;
        /*width: 150px; */
        display:inline-block;
    border: 1px solid #aaa;
    }
    div.guicontainer .tab-3 table.sp_showta tr td.sp_tit{
        width:120px;
    }
    div.guicontainer .tab-3 table.sp_showta tr td.sp_tit01{
          width:200px;
    }
    div.guicontainer .tab-3 table.sp_showta tr td.sp_tit02{
        height: 109.2px;
        padding-top: 20px;
    }
div.guicontainer .tab-3 table.sp_showta tr td.bin_tit{
        width:320px;
}

}
/*----------------------------------------
	パンくず
----------------------------------------*/

nav ol.breadcrumb{
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
nav .breadcrumb li{
  display: inline;
  list-style: none;
font-size: 90%;
}

nav ol.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

nav ol.breadcrumb li:last-child:after {
  content: '';
}

nav ol.breadcrumb li a {
  text-decoration: none;
  color: #000000;/*色*/
}

nav ol.breadcrumb li a:hover {
  text-decoration: underline;
}

/*--------SP対応--------*/
@media screen and (max-width: 767px) {
nav ol.breadcrumb{
    margin: 0 0;
    background-color: #fff;
  }
}

/*----------------------------------------
	indexページ
----------------------------------------*/

.f-container {
    display: flex;
    justify-content: space-around;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f-container .f-item {
    margin-right: 20px;
    display:inline-block:
}
.card {
    margin: 30px auto;
    width: 400px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    text-align: center;
    grid-template-columns: 1fr 1fr;
}

.card-content {
    padding: 20px;
}
.card-title {
    font-size: 120%;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
    letter-spacing: 0.3em;
    font-weight: normal;
    line-height: 1.4;
    font-weight: bold;
}
.card-img{
    margin-top: 20px;
}

/*--------SP対応--------*/
@media screen and (max-width: 767px) {
.card {
    margin: 10px auto;
    max-width:200px;;
}

.f-container .f-item {
    margin: auto;
}
}






/*----------------------------------------
	商品のお届けページ
----------------------------------------*/

.dropdown{
  display:none;
}

label{
  display:block;
  padding:1em;
  /*background:gold;*/
  border-bottom:#fff 1px solid;
  letter-spacing:.05em;
  font-weight:bold;
	color:#fff;

}

label:hover{
  background:orange;
}

input[type="checkbox"]{
 display:none;
}
label[for="menu1"],label[for="menu2"],label[for="menu3"],label[for="menu4"]{
  display:block;
  background:#f68c64;
}

label[for="menu5"],label[for="menu6"],label[for="menu7"]{
  display:block;
  background:#5fc2ae;
}

label[for="menu1"]::before,label[for="menu2"]::before,label[for="menu3"]::before,label[for="menu4"]::before,
label[for="menu5"]::before,label[for="menu6"]::before,label[for="menu7"]::before{
  transform:rotate(225deg);
}
#menu1:checked + .dropdown,#menu2:checked + .dropdown,#menu3:checked + .dropdown,#menu4:checked + .dropdown,
#menu5:checked + .dropdown,#menu6:checked + .dropdown,#menu7:checked + .dropdown{
  display:block;

}

table.deli{
	border-collapse: collapse;
	width:100%;
	}

table.deli th,table.deli td{
	padding:5px;
　　　padding: 1rem;
	border:1px solid #7c7c7c;
	background-color:#fffaf0;
	background-color:#fff;
　　　vertical-align:middle;
	}


table.deli th{
	background-color:#cccccc;  /*#f0e68c*/
  position: sticky;
  top: 0;
    vertical-align:middle;
    text-align: center;
	}


.sbs{
	background-color:#fff!important;    /*#c3114b  #ffcccc*/
	text-align:center;
	color:#990000;  /* #fff */
	font-weight:bold;
    font-size:120%;
	}

.yamato{
	background-color:#fff!important;    /*#01a785  #ccffff*/
	text-align:center;
	color:#000099;    /* #fff */
	font-weight:bold;
    font-size:120%;
	}


.sbs img,.yamato img{
	width:55%;
	padding-top:10px;
	}

span.red{
	color:#c4193d;
	font-weight:bold;
	}



.kantou,.zenkoku, .zenkoku01{
	background-color:#faf0e6;
	margin:20px 0 40px;
	padding:10px;
	border:1px solid #7c7c7c;
	}
.kantou{
    margin-top:10px;
}
.kantou h3,.zenkoku h3,.zenkoku01 h3{
	color:#ffffff;
	font-weight:bold;
	font-size:130%;
	margin:10px 0;
	padding:10px 15px;

	}

.zenkoku h3{
	background-color:#f8b757;
	}
.zenkoku01 h3{
    background-color:#eb6e91;
}
.kantou h3{
	background-color:#64bfa1;
	}
.hai_eria{
    display:flex;
    width:100%;
}
.hai_eria01{
    display:block;
    padding:10px 10px 0 10px;
    width:50%;
}
.hai_eria02{
    width:45%;
}
.hosoku span{
	color:#c4193d;
	font-size:130%;
	font-weight:bold;
	background:linear-gradient(transparent 60%, #ffff00 60%);
	}

/* 230810追加 */
.eria01, .eria02, .eria03{
    padding:10px;
    margin:10px 10px 10px 10px;
    background-color:#f8b757;
    color:#fff;
    border-radius: 10px;
    width:100%;
    font-size:130%;
    font-weight: bold;
    width:100%;
}
.eria02{
    background-color:#eb6e91;
}
.eria03{
    background-color:#64bfa1;
}

    /* SP対応 */
@media screen and (max-width: 600px),print {
    .hai_eria01,.hai_eria02{
        width:100%;
    }
    .hai_eria{
        display:block;
    }
    .eria01,.eria02,.eria03{
        margin-left:0px;
    }
    .hai_eria01{
        padding-top:0;
    }
}

/* 細かい1都3県エリア部分 */
table.tokubetuarea{
	border-collapse: collapse;
/*	border:1px solid #cccccc;*/
	width:100%;
	margin-bottom:50px;
	}
table.tokubetuarea span.fix1{
	color:#fff;
}

table.tokubetuarea span.fix2{
	color:#fee4d8;
}
table.tokubetuarea th,table.tokubetuarea td{
	padding:5px 3px;
	line-height:160%;
	}

table.tokubetuarea th.prefe{
	color:#fff;
	font-weight:bold;
	background:#f68c6f;

	}

table.tokubetuarea td.city{
	font-weight:bold;
	background:#fee4d8;
	/*border-bottom:1px dotted #000;*/
	}

table.tokubetuarea td.iroha{
	font-weight:bold;
	text-align:center;
	width:10%;
	}


/* ヤマト対応 細かい1都3県エリア部分 */

table.tokubetuarea2{
	border-collapse: collapse;
/*	border:1px solid #cccccc;*/
	width:100%;
	margin-bottom:20px;
	}

table.tokubetuarea2 th,table.tokubetuarea2 td{
	padding:5px 3px;
	line-height:160%;

	}


table.tokubetuarea2 th.prefe{
	color:#fff;
	font-weight:bold;
	background:#5fc2ae;

	}

table.tokubetuarea2 td.city{
	font-weight:bold;
	background:#c9e7df;
	/*border-bottom:1px dotted #000;*/
	}

table.tokubetuarea2 td.iroha{
	font-weight:bold;
	text-align:center;
	width:10%;
	}

table.tokubetuarea2 span.fix3{
	color:#fff;
}

table.tokubetuarea2 span.fix4{
	color:#c9e7df;
}

/* sbs、ヤマト業者説明 */

div.sbs_co table,div.yamato_co table{
	border-collapse: collapse;
	border:1px solid #cccccc;
    width:100%;

	}



div.sbs_co table td.type,div.yamato_co table td.type{
	padding:10px;
	line-height:160%;
	width:15%;

	}
div.sbs_co table td,div.yamato_co table td{
    text-align: left;
}
/*
div.sbs_co table td.type span{
    background:linear-gradient(transparent 70%, #c3114b 60%);
	background:linear-gradient(transparent 70%, #f7b3c5 75%); 
	}

div.yamato_co table td.type span{
	background:linear-gradient(transparent 75%, #01a785 60%);
	background:linear-gradient(transparent 75%, #97d4c6 75%);
	}*/

div.sbs_co h4{
	margin-top:20px;
	color:#fff;
    color:#000;
	background-color:#c3114b;
    background-color:#f4f4f4;
	padding:10px;
    font-weight: bold;
	}

div.yamato_co h4{
	margin-top:20px;
	color:#fff;
    color:#000;
	background-color:#01a785;
    background-color:#f4f4f4;
	padding:10px;
    font-weight: bold;
	}

/* 便チェックボタン　*/
div.bincheck{
  	text-align: center;
	margin:70px 0 70px 0;
	/* background-color:#ebf5d0;  */
	padding:10px;

}


.btn-gradation {
  display: inline-block;
  width: 400px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 24px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #FF006E, #FFD500);
  background-image: linear-gradient(-90deg, #52bc93, #abce31);
  transition: .5s;
  background-size: 200%;
    margin-top:20px;
}

.btn-gradation:hover {
  background-position: right center;
}

div.guicontainer .deliver03-box {
  /*  border: 2px solid #0ca760; 
    padding: 5px; */
    margin: 40px 0;
}
h4.deliver03-title01{
    height: 30px;
    outline: none;
    text-decoration: none;
    display: block;
    padding: 1px 5px 1px;
    line-height: 27px;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    background: #f4f4f4;
    color: #000;
}
div.guicontainer table.responsive{
    width: 98%;
    margin: 20px auto;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    clear: both;
}

div.guicontainer table.responsive th,
div.guicontainer table.responsive td{
    padding: 10px;
    border: 1px solid #aaa;
    text-align: left;
}

div.guicontainer table.responsive thead th{
    background-color: #f4f4f4;
}
.rink_li{
    text-decoration:underline;
}


@media screen and (max-width: 600px){
.btn-gradation{
    width:100%;
    }
.sbs img,.yamato img{
	width:15%;
	padding-top:0px;
	}

#content.delivery td.fix1,#content.delivery td span.fix2,#content.delivery td span.fix3,#content.delivery td span.fix4{
    display: none;
}

div.sbs_co table td.type,div.yamato_co table td.type{

	width:100%;
    text-align: center;
    font-weight: bold;
	}
table.tokubetuarea td.iroha{
	width:auto;
	}
.delivery tr.heading {
    display: none;
}


table.deli td {
    display: block!important;
  }
  table.deli td::before {
    content: attr(data-label);
    font-size: 1rem;
    font-weight:bold;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
    table.deli .heading{
        display: none;
    }

div.guicontainer table.responsive{
        width:100%;
    }
div.guicontainer table.responsive th,
div.guicontainer table.responsive td{
    display: block;
    width: 100%;
    border-bottom:none;
  }
div.guicontainer table.responsive tr:last-child{
    border-bottom: solid 1px #ccc;
  }
div.guicontainer table.responsive thead{
    display:none;
    }
div.guicontainer table.responsive td:before{
    content: attr(data-title) " ";
    font-weight:bold;
    color: #999;
    display: inline;
    color:#000000;

  }
div.guicontainer table.responsive .sp-bg{
    background-color: #d3dfbf;
    }
table.tokubetuarea2,table.dropdowm{
    padding:0;

}
div.guicontainer dropdowm td{
    display: table;
    }

}


/*-------------------------------
終売案内方法変更
-------------------------------*/
.PC { display: block !important; }
.sp { display: none !important; }

.product_tit{
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 20px auto;
    padding: 10px 0 10px 25px;
    background: #f5f5f5;
}
.product_box{
    padding-left:20px;
    padding-bottom:20px;
}
.m_bottom {
    margin-bottom: 3%;
}
.underline {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
} 

@media screen and (max-width: 767px) {
	.PC { display: none !important; }
	.sp { display: block !important; }
    
    .product_box{
    padding-left:0px;
    }
    
}

/*---------------------------------
サイトマップ用
---------------------------------*/
div.cover {
    display: table;
    border-spacing: 1em 3px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

div.cover div.box1,div.box2 {
    display: table-cell;
    width: 50%;
}

#sitemap ul li ul li {
    color: #333;
    font-weight: bold;
    margin: 5px 0 0 0px;
    color: #555555;
    border-bottom: 1px dotted #444444;
    padding: 5px 0 5px 15px;
    list-style-type: none;
}

#sitemap ul {
    padding: 0;
}

#sitemap ul li {
    list-style: none;
    color: #333;
    font-weight: bold;
    margin: 15px 0 0 30px;
 /*   padding: 0 0 5px 3px; */
    list-style-type: square;
}
#sitemap li ::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

@media screen and (max-width: 600px),print {
 div.cover div.box1,div.box2 {
    display: block;
    width: 100%;
}
}