.c5-camp .s5-storeLinks{
	background: #ffffff !important;
	/*border: 1px solid #f3f4f6 !important;*/
	padding: 0px !important;
	margin: 25px 0 0 0 !important;
}

.c5-fw--bold {
    font-weight: bold;
}

/**********
.c5-information--box
**********/

.c5-information--box {
    /*color: #83838f;*/
    display: table;
    width: 100%;
    margin: 20px 0;
    /*background-color: #f5f5f5;*/
    /*padding: 10px 0px 20px 0;*/
}

.c5-info-importantBox {
    border: solid 1px #f5f5f5;
    padding: 10px;
    font-weight: bold;
}

.c5-information--box .s5-list {
    padding: 0;
    padding-bottom: 20px;
}

.c5-information--box h3 {
    padding-left: 35px;
    /*width: 100%;*/
}

.c5-information--box .c5-information--box--list {
    padding: 0 45px;
    padding-bottom: -10px;
}

.c5-information--box .c5-information--box--list li {
    margin-top: 10px;
}

.c5-information--dl {
    display: table;
    margin: 0;
    /*padding: 0 35px;*/
}

.c5-information--dl dt {
    display: table-cell;
    vertical-align: top;
    min-width: 160px;
    padding-right: 10px;
    border-right: solid 1px #2f353d;
}

.c5-information--dl dd {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.c5-information--caution {
    padding-left: 180px;
    padding-right: 20px;
}

.c5-information--close {
    background-color: #f3f4f6;
    padding: 15px;
    margin: 15px 25px 25px 25px;
}

@media screen and (max-width: 639px) {
    .c5-information--box h3 {
        padding-left: 20px;
    }
    .c5-information--box .c5-information--box--list {
        padding: 0 30px;
    }
    .c5-information--dl {
        display: table;
        margin: 0;
        /*padding: 0 20px 10px 20px;*/
    }
    .c5-information--dl dt {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }
    .c5-information--dl dd {
        display: block;
        padding: 5px 0 0 0;
        margin: 0;
    }
    .c5-information--caution {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c5-information--title {
    cursor: pointer;
}




/**********
.c5-titleSidebtn
**********/


  @media screen and (max-width: 1160px){
    .s5-header2__utils3 ul {
        display: block !important;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 93%;
    }
  }

  .s5-header2__utils3 li {
    display: block;
    white-space: nowrap;
    margin: 0 1% 1% 0;
}

@media screen and (max-width: 1160px){
  .s5-header2__utils3 ul {
      display: block !important;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 93%;
  }
}

.s5-header2__utils3 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}



.c5-titleSidebtn{
    display: table;
    width: 100%;
    margin-bottom: 17px;
}
.c5-titleSidebtn .s5-header2__heading{
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.c5-titleSidebtn .s5-header2__utils3{
    display: table-cell;
    width: 200px;
    text-align: right;
    float: none;
    vertical-align: middle;
}
.c5-titleSidebtn .s5-header2__utils3 ul{
    display: block;
}
.c5-titleSidebtn .s5-header2__utils3 li{
    display: inline-block;
}
.c5-titleSidebtn .s5-header2__utils3 li:last-child,
.c5-titleSidebtn .s5-header2__utils3 li .s5-button:last-child{
    margin-right: 0;
}
@media screen and (max-width: 1200px){
        .c5-titleSidebtn{
            /*display: table;*/
            display: block;
            /*width: 100%;*/
            /*margin-bottom: 17px;*/
        }
        .c5-titleSidebtn .s5-header2__heading{
            /*display: table-cell;*/
            display: block;
            /*float: none;*/
            /*vertical-align: middle;*/
        }
        .c5-titleSidebtn .s5-header2__utils3{
            /*display: table-cell;*/
            display: block;
            text-align: left;
            /*text-align: right;*/
            /*float: none;*/
            /*vertical-align: middle;*/
            margin: 0;
            padding: 0;
        }
        .c5-titleSidebtn .s5-header2__utils3 ul{
            display: block;
        }
        .c5-titleSidebtn .s5-header2__utils3 li{
            display: inline-block;
        }
        .c5-titleSidebtn .s5-header2__utils3 li:last-child,
        .c5-titleSidebtn .s5-header2__utils3 li .s5-button:last-child{
            margin-right: 0;
        }
}



span.c5-label {
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.2;
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 5px 1px;
}

span.c5-label.c5-label--yuryo {
    background: #f26b88;
}
span.c5-label.c5-label--muryo {
    background: #50d180;;
}

