.shopkeeper__inner {
    max-width: calc(865px + 32px);
    padding: 50px 16px;
    margin:0 auto;
}

h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}

h3 {
  margin: 0 0 6px 0;
  padding: 0;
}

#policy p {
  margin-bottom: 40px;
}

.container-section {
 margin-bottom: 60px;
}
.shopkeeper-h2 {
 text-align: left;
 margin: 0 0 20px;
 padding: 0 0 0 .75em;
 border-left: 6px solid #be1d25;
 font-weight: bold;
}
.def-lst {
 margin: 0;
 padding: 0 15px;
}
.def-lst-dd {
 margin: 0;
 padding: 0 0 20px;
 border-bottom: 1px dashed #bbb;
}
.def-lst-dt {
 padding-top: 20px;
 padding-bottom: 10px;
 font-weight: bold;
}

@media (max-width: 767px) {
.container-section {
 margin-bottom: 30px;
 padding-top: 20px;
}
}

@media (max-width: 767px) {
.shopkeeper-h2 {
 padding: 0 4px;
}
.def-lst {
 padding: 0 4px;
}
}
.postage_area {
 table-layout: fixed;
 display: table;
 width: 100%;
 border-collapse: collapse;
 border: 3px solid #ccc;
}
.postage_area dl {
 display: table-row;
}
.postage_area dl:nth-child(odd) {
 background: #eee;
}
.postage_area dt, .postage_area dd {
 display: table-cell;
 font-size: 13px;
 padding: 8px 5px;
 border: 1px solid #ccc;
}
.postage_area dt {
 font-weight: 700;
}
.postage_area dt, .postage_area dd:last-child {
 width: 16%;
 text-align: center;
}
.postage_area dd span {
 display: inline-block;
 padding: 0 8px;
}
#delivery h2 {
 margin-bottom: 0;
}

#delivery h3 {
 font-weight: 700;
 margin-bottom: 10px;
}

#delivery p {
 line-height: 1.6;
}

#delivery li {
 list-style: none;
 margin-bottom: 5px;
}

.attention {
 font-size: 13px;
 padding-left: 16px;
}

.attention-mark {
 font-size: 13px;
 color: rgba(208,0,3,1.00)
}
.souryochui {
    background: #f7ffa2;
    width: 98%;
    margin: 24px auto;
    padding: 16px;
}
	.haisou {
		margin: 0;
    padding: 0 15px;
	}
	.haisou h2 {
		padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
		text-align: left;
	}
	.haisou hr {
		border-bottom: 1px dashed #bbb;
	}


/** 20200206修正追加分 **/
.bg_ttl, .haisou .bg_ttl {
    border-left: none;
    background: #be1d25;
    color: #fff;
    padding: 5px 10px;
}

.konpou_lists_area {
    border: 1px solid #888;
    border-radius: 10px;
    margin-top: 15px;
}

.konpou_list_inner {
    padding: 20px;
}

.konpou_list_inner > h3 {
    text-align: left;
    margin: 0 0 20px;
    padding: 0 0 0 .75em;
    border-left: 6px solid #be1d25;
    font-weight: bold;
}

.konpou_lists {
    display: flex;
    flex-wrap: wrap;
}

.konpou_box:nth-child(1) {
    width: 28%;
}

.konpou_box:nth-child(2) {
    width: 36%;
    margin: 0 50px;
}

.konpou_box:nth-child(3) {
    width: 20%;
}

.caption_txt {
    font-size: 14px;
    margin-top: 5px;
}

.konpou_box:not(:last-child)::after {
    content: '';
    border-top: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #be1d25;
    display: block;
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -90px;
    }

.konpou_box {
    position: relative;
}

.koupou_chuui {
    margin-top: 20px;
}
.hassou_lists {
    margin-top: 20px;
}

.hassou_box > h3 {
    background: #f7c7c9;
    padding: 5px 10px;
}

.toggle > dt {
    margin: 0 0 20px 20px;
    font-weight: bold;
    font-size: 19px;
    padding: 10px 5px;
    cursor: pointer;
}
.toggle > dt.active{
	border-bottom: 1px dashed #be1d25;
	margin-bottom: 10px;
    padding: 15px 10px;
}

.toggle > dd {
}

.hassou_box {
    margin-bottom: 40px;
}
.sav_konpou_lecture {
    margin-top: 20px;
}
.sav_konpou_lecture > .bg_ttl {
    float: none;
}
.sav_konpou_lecture .point{
	margin-top: 15px;
}
.mb10{
	margin-bottom: 10px;
}
.bold{
	font-weight: bold;
}
.f_none{
	float: none;
}
.mb0{
	margin-bottom: 0;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #F88789;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、−切り替え*/
.active .accordion_icon span:nth-of-type(1) {
	display:none;
}
.active .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#address{
  margin-top: 40px;
  margin-bottom: 30px;
}
#hassouhouhou{
 	margin-bottom: 30px;
}
.address_box {
    background: #ffe8e8;
    padding: 20px;
    margin: 15px 0 0;
}

.address_box p:first-child {
    margin-bottom: 10px;
}
.address_box dl {
    margin-bottom: 10px;
}

.address_box dl dt {
    font-weight: bold;
}

.address_box dl:last-child {
    margin-bottom: 0;
}
.tuuzyou_ttl {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    padding: 0 0 5px;
    margin-bottom: 10px;
}