/* 利用規約 */
.agreebox .agreeTitle{
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.agreebox .agreeBody{
    margin-left: 20px;
    margin-bottom: 30px;
}


/* フロート */
.floatR {
    float: right;
    margin-left: 20px;
}
.floatC{
    display: block;
    margin: auto;
}
.floatL {
    float: left;
    margin-right: 20px;
}

/* 税金テーブル */
.tax_table{
    width: 85%;
    margin: 30px auto;
}
.tax_table th,
.tax_table td{
    border: 1px solid #ccc;
    padding: 10px;
}
.tax_table th{
    font-weight: bold;
    background: #ddd;
}

/* 背景色 */
.tbl-sky th{
    background: #bddfff;
}
.tbl-pink th{
    background: #ffbdc6;
}
.tbl-green th{
    background: #d3ffcd;
}
/* 幅指定 */
.w100{
    width: 100px;
}
.w150{
    width: 150px;
}
.w320{
    width: 320px;
}

/* 画像の中央寄せ */
.bl{
    display: block;
}
.mauto{
    margin: auto;
}

/* 買い物手順 */
table[class^="tracking_tbl"] th,
table[class^="tracking_tbl"] td{
    border: none;
}
/* 配送手順 */
.flowTable1{
    margin: 20px auto;
    width: 90%;
}
.flowTable1 .title{
    color: #333;
    display: block;
    font-size: 15px;
}
.flowTable1 .title span{
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    background: #ff882d;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
}
.flowTable1 .body2{
    border: 2px solid #ff882d;
    background: #fff9d9;
    padding: 7px;
    border-radius: 0px 5px 5px 5px;
}
.flowTable1 .body2 a{
    width: calc(33.3% - 18px);
    display: inline-block;
    /* height: 100%; */
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin: 7px;
    line-height: 0;
}
.flowTable1 .body2 a::before{
    content: "\f00e";
    font-size: 30px;
    font-weight: normal;
    font-family: FontAwesome;
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    margin: 25px 10px;
    line-height: 0;
    display: block;
}
.flowTable1 .body2 img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
}

/* サイトマップ・商品カテゴリー */
#mapTable ul{
    margin: 15px;
}
#mapTable li.parentMenu {
    display: block;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    font-weight: bold;
}
#mapTable li.parentMenu:first-child{
    border-top: none;
}
#mapTable li.childMenu {
    display: inline-block;
    margin: 0px 15px 15px;
    padding-left: 15px;
    font-size: 15px;
    position: relative;
}
#mapTable li.childMenu::before{
    content: "";
    border: 5px solid transparent;
    border-left: 5px solid #203281;
    margin-right: 15px;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

/* 特定商法取引表示 */
#companyInfo1{
    width: 740px;
    height: 413px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url("/img/images/company_pc1.png");
    background-size: contain;
    line-height: 0;
}
#companyInfo2{
    width: 740px;
    height: 390px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url("/img/images/company_pc2.png");
    background-size: contain;
    line-height: 0;
}
#companyInfo3{
    width: 740px;
    height: 541px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url("/img/images/company_pc3.png");
    background-size: contain;
    line-height: 0;
}

/* お荷物の追跡情報ページ */
.trackingBtn{
    margin: 20px auto;
}
.trackingBtn li{
    width: calc(20% - 15px);
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 3px;
    border: 1px solid #333;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
}
.trackingBtn li:first-child{
    border-color: #1a8ee7;
    background-image:url("/img/tracking/flow1.png");
}
.trackingBtn li:first-child a .corner{
    color: #fff;
    background-color: #1a8ee7;
}
.trackingBtn li:first-child a .btnTitle{
    color: #1a8ee7;
}
.trackingBtn li:nth-child(2){
    border-color: #1a8ee7;
    background-image:url("/img/tracking/flow2.png");
}
.trackingBtn li:nth-child(2) a .corner{
    color: #fff;
    background-color: #1a8ee7;
}
.trackingBtn li:nth-child(2) a .btnTitle{
    color: #1a8ee7;
}
.trackingBtn li:nth-child(3){
    border-color: #1a8ee7;
    background-image:url("/img/tracking/flow3.png");
}
.trackingBtn li:nth-child(3) a .corner{
    color: #fff;
    background-color: #1a8ee7;
}
.trackingBtn li:nth-child(3) a .btnTitle{
    color: #1a8ee7;
}
.trackingBtn li:nth-child(4){
    border-color: #f53838;
    background-image:url("/img/tracking/flow4.png");
}
.trackingBtn li:nth-child(4) a .corner{
    color: #fff;
    background-color: #f53838;
}
.trackingBtn li:nth-child(4) a .btnTitle{
    color: #f53838;
}
.trackingBtn li:nth-child(5){
    border-color: #f53838;
    background-image:url("/img/tracking/flow5.png");
}
.trackingBtn li:nth-child(5) a .corner{
    color: #fff;
    background-color: #f53838;
}
.trackingBtn li:nth-child(5) a .btnTitle{
    color: #f53838;
}
.trackingBtn li a img.allow{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    z-index: 2;
    margin: auto;
}
.trackingBtn li a{
    text-decoration: none;
    display: block;
}
.trackingBtn li a:hover{
    opacity: 0.5;
}
.trackingBtn li a .corner{
    background: #333;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    margin: -1px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.trackingBtn li a .btnTitle{
    padding-top: 80px;
    text-align: center;
    font-weight: bold;
}

/* お荷物の追跡情報ページ > テーブル表 */
.flowArea .tracking{
    margin: 30px auto;
}
.flowArea .tracking td{
    text-align: center;
    border: none !important;
}
.flowArea .tracking td img{
    width: 100%;
    height: auto;
}
.flowArrow2{
    margin: 20px auto;
}
.flowArrow2 td{
    padding: 5px 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    border: none !important;
}
/* お荷物の追跡ページ > 三角矢印 */
.tracking_arrow{
    border: 40px solid transparent;
    border-top: 35px solid #555;
    height: 0px;
    width: 0px;
    display: block;
    margin: 20px auto -40px;
}
/* よくある質問 */
#faqMenu{
    padding: 20px;
    margin: 20px auto;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    background: #fff4f4;
    border: 1px solid #f6979b;
    border-radius: 10px;
}
#faqMenu li{
    border-bottom: 1px solid #f6979b;
    padding: 4px 14px;
    font-size: 15px;
    margin: 5px;
    width: calc(50% - 39px);
    vertical-align: top;
}