body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
}


.top-header {
    background-color: #E65100;
}

.top-header .nav-link:focus, .top-header .nav-link:hover {
    color: #fff;
    outline: 0;
    background-color: #EF6C00;
}

a {
    color: #E65100;
}

a:hover {
    color: #EF6C00;
    outline: none;
    text-decoration: none;
}

.copyright a {
    color: #CCC;
}

.title {
    border-bottom: 3px solid #FFE0B2;
}

.title>span {
    border-bottom: 3px solid #EF6C00;
}

.top-header .show>.dropdown-toggle {
    background-color: #EF6C00;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #FFF3E0;
}

.middle-header .nav-link:focus, .middle-header .nav-link:hover {
    color: #E65100;
}

.form-group.input_name input {
    display: inline-block;
    width: 48%;
}

.form-group.input_zip .question-circle {
    font-size: 11px;
    display: none;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    background: #525263;
    border-radius: 50%;
}

.input_zip a {    
    padding-left: 10px;
    padding-right: 10px;
}

span.required {
    color: #DE5D50;
    font-weight: normal !important;
    margin-left: 1em;
    font-size: 12px;
}

.checkbox {
    margin-top: 20px;
}

.card-product {
    border-color: #EEEEEE;
}

.card-product:hover, .hover-style:hover {
    border-color: #E65100 !important;
    /*-webkit-box-shadow: 0 0 0 0.2rem rgba(239,108,0,.25);
    box-shadow: 0 0 0 0.2rem rgba(239,108,0,.25);*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-theme {
    color: #E65100;
    border-color: #E65100;
}

.btn-theme {
    color: #fff;
    background-color: #E65100;
    border-color: #E65100;
}

.btn-theme:hover {
    color: #fff;
    background-color: #EF6C00;
    border-color: #EF6C00;
}

.btn-outline-theme:hover {
    color: #fff;
    background-color: #E65100;
    border-color: #E65100;
}

.btn-theme:not(:disabled):not(.disabled).active, .btn-theme:not(:disabled):not(.disabled):active, .show>.btn-theme.dropdown-toggle {
    color: #fff;
    background-color: #E65100;
    border-color: #E65100;
}

.btn-theme:not(:disabled):not(.disabled).active:focus, .btn-theme:not(:disabled):not(.disabled):active:focus, .show>.btn-theme.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(239,108,0,.25);
    box-shadow: 0 0 0 0.2rem rgba(239,108,0,.25);
}

.card-product .action .btn-outline-theme:hover {
    color: #EF6C00;
}

#footer_guide .in {
    padding: 10px 20px 30px;
    margin-bottom: 10px;
    text-align: left;
}

#footer_guide h3, #footer_guide p {
    margin-bottom: 10px;
}

#footer_guide h3 {
    font-size: 1.0rem;
    color: #EEE;
    font-weight: 500;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 7px;
}

#footer_guide table thead th {
    background: #495057;
    text-align: center;
    padding: 8px 0;
}
#footer_guide table td, #footer_guide table th {
    padding: 8px 10px;
    border: #ccc solid 1px;
    line-height: 1;
}

.copyright ul {
    text-align: center;
    margin: 0 auto 25px;
    padding-top: 30px;
    padding-left: 0px;
}

.copyright ul li {
    margin: 0 5px;
    display: inline-block;
}

.breadcrumb-container {
    background-color: #FFF;
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: #FFF;
}

ol.breadcrumb {
    padding: 0px 0px ;
}

.search_inner {
    display:flex
}

.search_inner .form-control {
    height: auto !important;
    border-radius: 0;
}

.custom-select:focus, .form-control:focus {
    border-color: #E65100 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group .form-control {
    width: auto;
}

.form-control.address {
    width: 30% !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

.wizard li {
    font-size: 0.8rem;
}

.wizard li.active::before {
    -webkit-box-shadow: 0 0 0 12px #EF6C00 inset, 0 0 0 0.5rem rgba(239,108,0,.25);
    box-shadow: 0 0 0 12px #EF6C00 inset, 0 0 0 0.5rem rgba(239,108,0,.25);
}

.wizard li.active::after, .wizard li.done::after {
    background-color: #EF6C00;
}

.wizard li.done::before {
    box-shadow: 0 0 0 12px #EF6C00 inset;
}

.text-theme {
    color: #EF6C00!important;
}

.btn-theme.disabled, .btn-theme:disabled {
    color: #fff;
    background-color: #EF6C00;
    border-color: #EF6C00;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.total_box dl {
    border-bottom: 1px solid #DDD;
}

.addr_box.tr {
    display: flex;
}

.addr_box.tr .icon_radio.td {
    padding-right: 10px;
}

.list-group-item.active {
    background-color: #EF6C00;
    border-color: #EF6C00;
}

.page-item .page-num.page-num-current {
    background-color: #E65100 !important;
    border-color: #E65100 !important;
    color:#fff;
}

.btn-outline-theme.disabled, .btn-outline-theme:disabled {
    color: #E65100 !important;
}

.btn-outline-theme:hover {
    color: #fff !important;
}

.media-comment .media-body:hover {
    border-color: #E65100;
}

.media-comment .media-body a {
    color: #555;
}

.media-comment .media-body:hover:before {
    border-color: #E65100;
}