﻿@charset "UTF-8";

.c-border {
    color: #707070 !important
}

.bg-c-border {
    background: #707070 !important
}

.bg-c-border-opacity {
    background: rgba(112, 112, 112, 0.7) !important
}

.bg-hover-c-border:hover {
    background: #707070 !important
}

.font-c-border {
    color: #707070 !important
}

.bg-font-c-border {
    color: #707070 !important
}

.border-c-border {
    border-color: #707070 !important
}

.border-top-c-border {
    border-top-color: #707070 !important
}

.border-bottom-c-border {
    border-bottom-color: #707070 !important
}

.border-left-c-border {
    border-left-color: #707070 !important
}

.border-right-c-border {
    border-right-color: #707070 !important
}

.brown {
    color: #70462E !important
}

.bg-brown {
    background: #70462E !important
}

.bg-brown-opacity {
    background: rgba(112, 70, 46, 0.7) !important
}

.bg-hover-brown:hover {
    background: #70462E !important
}

.font-brown {
    color: #70462E !important
}

.bg-font-brown {
    color: #70462E !important
}

.border-brown {
    border-color: #70462E !important
}

.border-top-brown {
    border-top-color: #70462E !important
}

.border-bottom-brown {
    border-bottom-color: #70462E !important
}

.border-left-brown {
    border-left-color: #70462E !important
}

.border-right-brown {
    border-right-color: #70462E !important
}

.gray {
    color: #F5F5F5 !important
}

/*background*/
.bg-gray {
    background: #F5F5F5 !important
}

.bg-gray-opacity {
    background: rgba(245, 245, 245, 0.7) !important
}

.bg-hover-gray:hover {
    background: #F5F5F5 !important
}

.font-gray {
    color: #F5F5F5 !important
}

.bg-font-gray {
    color: #F5F5F5 !important
}

.border-gray {
    border-color: #F5F5F5 !important
}

.border-top-gray {
    border-top-color: #F5F5F5 !important
}

.border-bottom-gray {
    border-bottom-color: #F5F5F5 !important
}

.border-left-gray {
    border-left-color: #F5F5F5 !important
}

.border-right-gray {
    border-right-color: #F5F5F5 !important
}

.black {
    color: #000 !important
}

.bg-black {
    background: #000 !important
}

.bg-black-opacity {
    background: rgba(0, 0, 0, 0.7) !important
}

.bg-hover-black:hover {
    background: #000 !important
}

.font-black {
    color: #000 !important
}

.bg-font-black {
    color: #000 !important
}

.border-black {
    border-color: #000 !important
}

.border-top-black {
    border-top-color: #000 !important
}

.border-bottom-black {
    border-bottom-color: #000 !important
}

.border-left-black {
    border-left-color: #000 !important
}

.border-right-black {
    border-right-color: #000 !important
}

.white {
    color: #fff !important
}

/*background*/
.bg-white {
    background: #fff !important
}

.bg-white-opacity {
    background: rgba(255, 255, 255, 0.7) !important
}

.bg-hover-white:hover {
    background: #fff !important
}

.font-white {
    color: #fff !important
}

.bg-font-white {
    color: #fff !important
}

.border-white {
    border-color: #fff !important
}

.border-top-white {
    border-top-color: #fff !important
}

.border-bottom-white {
    border-bottom-color: #fff !important
}

.border-left-white {
    border-left-color: #fff !important
}

.border-right-white {
    border-right-color: #fff !important
}

.transparent {
    color: rgba(255, 255, 255, 0.3) !important
}

.bg-transparent {
    background: rgba(255, 255, 255, 0.3) !important
}

.bg-transparent-opacity {
    background: rgba(255, 255, 255, 0.7) !important
}

.bg-hover-transparent:hover {
    background: rgba(255, 255, 255, 0.3) !important
}

.font-transparent {
    color: rgba(255, 255, 255, 0.3) !important
}

.bg-font-transparent {
    color: rgba(255, 255, 255, 0.3) !important
}

.border-transparent {
    border-color: rgba(255, 255, 255, 0.3) !important
}

.border-top-transparent {
    border-top-color: rgba(255, 255, 255, 0.3) !important
}

.border-bottom-transparent {
    border-bottom-color: rgba(255, 255, 255, 0.3) !important
}

.border-left-transparent {
    border-left-color: rgba(255, 255, 255, 0.3) !important
}

.border-right-transparent {
    border-right-color: rgba(255, 255, 255, 0.3) !important
}

.topics {
    color: #0293AD !important
}

.bg-topics {
    background: #0293AD !important
}

.bg-topics-opacity {
    background: rgba(2, 147, 173, 0.7) !important
}

.bg-hover-topics:hover {
    background: #0293AD !important
}

.font-topics {
    color: #0293AD !important
}

.bg-font-topics {
    color: #0293AD !important
}

.border-topics {
    border-color: #0293AD !important
}

.border-top-topics {
    border-top-color: #0293AD !important
}

.border-bottom-topics {
    border-bottom-color: #0293AD !important
}

.border-left-topics {
    border-left-color: #0293AD !important
}

.border-right-topics {
    border-right-color: #0293AD !important
}

.event {
    color: #C9AA00 !important
}

.bg-event {
    background: #C9AA00 !important
}

.bg-event-opacity {
    background: rgba(201, 170, 0, 0.7) !important
}

.bg-hover-event:hover {
    background: #C9AA00 !important
}

.font-event {
    color: #C9AA00 !important
}

.bg-font-event {
    color: #C9AA00 !important
}

.border-event {
    border-color: #C9AA00 !important
}

.border-top-event {
    border-top-color: #C9AA00 !important
}

.border-bottom-event {
    border-bottom-color: #C9AA00 !important
}

.border-left-event {
    border-left-color: #C9AA00 !important
}

.border-right-event {
    border-right-color: #C9AA00 !important
}

.sky {
    color: #0293AD !important
}

.bg-sky {
    background: #0293AD !important
}

.bg-sky-opacity {
    background: rgba(2, 147, 173, 0.7) !important
}

.bg-hover-sky:hover {
    background: #0293AD !important
}

.font-sky {
    color: #0293AD !important
}

.bg-font-sky {
    color: #0293AD !important
}

.border-sky {
    border-color: #0293AD !important
}

.border-top-sky {
    border-top-color: #0293AD !important
}

.border-bottom-sky {
    border-bottom-color: #0293AD !important
}

.border-left-sky {
    border-left-color: #0293AD !important
}

.border-right-sky {
    border-right-color: #0293AD !important
}

a,
abbr,
acronym,
address,
applet,
article,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    line-height:1.8;
    font-weight: 500;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

form input,
form textarea {
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important
}

/*品監ポータル用に背景色の設定追加*/
body {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    background: #EFEFEF;
    background: -webkit-linear-gradient(to left, #f0f8ff, #EFEFEF, #afe6fa);

    /*
    background-image:url("../img/toppage/Background_img_long.jpg");
    background-repeat:no-repeat;
    background-position: top;
*/
    /*    #2980B9 #6DD5FA #FFFFFF　#f0f8ff*/

    /* fallback for old browsers */

    /* Chrome 10-25, Safari 5.1-6 */
    /*    background: linear-gradient(to left, #f0f8ff, #EFEFEF, #afe6fa);*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx),
only screen and (-webkit-min-device-pixel-ratio:2) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

html {
    width: 100%;
    overflow-y: scroll;
    font-size: 62.5%
}

img {
    border: none;
    -ms-interpolation-mode: bicubic
}

p {
    margin: 0 0 1em 0
}

ol,
ul {
    list-style: none;
    list-style-position: inside
}

ol li,
ul li {
    margin-bottom: 0.5em
}

dl {
    margin: 0
}

dl dt {
    margin: 0;
    font-weight: bold
}

dl dt a {
    font-weight: bold
}

dl dd {
    margin-bottom: 0.5em
}

hr {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 0 0;
    height: 1px
}

hr.solid {
    border-style: solid;
    border-color: #ccc
}

hr.dotted {
    border-style: dotted;
    border-color: #ccc
}

hr.dashed {
    border-style: dashed;
    border-color: #bbb
}

hr.trans {
    border-color: transparent;
    margin: 25px 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit
}



span.highlight {
    font-weight: bold;
    color: #f79531
}

.cf,
.clearfix {
    *zoom: 1
}

.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before {
    content: " ";
    display: block;
    line-height: 0
}

.cf:after,
.clearfix:after {
    content: " ";
    display: block;
    clear: both
}

a:hover img.hover,
span:hover img.hover {
    opacity: 0.8
}

.b,
img.b {
    display: block
}

img.auto {
    display: block;
    margin: 0 auto
}

img.full {
    height: auto;
    width: 100%
}

img.max {
    height: auto;
    max-width: 100%
}

/*
.content p,ol,ul,li {
    font-weight: 550;
}
*/
body {
    color:#333;
    font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "游ゴシック", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    /*    font-family: 'Noto Serif JP',游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif*/
}

.font-normal {
    font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "游ゴシック", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    /*    font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri*/
}

button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "游ゴシック", arial, helvetica, clean, sans-serif;
    font-size: 14px
}

@media only screen and (max-width:767px) {

    button,
    input,
    select,
    textarea {
        font-size: 14px
    }
}

code,
kbd,
pre,
samp,
tt {
    font-family: monospace;
    line-height: 1.5;
    font-size: 14px
}

@media only screen and (max-width:767px) {

    code,
    kbd,
    pre,
    samp,
    tt {
        font-size: 14px
    }
}

blockquote,
dl,
ol,
pre,
td,
th,
ul {
    line-height: 1.5;
    font-size: 14px
}

@media only screen and (max-width:767px) {

    blockquote,
    dl,
    ol,
    pre,
    td,
    th,
    ul {
        font-size: 14px
    }
}

p {
    line-height: 1.5;
    font-size: 16px
}

@media only screen and (max-width:767px) {
    p {
        font-size: 16px
    }
}

dl,
ol,
ul {
    list-style-position: outside;
    font-size: 14px
}

@media only screen and (max-width:767px) {

    dl,
    ol,
    ul {
        font-size: 14px
    }
}

.supp {
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .supp {
        font-size: 12px
    }
}

blockquote p,
dd p,
dl p,
dt p,
ol p,
pre p,
td p,
th p,
ul p {
    font-size: 14px;
    padding: 10px 0
}

@media only screen and (max-width:767px) {

    blockquote p,
    dd p,
    dl p,
    dt p,
    ol p,
    pre p,
    td p,
    th p,
    ul p {
        font-size: 14px
    }
}

.bold {
    font-weight: bold
}

em {
    font-weight: bold
}

b {
    font-weight: bold
}

a {
    color: #333;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0;
    padding: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: bold
}

@media only screen and (max-width:767px) {

    blockquote,
    dl,
    ol,
    pre,
    td,
    th,
    ul {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {

    blockquote,
    dl,
    ol,
    pre,
    td,
    th,
    ul {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    p {
        font-size: 12px;
        padding: 5px 0
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    p {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {

    dl,
    ol,
    ul {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {

    dl,
    ol,
    ul {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .supp {
        font-size: 10px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .supp {
        font-size: 10px
    }
}

@media only screen and (max-width:767px) {

    blockquote p,
    dd p,
    dl p,
    dt p,
    ol p,
    pre p,
    td p,
    th p,
    ul p {
        font-size: 12px;
        padding: 5px 0
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {

    blockquote p,
    dd p,
    dl p,
    dt p,
    ol p,
    pre p,
    td p,
    th p,
    ul p {
        font-size: 14px
    }
}

/*品監ポータル用に背景色の設定追加*/
/*SP部用に ヘッダーのbackground-color変更*/
.header .header_inner {
    background-color: #FFFFFF;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0 0;
    /*
    padding-right: 15px;
    padding-left: 15px;
*/
}



@media (min-width:576px) {
    .header .header_inner {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .header .header_inner {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .header .header_inner {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .header .header_inner {
        max-width: 100%
    }
}


.header .header_desc {
    width: calc(50% - 100px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header .header_desc p {
    font-size: 14px;
    color: #70462E
}

@media only screen and (max-width:767px) {
    .header .header_desc p {
        font-size: 14px
    }

}

/*SP部用にpadding調整*/
.waku {
    border: 2px solid #CC0000;
    background-color:#f6e7e7;
    border-radius: 5px;
    padding: 20px 10px 0 20px;
    margin-bottom: 50px;
    width:100%;

}

/*品監ポータル　更新情報用*/
/*SP部用にbackground-color変更*/
.waku_update {
    border: 2px solid #CC0000;
    background-color:#f6e7e7;
    border-radius: 5px;
    padding:20px 10px 0 20px;
    margin-bottom: 50px;
    width:100%;

}

/*品監ポータル　おすすめ用*/
/*SP部用にbackground-color変更*/
.waku_recommend {
    border: 2px solid #CC0000;
    background-color:#FFFFFF;
    border-radius: 5px;
    padding:20px 10px 0 20px;
    margin-bottom: 50px;
    width:100%;

}

/*品監ポータル用に変更*/
.header .header_logo {
    padding-left: 20px;
    float: left;

    /*    text-align: left;*/

    /*    width: auto;*/
    /*    margin-left: 30px;*/
}

/*サイズを品監ポータルロゴに合わせて変更20210201*/
.header .header_logo img {
    width: 60%;
    height: 60%;
    /*
    width: 128px;
    height: 128px
*/
}


/*品監ポータル用　検索ボタンの仕様*/
.search_btn_text {
    border: 1px solid #707070;
    background-color: skyblue;
    cursor: pointer;
    padding: 0;
    /*    display:inline;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px !important
}



/*品監ポータル用に右側のmargin設定追加*/
.header .header_search_LETOR {
    background-color: #FFFFFF;
    /*    margin: 0 0 0 auto;*/
    float: left;
}

/*品監ポータル用に右側のmargin設定追加*/
/*SP部用にfloat:rightに変更*/
.header .header_search_sp {
    background-color: #FFFFFF;
    float:left;
}

.header .iframe_LETOR {
    /*    width: 280px;*/
    /*    margin: 0 0 0 auto;*/
}

/*品監ポータル用 Wordpress検索の設定*/
/*SP部用にbackground-colorを変更*/
.header .header_search_WP {
    background-color: #FFFFFF;
    float: right;
    padding-left: 20px;
    margin-right: 30px;
    margin-top: 0px;
    height: auto;


}

.header .header_search_WP:after {
    content: " ";
    display: block;
    clear: both
}


/*品監ポータル用に右側のmargin設定追加*/
.header .header_search {
    /*
    margin-right: 30px;
    margin-top: 30px;
    width: calc(50% - 100px);
        width:280px;
    align-items: center;
*/
}



.header .header_search:after,
.header .header_search:before {
    content: " ";
    display: block;
    line-height: 0
}

.header .header_search:after {
    content: " ";
    display: block;
    clear: both
}

.header .header_search input {
    width: 230px;
    /*    height:35px;*/
    padding: 2px 5px;
    border-radius: 5px 5px 5px 5px !important;
    font-size: 16px;
    border: 1px solid #70462E
}

@media only screen and (max-width:767px) {

    .waku {
        border: 2px solid #FFFFFF;
        border-radius: 5px;
        padding: 0;
        margin-bottom: 0;

    }

    /*品監ポータル用に右側のmargin設定追加*/
    /*SP部用にbackground-colorを変更*/
    .header_inner_iphone .header_search_LETOR_iphone {
        background-color: #FFFFFF;
        width: 200px;
        height: 75px;
        position: absolute;
        TOP: 50px;
        left: 160px;
    }

    .header_inner_iphone .header_search_LETOR_iphone input {
        font-size: 12px;
        height: 75px;
        /*        width: 80px;*/
        /*        margin: 0 0 0 auto;*/
    }

    /*LETOR検索エリアの大きさ追加*/
    .header_inner_iphone .iframe_LETOR_iphone input {
        font-size: 12px;
        /*        width: 250px;*/
        height: 75px;
        margin: 0 0 0 auto;
    }

    /*品監ポータル用に右側のmargin設定追加*/
    /*SP部用にbackground-colorを変更*/
    .header_inner_iphone .header_search_WP_iphone {
        background-color: #FFFFFF;
        width: 200px;
        height: 30px;
        position: absolute;
        top: 60px;
        left: 170px;
        /*        margin: 0 0 0 auto;*/

    }

    .header .header_search_form_wp_iphone input {
        font-size: 12px;
        width: 200px;
        height: 30px;
        /*
        position: absolute;
        top:140px;
*/
        /*        margin: 0 0 0 auto;*/
    }

    .header .header_search_form_wp_iphone {
        width: 200px;
        height: 30px;
        /*
        position: absolute;
        top:140px;
*/
    }

    .header .header_search input {
        /*
        font-size: 12px;
        width: 80px;
*/
    }

    .container_top {
        padding-top: 80px;

    }
}



.header .header_search input::-webkit-input-placeholder {
    color: rgba(112, 70, 46, 0.3)
}

.header .header_search input::-moz-placeholder {
    color: rgba(112, 70, 46, 0.3)
}

.header .header_search input:-ms-input-placeholder {
    color: rgba(112, 70, 46, 0.3)
}

.header .header_search input::-ms-input-placeholder {
    color: rgba(112, 70, 46, 0.3)
}

.header .header_search input::placeholder {
    color: rgba(112, 70, 46, 0.3)
}

/*要修正*/
.header .header_search i,
.header .header_search svg {
    position: absolute;
    right: 10px;
    /*    bottom: 640px;*/
    color: #70462E
}

.header .header_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .header_sns li {
    margin: 0 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #70462E;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.header .header_sns li a {
    color: #70462E
}

.header .header_sns li svg {
    color: #70462E
}

/*品監ポータル用に背景色を変更#333333*/
.header .header_links {
    background-color: #666666;
    width:100%;
    /*    font-weight: bold;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}

.header .header_menu {
    display: none
}

.header.is-close .header_links {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header.is-short .header_inner {
    display: none
}

.header.is-short .header_links {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 10000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.header-sp {
    display: none
}

#post-row-2223{
    display: none;
    
}

#post-row-478{
    display: none;
    
}

/*品監ポータルiphone用に設定変更*/
@media only screen and (max-width:767px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -js-display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #EFEFEF;
        z-index: 2;
        padding: 0 0;
        margin: 0;
    }

    .header .header_desc,
    .header .header_search {
        /*        display: none*/
    }

    /*品監ポータルiphone用に設定変更*/
    .header .header_inner_iphone {
        width: 100%;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        background-color: #FFFFFF;
        /*
        padding: 0;
        margin: :0;
*/

    }

    /*品監ポータルiphone用に設定追加・変更*/
    .header .header_logo_iphone {
        width: 200px;
        height: auto;
        position: absolute;
        top: 10px;
        left: 0px;
        float: left;

    }

    /*品監ポータルiphone用にwidth設定追加*/
    .header .header_logo_iphone img {
        width: 200px;
        /*        height: 50px;*/
        padding: 0;
        margin: 0;
        /*        height: 50%*/
        /*        max-width: 50px;*/

    }

    .meta_slider {
        position: absolute;
        top: 95px;
        padding-bottom: 10px;
    }

    /*品監ポータル　カルーセルの上余白設定　iphone*/
    .slider {
        /*        padding-top: 70px;*/
    }

    .breadcrumb .breadcrumb_inner {
        padding-top: 10px;
    }



    .header .header_sns {
        margin: 0 auto
    }

    .header .header_links {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: #e7ffcc;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding-top: 70px;
    }


    .header .header_links ul li {
        white-space: nowrap
    }

    .header .header_links.is-active {
        width: 100%
    }

    .header .header_links.is-active .header_links_body {
        opacity: 1
    }

    .header .header_menu {
        display: block;
        position: absolute;
        top: 50px;
        left: 22px;
        z-index: 100;
        cursor: pointer
    }

    .header .header_menu .header_border {
        -webkit-transition: 200ms all ease;
        -o-transition: 200ms all ease;
        transition: 200ms all ease
    }

    .header .header_menu.is-active .header_border-1 {
        width: 38px;
        -webkit-transform: translate(2px, 1px) rotate(45deg);
        -ms-transform: translate(2px, 1px) rotate(45deg);
        transform: translate(2px, 1px) rotate(45deg)
    }

    .header .header_menu.is-active .header_border-2 {
        width: 0
    }

    .header .header_menu.is-active .header_border-3 {
        width: 38px;
        -webkit-transform: translate(1px, 28px) rotate(-45deg);
        -ms-transform: translate(1px, 28px) rotate(-45deg);
        transform: translate(1px, 28px) rotate(-45deg)
    }

}

/*品監ポータル用　floatによる回り込みの解除①*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
}

/*品監ポータル用floatによる回り込みの解除②（①だけでは効かない場合に使用する）*/
.clearfloat {
    clear: both;
}


/*品監ポータル　gnav　サブメニュー設定*/
.gnav .sub-menu:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: -32px;
    /*  left: 10px;*/
    content: '\f0d8';
    /*  color: #464646;*/
}


.gnav .sub-menu {
    position: absolute;
    z-index: 2;
    display: none;
    width: auto;
    padding-top: 10px;
    /*  border-top: 1px solid #eee;*/
}

.gnav .sub-menu li {
    display: block;
    float: none;
    padding: 0;
}

.gnav li:hover .sub-menu {
    display: block;
}

.gnav .sub-menu li a:before {
    /*  color: #333;*/
}

.gnav .sub-menu li a {
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    padding: 10px 30px 10px 10px;
    text-align: left;
    color: #FFFFFF;
    background-color: #666666;
    display: block;
}



.gnav .sub-menu li a:hover {
    /*  background-color:#FFFFFF;*/
    border-bottom: 1px solid #eee;

}

/*
@media (min-width: 768px) {
  #gnav .sub-menu {
    position: absolute;
    width: 200px;
    border-top: 1px solid #eee;
  }
}
*/


.gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.gnav ul li {
    padding: 0 20px;
    margin: 0;

}


/*品監ポータル用に文字色変更*/
.gnav ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: block
}

@media only screen and (max-width:767px) {
    .gnav ul li a {
        font-size: 14px;
        color: #2e3329;
    }

    .gnav .sub-menu li a {
        font-size: 14px;
        font-weight: 600;
        margin-left: 10px;
        padding: 10px 50px 10px 50px;
        text-align: left;
        color: #2e3329;
        background-color: #e7ffcc;
        display: block;
    }

}

.gnav ul li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 1px solid #70462E;
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease
}

.gnav ul li a:hover:before {
    width: 100%
}

@media only screen and (max-width:767px) {
    .gnav {
        display: block
    }

    .gnav ul {
        display: block;
    }

    .gnav ul li {
        display: block;
        padding: 20px 10px;
        margin: 0;
        border-bottom: 1px solid #70462E;
        position: relative
    }

    .gnav ul li svg {
        -webkit-transition: all 300ms 0s ease;
        -o-transition: all 300ms 0s ease;
        transition: all 300ms 0s ease;
        color: #707070;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -0.5em
    }

    .gnav ul li:last-child {
        border-bottom: none
    }
}

.l-slideNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.l-slideNav.-active {
    width: 100%
}

.l-slideNav.-active .l-slideNav_body {
    opacity: 1
}

.l-slideNav .l-slideNav_body {
    position: relative;
    top: 15%;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity 300ms 0.5s ease;
    -o-transition: opacity 300ms 0.5s ease;
    transition: opacity 300ms 0.5s ease
}

.l-slideNav a {
    display: block;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .l-slideNav a {
        font-size: 14px
    }
}

.l-slideNav a:focus,
.l-slideNav a:hover {
    color: #f1f1f1
}

.l-slideNav a.nav--sp__list__item__link {
    width: 40%
}

.l-slideNav nav ul li {
    padding: 20px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #70462E;
    position: relative
}

.l-slideNav nav ul li svg {
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    color: #707070;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.5em
}

.l-slideNav nav ul li:last-child {
    border-bottom: none
}

/*品監ポータル用に背景色を変更*/
.footer {
    text-align: center;
    padding: 40px 0;
    background-color: #333333;
}

/*品監ポータル用にフッターナビのクラス追加*/
.container_footer {
    padding: 0 20px;
}

/*品監ポータル用にフッターナビのクラス（IE用）追加*/
/*
.container_footer_IE {
    padding: 0 10px;
    width:80%;
}
*/

.footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}

.footer nav ul li {
    padding: 20px 10px;
    /*
    margin-left: auto;
    margin-right: auto;
*/

}

/*品監ポータル　文字色を変更*/
.footer nav ul li a {
    text-decoration: none;
    color: #333333;
    font-weight: 550;
    font-size: 15px;

    /*    width:100px;*/
}

@media only screen and (max-width:767px) {
    .footer nav ul li a {
        font-size: 14px;
    }
}

.footer .footer_logo {
    padding: 15px 0;
    text-align: center
}

.footer .footer_logo img {
    width: 50%;
    height: 50%
}

/*品監ポータル　文字色変更*/
.footer .footer_copyright {
    color: #FFFFFF;
    padding: 5px 0;
    background-color: #333333;
}

.footer .footer_copyright small {
    font-size: 10px
}

@media only screen and (max-width:767px) {
    .footer .footer_copyright small {
        font-size: 10px
    }
}

@media only screen and (max-width:767px) {
    .footer nav ul {
        display: block;
        *zoom: 1;
        margin: 0 auto 15px
    }

    .footer nav ul:after,
    .footer nav ul:before {
        content: " ";
        display: block;
        line-height: 0
    }

    .footer nav ul:after {
        content: " ";
        display: block;
        clear: both
    }

    .footer nav ul li {
        padding: 5px 20px
    }

    /*品監ポータル　文字色変更*/
    .footer nav ul li a {
        text-decoration: none;
        color: color: #333333;
        font-size: 14px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .footer nav ul li a {
        font-size: 14px
    }
}

/*品監ポータル　コンテンツ内のフォントサイズ*/
.content {
    font-size: 16px
        /*!
   * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}

/*非推奨*/
@-ms-viewport {
    .content {
        width: device-width;
    }
}

.content html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

.content *,
.content :after,
.content :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


.content .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .content .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .content .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .content .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .content .container {
        max-width: 1140px
    }
}

.content .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}


/* 品監ポータル　画像に枠線を付ける */
.news_pic img {
    border: solid 1px #a3c1cc;
    /* 枠線のスタイル 太さ 色 */
    box-shadow: 0px 0px 5px #a3c1cc;
    /* 影の水平方向の距離 垂直方向の距離 ぼかしの距離 色 */
    /*
    width: 160px;
    height: 90px;
*/
}



.content .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.content .no-gutters > .col,
.content .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.content .col,
.content .col-1,
.content .col-2,
.content .col-3,
.content .col-4,
.content .col-5,
.content .col-6,
.content .col-7,
.content .col-8,
.content .col-9,
.content .col-10,
.content .col-11,
.content .col-12,
.content .col-auto,
.content .col-lg,
.content .col-lg-1,
.content .col-lg-2,
.content .col-lg-3,
.content .col-lg-4,
.content .col-lg-5,
.content .col-lg-6,
.content .col-lg-7,
.content .col-lg-8,
.content .col-lg-9,
.content .col-lg-10,
.content .col-lg-11,
.content .col-lg-12,
.content .col-lg-auto,
.content .col-md,
.content .col-md-1,
.content .col-md-2,
.content .col-md-3,
.content .col-md-4,
.content .col-md-5,
.content .col-md-6,
.content .col-md-7,
.content .col-md-8,
.content .col-md-9,
.content .col-md-10,
.content .col-md-11,
.content .col-md-12,
.content .col-md-auto,
.content .col-sm,
.content .col-sm-1,
.content .col-sm-2,
.content .col-sm-3,
.content .col-sm-4,
.content .col-sm-5,
.content .col-sm-6,
.content .col-sm-7,
.content .col-sm-8,
.content .col-sm-9,
.content .col-sm-10,
.content .col-sm-11,
.content .col-sm-12,
.content .col-sm-auto,
.content .col-xl,
.content .col-xl-1,
.content .col-xl-2,
.content .col-xl-3,
.content .col-xl-4,
.content .col-xl-5,
.content .col-xl-6,
.content .col-xl-7,
.content .col-xl-8,
.content .col-xl-9,
.content .col-xl-10,
.content .col-xl-11,
.content .col-xl-12,
.content .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.content .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.content .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.content .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.content .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.content .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.content .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.content .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.content .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.content .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.content .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.content .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.content .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.content .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

/*品監ポータルで使うかも*/
.content .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.content .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.content .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.content .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.content .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.content .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.content .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.content .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.content .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.content .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.content .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.content .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.content .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.content .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.content .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.content .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.content .offset-1 {
    margin-left: 8.333333%
}

.content .offset-2 {
    margin-left: 16.666667%
}

.content .offset-3 {
    margin-left: 25%
}

.content .offset-4 {
    margin-left: 33.333333%
}

.content .offset-5 {
    margin-left: 41.666667%
}

.content .offset-6 {
    margin-left: 50%
}

.content .offset-7 {
    margin-left: 58.333333%
}

.content .offset-8 {
    margin-left: 66.666667%
}

.content .offset-9 {
    margin-left: 75%
}

.content .offset-10 {
    margin-left: 83.333333%
}

.content .offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .content .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .content .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .content .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .content .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .content .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .content .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .content .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .content .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .content .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .content .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .content .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .content .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .content .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .content .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .content .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .content .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .content .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .content .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .content .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .content .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .content .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .content .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .content .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .content .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .content .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .content .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .content .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .content .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .content .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .content .offset-sm-0 {
        margin-left: 0
    }

    .content .offset-sm-1 {
        margin-left: 8.333333%
    }

    .content .offset-sm-2 {
        margin-left: 16.666667%
    }

    .content .offset-sm-3 {
        margin-left: 25%
    }

    .content .offset-sm-4 {
        margin-left: 33.333333%
    }

    .content .offset-sm-5 {
        margin-left: 41.666667%
    }

    .content .offset-sm-6 {
        margin-left: 50%
    }

    .content .offset-sm-7 {
        margin-left: 58.333333%
    }

    .content .offset-sm-8 {
        margin-left: 66.666667%
    }

    .content .offset-sm-9 {
        margin-left: 75%
    }

    .content .offset-sm-10 {
        margin-left: 83.333333%
    }

    .content .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .content .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .content .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .content .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .content .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }


    .content .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .content .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;

    }

    .content .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .content .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .content .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .content .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .content .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75;
        max-width: 75%
    }

    .content .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .content .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .content .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .content .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .content .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .content .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .content .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .content .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .content .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .content .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .content .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .content .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .content .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .content .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .content .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .content .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .content .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .content .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .content .offset-md-0 {
        margin-left: 0
    }

    .content .offset-md-1 {
        margin-left: 8.333333%
    }

    .content .offset-md-2 {
        margin-left: 16.666667%
    }

    .content .offset-md-3 {
        margin-left: 25%
    }

    .content .offset-md-4 {
        margin-left: 33.333333%
    }

    .content .offset-md-5 {
        margin-left: 41.666667%
    }

    .content .offset-md-6 {
        margin-left: 50%
    }

    .content .offset-md-7 {
        margin-left: 58.333333%
    }

    .content .offset-md-8 {
        margin-left: 66.666667%
    }

    .content .offset-md-9 {
        margin-left: 75%
    }

    .content .offset-md-10 {
        margin-left: 83.333333%
    }

    .content .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .content .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .content .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .content .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .content .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .content .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .content .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .content .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .content .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .content .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .content .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .content .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .content .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .content .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .content .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .content .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .content .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .content .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .content .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .content .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .content .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .content .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .content .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .content .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .content .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .content .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .content .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .content .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .content .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .content .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .content .offset-lg-0 {
        margin-left: 0
    }

    .content .offset-lg-1 {
        margin-left: 8.333333%
    }

    .content .offset-lg-2 {
        margin-left: 16.666667%
    }

    .content .offset-lg-3 {
        margin-left: 25%
    }

    .content .offset-lg-4 {
        margin-left: 33.333333%
    }

    .content .offset-lg-5 {
        margin-left: 41.666667%
    }

    .content .offset-lg-6 {
        margin-left: 50%
    }

    .content .offset-lg-7 {
        margin-left: 58.333333%
    }

    .content .offset-lg-8 {
        margin-left: 66.666667%
    }

    .content .offset-lg-9 {
        margin-left: 75%
    }

    .content .offset-lg-10 {
        margin-left: 83.333333%
    }

    .content .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .content .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .content .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .content .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .content .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .content .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .content .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .content .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .content .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .content .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .content .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .content .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .content .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .content .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .content .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .content .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .content .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .content .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .content .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .content .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .content .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .content .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .content .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .content .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .content .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .content .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .content .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .content .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .content .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .content .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .content .offset-xl-0 {
        margin-left: 0
    }

    .content .offset-xl-1 {
        margin-left: 8.333333%
    }

    .content .offset-xl-2 {
        margin-left: 16.666667%
    }

    .content .offset-xl-3 {
        margin-left: 25%
    }

    .content .offset-xl-4 {
        margin-left: 33.333333%
    }

    .content .offset-xl-5 {
        margin-left: 41.666667%
    }

    .content .offset-xl-6 {
        margin-left: 50%
    }

    .content .offset-xl-7 {
        margin-left: 58.333333%
    }

    .content .offset-xl-8 {
        margin-left: 66.666667%
    }

    .content .offset-xl-9 {
        margin-left: 75%
    }

    .content .offset-xl-10 {
        margin-left: 83.333333%
    }

    .content .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.content .d-none {
    display: none !important
}

.content .d-inline {
    display: inline !important
}

.content .d-inline-block {
    display: inline-block !important
}

.content .d-block {
    display: block !important
}

/*品監ポータル　ブロック作成したテーブルのヘッダの色と文字の太さ設定*/
.content th {
    background-color: #b5e5eb;
    font-weight: bold;
    color: black;
}

.content .d-table {
    display: table !important
}

.content .d-table-row {
    display: table-row !important
}

.content .d-table-cell {
    display: table-cell !important
}

.content .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.content .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .content .d-sm-none {
        display: none !important
    }

    .content .d-sm-inline {
        display: inline !important
    }

    .content .d-sm-inline-block {
        display: inline-block !important
    }

    .content .d-sm-block {
        display: block !important
    }

    .content .d-sm-table {
        display: table !important
    }

    .content .d-sm-table-row {
        display: table-row !important
    }

    .content .d-sm-table-cell {
        display: table-cell !important
    }

    .content .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .content .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .content .d-md-none {
        display: none !important
    }

    .content .d-md-inline {
        display: inline !important
    }

    .content .d-md-inline-block {
        display: inline-block !important
    }

    .content .d-md-block {
        display: block !important
    }

    .content .d-md-table {
        display: table !important
    }

    .content .d-md-table-row {
        display: table-row !important
    }

    .content .d-md-table-cell {
        display: table-cell !important
    }

    .content .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .content .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .content .d-lg-none {
        display: none !important
    }

    .content .d-lg-inline {
        display: inline !important
    }

    .content .d-lg-inline-block {
        display: inline-block !important
    }

    .content .d-lg-block {
        display: block !important
    }

    .content .d-lg-table {
        display: table !important
    }

    .content .d-lg-table-row {
        display: table-row !important
    }

    .content .d-lg-table-cell {
        display: table-cell !important
    }

    .content .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .content .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .content .d-xl-none {
        display: none !important
    }

    .content .d-xl-inline {
        display: inline !important
    }

    .content .d-xl-inline-block {
        display: inline-block !important
    }

    .content .d-xl-block {
        display: block !important
    }

    .content .d-xl-table {
        display: table !important
    }

    .content .d-xl-table-row {
        display: table-row !important
    }

    .content .d-xl-table-cell {
        display: table-cell !important
    }

    .content .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .content .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .content .d-print-none {
        display: none !important
    }

    .content .d-print-inline {
        display: inline !important
    }

    .content .d-print-inline-block {
        display: inline-block !important
    }

    .content .d-print-block {
        display: block !important
    }

    .content .d-print-table {
        display: table !important
    }

    .content .d-print-table-row {
        display: table-row !important
    }

    .content .d-print-table-cell {
        display: table-cell !important
    }

    .content .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .content .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.content .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.content .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.content .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.content .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.content .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.content .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.content .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.content .justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.content .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.content .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.content .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.content .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.content .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.content .align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.content .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.content .align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.content .align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.content .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.content .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.content .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.content .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.content .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.content .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.content .align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.content .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.content .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.content .align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.content .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.content .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .content .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .content .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .content .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .content .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .content .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .content .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .content .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .content .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .content .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .content .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .content .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .content .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .content .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .content .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .content .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .content .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .content .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .content .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .content .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .content .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .content .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .content .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .content .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .content .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .content .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .content .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .content .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .content .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .content .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .content .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .content .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .content .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .content .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .content .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .content .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .content .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .content .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .content .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .content .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .content .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .content .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .content .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .content .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .content .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .content .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .content .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .content .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .content .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .content .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .content .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .content .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .content .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .content .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .content .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .content .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .content .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .content .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .content .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .content .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .content .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .content .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .content .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .content .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .content .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .content .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .content .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .content .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .content .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .content .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .content .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .content .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .content .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .content .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .content .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .content .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .content .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .content .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .content .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .content .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .content .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .content .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .content .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .content .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .content .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .content .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .content .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .content .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .content .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .content .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .content .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .content .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .content .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .content .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .content .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .content .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .content .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .content .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .content .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .content .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .content .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .content .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .content .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .content .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .content .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .content .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .content .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .content .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .content .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .content .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .content .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .content .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .content .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .content .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .content .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .content .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .content .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.content .menu {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px
}

.content .menu a {
    display: block;
    text-decoration: none;
    color: #333
}

.content .menu a:hover {
    opacity: 0.7
}

.content .menu .menu_pic img {
    width: 100%;
    height: auto
}

.content .menu .menu_title {
    margin: 0;
    padding: 15px 0 0;
    font-size: 18px
}

.content .menu .menu_price {
    margin: 0;
    font-size: 14px;
    color: #70462E
}

.content .menu .menu_desc {
    padding: 15px 0
}

.content .menu .menu_desc p {
    margin: 0;
    font-size: 13px
}

.content .menu-border {
    border: 1px solid #eee;
    padding: 15px
}

@media only screen and (max-width:767px) {
    .content .menu {
        margin-bottom: 15px
    }

    .content .menu .menu_title {
        font-size: 14px
    }
}

.content .news {
    width: 100%;
    margin-bottom: 30px
}

.content .news a {
    text-decoration: none;
    display: inline-block
}

.content .news a:hover {
    opacity: 0.7
}

.content .news .news_pic {
    margin-bottom: 10px
}

.content .news .news_pic img {
    height: auto;
    max-width: 100%;
    display: block
}

.content .news .news_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0
}

.content .news .news_meta ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content .news .news_meta ul li {
    padding-right: 10px
}

.content .news .news_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    color: #0293AD;
    border: 1px solid #0293AD;
    color: #0293AD;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .content .news .news_meta ul li a {
        font-size: 12px
    }
}

.content .news .news_title {
    font-size: 18px;
    padding: 0 0 10px;
    line-height: 1.2
}

@media only screen and (max-width:767px) {
    .content .news .news_title {
        font-size: 18px
    }
}

.content .news .news_titleBorder {
    font-size: 24px;
    padding: 10px 15px;
    margin: 15px 0;
    border-left: 2px solid #ccc
}

@media only screen and (max-width:767px) {
    .content .news .news_titleBorder {
        font-size: 18px
    }
}

.content .news .news_time {
    margin-left: 5px;
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .content .news .news_time {
        font-size: 12px
    }
}

.content .news .news_desc p {
    font-size: 13px;
    margin-bottom: 5px
}

@media only screen and (max-width:767px) {
    .content .news .news_desc p {
        font-size: 13px
    }
}

.content .news .news_body .news_desc p {
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .content .news .news_body .news_desc p {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .content .news {
        margin-bottom: 15px
    }
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    padding: 0px 0
}

.content h1 {
    font-size: 28px
}

/*品監ポータルで変更　single*/
.content h2 {
    font-size: 24px;
    color: #023e8a;
    padding: 30px 0 15px;
    /*    color: #70462E*/
}

/*品監ポータルで変更　single*/
.content h3 {
    font-size: 22px
}


.content h4 {
    font-size: 18px;
}

/*品監ポータルで変更　single*/
.content h5 {
    font-size: 16px;
    margin-left: 2em;
    margin-bottom: 1em;
    font-weight: normal
}

.content h5 a {
    color: blue;
    font-weight: normal
        /*
    font-size: 16px;
    margin-left: 2em;
    margin-bottom: 1em;
    font-weight: normal
*/

}

.content h6 {
    font-size: 14px
}

/*品監ポータル用に色変更*/
.content strong {
    color: #2874fc;
    font-weight: bold
}

.content em {
    font-style: italic;
    font-weight: bold
}

.content figure {
    margin-bottom: 15px
}

.content img {
    max-width: 100%;
    height: auto
}

.content table {
    width: 100%
}

.content table td,
.content table th {
    padding: 15px;
    vertical-align: top
}


.content table th {
    font-weight: bold
}

.content ol,
.content ul {
    padding: 1em 0 1em 3em;
    font-size;
    16px;
}


.content ul {
    list-style: disc
}

.content ol {
    list-style: decimal
}

.content iframe.googlemap {
    width: 100%;
    height: 300px
}

.content .alignwide {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw
}

.content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw
}

@media only screen and (min-width:1200px) {
    .content .content iframe.googlemap {
        height: 450px
    }
}

/*品監ポータル用に変更*/
.main {
    padding: 10px 0 30px;
    /*    padding: 30px 0 20px*/
}

/*品監ポータル用に変更*/
.main .main_title {
    display: block;
    text-align: center;
    /*    font-weight: bold;*/
    font-size: 28px;
    padding-bottom: 30px;
    padding-top: 30px;
    color: #2c4f66;
    /*品監ポータル用に追加*/
}

@media only screen and (max-width:767px) {
    .main .main_title {
        font-size: 18px;
    }

    .main_serch .main_title {
        font-size: 18px;
    }

    .main {
        padding-top: 30px;
        /*        padding: 10px 0 30px;*/
    }
}

.main .main_title span {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .main .main_title span {
        font-size: 14px
    }

    .main_serch .main_title span {
        font-size: 14px
    }
}

.main.main-lp {
    padding-top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#70462e), to(#fff));
    background: -o-linear-gradient(#70462e, #fff);
    background: linear-gradient(#70462e, #fff)
}

/*品監ポータル　投稿の上余白設定　iphone*/
@media only screen and (max-width:767px) {
    .main {
        padding: 90px 0 30px
    }

    .main_search {
        padding: 10px 0 30px
    }
}

/*品監ポータル用に変更*/
.jumbotron .jumbotron_item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-clip: content-box;
    width: 100%;
    height: calc(100vh - 290px)
}


.jumbotron img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}


@media only screen and (max-width:767px) {
    .jumbotron .jumbotron_item {
        height: calc(350px)
    }
}

/*品監ポータル用に　メイン部分の余白変更*/
.sec {
    padding: 10px 0 50px;
/* [上][左右][下]*/
    *zoom: 1
}

.sec:after,
.sec:before {
    content: " ";
    display: block;
    line-height: 0
}

.sec:after {
    content: " ";
    display: block;
    clear: both
}

.sec.sec-bg {
    background: -o-repeating-linear-gradient(135deg, #fff 0px, #fff 2px, #fafafa 2px, #fafafa 4px);
    background: repeating-linear-gradient(-45deg, #fff 0px, #fff 2px, #fafafa 2px, #fafafa 4px)
}

.sec.sec-border {
    border-top: 1px solid #eee
}

.sec .sec_inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .sec .sec_inner {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .sec .sec_inner {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .sec .sec_inner {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .sec .sec_inner {
        max-width: 1140px
    }
}

.sec .sec_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.sec .sec_header {
    margin: 0 0 10px;
    padding-top: 10px;
}

/*品監ポータル用に幅を600px→90%、margin: 0 autoに変更*/
.sec .sec_btn {
    width: 95%;
    margin: 0 auto;
}

/*品監ポータル用に追加 TOPページで使用*/
.top_menu {
    padding: 0 0 30px;

}

/*品監ポータル　TOPページ上余白設定　iphone*/
@media only screen and (max-width:767px) {
    .sec {
        padding: 100px 0
    }

    .sec .sec_btn {
        height: auto;
        max-width: 100%
    }


    /*問い合わせフォームの幅調整用*/
    .contact-form textarea {
        width: 100%;
    }

    .contact-form input {
        width: 80%;
    }

}

/*品監ポータル用に28px→22pxに変更*/
.title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #293033;
}

/*パートナー通信サイト用*/
.title_sp {
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #CC0000;
}


/*品監ポータル用 更新情報用*/
.title_update {
    display: block;
    text-align:center;
    font-weight: bold;
    font-size: 20px;
    color: #293033;
}

@media only screen and (max-width:767px) {
    .title {
        font-size: 18px
    }
}

.title span {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .title span {
        font-size: 14px
    }
}

.title-en {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .title-en {
        font-size: 14px
    }
}

.news {
    width: 100%;
    margin-bottom: 30px
}

.news a {
    text-decoration: none;
    display: inline-block
}

.news a:hover {
    opacity: 0.7
}

.news .news_pic {
    /*    margin-bottom: 10px*/
}

.news .news_pic img {
    height: auto;
    max-width: 100%;
    display: block
}

.news .news_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0
}

.news .news_meta ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news .news_meta ul li {
    padding-right: 10px
}

.news .news_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    color: #0293AD;
    border: 1px solid #0293AD;
    color: #0293AD;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .news .news_meta ul li a {
        font-size: 12px
    }
}

.news .news_title {
    font-size: 18px;
    padding: 5px 0;
    line-height: 1.2
}

@media only screen and (max-width:767px) {
    .news .news_title {
        font-size: 18px
    }
}

.news .news_titleBorder {
    font-size: 24px;
    padding: 10px 15px;
    margin: 15px 0;
    border-left: 2px solid #ccc
}

@media only screen and (max-width:767px) {
    .news .news_titleBorder {
        font-size: 18px
    }
}

.news .news_time {
    margin-left: 5px;
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .news .news_time {
        font-size: 12px
    }
}

/*品監ポータル用に追加*/
.update_time {
    margin-left: 5px;
    font-size: 14px
}

.update_field td{
    font-weight: normal;
    font-size: 16px;
    padding: 5px;

}

@media only screen and (max-width:767px) {
    .update .update_time {
        font-size: 16px
    }
}
/*ここまで*/

.news .news_desc p {
    font-size: 13px;
    margin-bottom: 5px
}

@media only screen and (max-width:767px) {
    .news .news_desc p {
        font-size: 13px
    }
}

.news .news_body .news_desc p {
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .news .news_body .news_desc p {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .news {
        margin-bottom: 15px
    }
}

.label {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px
}

@media only screen and (max-width:767px) {
    .label {
        font-size: 10px
    }
}

.label-c-border {
    color: #707070;
    border: 1px solid #707070
}

.label-c-border a {
    color: #707070
}

.label-brown {
    color: #70462E;
    border: 1px solid #70462E
}

.label-brown a {
    color: #70462E
}

.label-gray {
    color: #F5F5F5;
    border: 1px solid #F5F5F5
}

.label-gray a {
    color: #F5F5F5
}

.label-black {
    color: #000;
    border: 1px solid #000
}

.label-black a {
    color: #000
}

.label-white {
    color: #fff;
    border: 1px solid #fff
}

.label-white a {
    color: #fff
}

.label-transparent {
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.label-transparent a {
    color: rgba(255, 255, 255, 0.3)
}

.label-topics {
    color: #0293AD;
    border: 1px solid #0293AD
}

.label-topics a {
    color: #0293AD
}

.label-event {
    color: #C9AA00;
    border: 1px solid #C9AA00
}

.label-event a {
    color: #C9AA00
}

.label-sky {
    color: #0293AD;
    border: 1px solid #0293AD
}

.label-sky a {
    color: #0293AD
}

.bnr {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    height: 200px;
    font-size: 28px
}

@media only screen and (max-width:767px) {
    .bnr {
        font-size: 18px
    }
}

.bnr .bnr_inner {
    width: 100%;
    height: 200px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5)
}

.bnr .bnr_inner span {
    font-size: 14px;
    font-weight: bold;
    display: block
}

@media only screen and (max-width:767px) {
    .bnr .bnr_inner span {
        font-size: 14px
    }
}

.bnr:hover .bnr_inner {
    background: rgba(0, 0, 0, 0.2)
}

.bnr-about {
    background: url("../images/about_bnr.png") no-repeat
}

.bnr-access {
    background: url("../images/access_bnr.png") no-repeat
}

@media only screen and (max-width:767px) {
    .bnr {
        margin: 0 auto 30px;
        background-position: center center
    }

    .bnr .bnr_inner {
        padding: 80px 10px
    }
}

.btn {
    display: block;
    padding: 3px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px !important
}


@media only screen and (max-width:767px) {
    .btn {
        font-size: 14px
    }
}

.btn:hover {
    opacity: 0.8
}

/*品監ポータル用に追加 TOPページボタンの設定*/
.btn-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    position: relative;
    color: #FFFFFF;

}

/*品監ポータル用にheightを追加*/
.btn-default {
    border: 1px solid #707070;
    background-color: #fff;
    height: 100px;
}

/*パートナー通信サイト用に追加 TOPページボタンの設定*/
.btn-text_sp {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position:absolute;right:30px;
    color:black;

}

/*パートナー通信用にheightを追加*/
.btn-default_sp {
    border: 1px solid #707070;
    background-color: #fff;
    height: 25px;
    width:180px;
}


.btn-default i,
.btn-default svg {
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.5em
}

.btn-default:hover i,
.btn-default:hover svg {
    right: 5px
}

.btn-send {
    font-weight: bold;
    background-color: #70462E;
    color: #fff
}

.btn-back {
    background-color: #eee;
    color: #333;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .btn-back {
        font-size: 14px
    }

    /*品監ポータル用にheightを追加*/
    .btn-default {
        height: 100px;
        position: relative;
    }

    /*品監ポータル用に追加 TOPページボタンの設定*/
    .btn-text {
        padding-top: 40px;
        text-align: left;

    }

}

@media only screen and (max-width:767px) {
    .btn {
        width: 100%;
        font-size: 12px
    }
}


@media only screen and (max-width:767px) and (max-width:767px) {
    .btn {
        font-size: 14px
    }
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto
}

.contact .contact_icon {
    font-size: 35px;
    margin-right: 15px
}

@media only screen and (max-width:767px) {
    .contact .contact_icon {
        font-size: 18px
    }
}

.contact .contact_body p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 1
}

@media only screen and (max-width:767px) {
    .contact .contact_body p {
        font-size: 13px
    }
}

.contact .contact_body p span {
    display: block;
    font-weight: bold;
    font-size: 34px
}

@media only screen and (max-width:767px) {
    .contact .contact_body p span {
        font-size: 18px
    }
}

.contact .contact_btn {
    max-width: 560px;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .contact .contact_tel {
        margin: 15px auto
    }

    .contact .contact_tel .contact_tel_icon {
        font-size: 35px;
        margin-right: 15px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .contact .contact_tel .contact_tel_icon {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .contact .contact_tel .contact_tel_body p {
        font-size: 12px;
        margin: 0;
        padding: 0
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .contact .contact_tel .contact_tel_body p {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .contact .contact_tel .contact_tel_body span {
        font-size: 2.4rem
    }
}

@media only screen and (max-width:767px) {
    .contact .contact_btn {
        height: auto;
        max-width: 100%
    }
}

.article .article_title {
    text-align: center;
    font-size: 28px
}

@media only screen and (max-width:767px) {
    .article .article_title {
        font-size: 18px
    }
}

.tags a {
    color: #ff6666 !important;
    border: 1px solid #ff6666 !important;
    color: #ff6666 !important;
    /*
	display: inline-block;
	line-height: 30px;
	margin-right: 5px;
	padding: 0 1em;
*/
    /*
	background-color:aquamarine;
    color: blueviolet;
*/
    /*
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	color: #333;
	font-size: 13px;
	text-decoration: none;
*/
}

/*品監ポータル用に変更*/
.article .article_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    /*    padding: 30px 0;*/
    padding: 30px 0 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article .article_meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article .article_meta ul li {
    padding-right: 10px
}

.article .article_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #0293AD;
    border: 1px solid #0293AD;
    color: #0293AD;
    text-decoration: none
}

/*品監ポータル　カテゴリーの文字フォント設定　iphone*/
@media only screen and (max-width:767px) {
    .article .article_meta ul li a {
        font-size: 12px
    }
}

/*single.php*/
.article .article_meta time {
    margin-left: auto;
    font-size: 14px
}

/*single.php*/
@media only screen and (max-width:767px) {
    .article .article_meta time {
        font-size: 12px
    }
}

.article .article_pic img {
    max-width: 100%;
    height: auto
}

.article-menu .article_title {
    text-align: left;
    margin-bottom: 30px
}

.lp .lp_header {
    padding-top: 50px
}

.lp .lp_title {
    text-align: center;
    font-size: 40px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .lp .lp_title {
        font-size: 18px
    }
}

.lp .lp_header_desc {
    text-align: center
}

.lp .lp_header_desc p {
    color: #fff;
    font-size: 18px;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    .lp .lp_header_desc p {
        font-size: 18px
    }
}

.lp .lp_body {
    padding-top: 30px
}

.lp .lp_pic {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 100%;
    display: block;
    width: 100%
}

.lp .lp_pic .lp_picOverlay {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 100%;
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    width: 100%
}

.lp .lp_pic .lp_picOverlay p {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-align: center
}

@media only screen and (max-width:767px) {
    .lp .lp_pic .lp_picOverlay p {
        font-size: 18px
    }
}

.lp .lp_pic-sm {
    margin-bottom: 30px
}

.lp .lp_pic-lg {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 206%;
    display: block
}

.lp .lp_footer {
    padding: 30px;
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .lp .lp_body {
        padding-top: 15px
    }

    .lp .lp_footer {
        padding: 15px;
        margin-top: 15px
    }
}

.address .address_map iframe {
    width: 100%;
    height: 300px
}

.address .address_table {
    margin-top: 10px;
    width: 100%
}

.address .address_table td,
.address .address_table th {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 12px
}

@media only screen and (max-width:767px) {

    .address .address_table td,
    .address .address_table th {
        font-size: 12px
    }
}

.address .address_table th {
    text-align: left;
    font-weight: bold;
    white-space: nowrap
}

@media only screen and (max-width:767px) {
    .address .address_map iframe {
        height: 200px
    }
}

.media .media_title {
    font-size: 28px;
    margin: 15px 0
}

@media only screen and (max-width:767px) {
    .media .media_title {
        font-size: 18px
    }
}

.media .media_desc p {
    font-size: 16px;
    padding: 15px 0
}

@media only screen and (max-width:767px) {
    .media .media_desc p {
        font-size: 16px
    }
}

.media .media_pic img {
    height: auto;
    max-width: 100%
}

/*品監ポータル　背景色変更*/
.pageTitle {
    padding: 10px 0;
    text-align: center;
    background: #CC0000;
    *zoom: 1;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 28px
}

.pageTitle:after,
.pageTitle:before {
    content: " ";
    display: block;
    line-height: 0
}

.pageTitle:after {
    content: " ";
    display: block;
    clear: both
}

@media only screen and (max-width:767px) {
    .pageTitle {
        font-size: 18px;
        margin-top: auto;
        padding-top: 100px;
    }
}

.pageTitle span {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .pageTitle span {
        font-size: 14px
    }
}

.info {
    margin-top: 30px
}

.info .info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc
}

.info .info_list li {
    padding: 5px 30px;
    margin: 0;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc
}

.info .info_list li p {
    padding: 0;
    margin: 0
}

.info .info_list li span {
    color: #70462E
}

.info .info_list li:last-child {
    border-right: none
}

@media only screen and (max-width:767px) {
    .info .info_list {
        display: block;
        padding: 15px
    }

    .info .info_list li {
        width: 100%;
        border-bottom: 1px solid #ccc;
        border-right: none
    }

    .info .info_list li:last-child {
        border-bottom: none
    }
}

.about .about_pic img {
    width: 100%
}

.about .about_body {
    padding: 50px 0
}

.about .about_title {
    text-align: center;
    font-size: 28px
}

@media only screen and (max-width:767px) {
    .about .about_title {
        font-size: 18px
    }
}

.about .about_desc p {
    font-size: 16px;
    margin: 30px auto
}

@media only screen and (max-width:767px) {
    .about .about_desc p {
        font-size: 16px
    }
}

.form .form_row {
    padding: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex
}

.form .form_row .form_label {
    width: 200px;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .form .form_row .form_label {
        font-size: 14px
    }
}

.form .form_row .form_label span {
    color: #0293AD;
    border: 1px solid #0293AD;
    padding: 2px 5px;
    margin-left: 20px;
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .form .form_row .form_label span {
        font-size: 12px
    }
}

.form .form_row .form_content {
    width: calc(100% - 200px)
}

.form .form_row .form_content input,
.form .form_row .form_content textarea {
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px 5px 5px 5px !important;
    border: 1px solid #70462E
}

.form .form_row .form_content textarea {
    min-height: 200px
}

.form .form_row .form_content.form_content-tel input {
    width: 6em
}

.form .form_row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    .form .form_content {
        margin-top: 15px
    }
}

.archive {
    border: 1px solid #ccc;
    margin-bottom: 30px
}

.archive:last-child {
    margin-bottom: 0
}

.archive .archive_title {
    font-size: 16px;
    padding: 20px 10px;
    line-height: 1;
    border-bottom: 1px solid #ccc
}

@media only screen and (max-width:767px) {
    .archive .archive_title {
        font-size: 16px
    }
}

.archive .archive_list li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 1
}

.archive .archive_list li:last-child {
    border-bottom: none
}

.archive .archive_list li a {
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1;
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease
}

.archive .archive_list li a:after {
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -0.5em;
    font-size: 14px;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #bbb
}

@media only screen and (max-width:767px) {
    .archive .archive_list li a:after {
        font-size: 14px
    }
}

.archive .archive_list li a:hover {
    background-color: rgba(112, 70, 46, 0.1)
}





/*品監ポータル用にarchive→access_rankingにすべて書き換えて新規作成：START/


/*品監ポータルアクセスランキングタイトル*/
.access_ranking {
/*    padding-top: 50px;*/
    padding-left: 30px;
}


.access_ranking_list li {
    /*    border: 1px solid #ccc;*/
    width: auto;
}

.access_ranking:last-child {
    margin-bottom: 0
}

/*品監ポータル　カテゴリー一覧のタイトル#bb99ff*/
.access_ranking .access_ranking_title {
    font-size: 15px;
    padding: 15px 5px;
    text-align: center;
    width: auto;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    background-color: #CC0000;
    color: #FFFFFF;
    font-weight: bold
}

/*品監ポータル　カテゴリー一覧のタイトル*/
@media only screen and (max-width:767px) {
    .access_ranking .access_ranking_title {
        font-size: 16px
    }

    .access_ranking {
        padding-top: 30px;
        padding-bottom: 50px;

        padding-left: 0;
    }
}

.access_ranking .access_ranking_list li {
    margin: 0;
    /*    border-bottom: 1px solid #eee6ff*/
    border: 1px solid #ccc;
    line-height: 1;
    font-size: 12px;
    background-color: #e6fbff;
    font-weight: bold;
}

.access_ranking .access_ranking_list li:last-child {
    border-bottom: 1px solid #ccc;
}

.access_ranking .access_ranking_list li a {
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1;
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease
}

.access_ranking .access_ranking_list li a:after {
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -0.5em;
    font-size: 14px;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #bbb
}

@media only screen and (max-width:767px) {
    .access_ranking .access_ranking_list li a:after {
        font-size: 14px
    }
}

.access_ranking .access_ranking_list li a:hover {
    background-color: rgba(112, 70, 46, 0.1)
}


.access_ranking .access_ranking_list2 li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 1
}

.access_ranking .access_ranking_list2 li:last-child {
    border-bottom: none
}

.access_ranking .access_ranking_list2 li a {
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1;
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease
}

.access_ranking .access_ranking_list2 li a:after {
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -0.5em;
    font-size: 14px;
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #bbb
}

@media only screen and (max-width:767px) {
    .access_ranking .access_ranking_list2 li a:after {
        font-size: 14px
    }
}

.access_ranking .access_ranking_list2 li a:hover {
    background-color: rgba(112, 70, 46, 0.1)
}

/*品監ポータル用にarchive→access_rankingにすべて書き換えて新規作成：END*/






.breadcrumb {
    padding: 15px 0 0
        /*    padding: 15px 0*/
}

/*品監ポータル用に背景色の設定追加*/
.breadcrumb .breadcrumb_inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    /*    padding-top: 10px;*/
    margin-right: auto;
    margin-left: auto;
    line-height: 1;
    background-color: #FFFFFF
}

@media (min-width:576px) {
    .breadcrumb .breadcrumb_inner {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .breadcrumb .breadcrumb_inner {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .breadcrumb .breadcrumb_inner {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .breadcrumb .breadcrumb_inner {
        max-width: 1140px;
    }
}

/*品監ポータル用に変更 12px→16px*/
.breadcrumb span {
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .breadcrumb span {
        font-size: 12px
    }
}

.breadcrumb a {
    text-decoration: none;
    font-size: 12px;
    color: #666
}

@media only screen and (max-width:767px) {
    .breadcrumb a {
        font-size: 12px
    }
}

.breadcrumb i {
    margin: 0 5px;
    color: rgba(112, 70, 46, 0.8)
}

.breadcrumb svg {
    font-size: 12px;
    margin: 0 5px
}

@media only screen and (max-width:767px) {
    .breadcrumb svg {
        font-size: 12px
    }
}

.postLinks {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex
}

.postLink {
    width: 50%;
    padding: 15px 0
}

.postLink a {
    text-decoration: none;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .postLink a {
        font-size: 14px
    }
}

.postLink-prev i,
.postLink-prev svg {
    margin-right: 10px
}

.postLink-next {
    text-align: right
}

.postLink-next i,
.postLink-next svg {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .postLinks {
        margin-top: 20px
    }

    .postLink {
        padding: 0
    }

    .postLink a {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .postLink a {
        font-size: 12px
    }
}

/*#5A5A5A*/
.pagetop {
    background: #CC0000;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1
}

@media only screen and (max-width:767px) {
    .pagetop {
        font-size: 12px
    }
}

.pagetop:hover {
    opacity: 0.8
}

.pagetop i,
.pagetop svg {
    margin: 5px 5px 0 0;
    font-size: 15px
}

@media only screen and (max-width:767px) {

    .pagetop i,
    .pagetop svg {
        font-size: 15px
    }
}

.comments {
    border-top: 1px solid #ddd;
    padding-top: 50px;
    margin-top: 50px;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .comments {
        font-size: 14px
    }
}

.comments .comment-respond .comment-reply-title {
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .comments .comment-respond .comment-reply-title {
        font-size: 18px
    }
}

.comments .comment-respond + p {
    border-top: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
    text-align: right
}

.comments .comment-form .comment-notes {
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .comments .comment-form .comment-notes {
        font-size: 12px
    }
}

.comments .comment-form .logged-in-as {
    text-align: right;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .comments .comment-form .logged-in-as {
        font-size: 14px
    }
}

.comments .comment-form .comment-form-comment label {
    display: block
}

.comments .comment-form .comment-form-comment textarea {
    width: 100%;
    height: 200px;
    padding: 10px
}

.comments .comment-form .comment-form-author,
.comments .comment-form .comment-form-email,
.comments .comment-form .comment-form-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments .comment-form .comment-form-author label,
.comments .comment-form .comment-form-email label,
.comments .comment-form .comment-form-url label {
    width: 180px;
    white-space: nowrap
}

.comments .comment-form .comment-form-author input,
.comments .comment-form .comment-form-email input,
.comments .comment-form .comment-form-url input {
    width: calc(100% - 180px);
    padding: 10px
}

.comments .comment-form .comment-form-cookies-consent {
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .comments .comment-form .comment-form-cookies-consent {
        font-size: 12px
    }
}

.comments .comment-form .form-submit {
    text-align: center
}

.comments .comment-form .form-submit .submit {
    display: inline-block;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px !important;
    border: none;
    background-color: #eee;
    position: relative
}

@media only screen and (max-width:767px) {
    .comments .comment-form .form-submit .submit {
        font-size: 16px
    }
}

.comments .comment-form .form-submit .submit:hover {
    opacity: 0.8
}

.comments .commentlist .comment {
    padding: 15px 0;
    border-bottom: 1px dotted #ddd
}

.comments .commentlist .comment:last-child {
    border-bottom: none
}

.comments .commentlist .comment .children {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 2px solid #eee
}

.comments .commentlist .comment .comment-body .comment-awaiting-moderation {
    text-align: center;
    display: block;
    padding-top: 15px
}

.comments .commentlist .comment .comment-body .comment-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments .commentlist .comment .comment-body .comment-author cite {
    margin-left: 10px
}

.comments .commentlist .comment .comment-body .comment-meta {
    text-align: right;
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .comments .commentlist .comment .comment-body .comment-meta {
        font-size: 12px
    }
}

.comments .commentlist .comment .comment-body p {
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .comments .commentlist .comment .comment-body p {
        font-size: 16px
    }
}

.comments .commentlist .comment .comment-body .reply {
    text-align: center
}

.comments .commentlist .comment .comment-body .reply .comment-reply-link {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px !important;
    border: none;
    background-color: #eee
}

@media only screen and (max-width:767px) {
    .comments .commentlist .comment .comment-body .reply .comment-reply-link {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .comments {
        padding-top: 30px;
        margin-top: 30px
    }

    .comments .comment-respond .comment-reply-title {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .comments .comment-respond .comment-reply-title {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .comments .comment-form .logged-in-as {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .comments .comment-form .logged-in-as {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .comments .comment-form .comment-form-comment textarea {
        height: 100px
    }
}

@media only screen and (max-width:767px) {

    .comments .comment-form .comment-form-author,
    .comments .comment-form .comment-form-email,
    .comments .comment-form .comment-form-url {
        display: block
    }

    .comments .comment-form .comment-form-author label,
    .comments .comment-form .comment-form-email label,
    .comments .comment-form .comment-form-url label {
        display: block;
        width: 100%
    }

    .comments .comment-form .comment-form-author input,
    .comments .comment-form .comment-form-email input,
    .comments .comment-form .comment-form-url input {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .comments .comment-form .comment-form-cookies-consent {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .comments .comment-form .comment-form-cookies-consent {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .comments .comment-form .form-submit .submit {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .comments .comment-form .form-submit .submit {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .comments .commentlist .comment .children {
        padding-left: 15px;
        margin-left: 15px
    }

    .comments .commentlist .comment .comment-body p {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    .comments .commentlist .comment .comment-body p {
        font-size: 14px
    }
}

.pageNav {
    padding: 0 15px
}

.pageNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pageNav ul li {
    border-left: 1px solid #70462E;
    margin-bottom: 0;
    line-height: 1
}

.pageNav ul li:last-child {
    border-right: 1px solid #70462E
}

.pageNav ul li a,
.pageNav ul li span {
    color: #70462E;
    padding: 5px 15px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px
}

@media only screen and (max-width:767px) {

    .pageNav ul li a,
    .pageNav ul li span {
        font-size: 16px
    }
}

.pageNav ul li a:hover,
.pageNav ul li span:hover {
    opacity: 0.7
}

.slide-menu {
    position: absolute;
    z-index: 999
}

.menu {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px
}

.menu a {
    display: block;
    text-decoration: none;
    color: #333
}

.menu a:hover {
    opacity: 0.7
}

.menu .menu_pic img {
    width: 100%;
    height: auto
}

.menu .menu_title {
    margin: 0;
    padding: 15px 0 0;
    font-size: 18px
}

.menu .menu_price {
    margin: 0;
    font-size: 14px;
    color: #70462E
}

.menu .menu_desc {
    padding: 15px 0
}

.menu .menu_desc p {
    margin: 0;
    font-size: 13px
}

.menu-border {
    border: 1px solid #eee;
    padding: 15px
}

@media only screen and (max-width:767px) {
    .menu {
        margin-bottom: 15px
    }

    .menu .menu_title {
        font-size: 14px
    }
}

.wp-block-quote {
    border-left: 4px solid #000;
    padding-left: 1em
}

.wp-block-quote p {
    font-size: 16px;
    margin-bottom: 0
}

.wp-block-quote cite {
    color: #666
}

.wp-block-tag-cloud a {
    text-decoration: underline;
    color: #0073aa;
    display: inline-block;
    margin-right: 5px
}

.wp-block-table td,
.wp-block-table th {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #000
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d
}

.wp-block-pullquote blockquote .block-editor-rich-text p {
    font-size: 28px;
    line-height: 1.6;
    font-family: "Noto Serif JP"
}

.wp-block-pullquote blockquote cite {
    color: #666
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
    max-width: 100px
}

.wp-block-more {
    display: block;
    text-align: center;
    white-space: nowrap
}

.wp-block-search .wp-block-search__input {
    border-radius: 4px;
    border: 1px solid #8d96a0;
    color: rgba(14, 28, 46, 0.62);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    padding: 5px 3px
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 -1px 0 #ccc;
    box-shadow: inset 0 -1px 0 #ccc;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.wp-block-calendar caption {
    caption-side: top;
    text-align: center
}

.wp-block-calendar table th {
    font-weight: 700 !important
}

.wp-block-calendar table a {
    color: #007bff;
    text-decoration: none
}

.wp-block-calendar table a:hover {
    text-decoration: underline
}

.wp-block-categories a {
    color: #0073aa;
    text-decoration: underline
}

.wp-block-categories a:hover {
    text-decoration: none
}

.wp-block-latest-comments a {
    color: #0073aa;
    -webkit-transition-property: border, background, color;
    -o-transition-property: border, background, color;
    transition-property: border, background, color;
    -webkit-transition-duration: 0.05s;
    -o-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-decoration: underline
}

.wp-block-latest-comments a:hover {
    text-decoration: none
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

/*品監ポータル用に背景色の設定追加*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF
}

/*品監ポータル用に背景色の設定追加*/
.container_top {
    width: 100%;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF
}

/*品監ポータル用　あつまれひんかんの森 設定start*/

.comment_small{
    width: 50%;
}

@media (max-width:768px) {
    .content #a_forest_of_hinkan1{
        display: none
    }
}

@media (min-width:769px) {
    .content #a_forest_of_hinkan2{
        display: none
    }
}

/*品監ポータル用　あつまれひんかんの森 設定 End*/


#update_info td{
    padding: 3px 0;
}

/*品監ポータル用　30pxインデント用クラス追加*/
/**/
.text-area30 {
    margin-left: 30px;
}

/*品監ポータル用　60pxインデント用クラス追加*/
/**/
.text-area60 {
    margin-left: 60px;
}

/*品監ポータル用　90pxインデント用クラス追加*/
/**/
.text-area90 {
    margin-left: 90px;
}

/*
.text-area-top50: {
    margin-top: 50px;
    padding-top: 50px;
}
*/

/*パートナー通信サイト　ログイン画面関連　start*/
.swpm-forgot-pass-link {
    display:none;
}
.swpm-join-us-link {
    display:none;
}
/*パートナー通信サイト　ログイン画面関連　end*/

/*品監ポータル用　お問い合わせの枠線など*/
.inquiry {
    padding: 1em;
    border: 5px double #CC0000;
    border-radius: 10px
}



#tablepress-20 {
    margin-left: 30px;

}

/**/
.row_height {
    min-height: 400px;
}

/*品監ポータルトップページ　*/
.table_update{
    margin:10px 5px 20px;
    font-size:14px;
}
/*
.table_update tr{
    line-height: 20px;
}
*/

/*品監ポータル　footerの推奨環境*/
.system_requirements {
    background-color: #666666;
    font-size: 14px;
    font-weight: 600;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    color: #FFFFFF;
    /*    padding-left:150px;*/

}


/* 品監ポータル　#f2cf01タグ一覧の表示設定*/
.tag-list a {
    border: 2px solid #CC0000;
    background-color: #CC0000;
    color: #FFFFFF;
    font-weight: 550;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px 20px;
    margin: 20px auto;
    width: 100%;
    display: inline-block;
    text-align: center;
}



/* 品監ポータル　タグ一覧の表示設定*/
.tag-list.current-tag a,
.tag-list a:hover {
    background-color: #c6e0d5;
    color: #FFFFFF;
    font-weight: 550;
}

/* 品監ポータル　child-catというカテゴリの非選択状態 */
.tag-list-child-tag a {
    border: 2px solid #ff5362;
    color: #ff5362;
}

/* 品監ポータル　child-catというカテゴリの選択状態 */
.tag-list-child-cat.current-tag a,
.tag-list-child-tag a:hover {
    background-color: #ff5362;
    color: #FFFFFF;
}

.tag-list li {
    display: inline-block;
    padding: 0 10px;
    /*    width: 300px;*/
    margin: 0 auto;

}


/*品監ポータル　各カテゴリーごとに背景色を変更*/
.tag-list_process a {
    border: 2px solid #d06da3;
    background-color: #d06da3;
}

.tag-list_process a:hover {
    background-color: #e3b3cd;
    border: 2px solid #e3b3cd;
}

.tag-list_process li {
    width: 300px;
}


.tag-list_division a {
    border: 2px solid #f2cf01;
    background-color: #f2cf01;
}

.tag-list_division a:hover {
    background-color: #f8e352;
    border: 2px solid #f8e352;
}

.tag-list_division li {
    width: 230px;
}

.tag-list_tool a {
    border: 2px solid #0168b3;
    background-color: #0168b3;
}

.tag-list_tool a:hover {
    background-color: #afd0ef;
    border: 2px solid #afd0ef;
}

.tag-list_tool li {
    width: 300px;
}


.tag-list_osemi a {
    border: 2px solid #333333;
    background-color: #333333;
}

.tag-list_osemi a:hover {
    background-color: #c6e2f8;
    border: 2px solid #c6e2f8;
}

.tag-list_osemi li {
    width: 300px;
}

.tag-list_activities a {
    border: 2px solid #88b83e;
    background-color: #88b83e;
}

.tag-list_activities a:hover {
    background-color: #c8d627;
    border: 2px solid #c8d627;
}

.tag-list_activities li {
    width: 300px;
}

/*

.tag-list_seminar a{
    border: 2px solid #0168b3;
    background-color: #0168b3;
}
.tag-list_seminar a:hover {
    background-color: #afd0ef;
    border: 2px solid #afd0ef;
}
*/


/*品監ポータル用　投稿カバー1行用　のクラス（中央揃え）追加*/
/**/
.p_center {

    margin-bottom: auto;
    margin-top: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

/*品監ポータル用　携帯サイトへの設定*/
@media (max-width:768px) {
    .text-area30 {
        margin-left: 10px;
    }

    /*品監ポータル用　20pxインデント用クラス追加*/
    /**/
    .text-area60 {
        margin-left: 20px;
    }

    /*品監ポータル用　30pxインデント用クラス追加*/
    /**/
    .text-area90 {
        margin-left: 30px;
    }


    /*    脆弱性ページのフレーム用*/
    .IPA_frame {
        width: 320px;
        overflow-y: scroll;
    }


    /*カテゴリー一覧、タグ一覧の設定*/
    .tag-list li {
        min-width: 350px;
        text-align: center;
    }

    .tag-list a {

        font-size: 16px;

        /*        padding: 20px 20px;*/
        margin: 10px 0 10px 15px;
    }

    .content ul {
        font-size: 14px;
    }

    /*品監ポータル　footerの推奨環境*/
    .system_requirements {
        display: none;

    }

}



/*脆弱性診断*/
#ptp_47493e7c55a77c7d_1 #post-row-2222 a {
    font-weight: bold;
}

#ptp_47493e7c55a77c7d_1 #post-row-2222 td {
    background-color: #869ceb;
}

/*負荷テスト*/
#ptp_4e350ba19432386e_2 #post-row-2259 a {
    font-weight: bold;
}

#ptp_4e350ba19432386e_2 #post-row-2259 td {
    background-color: #869ceb;
}

/*静的解析・単体テスト*/
#ptp_97240ae3ecb5f8fc_3 #post-row-2266 a {
    font-weight: bold;
}

#ptp_97240ae3ecb5f8fc_3 #post-row-2266 td {
    background-color: #869ceb;
}

/*テスト自動化*/
#ptp_24a4f5679978f93a_4 #post-row-2391 a {
    font-weight: bold;
}

#ptp_24a4f5679978f93a_4 #post-row-2391 td {
    background-color: #869ceb;
}

/*プロジェクト監理・構成管理*/
#ptp_bb2bc0917676e2f9_5 #post-row-2372 a {
    font-weight: bold;
}

#ptp_bb2bc0917676e2f9_5 #post-row-2372 td {
    background-color: #869ceb;
}

/*その他ツール*/
#ptp_d612ebc0bff4a5a5_6 #post-row-2333 a {
    font-weight: bold;
}

#ptp_d612ebc0bff4a5a5_6 #post-row-2333 td {
    background-color: #869ceb;
}

/*その他ツール情報*/
#ptp_73d0344ba933a9d0_7 #post-row-109 a {
    font-weight: bold;
}

#ptp_73d0344ba933a9d0_7 #post-row-109 td {
    background-color: #869ceb;
}








@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .container_top {
        max-width: 540px
    }

    .slider {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .container_top {
        max-width: 720px
    }

    .slider {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    container_top {
        max-width: 960px
    }

    .slider {
        max-width: 960px;
    }
}

/*品監ポータル用に余白の設定追加*/
@media (min-width:1200px) {
    .container {
        max-width: 1140px;

        padding-right: 80px;
        padding-left: 80px;
    }

    .container_top {
        max-width: 1140px;

        padding-right: 80px;
        padding-left: 80px;
    }

    /*品監ポータル用にTOPページのスライダーエリアの設定追加*/
    .slider {
        max-width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: auto;
        margin-left: auto;
        /*        max-width: 1140px;*/
    }

    .breadcrumb .breadcrumb_inner {
        padding-top: 10px;
    }


}




.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*
    margin-right: -15px;
    margin-left: -15px
*/
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }


    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.slick-loading .slick-list {
    background: #fff slick-image-url("ajax-loader.gif") center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: none !important;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 25px
}

[dir=rtl] .slick-prev {
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: 25px
}

[dir=rtl] .slick-next {
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #70462E;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #70462E;
    opacity: 0.75
}

@media only screen and (max-width:767px) {
    .slick-dots {
        bottom: -25px
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
