/*目次
----------------------
1.全体の共通部分(1.全体、2.フォント、3.イラスト、4.固定用メニュー)※index.html
----------------------
2.ヘッダー（ファーストビュー部分）（1.最上部、2.見出し）※index.html
----------------------
3.メイン（1.共通部分、2.コンテンツ内容１～４）※index.html
----------------------
4.よくある質問  ※faq.html
----------------------
5.操作方法  ※guide.html
----------------------
*/


/*フォント*/

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=M+PLUS+1p:wght@700&display=swap');

/*
----------------------
1.全体の共通部分(1.全体、2.フォント、3.イラスト、4.固定用メニュー)
----------------------
*/


/*1.全体---*/

body,
.body {
    /*全体の設定*/
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.center01 {
    /*1200pxで左右中央に配置*/
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.center02 {
    /*950pxで左右中央に配置*/
    width: 95%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}


/* 変更20220509 */

.mwi1200 {
    max-width: 1200px;
}

.center03 {
    /*855pxで左右中央に配置*/
    width: 95%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.body a {
    /*aリンクのクリック時の変化速度*/
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.body a:hover {
    /*aリンクにマウスカーソルを乗せる時*/
    opacity: 0.7;
}

.body img {
    /*全体の画像設定*/
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pc {
    /*PC版は表示*/
    display: block !important;
}

.sp {
    /*スマホ版は非表示*/
    display: none !important;
}


/*2.フォント---*/

.body a,
.body li,
.body span,
.body p,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
    /*全体のフォント設定-EC-CUBE対策*/
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    color: #4d3a2d;
    background: none;
}

h3.kiwi,
h5.kiwi,
p.kiwi,
span .kiwi,
.kiwi span {
    /*全体のフォント設定-キウイ丸フォント*/
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
}

li.kiwi {
    /*全体のフォント設定-キウイ丸フォント*/
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
}

.fnt-yel {
    /*フォント-黄色*/
    color: #ffdd60 !important;
}

.fnt-red {
    /*フォント-赤色*/
    color: #d9383f !important;
}

.in-bl {
    /*インラインブロック設定*/
    display: inline-block;
}


/*3.イラスト---*/

.headWrap,
.contents_01,
.contents_02,
.contents_03,
.contents_04,
.contents_05,
.contents_06,
.contents_07,
.contents_08 {
    /*家・木のイラスト設置の親要素*/
    position: relative;
}

.illustGrp {
    /*家・木のイラスト*/
    position: absolute !important;
    bottom: 0;
    max-width: 60px;
}

.headWrap .illustGrp,
.contents_02 .illustGrp,
.contents_04 .illustGrp,
.contents_06 .illustGrp {
    /*家・木のイラストを左寄せ*/
    left: 5%;
}

.headWrap .illustGrp:last-of-type,
.contents_01 .illustGrp,
.contents_03 .illustGrp,
.contents_05 .illustGrp,
.contents_06 .TextGrp .illustGrp,
.contents_08 .illustGrp {
    /*家・木のイラストを右寄せ*/
    left: inherit;
    right: 5%;
}

@media (min-width: 1650px) {
    .headWrap .illustGrp,
    .contents_02 .illustGrp,
    .contents_04 .illustGrp {
        /*家・木のイラストを左寄せ*/
        left: 10%;
    }
    .headWrap .illustGrp:last-of-type,
    .contents_01 .illustGrp,
    .contents_03 .illustGrp {
        /*家・木のイラストを右寄せ*/
        left: inherit;
        right: 10%;
    }
}

@media (min-width: 2000px) {
    .headWrap .illustGrp,
    .contents_02 .illustGrp,
    .contents_04 .illustGrp {
        /*家・木のイラストを左寄せ*/
        left: 20%;
    }
    .headWrap .illustGrp:last-of-type,
    .contents_01 .illustGrp,
    .contents_03 .illustGrp {
        /*家・木のイラストを右寄せ*/
        left: inherit;
        right: 20%;
    }
}


/*iPad・スマホ対応*/

@media (max-width: 1250px) {
    .contents_01 .illustGrp,
    .contents_05 .illustGrp {
        /*「連携ショップ(ECサイト)」家・木のイラストを非表示*/
        /*「よくある質問」家・木のイラストを非表示*/
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .headWrap .illustGrp,
    .contents_06 .illustGrp,
    .contents_08 .illustGrp {
        /*「見出し」家・木のイラストを非表示*/
        display: none !important;
    }
}

@media (max-width: 900px) {
    .contents_02 .illustGrp {
        /*「注意事項」家・木のイラストを非表示*/
        display: none !important;
    }
}


/*4.固定用メニュー------*/


/*PC版のメニュー*/

.menuBtnGrp-fixed {
    position: relative;
    height: 60px;
    /*高さ指定*/
    width: 100%;
    /*横幅指定*/
    z-index: 999;
    /*最前面へ*/
    background: #d9383f;
    display: none;
}

#menuBtnGrp-fixed .center01 {
    /*レイアウトのためのCSS*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 60px;
    /*高さ指定*/
}

#menuBtnGrp-fixed .center01 .head_marts {
    /*みつかるマートのロゴ画像*/
    margin: 0 20px;
}

#menuBtnGrp-fixed .center01 .head_marts img {
    max-height: 40px;
}

#menuBtnGrp-fixed ul {
    display: flex;
    margin: 0px 20px;
}

#menuBtnGrp-fixed ul li {
    list-style: none;
}

#menuBtnGrp-fixed ul li a {
    display: block;
    height: 59px;
    color: #fff;
    padding: 0 30px;
    line-height: 3.75;
    font-weight: bold;
    font-size: 1rem;
}

#menuBtnGrp-fixed ul li a:hover {
    /*リンクのホバー時*/
    background: #ff6359;
    opacity: 1 !important;
}

.fixed {
    /*メニューを固定させる*/
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
}

@media (max-width: 800px) {
    #menuBtnGrp-fixed .center01 .head_marts {
        display: none;
    }
    #menuBtnGrp-fixed ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #menuBtnGrp-fixed ul li {
        width: 100%;
    }
    #menuBtnGrp-fixed ul li a {
        font-size: 0.75rem;
        line-height: 4.75;
        padding: 0 15px;
    }
}

@media (max-width: 350px) {
    #menuBtnGrp-fixed ul li a {
        font-size: 3.75vw;
        padding: 0px 5px;
    }
}


/*ページのトップにもどるボタン*/

#pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #d9383f;
    opacity: 0.5;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

#pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease 0s;
}

#pagetop a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 7px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
}

#pagetop:hover,
#pagetop a:hover {
    opacity: 1;
}


/*PC版のメニューここまで-------------------*/


/*
----------------------
2.ヘッダー（ファーストビュー部分）（1.最上部、2.見出し）
----------------------
*/


/*1.最上部------*/

.headCont01 {
    /*赤の背景*/
    background: #d9383f;
    padding: 10px 5px;
}

.headCont01>div {
    /*横並び*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headCont01>div .head_marts {
    /*みつかるマートのロゴ画像*/
    max-width: 200px;
    /*最大の幅*/
}

.headCont01>div h2 {
    /*「連携ショップの商品もひとつの～」フォント設定*/
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.75vw;
    font-weight: 700;
    color: #fff;
}

.headCont01>div h2 .fnt-big {
    /*「連携ショップの商品もひとつの～」フォント設定-大きいサイズ*/
    font-size: 2vw;
}

.headCont01>div h2 br {
    /*「連携ショップの商品もひとつの～」改行*/
    display: none;
    /*消す*/
}

@media (min-width: 1700px) {
    /*画面に応じてフォントのサイズを変更------*/
    .headCont01>div h2 {
        /*フォント設定*/
        font-size: 1.25vw;
    }
    .headCont01>div h2 .fnt-big {
        /*フォント設定-大きいサイズ*/
        font-size: 1.5vw;
    }
}

@media (min-width: 2300px) {
    /*画面に応じてフォントのサイズを変更------*/
    .headCont01>div h2 {
        /*フォント設定*/
        font-size: 1vw;
    }
    .headCont01>div h2 .fnt-big {
        /*フォント設定-大きいサイズ*/
        font-size: 1.25vw;
    }
}

@media (max-width: 950px) {
    .headCont01>div {
        /*横並び*/
        display: flex;
        flex-direction: column;
    }
    .headCont01>div h2 {
        /*フォント設定*/
        margin-top: 10px;
        font-size: 2.9vw;
    }
    .headCont01>div h2 .fnt-big {
        /*フォント設定-大きいサイズ*/
        font-size: 3.25vw;
    }
}

@media (max-width: 680px) {
    .headCont01>div h2 {
        /*フォント設定*/
        font-size: 4.5vw;
        line-height: 1.5;
    }
    .headCont01>div h2 .fnt-big {
        /*フォント設定-大きいサイズ*/
        font-size: 6vw;
    }
    .headCont01>div h2 br {
        /*改行*/
        display: inline;
    }
}


/*1.最上部ここまで------*/


/*2.見出し------*/

.headCont02 {
    /*緑の背景*/
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20211220-2/head_haikei.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.headCont02>div .waku {
    /*白枠*/
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20211220-2/head_waku.png);
    background-size: cover;
    background-position: center center;
    padding: 10px 10px 0 10px;
}

.headCont02>div .waku br {
    /*改行*/
    display: none;
    /*消す*/
}

.headCont02>div h3 {
    /*「専門ショップだからこそ～」見出し*/
    font-size: 2.5rem;
    /*ライン吹き出し*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.headCont02>div h3::before,
.headCont02>div h3::after {
    /*ライン吹き出し*/
    content: "";
    width: 40px;
    height: 2px;
    background: #d9383f;
}

.headCont02>div h3::before {
    /*左のライン*/
    transform: rotate(60deg);
}

.headCont02>div h3::after {
    /*右のライン*/
    transform: rotate(-60deg);
}

.headCont02>div p {
    /*「○○のIDで～」説明文*/
    font-size: 1.5rem;
    text-align: center;
}


/*メニューの設定*/

.menuBtnGrp .menuBtn {
    /*メニュー*/
    display: flex;
    justify-content: center;
    padding: 0 !important;
    margin: 15px auto 0;
}

.menuBtnGrp .menuBtn li {
    /*メニューボタン*/
    list-style: none;
    width: 25%;
    margin: 0 10px;
}

.menuBtnGrp .menuBtn li a {
    /*リンク*/
    display: block;
    background: #d9383f;
    color: #fff !important;
    padding: 5px 5px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.menuBtnGrp .menuBtn li a:hover {
    /*リンクのホバー時*/
    background: #ff6359;
    opacity: 1 !important;
}


/*iPad・スマホ対応*/

@media (max-width: 950px) {
    .headCont02>div h3 {
        /*「専門ショップだからこそ～」見出し*/
        font-size: 1.5rem;
    }
}

@media (max-width: 760px) {
    .headCont02>div h3 {
        /*「専門ショップだからこそ～」見出し*/
        display: block;
        font-size: 4.5vw;
    }
    .headCont02>div h3 span {
        font-size: 4.5vw;
        vertical-align: baseline;
    }
    .headCont02>div h3::before,
    .headCont02>div h3::after {
        /*ライン吹き出し*/
        width: 25px;
        height: 1.5px;
    }
}

@media (max-width: 680px) {
    .in-bl {
        /*インラインブロック設定*/
        display: inline !important;
        /*インラインに変更*/
        text-align: justify;
        /*文章を端に揃える*/
    }
    .headCont02 {
        /*緑の背景*/
        padding: 20px 10px;
    }
    .headCont02>div p {
        font-size: 4vw;
        padding: 0 10px;
    }
    .headCont02>div .waku {
        /*白枠*/
        background: #fff;
        border-radius: 10px;
        padding: 10px 15px;
    }
    .headCont02>div .waku br {
        /*改行*/
        display: inline;
    }
    .headCont02>div h3::before,
    .headCont02>div h3::after {
        /*ライン吹き出し*/
        display: none;
        /*消す*/
    }
    .menuBtnGrp .menuBtn {
        /*メニュー*/
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }
    .menuBtnGrp .menuBtn li {
        /*メニューボタン*/
        width: 95%;
        margin: 5px auto;
        border-radius: 10px;
    }
    .menuBtnGrp .menuBtn li a {
        /*リンク*/
        border-radius: 5px;
    }
}

@media (max-width: 350px) {
    .headCont02>div .waku br {
        /*改行*/
        display: none;
        /*消す*/
    }
}


/*2.見出しここまで------*/


/*
----------------------
3.メイン（1.共通部分、2.コンテンツ内容１～４）
----------------------
*/


/*1.共通部分------*/

.mainWrap {
    padding: 3% 0 4%;
}

.mainWrap:last-of-type {
    padding-bottom: 10%;
}

.mainWrap:nth-of-type(odd) {
    /*黄緑の背景*/
    background: #eaf2c3;
}

.mainWrap:nth-of-type(even) {
    /*白の背景*/
    background: #fff;
}

.Title {
    /*タイトル*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 20px;
}

.Title .icon {
    /*タイトルのアイコン*/
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.Title h4 {
    /*タイトルのフォント*/
    font-size: 3rem;
    color: #4d3a2d;
}

@media (max-width: 680px) {
    .Title h4 {
        /*タイトルのフォント*/
        font-size: 4.5vw;
        color: #4d3a2d;
        display: contents;
    }
}

@media (max-width: 350px) {
    .Title .icon {
        /*タイトルのアイコン*/
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
}


/*2.コンテンツ内容その１------*/


/* 変更20220509 */

.contents_01 .TextGrp .flex {
    /*横並び*/
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


/* 変更20220509 */

.contents_01 .TextGrp .flex .item {
    /*サプライヤーの設定*/
    width: 23%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(21% - 30px);
    width: calc(21% - 30px);
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.contents_01 .TextGrp .flex .item h5 {
    /*サプライヤーの名前*/
    font-size: 1.75rem;
    padding: 10px 0 5px;
    display: flex;
}

.contents_01 .TextGrp .flex .item p {
    /*サプライヤーの説明文*/
    font-size: 1.25rem;
    margin-bottom: 5px;
}

a.item_link {
    /*サプライヤーのリンク*/
    position: relative;
    padding-right: 1.75em;
}


/* 変更20220509 */

a.notes {
    margin-left: auto;
    color: #d9383f;
}

.item_link::after {
    /*サプライヤーのリンクの矢印*/
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media (max-width: 1200px) {
    .contents_01 .TextGrp .flex {
        padding: 0 10px;
    }
}

@media (max-width: 680px) {
    .contents_01 .TextGrp .flex {
        flex-wrap: wrap;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .contents_01 .TextGrp .flex .item {
        /*サプライヤーの設定*/
        width: 48%;
        /* IE8以下とAndroid4.3以下用フォールバック */
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        text-align: justify;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .contents_01 .TextGrp .flex .item h5 {
        /*サプライヤーの名前*/
        margin-bottom: 10px;
    }
    .contents_01 .TextGrp .flex .item p {
        /*サプライヤーの説明文*/
        font-size: 3.5vw;
        line-height: 1.3;
    }
    a.item_link {
        font-size: 4vw;
    }
}


/*2.コンテンツ内容その１ここまで------*/


/*2.コンテンツ内容その２------*/

.contents_02 .center01 {
    position: relative;
}

.contents_02 .Btn {
    /*ご利用について*/
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    background: #fff;
    border: 1px solid #4d3a2d;
}

.contents_02 .Btn a {
    /*ご利用について-サイズ*/
    display: block;
    padding: 5px 40px 3px;
    position: relative;
}

.contents_02 .Btn a::after {
    /*ご利用について-矢印*/
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contents_02 .Btn a:hover {
    /*ご利用について-カーソルを乗せる時の色変化*/
    opacity: 1;
    background: #eaf2c3 !important;
}

.contents_02 .TextGrp ul {
    /*注意事項*/
    list-style: none;
    display: inline-block;
    text-align: justify;
    padding: 0 15px;
    margin: auto;
}

.contents_02 .TextGrp ul li {
    /*注意事項のフォント*/
    font-size: 1.5rem;
    line-height: 1.25;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0.75em;
}

.come::before {
    /*注意・注目のマークを文頭につける*/
    content: "※";
}

.maru::before {
    /*点のマークを文頭につける*/
    content: "●";
}

@media (max-width: 680px) {
    .contents_02 .Btn {
        /*ご利用について*/
        display: block;
        position: inherit;
        top: inherit;
        right: inherit;
        margin: 0px auto 20px;
        max-width: 350px;
        width: 90%;
    }
    .contents_02 .Btn a {
        /*ご利用について-サイズ*/
        display: block;
        padding: 5px 40px 3px;
        position: relative;
    }
    .contents_02 .Btn a::after {
        /*ご利用について-矢印*/
        font-family: "Font Awesome 5 Free";
        content: '\f054';
        font-weight: 900;
        position: absolute;
        right: 3%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .contents_02 .Btn a:hover {
        /*ご利用について-カーソルを乗せる時の色変化*/
        opacity: 1;
        background: #eaf2c3 !important;
    }
    .contents_02 .TextGrp ul li {
        /*注意事項のフォント*/
        font-size: 4.5vw;
    }
}

@media (max-width: 350px) {
    .contents_02 .TextGrp ul li {
        /*注意事項のフォント*/
        font-size: 4.5vw;
    }
}


/*2.コンテンツ内容その２ここまで------*/


/*2.コンテンツ内容その３------*/

.contents_03 ul {
    margin: 40px 0 !important;
}


/*PC版のフローチャート*/

.flow {
    /*フロー*/
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flow li {
    /*フロー*/
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 16.66%;
    color: #4d3a2d;
    font-weight: bold;
    counter-increment: steps;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.flow li:before {
    /*フロー-円と番号*/
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 20px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #d9383f;
    color: #FFF;
    content: counter(steps);
}

.flow li:after {
    /*フロー-線*/
    position: absolute;
    z-index: 0;
    top: 20px;
    left: calc(-50% + 10px);
    width: 95%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 2px;
    content: '';
    background-color: #d9383f;
}

.flow li:first-child:after {
    content: none;
}

.flow .flowImg {
    /*画像*/
    display: block;
    max-height: 50px;
}

.flow span.flowTitle {
    /*タイトル*/
    font-size: 1.75rem;
    padding: 10px 0 5px;
    height: 80px;
    display: flex;
    align-items: center;
    line-height: 1.25;
}

.flow span.flowText {
    /*テキスト*/
    font-size: 1.25rem;
    padding: 0 10px;
    text-transform: initial;
}

.contents_03 .Btn {
    /*もっと詳しい操作方法を見る*/
    display: block;
    background: #d9383f;
    margin: 0 auto;
    max-width: 350px;
    width: 90%;
}

.contents_03 .Btn a {
    /*もっと詳しい操作方法を見る-サイズ*/
    color: #fff;
    display: block;
    padding: 10px 30px 8px;
    position: relative;
}

.contents_03 .Btn a::after {
    /*もっと詳しい操作方法を見る-矢印*/
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contents_03 .Btn a:hover {
    /*もっと詳しい操作方法を見る-カーソルを乗せる時の色変化*/
    background: #ff6359;
    opacity: 1 !important;
}

@media (max-width: 920px) {
    .flow .flowText {
        /*文章を端にそろえる*/
        text-align: justify;
    }
    .flow .flowText br {
        /*改行*/
        display: none;
        /*消す*/
    }
}

@media (max-width: 680px) {
    /*スマホ版のフローチャート*/
    .flow li {
        /*フロー*/
        width: 33.333%;
    }
    .flow li:first-child:after,
    .flow li:nth-of-type(4):after {
        content: none;
    }
    .flow .flowImg {
        /*画像*/
        display: block;
        max-height: 40px;
    }
    .flow .flowTitle {
        /*タイトル*/
        font-size: 5vw!important;
        padding: 10px 0 5px;
        height: 50px;
    }
    .flow .flowText {
        /*テキスト*/
        font-size: 4vw!important;
        padding: 0 20px;
        line-height: 1.25;
    }
}

@media (max-width: 450px) {
    .flow .flowTitle {
        /*タイトル*/
        font-size: 4vw;
    }
    .flow .flowText {
        /*テキスト*/
        font-size: 1vw;
        padding: 0 8px;
    }
}


/*2.コンテンツ内容その３ここまで------*/


/*2.コンテンツ内容その４------*/

.contents_04 .Btn {
    /*よくある質問はこちら*/
    display: block;
    background: #fff;
    border: 1px solid #4d3a2d;
    margin: 0 auto;
    max-width: 350px;
    width: 95%;
}

.contents_04 .Btn a {
    /*よくある質問はこちら-サイズ*/
    display: block;
    padding: 10px 30px 8px;
    position: relative;
}

.contents_04 .Btn a::after {
    /*よくある質問はこちら-矢印*/
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contents_04 .Btn a:hover {
    /*よくある質問はこちら-カーソルを乗せる時の色変化*/
    opacity: 1;
    background: #eaf2c3 !important;
}

.contents_04 .TextGrp {
    padding: 1% 0;
}

.contents_04 .flex {
    /*横並び*/
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}

.contents_04 .flex .item {
    width: 48%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.contents_04 .flex .item div {
    width: 100%;
    border-radius: 5px;
    margin: 20px auto 5px;
}

.contents_04 .flex .item:first-child div {
    /*お問い合わせフォーム*/
    background: #d9383f;
    position: relative;
}

.contents_04 .flex .item:first-child div::after {
    /*お問い合わせフォーム-矢印*/
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff !important;
}

.contents_04 .flex .item:last-of-type div {
    /*みつかるマートお問い合わせセンター*/
    background: #3d3636;
}

.contents_04 .flex p {
    display: block;
    text-align: center;
    width: 100%;
}

.contents_04 .flex p br {
    display: none;
}

.contents_04 .flex .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.75rem;
}

.contents_04 .flex .item a:hover {
    /*リンクのホバー時*/
    opacity: 1 !important;
    border-radius: 5px;
    cursor: default;
}

.contents_04 .flex .item a.Link:hover {
    /*リンクのホバー時*/
    background: #ff6359;
    cursor: pointer;
}

.contents_04 span.Tel {
    /*電話番号*/
    display: block;
    color: #fff !important;
}

@media (max-width: 680px) {
    .contents_04 .flex {
        /*縦並びに変更*/
        flex-direction: column;
    }
    .contents_04 .flex .item {
        width: 100%;
    }
    .contents_04 .flex p br {
        display: block;
    }
    .contents_04 .flex .item a {
        font-size: 4.5vw;
    }
}

@media (max-width: 360px) {
    .contents_04 .flex .item a,
    .contents_04 .flex p {
        font-size: 4.5vw;
    }
}


/*2.コンテンツ内容その４ここまで------*/


/*
----------------------
4.よくある質問 ※faq.html
----------------------
*/

.contents_05 {
    padding: 20px 0 50px;
}

.faq #menuBtnGrp-fixed ul li a {
    /*固定用メニュー-リンクの幅*/
    padding: 0 10px;
}

.contents_05 .menuBtnGrp {
    /*メニュー-全体*/
    margin: 3% 0 1%;
}

.contents_05 .menuBtnGrp .menuBtn li {
    /*メニュー-5等分*/
    width: 19%;
}

.contents_05 .menuBtnGrp .menuBtn li a {
    /*メニュー-角丸*/
    border-radius: 5px;
}

.contents_05 .category {
    /*カテゴリー-全体*/
    padding: 0.25em 0 0.25em 1.5em;
    margin: 1.5em 0 0.5em 0;
    position: relative;
}

.contents_05 .category p {
    /*カテゴリー-フォント*/
    font-weight: bold;
    font-size: 2.25rem;
    text-align: left;
}

.contents_05 .category::before {
    /*カテゴリー-疑似要素*/
    content: "";
    width: 10px;
    height: 100%;
    background: #d9383f;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.contents_05 .flex {
    /*縦並び*/
    display: flex;
    flex-direction: column;
}

.contents_05 .flex .item {
    /*白背景、左寄せ*/
    background: #fff;
    padding: 0 5% 5%;
    margin: 10px 0;
    text-align: left;
}

.contents_05 .flex .item .qs {
    /*質問*/
    /*  font-weight: bold;*/
    padding: 2em 0em 1.5em 2.25em;
    position: relative;
    line-height: 1.25em;
    /*font-size: 1.25rem;*/
}

.contents_05 .flex .item .qs::before {
    /*質問-はてなマーク*/
    font-family: "Font Awesome 5 Free";
    content: '\f059';
    font-weight: 900;
    font-size: 1.5em;
    color: #d9383f;
    position: absolute;
    left: 0;
}

.contents_05 .flex .item .ans {
    /*回答*/
    padding: 0 2.25em 0em 2.25em;
    line-height: 1.5em;
}

.contents_05 ul.ans-list {
    /*回答-リスト形式*/
    list-style: none;
    display: inline-block;
    text-align: justify;
    padding: 0 15px;
    margin: auto;
}

.contents_05 ul.ans-list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 1em;
}

.contents_05 ul.ans-list li.come {
    font-size: 0.75em;
    margin: 0 0 1em 0.5em;
    color: #d9383f;
}

.ans-maru::before {
    /*点のマークを文頭につける*/
    content: "・";
}

.contents_04 .Btn_back {
    /*TOPに戻る*/
    display: block;
    background: #fff;
    border: 1px solid #4d3a2d;
    margin: 3% auto 0;
    max-width: 350px;
    width: 95%;
}

.contents_04 .Btn_back a {
    /*TOPに戻る-サイズ*/
    display: block;
    padding: 10px 30px 8px;
    position: relative;
}

.contents_04 .Btn_back a::after {
    /*TOPに戻る-矢印*/
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contents_04 .Btn_back a:hover {
    /*TOPに戻る-カーソルを乗せる時の色変化*/
    opacity: 1;
    background: #eaf2c3 !important;
}

@media (max-width:1000px) {
    .faq #menuBtnGrp-fixed ul {
        margin: 0 auto;
    }
    .faq #menuBtnGrp-fixed ul li a {
        padding: 0 20px;
    }
    .faq .head_marts {
        display: none;
    }
    .contents_05 .menuBtnGrp .menuBtn {
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .contents_05 .menuBtnGrp .menuBtn li {
        width: 48%;
        /* IE8以下とAndroid4.3以下用フォールバック */
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
        margin: 10px 0 0;
    }
}

@media (max-width:680px) {
    .faq #menuBtnGrp-fixed ul li a {
        font-size: 2.5vw;
        line-height: 1.5;
        padding: 0 5px;
        display: table-cell;
        vertical-align: middle;
        width: 20%;
    }
    .contents_05 .category p {
        font-size: 5vw;
    }
    .contents_05 .menuBtnGrp .menuBtn li a {
        font-size: 4vw;
        line-height: 1.25;
    }
    .contents_05 .flex .item .qs {
        /*質問*/
        font-size: 4vw;
        padding: 1.5em 0em 1.5em 2em;
    }
    .contents_05 .flex .item .ans {
        /*回答*/
        font-size: 3vw;
    }
    .contents_05 ul.ans-list li {
        /*回答-リスト形式*/
        font-size: 3vw;
    }
    .contents_05 ul.ans-list li.come {
        font-size: 2vw;
        margin: 0 0 1em 0.5em;
        color: #d9383f;
    }
}


/*
----------------------
5.操作方法  ※guide.html
----------------------
*/

.contents_06 .TextGrp {
    /*「みつかるマート」とは-背景--------*/
    background: #fff;
    text-align: center;
    position: relative;
}

.contents_06 .TextGrp .flex {
    /*「みつかるマート」とは-中央寄せ*/
    text-align: center;
    padding: 0 5% 5%;
}

h5.guide_h5 {
    /*「みつかるマート」とは-タイトル*/
    line-height: 2.25em;
    font-size: 2.25rem;
    padding: 2em 0em 0.5em 0em;
    margin: 0;
}

.contents_06 .TextGrp2 {
    /*ご注文～お届けまでの概要-背景-----------*/
    padding: 3% 0;
}

h4.guide_h4 {
    /*ご注文～お届けまでの概要-タイトル*/
    line-height: 1.25em;
    font-size: 2.5rem;
    padding: 2em 0em 1.5em 0;
    margin: 0;
}

.contents_06 .TextGrp2 .flex {
    border: 4px solid #d9383f;
    border-radius: 15px;
}

.contents_06 .TextGrp2 .title {
    /*（ユーザー様・連携先サプライヤー）-タイトル横並び*/
    display: flex;
    justify-content: space-between;
}

.guide_h6 {
    /*（ユーザー様・連携先サプライヤー）-タイトル幅50%*/
    width: 50%;
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guide_h6 h6 {
    /*（ユーザー様・連携先サプライヤー）-タイトルフォントサイズ*/
    font-size: 2.25rem;
}

.guide_h6:first-of-type {
    /*（ユーザー様）-タイトル背景*/
    background: #d9383f;
    border-radius: 8px 0 0 0;
}

.guide_h6:first-of-type h6 {
    /*（ユーザー様）-タイトルフォントのカラー*/
    color: #fff;
}

.guide_h6:last-of-type {
    /*（連携先サプライヤー）-タイトル背景*/
    background: #ffdd60;
    border-radius: 0 10px 0 0;
}

.contents_06 .TextGrp2 .item,
.contents_06 .TextGrp2 .item .img_flex {
    /*（ユーザー様・連携先サプライヤー）-ボックス横並びと画像（連携先サプライヤー）横並び*/
    display: flex;
    justify-content: space-between;
}

.contents_06 .TextGrp2 .item>div {
    /*（ユーザー様・連携先サプライヤー）-左右ボックスの幅*/
    width: 50%;
    padding: 5% 20px;
    display: flex;
    flex-direction: column;
}

.contents_06 .TextGrp2 .item .user {
    /*（ユーザー様）背景色*/
    background: #fff;
}

.contents_06 .TextGrp2 .item:last-of-type .user {
    /*（ユーザー様）最後のボックスの角丸*/
    border-radius: 0 0 0 10px;
}

.contents_06 .TextGrp2 .item .site {
    /*（連携先サプライヤー）背景色*/
    background: #fff7de;
}

.contents_06 .TextGrp2 .item:last-of-type .site {
    /*（連携先サプライヤー）最後のボックスの角丸*/
    border-radius: 0 0 10px 0;
}

.contents_06 .TextGrp2 .item p {
    /*（ユーザー様・連携先サプライヤー）-説明文*/
    text-align: left;
    display: inline-block;
    margin: 0 auto 1.5em;
}

.contents_06 .TextGrp2 .item .img {
    /*（ユーザー様・連携先サプライヤー）-コンテンツ内容の幅*/
    width: 85%;
    margin: auto auto 0;
    display: flex;
    align-items: center;
}

.contents_06 .TextGrp2 .item .img .computer {
    /*（ユーザー様・連携先サプライヤー）-パソコン画像の幅*/
    width: 70%;
    margin: auto;
}

.contents_06 .TextGrp2 .item .img .icon {
    /*（連携先サプライヤー）-連携先サプライヤーのアイコンの幅*/
    width: 50%;
    margin: auto;
}

.arrow-center,
.arrow-top {
    /*（ユーザー様・連携先サプライヤー）矢印*/
    position: relative;
}

.arrow-center::before {
    /*（ユーザー様・連携先サプライヤー）横線*/
    content: "";
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-48%, -50%);
    -webkit-transform: translate(-48%, -50%);
    -ms-transform: translate(-48%, -50%);
    border-bottom: 5px dotted #d9383f;
    width: 10%;
    z-index: 10;
}

.arrow-top::after {
    /*（ユーザー様・連携先サプライヤー）縦線*/
    content: "";
    position: absolute;
    top: 0%;
    left: 48%;
    transform: translate(-48%, -50%);
    -webkit-transform: translate(-48%, -50%);
    -ms-transform: translate(-48%, -50%);
    border-left: 5px dotted #d9383f;
    height: 15%;
    z-index: 10;
}

.contents_07 .TextGrp .flex {
    /*操作方法-横並び-------------*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 7em 10px 0 10px;
    text-align: left;
}

.contents_07 .TextGrp .flex:first-of-type {
    margin-top: 3%
}

.contents_07 .TextGrp .flex .item {
    /*操作方法-左右ボックスの幅*/
    width: 48%;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}

.contents_07 .flex .img .scrn {
    /*操作方法-左ボックス-画像の幅*/
    width: 100%;
    background: #fff7de;
    position: relative;
}

.contents_07 .flex .img .scrn::before {
    /*操作方法-左ボックス-画像の説明の位置調整*/
    position: absolute;
    left: -0.5em;
    color: #d9383f;
    font-weight: bold;
}

.contents_07 .flex .img .scrn_04::after {
    /*操作方法-左ボックス-画像の説明の注意文*/
    position: absolute;
    top: -1.75em;
    left: 0;
    color: #d9383f;
    font-weight: normal;
}

.contents_07 .flex .img .scrn_01::before {
    /*操作方法-左ボックス-画像の説明*/
    content: "【ログイン後トップ画面】";
    top: -1.75em;
}

.contents_07 .flex .img .scrn_02::before {
    /*操作方法-左ボックス-画像の説明*/
    content: "【みつかるマート メニュー画面】";
    top: -1.75em;
}

.contents_07 .flex .img .scrn_03::before {
    /*操作方法-左ボックス-画像の説明*/
    content: "【連携ショップ(ECサイト)に接続】";
    top: -1.75em;
}

.contents_07 .flex .img .scrn_04::before {
    /*操作方法-左ボックス-画像の説明*/
    content: "【連携ショップ(ECサイト)画面】";
    top: -2.75em;
}

.contents_07 .flex .img .scrn_04::after {
    /*操作方法-左ボックス-画像の説明*/
    content: "※サイトによってデザイン・仕様は異なります。";
    font-size: 0.75rem;
    top: -1.75em;
}

.contents_07 .flex .img .scrn_05::before {
    /*操作方法-左ボックス-画像の説明*/
    content: "【連携ショップ(ECサイト)画面】";
    top: -1.75em;
}

.contents_07 .flex .img .scrn_06::before {
    /*操作方法-左ボックス-画像の説明*/
    content: "【スマート介護 Webカートへの商品反映】";
    top: -1.75em;
}

.contents_07 .flex .text .Midashi {
    margin-bottom: 1em;
}

.contents_07 .flex .text h5.midashi_h5 {
    /*操作方法-右ボックス-見出し*/
    padding: 3px 8px;
    background: #d9383f;
    color: #fff !important;
    margin-bottom: 8px;
    /*font-size: 1rem;*/
    text-indent: -1em;
    padding-left: 1.5em;
}

.contents_07 .flex .text .Midashi p {
    /*font-size: 1rem;*/
}

.contents_07 .flex .text .Ope {
    margin: 0 0 1em;
}

.contents_07 .flex .text h5.ope_h5 {
    /*操作方法-右ボックス-操作*/
    position: relative;
    /*font-size: 1rem;*/
    padding-left: 1.25em;
    margin-bottom: 0.25em;
}

.contents_07 .flex .text h5.ope_h5::before {
    /*操作方法-右ボックス-操作の■*/
    content: "";
    width: 15px;
    height: 15px;
    background: #d9383f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contents_07 .flex .text .number {
    /*操作方法-右ボックス-行間・インデント調整*/
    /*font-size: 1rem;*/
    text-indent: -3em;
    padding-left: 2.5em;
    padding-bottom: 1.5em;
}

.contents_07 .flex .text .ope_p {
    padding-left: 1em;
}

.number_01::before {
    content: "（１）";
}

.number_02::before {
    content: "（２）";
}

.number_03::before {
    content: "（３）";
}

.contents_07 p.come {
    /*操作方法-右ボックス-注意文*/
    /*font-size: 0.8rem;*/
    text-indent: -1em;
    padding-left: 1em;
    color: #6b6565;
}

.contents_07 .flex .text .li {
    /*操作方法-右ボックス-リスト*/
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 1em;
}

.contents_07 .flex .text .li::before {
    /*操作方法-右ボックス-リストスタイル*/
    content: "・";
}

.contents_08 {
    /*「お問い合わせの際は～」全体*/
    padding: 5% 20px;
}

.contents_08 p {
    /*「お問い合わせの際は～」フォント*/
    font-size: 2.25rem;
}

.contents_08 strong {
    font-weight: normal;
    font-size: 2.75rem;
    background: #fff;
    padding: 3px 0;
    margin: 0 5px;
}

.arrow_tri {
    /*三角装飾*/
    position: relative;
}

.arrow_tri::before {
    /*三角装飾-図形*/
    content: "";
    display: block;
    z-index: 10;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}

div.arrow_tri::before {
    /*「みつかるマート」とは-三角装飾・付与*/
    border-top: 30px solid #fff;
}

article.arrow_tri::before {
    /*三角装飾-三角装飾・付与*/
    border-top: 30px solid #eaf2c3;
}

@media (max-width:680px) {
    .contents_06 .TextGrp2 .item>div {
        padding: 10% 16px;
    }
    .contents_06 .TextGrp2 .item p {
        /*（ユーザー様・連携先サプライヤー）-説明文*/
        font-size: 3vw;
    }
    .contents_06 .TextGrp2 .item .img_flex {
        /*（ユーザー様・連携先サプライヤー）-コンテンツ内容の幅*/
        flex-direction: column;
    }
    .contents_06 .TextGrp2 .item .img_flex2 {
        /*（ユーザー様・連携先サプライヤー）-コンテンツ内容の幅*/
        margin: inherit;
        margin-top: auto;
    }
    .contents_06 .TextGrp2 .item .img,
    .contents_06 .TextGrp2 .item .img_flex {
        /*（ユーザー様・連携先サプライヤー）-コンテンツ内容の幅*/
        width: 100%;
    }
    .contents_06 .TextGrp2 .item .img .computer,
    .contents_06 .TextGrp2 .item .img_flex .computer2 {
        /*（ユーザー様）-パソコン画像の幅*/
        width: 90%;
    }
    .contents_06 .TextGrp2 .item .img_flex .supplier {
        /*（連携先サプライヤー）-連携先サプライヤー画像の幅*/
        width: 90%;
        margin: auto;
    }
    .contents_06 .TextGrp2 .item .img_flex .icon {
        width: 40%;
    }
    .contents_06 .TextGrp2 .item .img_flex .icon2 {
        width: 30%;
    }
    .contents_06 .TextGrp2 .item .img_flex .icon,
    .contents_06 .TextGrp2 .item .img_flex .icon2 {
        /*（連携先サプライヤー）-連携先サプライヤーのアイコン*/
        margin: 10px auto 0;
    }
    .contents_06 .TextGrp2 .item .img_flex .sozai {
        /*（連携先サプライヤー）-受発注の画像の幅*/
        max-width: 100px;
        height: fit-content;
        margin-top: 20px;
    }
    .contents_06 .TextGrp2 .item .user .sozai {
        margin-right: 0px;
    }
    .arrow-center::before {
        /*（ユーザー様・連携先サプライヤー）横線*/
        left: 50%;
        border-bottom: 2px solid #d9383f;
        width: 7%;
    }
    .arrow-top::after {
        /*（ユーザー様・連携先サプライヤー）縦線*/
        border-left: 2px solid #d9383f;
        height: 13%;
    }
    .contents_07 .TextGrp .flex {
        /*操作方法-縦並び-------------*/
        flex-direction: column-reverse;
        margin-top: 3em;
    }
    .contents_07 .TextGrp .flex .item {
        /*操作方法-左右ボックスの幅*/
        width: 100%;
        margin-bottom: 2em;
    }
    .contents_07 .flex .img .scrn::before {
        /*操作方法-左ボックス-画像の説明の位置調整*/
        font-size: 4.5vw;
    }
    .contents_07 .flex .text h5.midashi_h5 {
        /*操作方法-右ボックス-見出し*/
        font-size: 5vw;
    }
    .contents_07 .flex .text .Midashi p {
        font-size: 3vw;
    }
    .contents_07 .flex .text .number {
        /*操作方法-右ボックス-行間・インデント調整*/
        padding-bottom: 0.75em;
        font-size: 4.25vw;
    }
    .contents_07 .flex .text .ope_p {
        padding-left: 0em;
        font-size: 3vw;
    }
    .contents_07 p.come {
        /*操作方法-右ボックス-注意文*/
        font-size: 3vw;
        text-indent: -1em;
        padding-left: 1em;
        color: #6b6565;
    }
    .contents_07 .flex .img .scrn_04::after {
        content: "※サイトによってデザイン・仕様は異なります。";
        font-size: 3vw;
        top: -1.75em;
    }
    .contents_08 {
        /*「お問い合わせの際は～」全体*/
        margin-bottom: 5%;
    }
    .contents_08 p {
        /*「お問い合わせの際は～」フォント*/
        font-size: 6vw;
    }
    .contents_08 strong {
        font-weight: normal;
        font-size: 7vw;
        padding: 0;
        margin: 5px 0;
    }
    .contents_08 span {
        display: inline-block;
    }
}

@media (max-width: 680px) {
    /*最優先CSS*/
    .pc {
        /*PC版は非表示*/
        display: none !important;
    }
    .sp {
        /*スマホ版は表示*/
        display: block !important;
    }
}


/*リニューアル後のEC-CUBE対策*/


/*追加*/

main.l-container {
    width: 100%;
}

.c-main {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 13rem;
}

#contentInner {
    width: auto;
    padding-bottom: 0;
}

#wide_main_contents {
    width: 100%;
}

.c-breadcrumb {
    width: 1200px;
    margin: auto;
}

@media (max-width: 780px) {
    .l-container {
        width: 120rem;
    }
    #contentInner {
        width: 1200px;
        padding-bottom: 0;
    }
    #wide_main_contents {
        width: 1200px
    }
}

/* news用に追加 2022/11/18 */
.ds-none {
    display: none !important;
}
#infoBox {
    display: block;
    background: white;
    width: 85%;
    max-width: 730px;
    margin: 0 auto 20px auto;
    padding: 5px 20px;
    text-align: left;
    border-radius: 3px;
    font-size: 0.9em;
}
.body .infoLink {
    text-decoration: underline;
}
.body .newMk {
    color: red;
    font-weight: bold;
    margin-right: 10px;
}
.body .dispdate {
    font-size: 0.8em;
    margin: 2em 3em -1.5em 3em;
    color: #909090;
}
.contents_05 .flex .item .news-icon {
    font-weight: bold;
    padding: 2em 0em 1.5em 2.25em;
    position: relative;
    line-height: 1.25em;
    /* font-size: 1.25rem; */
}

.flex .item .news-icon::before {
    /*newsマーク*/
    content: ' ';
    background: url(../svg/logoicon.svg);
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    top: 29px
}