/*共通*/
.mb05 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.mt50 {
    margin-top: 50px;
}
.tx-b {
    font-weight: bold;
}
.tx-l {
    font-size: 1.2em;
    line-height: 1.5em;
}
/*背景*/
/*メインヴィジュアル*/
.btob h2 {
    margin-bottom: 20px;
}
/*アンカー*/
.btob .banner {
    margin-bottom: 20px;
}
/*タイトル・共通*/
.btob h3 {
    width: 100%;
    border-bottom: solid #45847b 5px;
    font-size: 1.5em;
    font-weight: bold;
    color: #45847b;
}
.btob .contents_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btob .wrap {
    padding: 30px 30px;
}
/*カテゴリー・特集*/
.btob .category .contents_flex .item_ {
    flex-basis: 30%;
    position: relative;
    margin-bottom: 20px;
}
.btob .category .contents_flex .item_ p {
    position: absolute;
    bottom: 0;/*画像配置*/
    left: 0;
    margin: 0; /*余計な隙間を除く*/
    color: #333333;/*文字色*/
    background-color: rgba( 255,255,255, 0.55 );/*背景色*/
    /*font-size: 15px;*/
    line-height: 1.3;/*行高*/
    padding: 5px 10px;/*文字周りの余白*/
    width: 100%;
}
.btob .category .wrap .item_ p span {
    font-size: 1.2em;
    font-weight: bold;
}
.btob .category .wrap .item_ img {
    width: 100%;
}
.btob .category .wrap .item_ .ribbon-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.btob .category .wrap .item_ .ribbon {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    right: -24px;
    top: 16px;
    width: 160px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 16px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 0 0 0 2px #ff0000;
}
/*おすすめショップ*/
.btob .osusume .contents_flex .shop_ {
    flex-basis: 30%;
    border: solid 2px #c3c3c3;
    padding: 10px;
    margin-bottom: 20px;
}
.btob .osusume .contents_flex .shop_ dl {
    /*font-size: 15px;*/
    line-height: 1.5;/*行高*/
    padding: 5px 10px;/*文字周りの余白*/
    text-align: center;
}
.btob .osusume .wrap .shop_ dl dt {
    margin-bottom: 10px;
}
.btob .osusume .wrap .shop_ dl dt span {
    font-size: 1.4em;
    font-weight: bold;
}
.btob .osusume .wrap .shop_ img {
    width: 100%;
}
/*注文について*/
.orderinfo h3 {
    padding-bottom: 10px;
    margin: 30px 0;
    font-size: 1.5em;
    width: 100%;
    border-bottom: solid #45847b 5px;
    font-weight: bold;
    color: #45847b;
}
.orderinfo a {
    color: #006666;
    text-decoration: underline;
}
.orderinfo .wrap_01, .orderinfo .wrap_02 {
    padding: 20px 30px;
}
.orderinfo .wrap_01 {
    background-color: #fffff4;
}
.orderinfo .wrap_02 {
    background-color: #f5f5e1;
}
.orderinfo .contents_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.orderinfo .contents_flex .text_ {
    flex-basis: 47%;
    padding: 10px;
}
.orderinfo .text_ dl {
    line-height: 1.5;/*行高は1に*/
}
.orderinfo .text_ dl dt {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid #919191 1px;
    margin-bottom: 10px;
    text-align: center;
}
.orderinfo .text_ dl dd {
    text-align: left;
}
.orderinfo .text_ dl .pd15 {
    padding: 15px 0;
}
.orderinfo .table2_ {
    background: #fff none repeat scroll 0 0;
    color: #404040;
    margin: 10px auto 20px;
    width: 95%;
}
.orderinfo .table2_ th, .table2_ td {
    border: 1px solid #ccc;
    padding: 5px;
}
.orderinfo .table2_ th {
    background: #f5f5e1;
    font-weight: bold;
}
/*業務用クロネコ掛け払いページ--------------/*/
.btob_kuroneko {
	font-size: 1.5em;
	line-height: 1.7;
}
.btob_kuroneko .section_02 p,
.btob_kuroneko .section_03 {
	font-size: 0.9em;
	line-height: 1.5;
}
.btob_kuroneko h3 {
    border-bottom: solid #a9a9a9 5px;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin: 50px 0 30px;
    width: 100%;
}
.btob_kuroneko a {
    color: #006666;
    text-decoration: underline;
}
.btob_kuroneko .contents_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.btob_kuroneko .tx {
   /* font-size: 1.5em;*/
    text-align: center;
    margin-bottom: 30px;
}
.btob_kuroneko .wrap {
    padding: 20px 50px 10px;
    text-align: center;
}
.btob_kuroneko .section_01 .wrap .contents_flex {
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btob_kuroneko .section_01 .wrap .contents_flex .column {
    flex-basis: 30%;
    text-align: center;
}
.btob_kuroneko .section_01 .wrap .contents_flex .column li {
    padding-bottom: 20px;
}

.btob_kuroneko .section_03 table {
  border-collapse: collapse;
  border: solid 1px #333333;/*表全体を線で囲う*/
	margin: 10px auto;
}
.btob_kuroneko .section_03 table th{
	background: #f3f3f3;
	/*color:0946a0; */
	text-align: left;
	padding: 10px;
}
.btob_kuroneko .section_03 table th, table td {
  border: solid 1px #333333;/**/
  padding: 10px;
  text-align: left;
}

/*.btob_kuroneko .section_03 dl {
    background-color: #f3f3f3;
    padding: 20px;
    margin: 30px auto;
    width: 80%;
}
.btob_kuroneko .section_03 dl dt, .btob_kuroneko .section_03 dl dd {
    text-align: left;
}*/
.btob_kuroneko .section_04 .wrap .step_ ul {
    padding: 0.5em 1em;
    margin: 1em auto;
    background: #FFF;
    border: solid 3px #47679c;/*線*/
    border-radius: 10px;/*角の丸み*/
    width: 90%;
}
.btob_kuroneko .section_04 .wrap .step_ ul li {
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
}
.btob_kuroneko .section_04 .wrap .step_ ul .step_tx {
    width: 80%;
    padding-left: 20px;
    text-align: left;
}
.btob_kuroneko .section_04 .wrap .step_:after {
    content: url( "../../img/event/btob/yajirusi.jpg");
    padding: 10px;
}
.btob_kuroneko .section_04 .wrap .step_:last-child::after {
    content: none;
}
.btob_kuroneko .section_05 .wrap .contents_flex {
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}
.btob_kuroneko .section_05 .wrap .contents_flex ul li {
    padding: 10px;
}
.btob_kuroneko .section_05 .wrap p {
    text-align: left;
    margin: 50px auto 0;
}
.btob_kuroneko .section_05 .wrap .contents_flex, .btob_kuroneko .section_05 .wrap p {
    width: 90%;
}
.btob_kuroneko .section_05 .btn {
    display: inline-block;
    /*font-size: 1.5em;*/
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 3px;
    transition: .4s;
}
.btob_kuroneko .section_05 .btn{
    color: white;
}
.btob_kuroneko .section_05 .org {
    background: #ff9c20;
}
.btob_kuroneko .section_05 .org:hover {
    color: #ff9c20;
	background: #FFFFFF;
    border: solid 2px #ff9c20;
}
.btob_kuroneko .section_05 .green {
    background: #008974;
}
.btob_kuroneko .section_05 .green:hover {
	color: #008974;
	background: #FFFFFF;
    border: solid 2px #008974;
}

/*スマホ/////////////////////////////////////////////////*/
@media screen and (max-width: 640px) {
/*業務用【スマホ】*/
.btob .wrap, .orderinfo .wrap_01, .orderinfo .wrap_02 {
    padding: 30px 20px;
}
.btob .contents_flex, .orderinfo .contents_flex {
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btob .category .contents_flex .item_ {
    flex-basis: 48%;
    position: relative;
    margin-bottom: 20px;
}
.btob .category .contents_flex .item_ p {
    position: static;
    color: #333333;/*文字色*/
    line-height: 1;/*行高*/
    padding: 5px 10px;/*文字周りの余白*/
}
.btob .category .wrap .item_ .ribbon-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.btob .category .wrap .item_ .ribbon {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    right: -24px;
    top: 16px;
    width: 160px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    background: #ff0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 0 0 0 2px #ff0000;
}
.btob .osusume .contents_flex .shop_, .orderinfo .contents_flex .text_ {
    flex-basis: 100%;
}
.btob h3 {
    text-align: left;
    border-bottom: solid #45847b 3px;
}
.btob h3 img {
    width: 70%;
}
.orderinfo .table2_ th {
    width: 44%;
}
.orderinfo .text_ dl .pd15 {
    padding: 0;
}
/*業務用クロネコ掛け払いページ【スマホ】--------------/*/
.btob_kuroneko h3 {
    border-bottom: solid #a9a9a9 3px;
    font-size: 1.4em;
    padding-bottom: 5px;
    margin: 20px 0 10px;
}
.btob_kuroneko .tx {
    font-size: 1em;
    margin: 10px;
    text-align: left;
}
.btob_kuroneko .wrap {
    padding: 10px 10px 10px;
    text-align: center;
}
.btob_kuroneko .section_01 .wrap .contents_flex {
    margin-bottom: 10px;
}
.btob_kuroneko .section_01 .wrap .contents_flex .column {
    flex-basis: 100%;
}
.btob_kuroneko .section_01 .wrap .contents_flex .column li {
    padding-bottom: 10px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.5;
    vertical-align: middle;
    width: 25%;
}
.btob_kuroneko .section_01 .wrap .contents_flex ul li:last-child {
    width: 70%;
    text-align: left;
    padding-left: 10px;
}
.btob_kuroneko .section_03 table th{
	width: 30%;
}
/*.btob_kuroneko .section_03 dl {
    background-color: #f3f3f3;
    padding: 10px;
    margin: 10px auto;
    width: 100%;
}*/
.btob_kuroneko .section_04 .wrap .step_ ul {
    width: 100%;
}
.btob_kuroneko .section_04 .wrap .step_ ul li {
    padding: 10px 0;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.btob_kuroneko .section_04 .wrap .step_ ul .step_tx {
    width: 100%;
    padding-left: 0;
}
.btob_kuroneko .section_05 .wrap .contents_flex, .btob_kuroneko .section_05 .wrap p {
    width: 100%;
}
}
.btob * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btob_kuroneko * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
