h2.h2label{
    position: relative;
    margin: 20px 0 0 0;
    padding: 10px 10px 10px 45px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #f6979b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}
h2.h2label::before {
    content: url(/img/bg/headline_bg.png);
    position: absolute;
    left: 10px;
    margin: auto;
    width: 7px;
    height: 0;
    line-height: 0;
}
h3.h3label{
    position: relative;
    margin-bottom: 10px;
    padding: 13px;
    color: #420;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #bbb;
    border-top: 3px solid #f6979b;
    background: #fff;
    border-radius: 5px;
}
h4 {
    color: #e84148;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    background: #ffdcdc;
    padding: 10px 16px;
    margin: 30px auto 10px;
    text-align: left;
    border-radius: 5px;
    position: relative;
}
h4::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -17px;
    border: 10px solid transparent;
    border-top: 10px solid #ffdcdc;
}
h5 {
    color: #e84148;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 7px 10px;
    border-bottom: 2px dashed #ffdcdc;
    margin: 15px auto;
}
section img{
    max-width: 100%;
    height: auto;
}

/* flow.php */
.flowBtn{
    display: flex;
    flex-wrap: nowrap;
    margin: 10px;
}
.flowBtn li{
    width: 25%;
    margin: 10px;
    border-radius: 5px;
}
.flowBtn li a{
    border: 1px solid #66c0f5;
    text-decoration: none;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 140px;
}
.flowBtn li a:hover{
    border-color: #f6979b;
    opacity: .75;
}
.flowBtn li a:hover .corner{
    background-color: #f6979b;
}
.flowBtn li:nth-child(1) a{
    background-image: url(/img/bg/flow1.png);
}
.flowBtn li:nth-child(2) a{
    background-image: url(/img/bg/flow2.png);
}
.flowBtn li:nth-child(3) a{
    background-image: url(/img/bg/flow3.png);
}
.flowBtn li:nth-child(4) a{
    background-image: url(/img/bg/flow4.png);
}
.flowBtn li a .corner{
    color: #fff;
    background: #66c0f5;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    margin: -10px;
    font-size: 15px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
}
.flowBtn li a .btnTitle{
    text-align: center;
    font-weight: 700;
    padding: 5px 5px 5px 55px;
}

/* .flowTable1 */
.flowTable1{
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
} 
.flowTable1 li{
    border: 1px solid #6ebfee;
    padding: 0px;
    margin: 15px 10px;
    border-radius: 5px;
    display: block;
    background: #fff;
}
.flowTable1 li .title{
    background: #66c7ff;
    color: #fff;
    padding: 7px 15px;
    margin: -1px;
    display: block;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
}
.flowTable1 li .body{
    padding: 10px;
    text-align: center;
}
.flowTable1 li .body img{
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    border: 1px solid #ccc;
}
.flowTable1 li .body a{
    position: relative;
    display: block;
}
.flowTable1 li .body a::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: -1px;
    top: 0;
    margin: 0px;
    background: #777;
    padding: 7px;
    box-sizing: border-box;
    background-image: url(/img/fa-glass-plus-wh.svg);
    background-repeat: no-repeat;
    background-size: 69%;
    background-position: 50% 50%;
}
.flowArrow{
    width: 100%;
    height: 54px;
    margin: 0;
    position: relative;
    color: #f6979b;
    text-align: center;
}
.flowArrow::after{
    content: "";
    border: 60px solid transparent;
    border-top: 40px solid #f6979b;
    width: 0;
    height: 0px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}


/* 荷物の梱包例 */
.shipping_box{
    margin: 20px auto;
    width: 90%;
}
.shipping_box .title{
    color: #fff;
    background: #2db2ff;
    padding: 5px 10px;
    display: block;
    font-size: 13px;
    width: 60%;
    border-radius: 3px 3px 0 0;
}
.shipping_box .title span{
    font-size: 17px;
    font-weight: 700;
    margin-right: 10px;
}
.shipping_box .body {
    border: 2px solid #2db2ff;
    background: #fff9d9;
    padding: 7px;
    border-radius: 0px 5px 5px 5px;
}
.shipping_box .body a{
    width: calc(33.3% - 18px);
    display: inline-block;
    /* height: 100%; */
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin: 7px;
    line-height: 0;
    border: 1px solid #ccc;
}
.shipping_box .body a::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: -1px;
    top: 0;
    margin: 0px;
    background: #777;
    padding: 7px;
    box-sizing: border-box;
    background-image: url(/img/fa-glass-plus-wh.svg);
    background-repeat: no-repeat;
    background-size: 69%;
    background-position: 50% 50%;
}
.shipping_box .body a img{
    width: 100%;
    height: auto;
}

/* 3column */
.col3{
    display: flex;
}
.col3 li{
    width: 33%;
}
.col3 li a{
    display: block;
}