@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  contents_parts.css
 style info :  サイト共通パーツのCSS
  fonts
 10px = 83%     11px = 92%     12px = 100%     13px = 108%
 14px = 116%    15px = 123%    16px = 133%
=================================================================== */

a.over:hover img,
.over a:hover img {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}


/*----------------------------------------------------------------------------------
		 		特殊スタイル
------------------------------------------------------------------------------------*/

div#contents .clear {
    clear: both;
}


/* ページ最下部ブロックの隙間調整 */

div#contents .last_block {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/* 最終更新日 */

div#contents .lastdate {
    margin: 0 0 5px 0;
    font-size: 83%;
}


/*----------------------------------------------------------------------------------
		 		リンクアイコン関連
------------------------------------------------------------------------------------*/

.arrow_link01 a,
a.arrow_link01 {
    padding-left: 15px;
    background: url(/images/common/icon/icon_arrow01.gif) 0 0.15em no-repeat;
}

a.pdf_link01 {
    padding: 2px 0 2px 20px;
    background: url(/images/common/icon/icon_pdf.gif) 0 0em no-repeat;
}

a.pdf_link02 {
    padding: 2px 20px 2px 0;
    background: url(/images/common/icon/icon_pdf.gif) right 0em no-repeat;
}


/*----------------------------------------------------------------------------------
　　罫線
------------------------------------------------------------------------------------*/

hr.hr_01 {
    margin-bottom: 30px;
}


/*----------------------------------------------------------------------------------
		 		テキストのサイズ、色関連
------------------------------------------------------------------------------------*/


/* テキストサイズ小 */

div#contents .txt_s {
    font-size: 83%;
}

div#contents .txt_ss {
    font-size: 75%;
}

div#contents .txt_sss {
    font-size: 70%;
}


/* テキスト太字 */

div#contents .txt_bold {
    font-weight: bold !important;
}


/* テキスト太字 赤 */

div#contents .txt_rb {
    font-weight: bold !important;
    color: #ff0000;
}


/* 中央寄せ */

div#contents .txt_center {
    text-align: center !important;
}


/* 右寄せ */

div#contents .txt_right {
    text-align: right !important;
}


/* 左寄せ */

div#contents .txt_left {
    text-align: left !important;
}


/* オレンジ色 */

div#contents .txt_orange {
    color: #FE370F;
}


/* フォーム必須項目等に使用する色 */

div#contents .hissu {
    color: #ff0000;
}


/* インデント */

div#contents .txt_indent {
    text-indent: 1em;
}


/*----------------------------------------------------------------------------------
ボタン
------------------------------------------------------------------------------------*/


/*  buttonArea01  */

.buttonArea01 {
    position: relative;
    width: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1dfc3));
    background: -moz-linear-gradient(top, #ffffff 0%, #e1dfc3 100%);
    background: linear-gradient(top, #ffffff 0%, #e1dfc3 100%);
    border-top: 1px solid #cdc8ae;
    border-right: 1px solid #cdc8ae;
    border-left: 1px solid #cdc8ae;
    box-shadow: 0px 3px 1px #c4c2a3;
    -moz-box-shadow: 0px 3px 1px #c4c2a3;
    -webkit-box-shadow: 0px 3px 1px #c4c2a3;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -pie-background: linear-gradient(top, #ffffff 0%, #e1dfc3 100%);
    behavior: url("/css/PIE.htc");
}

.button {
    background-image: url(/sp/common/images/common_bg01.png);
    background-repeat: repeat-y;
    -webkit-background-size: 1px 6px;
    -moz-background-size: 1px 6px;
    background-size: 1px 6px;
    background-position: 85% top;
    display: block;
}

.button .txt {
    display: block;
    margin-left: -10%;
    padding: 15px 10px 15px 0;
    background-image: url(/sp/common/images/common_ic03.png);
    background-repeat: no-repeat;
    -webkit-background-size: 7px 15px;
    -moz-background-size: 7px 15px;
    background-size: 7px 15px;
    background-position: 94% center;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.buttonArea01 a:hover {
    text-decoration: none;
}




/*----------------------------------------------------------------------------------
				CSSボタン
------------------------------------------------------------------------------------*/

.btn_list_01 {
    margin-left: -30px;
}

.btn_list_01 li a {
    float: left;
    padding: 10px 100px;
    background: #405dca;
    color: #ffffff;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    background: -moz-linear-gradient(top, #5470dc 0%, #415dcb 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#5470dc), to(#415dcb));
    background: linear-gradient(top, #5470dc 0%, #415dcb 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
}


.article-main a.shiny-btn1 {
    display: block;
    position: relative;
    width: 80%;
    /*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ed4545;
    /*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);
    /*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.article-main a.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}

.article-main a.shiny-btn1:visited {
    text-decoration: none;
    color: #fff;
}

.article-main a.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@media only screen and (max-width: 750px) {
    .article-main a.shiny-btn1 {
        font-size: 14px;
    }
}

/*----------------------------------------------------------------------------------
		 		リスト類
------------------------------------------------------------------------------------*/


/* リスト間の隙間が広いバージョン */

div#contents .chapter_list01 {
    padding: 0 0 8px;
}

div#contents .chapter_list01 li {
    padding: 0 0 10px;
}

div#contents .chapter_list01 li p {
    padding: 10px 0 0 20px;
}

div#contents .chapter_list01 li .innner_list01 li {
    padding: 10px 0 0 40px;
}

div#contents .chapter_list01 li .innner_list02 li {
    padding: 10px 0 0 0;
}


/* リスト間の隙間が狭いバージョン */

div#contents .chapter_list02 {
    margin: 10px 0 20px;
}

div#contents .chapter_list02 li {
    padding: 0 0 20px;
}


/* 黒丸リスト */

div#contents .chapter_list03 {
    margin: 10px 20px 20px;
}

div#contents .chapter_list03 li {
    list-style-type: disc;
    padding: 0 0 10px;
}


/* ※のインデント */

div#contents p.list_indent01,
div#contents .list_indent01 li,
div#contents ol .list_indent01 li,
div#contents ul .list_indent01 li {
    text-indent: -1em;
    margin-left: 1em;
}


/* ※1 （1）等のインデント */

div#contents p.list_indent02,
div#contents .list_indent02 li,
div#contents ol .list_indent02 li,
div#contents ul .list_indent02 li {
    text-indent: -1.9em;
    margin-left: 1.9em;
}


/* リンクリストの下パディング */

div#contents ul.arrow_link01,
div#contents ol.arrow_link01 {
    padding-bottom: 18px;
}


/*----------------------------------------------------------------------------------
		 		タイトル類
------------------------------------------------------------------------------------*/


/* コンテンツ部分最上部のページタイトルが入っているタイトル画像 */

div#container div#contents .page_title {
    margin-bottom: 15px;
}


/* 背景画像+テキスト */

div#container div#contents .page_title_bg {
    margin-bottom: 15px;
    background: url(/images/common/contents/bg_title01_bottom.gif) 0 bottom no-repeat;
}

div#container div#contents .page_title_bg span {
    display: block;
    background: url(/images/common/contents/bg_title01_top.gif) 0 0 no-repeat;
    padding: 10px 0 6px 40px;
    font-weight: bold;
    font-size: 22px;
    min-height: 44px;
}

* html div#container div#contents .page_title_bg span {
    height: 44px;
}


/* 背景画像+テキスト 1カラム用 */

div#container_one_colmun div#contents .page_title_bg {
    margin-bottom: 15px;
    background: url(/images/common/contents/bg_title01_long_bottom.gif) 0 bottom no-repeat;
}

div#container_one_colmun div#contents .page_title_bg span {
    display: block;
    background: url(/images/common/contents/bg_title01_long_top.gif) 0 0 no-repeat;
    padding: 10px 0 6px 40px;
    font-weight: bold;
    font-size: 22px;
    min-height: 44px;
}

* html div#container_one_colmun div#contents .page_title_bg span {
    height: 44px;
}


/* 左に青の太ボーダー 下に黒の細ボーダーのタイトル画像 */

div#container div#contents .chapter_title01 {
    margin-bottom: 18px;
    clear: both;
}


/* ↑の、背景画像+テキストVer */

div#container div#contents .chapter_title01_bg {
    margin-bottom: 18px;
    clear: both;
    background: url(/images/common/contents/bg_title02_bottom.gif) 0 bottom no-repeat;
}

div#container div#contents .chapter_title01_bg span {
    display: block;
    background: url(/images/common/contents/bg_title02_top.gif) 0 0 no-repeat;
    padding: 0 0 10px 15px;
    font-weight: bold;
    font-size: 116%;
    line-height: 1.2;
}


/* 下マージンが多いVer */

div#container div#contents .chapter_title01_b {
    margin-bottom: 40px;
    clear: both;
}


/* オレンジ色のテキストタイトル画像 */

div#container div#contents .chapter_title02 {
    overflow: hidden;
    _zoom: 1;
    margin-bottom: 15px;
}


/* 黒色太字のテキストタイトル */

div#container div#contents .chapter_title03 {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 116%;
}

.chapter_title03 a {
    color: #FF6347;
}


/* オレンジ色の太字のテキストタイトル */

div#container div#contents .chapter_title03_org {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 116%;
    color: #FF6347;
}


/* オレンジ色の太字のテキストタイトル 文字サイズ大 */

div#container div#contents .chapter_title03_org_2 {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 133%;
    color: #FF6347;
}


/* ●アイコン下ボーダーのタイトル （年別アーカイブ等で使用） */

div#container div#contents .chapter_title04 {
    background: url(/images/common/icon/icon_title01.gif) 1px 0.4em no-repeat;
    padding: 0 20px 3px;
    border-bottom: 1px solid #ccc;
    font-size: 133%;
    font-weight: bold;
    margin: 0 0 15px;
    position: relative;
}


/* ボーダーのみVer */

.chapter_title05 {
    padding: 0 0 10px 4px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px 0;
}

.chapter_title05 span {
    padding: 7px 0 7px 10px;
    border-left: 6px solid #003d9c;
    font-size: 22px;
    font-weight: bold;
}


/* ボーダー、見出しグレー（東日本大震災に関するページ、株主優待券ページ等で使用） */

.ulGray {
    border-bottom: 1px solid #999999;
    border-left: 5px solid #999999;
    height: 1.2em;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-bottom: 5px;
    text-indent: 0.5em;
}


/*----------------------------------------------------------------------------------
画像を角丸
------------------------------------------------------------------------------------*/

img.radius {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/PIE.htc);
}


/*----------------------------------------------------------------------------------
画像を角丸、影付き
------------------------------------------------------------------------------------*/

img.radius_shadow {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    behavior: url(/css/PIE.htc);
}

div#contents div.detail_entry p.centerImage,
div#contents div.campaignArea p.centerImage {
    text-align: center;
    margin-bottom: 30px;
}

div#contents div.detail_entry p.centerImage img,
div#contents div.campaignArea p.centerImage img {
    position: relative;
    text-align: center;
    border: 1px solid #696;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    behavior: url(/css/PIE.htc);
}


/*----------------------------------------------------------------------------------
ページタイトル下のテキスト
------------------------------------------------------------------------------------*/

div#contents p.title_under01 {
    padding: 0 15px 25px;
}

div#contents p.title_under02 {
    padding: 0 15px 0;
}

div#contents p.title_under03 {
    padding: 0 0 10px;
}

div#contents p.title_under04 {
    padding: 0 10px 0;
}


/*----------------------------------------------------------------------------------
各カテゴリTOPで使用している角丸コンテンツボックス共通
------------------------------------------------------------------------------------*/


/* ↓↓div.contents_boxの背景は各カラム内のスタイルで設定↓↓ */

div#contents div.contents_box {
    padding: 20px 0 8px;
    width: 710px;
    position: relative;
}


/* 一番上の隙間調整 */

div#contents div.contents_box_top {
    padding-top: 5px;
}


/* ↓↓.contents_box_innerの背景は各カラム内のスタイルで設定↓↓ */

div#contents div.contents_box .contents_box_inner:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#contents div.contents_box .contents_box_inner {
    display: inline-block;
}

div#contents div.contents_box .contents_box_inner {
    display: block;
}

div#contents div.contents_box h4 {
    margin-bottom: 10px;
}

div#contents div.contents_box p.photo {
    float: left;
    padding: 0 8px 0 11px;
}

* html div#contents div.contents_box p.photo {
    padding-right: 4px;
}

div#contents div.contents_box div.text_area {
    overflow: hidden;
    _zoom: 1;
    padding: 0 11px 15px;
}


/* メニューTOP最下部等のボタンの高さがある時用イレギュラー */

div#contents div.contents_box div.text_area_irg01 {
    padding-bottom: 40px;
}


/* メニューTOP最上部等の下の隙間消し用イレギュラー */

div#contents div.contents_box div.text_area_irg02 {
    padding-bottom: 0;
}

div#contents div.contents_box div.text_area_irg02 h4 {
    padding-top: 10px;
}

div#contents div.contents_box div.text_area p {
    padding-bottom: 15px;
}

div#contents div.contents_box .detail_btn {
    position: absolute;
    bottom: 13px;
    right: 13px;
}


/*----------------------------------------------------------------------------------
 1カラムの角丸コンテンツボックス
------------------------------------------------------------------------------------*/

div#contents div.contents_box_1column {
    background: url(/images/common/contents/bg_content_box_bottom_1column.gif) 0 bottom no-repeat;
}

div#contents div.contents_box_1column .contents_box_inner {
    background: url(/images/common/contents/bg_content_box_center_1column.gif) 0 0 repeat-y;
    padding-bottom: 3px;
}

div#contents div.contents_box_1column ul.detail_btn:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#contents div.contents_box_1column ul.detail_btn {
    display: inline-block;
}

div#contents div.contents_box_1column ul.detail_btn {
    display: block;
}

div#contents div.contents_box_1column ul.detail_btn li {
    float: right;
    padding-left: 38px;
}

div#contents div.contents_box_1column ul.detail_btn_irg01 {
    width: 360px;
    position: absolute;
    left: 360px;
    bottom: 5px;
}

div#contents div.contents_box_1column ul.detail_btn_irg01:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#contents div.contents_box_1column ul.detail_btn_irg01 {
    display: inline-block;
}

div#contents div.contents_box_1column ul.detail_btn_irg01 {
    display: block;
}

div#contents div.contents_box_1column ul.detail_btn_irg01 li {
    float: left;
    padding: 0 0 10px 10px;
}

div#contents div.contents_box_1column ul.detail_btn_irg01 li.left_btn {
    padding-left: 0;
}


/* box内2カラム（採用情報TOPで使用） */

div#contents div.contents_box_1column div.box_wrapper {
    position: relative;
}

div#contents div.contents_box_1column div.box_wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#contents div.contents_box_1column div.box_wrapper {
    display: inline-block;
}

div#contents div.contents_box_1column div.box_wrapper {
    display: block;
}

div#contents div.contents_box_1column div.left_box {
    width: 330px;
    float: left;
    padding: 0 10px;
}

div#contents div.contents_box_1column div.right_box {
    width: 330px;
    float: right;
    padding: 0 10px 0 15px;
    border-left: 1px dotted #ccc;
}

div#contents div.contents_box_1column div.left_box p.txt,
div#contents div.contents_box_1column div.right_box p.txt {
    padding-bottom: 30px;
}

div#contents div.contents_box_1column div.left_box p.detail_btn,
div#contents div.contents_box_1column div.right_box p.detail_btn {
    bottom: 0px;
}

div#contents div.contents_box_1column div.left_box p.detail_btn {
    right: 370px;
}


/*----------------------------------------------------------------------------------
2カラムの角丸コンテンツボックス
------------------------------------------------------------------------------------*/

div#contents div.contents_box_2column {
    background: url(/images/common/contents/bg_content_box_bottom_2column.gif) 0 bottom no-repeat;
}

div#contents div.contents_box_2column .contents_box_inner {
    background: url(/images/common/contents/bg_content_box_center_2column.gif) 0 0 repeat-y;
}

div#contents div.contents_box_2column .contents_box_inner li.item {
    float: left;
    width: 350px;
}

div#contents div.contents_box_2column .contents_box_inner li.left {
    margin-right: 10px;
}


/* ボタンの位置指定 */

div#contents div.contents_box_2column .contents_box_inner li.left p.detail_btn {
    right: 374px;
}


/*----------------------------------------------------------------------------------
2カラムの角丸コンテンツボックス 左のBOX幅が広いVer
------------------------------------------------------------------------------------*/

div#contents div.contents_box_2column_b {
    background: url(/images/common/contents/bg_content_box_bottom_2column_b.gif) 0 bottom no-repeat;
}

div#contents div.contents_box_2column_b .contents_box_inner {
    background: url(/images/common/contents/bg_content_box_center_2column_b.gif) 0 0 repeat-y;
}

div#contents div.contents_box_2column_b .contents_box_inner li.item {
    float: left;
}

div#contents div.contents_box_2column_b .contents_box_inner li.left {
    width: 470px;
}

div#contents div.contents_box_2column_b .contents_box_inner li.right {
    width: 230px;
    float: right;
}


/* ボタンの位置指定 */

div#contents div.contents_box_2column_b .contents_box_inner li.left p.detail_btn {
    right: 253px;
}


/*----------------------------------------------------------------------------------
2カラムの角丸コンテンツボックス 左のBOXのみのVer
------------------------------------------------------------------------------------*/

div#contents div.contents_box_2column_c {
    width: 350px;
}

div#contents div.contents_box_2column_c .contents_box_inner li.left {
    margin-right: 0;
}


/* ボタンの位置指定 */

div#contents div.contents_box_2column_c .contents_box_inner li.left p.detail_btn {
    right: 13px;
}


/*----------------------------------------------------------------------------------
 3カラムの角丸コンテンツボックス
------------------------------------------------------------------------------------*/

div#contents div.contents_box_3column {
    background: url(/images/common/contents/bg_content_box_bottom_3column.gif) 0 bottom no-repeat;
}

div#contents div.contents_box_3column .contents_box_inner {
    background: url(/images/common/contents/bg_content_box_center_3column.gif) 0 0 repeat-y;
}

div#contents div.contents_box_3column .contents_box_inner li.item {
    float: left;
    width: 230px;
}

div#contents div.contents_box_3column .contents_box_inner li.left,
div#contents div.contents_box_3column .contents_box_inner li.center {
    margin-right: 10px;
}


/* ボタンの位置指定 */

div#contents div.contents_box_3column .contents_box_inner li.item p.detail_btn {
    bottom: 10px;
}

div#contents div.contents_box_3column .contents_box_inner li.left p.detail_btn {
    right: 493px;
}

div#contents div.contents_box_3column .contents_box_inner li.center p.detail_btn {
    right: 253px;
}


/*----------------------------------------------------------------------------------
 各下層ページで使用しているオレンジのテキストタイトル画像とテキスト、時々写真ありのBOX
------------------------------------------------------------------------------------*/

div#contents div.text_box01 {
    clear: both;
    padding: 0 0 40px;
}

div#contents div.text_box01:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#contents div.text_box01 {
    display: inline-block;
}

div#contents div.text_box01 {
    display: block;
}


/* テキスト関連 */

div#container div#contents p.chapter_txt01 {
    /* overflow: hidden; */
    _zoom: 1;
    padding: 0 0 40px;
}


/* フロートしている写真関連 */

div#contents div.text_box01 .photo img {
    margin-bottom: 3px;
}

div#contents div.text_box01 ul.photo li {
    margin-top: 25px;
}

div#contents div.text_box01 ul.photo li.top {
    margin-top: 0;
}

div#contents div.text_box01 .photo_left {
    float: left;
    margin: 0 15px 15px 0;
}

* html div#contents div.text_box01 .photo_left {
    margin-right: 8px;
}

div#contents div.text_box01 .photo_right {
    float: right;
    margin: 0 0 15px 15px;
    text-align: right;
}

* html div#contents div.text_box01 .photo_right {
    margin-left: 8px;
}


/*------
 横並びの写真リスト
 -------*/

div#contents ul.photo_list {
    padding-top: 18px;
}

div#contents ul.photo_list:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#contents ul.photo_list {
    display: inline-block;
}

div#contents ul.photo_list {
    display: block;
}

div#contents ul.photo_list li {
    float: left;
}

div#contents ul.photo_list li img {
    margin-bottom: 3px;
}

div#contents ul.photo_list li.last {
    margin-right: 0 !important;
    padding-right: 0 !important;
    background: none !important;
}


/* 写真が2つの時 */

div#contents ul.photo_list_2column li {
    margin-right: 20px;
    width: 325px;
}


/* 写真が3つの時 */

div#contents ul.photo_list_3column li {
    margin-right: 15px;
    width: 220px;
}


/* 写真が3つの時(横が200px) */

div#contents ul.photo_list_3column_b {
    padding-left: 20px;
}

div#contents ul.photo_list_3column_b li {
    margin-right: 25px;
    width: 200px;
}


/* 写真が3つの時(横が150px) */

div#contents ul.photo_list_3column_c {
    padding-left: 95px;
}

div#contents ul.photo_list_3column_c li {
    margin-right: 25px;
    width: 150px;
}


/* 写真が3つの時(横が150px 下マージンあり) */

div#contents ul.photo_list_3column_d {
    padding-left: 95px;
    margin-bottom: 20px;
}

div#contents ul.photo_list_3column_d li {
    margin-right: 25px;
    width: 150px;
}


/* 写真が4つの時 */

div#contents ul.photo_list_4column li {
    margin-right: 30px;
    width: 150px;
}


/*----------------------------------------------------------------------------------
関連ページのBOX
------------------------------------------------------------------------------------*/

div#container div#contents div.related_box {
    background: url(/images/common/contents/bg_dot_box_bottom.gif) 0 bottom no-repeat;
    width: 690px;
    padding-bottom: 19px;
    margin: 30px auto 0;
    clear: both;
}

div#container div#contents div.related_box .related_title {
    background: url(/images/common/contents/bg_dot_box_top.gif) 0 0 no-repeat;
    padding: 15px 25px 5px;
}

div#container div#contents div.related_box ul.related_list {
    padding: 3px 0 0 25px;
}

div#container div#contents div.related_box ul.related_list:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#container div#contents div.related_box ul.related_list {
    display: inline-block;
}

div#container div#contents div.related_box ul.related_list {
    display: block;
}

div#container div#contents div.related_box ul.related_list li {
    width: 210px;
    padding: 0 6px 0 0;
    float: left;
    font-size: 12px;
}


/*----------------------------------------------------------------------------------
タブ型のナビゲーション
------------------------------------------------------------------------------------*/


/* 共通 */

div#container div#contents ul.tab_nav {
    width: 710px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

div#container div#contents ul.tab_nav:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#container div#contents ul.tab_nav {
    display: inline-block;
}

div#container div#contents ul.tab_nav {
    display: block;
}

div#container div#contents ul.tab_nav li {
    float: left;
}

div#container div#contents ul.tab_nav li.last {
    margin-right: 0 !important;
    float: right;
}


/* 上部タブ */

div#container div#contents ul.tab_nav_top {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 24px;
}

div#container div#contents ul.tab_nav_top li {
    position: relative;
    top: 1px;
}


/* 下部タブ */

div#container div#contents ul.tab_nav_bottom {
    border-top: 1px solid #ccc;
    margin-top: 45px;
    padding-bottom: 40px;
}

div#container div#contents ul.tab_nav_bottom li {
    position: relative;
    top: -1px;
}


/* タブが4個の時 */

div#container div#contents ul.tab_nav_4 li {
    margin-right: 6px;
}


/* タブが5個の時 */

div#container div#contents ul.tab_nav_5 li {
    margin-right: 5px;
}


/* タブが6個の時 */

div#container div#contents ul.tab_nav_6 li {
    margin-right: 5px;
}


/* タブが8個の時 */

div#container div#contents ul.tab_nav_8 li {
    margin-right: 2px;
}


/*---------------------
グローバルナビ
---------------------*/

.links {
    overflow: auto;
}

.links li {
    float: left;
    margin: 0 5px 0 20px;
    font-size: 16px;
    padding: 0 5px;
}

li.links_right {
    float: right;
}

.links a {
    display: block;
    padding: 6px 0;
    color: #1a1a1a;
    line-height: 1.4;
    text-decoration: none;
}

.links a:hover {
    background-color: #fcc100;
    color: #000;
    text-decoration: none;
}

ul.links a {
    padding-left: 12px;
    background: url(../shop/sushimatsu/images/ico_ar.png) no-repeat 0 -185px;
}

li.links_ton a:hover {
    background-color: #e7572b;
}

.article-main a {
    color: #ff6000;
}

.article-main a:hover {
    color: #ff6000;
    text-decoration: underline;
}


/*----------------------------------------------------------------------------------
テーブル（表）関連
------------------------------------------------------------------------------------*/


/* 会社概要等で使用のテーブル */

div#container div#contents table.contents_table01 {
    margin: 0 0 10px;
    width: 100%;
}

div#container div#contents table.contents_table01 th,
div#container div#contents table.contents_table01 td {
    border: 1px solid #bbb;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    padding: 10px;
}

div#container div#contents table.contents_table01 tr.top td,
div#container div#contents table.contents_table01 tr.top th {
    border-top: 1px solid #bbb;
}

div#container div#contents table.contents_table01 tr.bottom td,
div#container div#contents table.contents_table01 tr.bottom th {
    border-bottom: 1px solid #bbb;
}

div#container div#contents table.contents_table01 th {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background: #e9e1bb;
    width: 200px;
}

div#container div#contents table.contents_table01 .txt_space {
    padding-bottom: 18px;
}


/* 主な原材料の原産地について等で使用のテーブル */

div#container div#contents table.contents_table02 {
    margin: 0 0 10px;
    width: 100%;
}

div#container div#contents table.contents_table02 th,
div#container div#contents table.contents_table02 td {
    border: 1px solid #bbb;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    padding: 5px 10px;
    text-align: left;
}

div#container div#contents table.contents_table02 tr.top td,
div#container div#contents table.contents_table02 tr.top th {
    border-top: 1px solid #bbb;
}

div#container div#contents table.contents_table02 tr.bottom td,
div#container div#contents table.contents_table02 tr.bottom th {
    border-bottom: 1px solid #bbb;
}

div#container div#contents table.contents_table02 th {
    vertical-align: middle;
    font-weight: bold;
    background: #e9e1bb;
}


/* IR 業績ハイライト等で使用のテーブル */

div#container div#contents table.contents_table03 {
    margin: 0 0 15px;
    width: 100%;
}

div#container div#contents table.contents_table03 th,
div#container div#contents table.contents_table03 td {
    border: 1px solid #c8c8c8;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    padding: 7px 10px;
    text-align: center;
}

div#container div#contents table.contents_table03 tr.top td,
div#container div#contents table.contents_table03 tr.top th {
    border-top: 1px solid #bbb;
}

div#container div#contents table.contents_table03 tr.top th {
    background: #e9e1bb;
    font-weight: normal;
    text-align: center;
}

div#container div#contents table.contents_table03 tr.bottom td,
div#container div#contents table.contents_table03 tr.bottom th {
    border-bottom: 1px solid #bbb;
}


/* 2重線 */

div#container div#contents table.contents_table03 tr.border_double_top td,
div#container div#contents table.contents_table03 tr.border_double_top th {
    border-top: 3px double #bbb;
}

div#container div#contents table.contents_table03 th {
    vertical-align: middle;
    font-weight: bold;
    background: #f8f7ee;
    text-align: left;
}

div#container div#contents table.contents_table03 th span.th_bottom {
    display: block;
    text-align: right;
    font-weight: normal;
}

div#container div#contents table.contents_table03 th span.kome {
    font-weight: normal;
}


/* 幅設定等 */

div#container div#contents table.contents_table03 tr th.left_top {
    text-align: left;
    font-weight: bold;
}

div#container div#contents table.contents_table03 tr th.title {
    width: 80px;
}

div#container div#contents table.contents_table03 tr th.right_top {
    background: #ffa996;
}


/*----------------------------------------------------------------------------------
グレーベースのテーブル
------------------------------------------------------------------------------------*/

table.contents_table_04 {
    margin: 10px;
    font-size: 12px;
}

table.contents_table_04 td,
table.contents_table_04 th {
    padding: 15px 10px;
}

table.contents_table_04 th {
    font-weight: bold;
}

table.contents_table_04 p.p_bold {
    font-weight: bold;
}

table.contents_table_04 tr.bgCol01 {
    background-color: #eee;
}

table.contents_table_04 tr.bgCol02 {
    background-color: #f7f7f7;
}

table.contents_table_04 td p {
    padding-left: 10px;
    border-left: 1px dotted #999999;
    text-align: center;
}


/* シンプルなテーブル */

table.tbl_simple_01 {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    margin-top: 0.2em;
    width: 680px;
}

table.tbl_simple_01 th,
table.tbl_simple_01 td {
    border: 1px solid #B2B2B2;
    font-weight: normal;
    white-space: nowrap;
    padding: 8px;
    text-align: center;
}

table.tbl_simple_01 th {
    background: none repeat scroll 0 0 #F3F3F3;
}

table.tbl_sp_font_70 {
    font-size: 100%;
    width: 100% !important;
}


/*----------------------------------------------------------------------------------
月次情報で使用するテーブル関連
------------------------------------------------------------------------------------*/

div#container div#contents table.monthly_table {
    margin: 0.2em auto 1em;
    width: 100%;
}

div#container div#contents table.monthly_table caption {
    font-size: 12px;
    margin-top: 1em;
    text-align: right;
}

div#container div#contents table.monthly_table th {
    border: 1px solid #bbb;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    font-weight: normal;
    line-height: 1.2em;
    padding: 3px;
    text-align: center;
    white-space: nowrap;
}

div#container div#contents table.monthly_table td {
    border: 1px solid #bbb;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    color: #333333;
    line-height: 1.2em;
    padding: 3px 5px 3px 3px;
    text-align: right;
    white-space: nowrap;
}

div#container div#contents table.monthly_table tr.top td,
div#container div#contents table.monthly_table tr.top th {
    border-top: 1px solid #bbb;
}

div#container div#contents table.monthly_table tr.bottom td,
div#container div#contents table.monthly_table tr.bottom th {
    border-bottom: 1px solid #bbb;
}

div#container div#contents table.monthly_table tr.tdOrange td,
div#container div#contents table.monthly_table tr.tdOrange th {
    background: none repeat scroll 0 0 #f8f7ee;
}

div#container div#contents table.monthly_table tr.tdOrange2 td,
div#container div#contents table.monthly_table tr.tdOrange2 th {
    background: none repeat scroll 0 0 #e9e1bb;
}

div#container div#contents table.monthly_table tr.tdBlue td,
div#container div#contents table.monthly_table tr.tdBlue th {
    background: none repeat scroll 0 0 #ffa996;
}


/*----------------------------------------------------------------------------------
フォームで使用するテーブル関連
------------------------------------------------------------------------------------*/


/* 会社概要等で使用のテーブル */

div#container div#contents table.form_table01 {
    margin: 0 0 20px;
    width: 100%;
}

div#container div#contents table.form_table01 th,
div#container div#contents table.form_table01 td {
    border: 1px solid #cccccc;
}

div#container div#contents table.form_table01 th {
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    background: #f2efdd;
    width: 170px;
    padding: 15px 8px;
}

div#container div#contents table.form_table01 th.hissu_th {
    background: #ffff66;
    font-weight: bold;
}

div#container div#contents table.form_table01 td {
    padding: 15px 15px;
}

div#container div#contents table.form_table01 input {
    vertical-align: middle;
}


/* 二つ並びのリスト 幅固定 */

div#container div#contents table.form_table01 .form_list01 {
    padding: 0 0 5px;
}

div#container div#contents table.form_table01 .form_list01:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#container div#contents table.form_table01 .form_list01 {
    display: inline-block;
}

div#container div#contents table.form_table01 .form_list01 {
    display: block;
}

div#container div#contents table.form_table01 .form_list01 li {
    width: 195px;
    float: left;
    margin: 0 10px 0 0;
}

div#container div#contents table.form_table01 .form_list01 li input {
    margin: 0 5px 2px 0;
}


/* 横並びのリスト 幅固定無し */


/* 上パディング有 */

div#container div#contents table.form_table01 .form_list02 {
    padding: 5px 0 5px;
    width: 95%;
    overflow: hidden;
}


/* パディング無し */

div#container div#contents table.form_table01 .form_list03 {
    padding: 0 0 5px;
}

div#container div#contents table.form_table01 .form_list02:after,
div#container div#contents table.form_table01 .form_list03:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#container div#contents table.form_table01 .form_list02,
div#container div#contents table.form_table01 .form_list03 {
    display: inline-block;
}

div#container div#contents table.form_table01 .form_list02,
div#container div#contents table.form_table01 .form_list03 {
    display: block;
}

div#container div#contents table.form_table01 .form_list02 li,
div#container div#contents table.form_table01 .form_list03 li {
    float: left;
    margin: 0 30px 0 0;
}

div#container div#contents table.form_table01 .form_list02 li input,
div#container div#contents table.form_table01 .form_list03 li input {
    margin: 0 5px 2px 0;
}


/* 3つ並びのリスト 幅固定 */

div#container div#contents table.form_table01 .form_list04 {
    padding: 0 0 5px;
}

div#container div#contents table.form_table01 .form_list04:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#container div#contents table.form_table01 .form_list04 {
    display: inline-block;
}

div#container div#contents table.form_table01 .form_list04 {
    display: block;
}

div#container div#contents table.form_table01 .form_list04 li {
    width: 120px;
    float: left;
    margin: 0 10px 0 0;
}

div#container div#contents table.form_table01 .form_list04 li input {
    margin: 0 5px 2px 0;
}

div#container div#contents table.form_table01 .form_list05 li input {
    margin: 0 5px 2px 0;
}


/* テキストエリア */

div#container div#contents table.form_table01 .form_textarea01 {
    width: 98%;
    height: 60px;
}


/* 名前欄用 */

div#container div#contents table.form_table01 span.name_area {
    width: 2.2em;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
}

div#container div#contents table.form_table01 .form_txt_name {
    width: 90px;
    margin-right: 15px;
}


/* 名前の例 */

div#container div#contents table.form_table01 span.form_ex01 {
    width: 9em;
    display: inline-block;
    margin: 0 5px 0 30px;
}


/* 電話番号欄用 */

div#container div#contents table.form_table01 .form_txt_tel01 {
    width: 60px;
}

div#container div#contents table.form_table01 .form_txt_tel02 {
    margin-right: 15px;
    width: 60px;
}


/* メアド等の長い入力欄 */

div#container div#contents table.form_table01 .form_txt_long01 {
    width: 98%;
}


/* 中くらいの入力欄 */

div#container div#contents table.form_table01 .form_txt_middle01 {
    width: 120px;
}


/* 中くらいの入力欄 */

div#container div#contents table.form_table01 .form_txt_middle02 {
    width: 280px;
    border: none;
}


/* 小さい入力欄 */

div#container div#contents table.form_table01 .form_txt_short01 {
    width: 30px;
}


/* 小さい入力欄 */

div#container div#contents form ul.form_btn {
    text-align: center;
    padding: 0 0 30px;
}

div#container div#contents form ul.form_btn li {
    display: inline;
    margin: 0 10px;
}


/*----------------------------------------------------------------------------------
お問い合わせTOPページ等で使用する電話でのお問い合わせ
------------------------------------------------------------------------------------*/

div#contents dl.telBox {
    padding: 20px 0 0;
}


/*----------------------------------------------------------------------------------
		 		ページTOPボタン
------------------------------------------------------------------------------------*/

div#contents p.page_top {
    text-align: right;
    padding: 25px 7px 0 0;
    clear: both;
}


/*----------------------------------------------------------------------------------
		 		WordPress詳細ページ
------------------------------------------------------------------------------------*/

div#contents div.detail_entry {
    padding: 0 10px 15px;
}

div#contents div.detail_entry p {
    margin-bottom: 40px;
    line-height: 1.8em;
}

div#contents div.detail_entry img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#contents div.detail_entry img.alignright {
    padding: 4px;
    margin: 0 0 2px 15px;
    display: inline;
}

div#contents div.detail_entry img.alignleft {
    padding: 4px;
    margin: 0 15px 2px 0;
    display: inline;
}

div#contents div.detail_entry .alignright {
    float: right;
    margin-right: 20px;
}

div#contents div.detail_entry .alignleft {
    float: left;
}

div#contents div.detail_entry .leftPoster {
    float: left;
    margin: 0 20px 30px 0px;
}

div.detail_entry img {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    behavior: url(/css/PIE.htc);
}

div.detail_entry a:hover img {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

div.detail_entry img.no_border {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    behavior: url(/css/PIE.htc);
}

div.box {
    clear: both;
    border: #eeeeee 5px solid;
    max-width: 1000px;
    margin: 20px auto 30px;
    padding: 10px;
}

div.box2 {
    max-width: 1000px;
    margin: 20px auto 30px;
    padding: 10px;
}

div.box_red {
    clear: both;
    border: #FF0000 5px solid;
    max-width: 1000px;
    margin: 20px auto 30px;
    padding: 10px;
}

div#contents div.detail_entry h5 {
    margin-top: 10px;
}

div#contents div.detail_entry div.posterArea {
    margin-bottom: 30px;
}

div#contents div.detail_entry div.posterArea ul li {
    margin: 5px 2px 30px 0px;
    float: left;
}

div#contents div.detail_entry div.posterArea ul li img {
    border: #CCC solid 3px;
}

div#contents div.detail_entry div.posterArea ul li a:hover img {
    border: #999 solid 3px;
}


/*------------------------------------
東日本大震災に関しまして
------------------------------------*/

h3.margTop40 {
    margin-top: 40px;
    font-size: 116.7%;
    line-height: 1.5em;
    margin-bottom: 10px;
}

table.yutaiMenu {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    margin-top: 0.2em;
    width: 500px;
}

table.yutaiMenu th,
table.yutaiMenu td {
    border: 1px solid #B2B2B2;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding: 8px 8px;
}

table.yutaiMenu th {
    background: none repeat scroll 0 0 #F8F7EE;
}

table.yutaiMenu td {
    background: none repeat scroll 0 0 #F3F3F3;
}

.shop_close {
    width: 100%;
}

.shop_close td {
    border-color: #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-style: solid solid;
    border-width: 1px;
    padding: 3px 8px;
    text-align: left;
    vertical-align: middle;
}

.shop_close th {
    border-color: #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-style: solid solid;
    border-width: 1px;
    text-align: left;
}

.shop_close td img {
    padding: 5px;
}

.font_b {
    font-weight: bold;
    text-align: left;
    text-indent: 35px;
    vertical-align: middle;
}

.c_yellow {
    background-color: #F2ECCF;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}

.c_cream {
    background-color: #F8F7EE;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
}

.c_org {
    background: url("/images/common/contents/bg_th01.jpg") repeat-x scroll 0 0 #FFA050;
    border: 1px solid #BBBBBB;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
}

.shop_01 {
    background-image: url("/sp/common/images/icon/common_ic01.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_02 {
    background-image: url("/sp/common/images/icon/common_ic02.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_03 {
    background-image: url("/sp/common/images/icon/common_ic03.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_05 {
    background-image: url("/sp/common/images/icon/common_ic05.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_07 {
    background-image: url("/sp/common/images/icon/common_ic07.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_08 {
    background-image: url("/sp/common/images/icon/common_ic08.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_09 {
    background-image: url("/sp/common/images/icon/common_ic09.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_10 {
    background-image: url("/sp/common/images/icon/common_ic10.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_11 {
    background-image: url("/sp/common/images/icon/common_ic11.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_tenmatsu {
    background-image: url("/sp/common/images/icon/tenmatsu_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_tomato {
    background-image: url("/sp/common/images/icon/tomato_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_mycurry {
    background-image: url("/sp/common/images/icon/mycurry_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_steak_matsu {
    background-image: url("/sp/common/images/icon/steak_matsu_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_matsusoba {
    background-image: url("/sp/common/images/icon/matsusoba_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_toriko {
    background-image: url("/sp/common/images/icon/icon_toriko_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_matsuushi {
    background-image: url("/sp/common/images/icon/icon_matsuushi_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_tukkun {
    background-image: url("/sp/common/images/icon/icon_tukkun_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.shop_matsutaro {
    background-image: url("/sp/common/images/icon/icon_matsutaro_64.gif");
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: block;
    padding: 17px 0 16px 45px;
}

.rightLink {
    margin-top: 10px;
    text-align: right;
}

p.rightName {
    margin-top: 50px;
    text-align: right;
}

.txt14_b {
    color: #FE370F;
    font-size: 14px;
    font-weight: bold;
}

.btn_shop img {
    width: 182px;
    height: 34px;
}


/* ここまで------------------------------------------------------------------- */


/*----------------------------------------------------------------------------------
		 		WordPressページング
------------------------------------------------------------------------------------*/

div#contents div.wp-pagenavi {
    padding: 17px 0 0;
}

div#contents div.wp-pagenavi a {
    color: #333;
    text-decoration: none;
    border: 1px solid #bbb;
    display: inline-block;
    margin-right: 3px;
    padding: 0 7px;
}

* html div#contents div.wp-pagenavi a {
    display: inline;
    zoom: 1;
}

*:first-child+html div#contents div.wp-pagenavi a {
    display: inline;
    zoom: 1;
}

div#contents div.wp-pagenavi span {
    border: 1px solid #bbb;
    display: inline-block;
    margin-right: 3px;
    padding: 0 7px;
}

* html div#contents div.wp-pagenavi span {
    display: inline;
    zoom: 1;
}

*:first-child+html div#contents div.wp-pagenavi span {
    display: inline;
    zoom: 1;
}

div#contents div.wp-pagenavi a:hover,
div#contents div.wp-pagenavi span.current {
    background: #e9e1bb;
    color: #333;
}


/*----------------------------------------------------------------------------------
Facebox
------------------------------------------------------------------------------------*/

div#fb_likebox {
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
    background: #FFFFFF;
}


/*----------------------------------------------------------------------------------
モバイル
------------------------------------------------------------------------------------*/

.btn_app li {
    float: left;
    margin-right: 20px;
}


/* general-purpose class
================================ */


/* top */


/* ----------------------------------------------
 * 		margin-top
 * ---------------------------------------------- */

.mt0,
.first {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt_2 {
    margin-top: -2px !important;
}


/* ----------------------------------------------
 * 		margin-right
 * ---------------------------------------------- */

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}


/* ----------------------------------------------
 * 		margin-bottom
 * ---------------------------------------------- */

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}


/* ----------------------------------------------
 * 		margin-left
 * ---------------------------------------------- */

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}


/* ----------------------------------------------
 * 		margin-center
 * ---------------------------------------------- */

.mc0 {
    margin: 0 !important;
}

.mc10 {
    margin: 10px 0 !important;
}

.mc20 {
    margin: 20px 0 !important;
}

.mc30 {
    margin: 30px 0 !important;
}

.mc40 {
    margin: 40px 0 !important;
}

.mc50 {
    margin: 50px 0 !important;
}

.mc60 {
    margin: 60px 0 !important;
}

.mc70 {
    margin: 70px 0 !important;
}

.mc80 {
    margin: 80px 0 !important;
}

.mc90 {
    margin: 90px 0 !important;
}

.mc100 {
    margin: 100px 0 !important;
}


/* ----------------------------------------------
 * 		padding-bottom
 * ---------------------------------------------- */


/* align */

.pb0 {
    padding-bottom: 0 !important;
}


/* ----------------------------------------------

 * 		text


 * ---------------------------------------------- */

.bold {
    font-weight: bold;
}

.article-main {
    max-width: 1000px;
    margin: 0 auto;
}

.article-main img {
    display: block;
    /*	width: auto;*/
    max-width: 100%;
    margin: 0 auto;
}

.important .tag {
    border-color: #be0000;
    color: #be0000;
}

.list-news-cmn {
    position: relative;
    overflow: hidden;
}

.list-news-cmn .page_div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.35s ease;
}

.list-news-cmn .page_div.active {
    display: table;
    position: relative;
    opacity: 1;
    z-index: 5;
}

.pagination .ul-pager>li.current a,
.pagination .ul-pager>li.current .page-numbers {
    background: #003983;
    color: #fff;
}

.article-main iframe {
    display: block;
    margin: 0 auto;
}

.pagination .ul-pager>li.current a:hover {
    opacity: 1;
    cursor: default;
}

.pagination .ul-pager>li.prev {
    display: none;
}

@media only screen and (max-width: 750px) {
    .article-main img:not(.maw) {
        width: 100%;
        height: auto;
        max-width: none;
    }

    .article-main iframe {
        max-width: 100%;
    }
}

#shop_new_close .tab_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 40px 0;
}

#shop_new_close .tab_btn li~li {
    margin-left: 11px;
}

#shop_new_close .tab_btn li a {
    display: block;
    min-width: 290px;
    padding: 3px 15px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 2.5;
    font-size: 18px;
    color: #003983;
    cursor: pointer;
}

#shop_new_close .tab_btn li.current a {
    background-color: #003983;
    color: #fff;
}

@media only screen and (max-width: 750px) {

    /* #shop_new_close .tab_btn {
        	display: block; position: relative; margin: 20px 0 10px; z-index: 3;
    } */
    #shop_new_close .tab_btn li {
        width: 50%;
    }

    #shop_new_close .tab_btn li~li {
        margin-left: 0;
    }

    #shop_new_close .tab_btn li a {
        width: 100%;
        min-width: 100%;
        padding: 3px 15px;
        text-align: left;
        font-size: 13px;
        color: #003983;
    }

    #shop_new_close .section-news img {
        width: auto;
        max-width: 100%;
    }

    #shop_new_close .tab_btn li.current a {
        position: relative;
        background-color: #003983;
        color: #fff;
    }

    /* #shop_new_close .tab_btn li:not(.current) {


	display: none; position: absolute;

	top: 100%;
	left: 0; width: 100%;

    } */
    /* #shop_new_close .tab_btn li.current {


	display: list-item !important; position: relative;
	bottom: auto;
	left: auto;


    } */
    /* #shop_new_close .tab_btn li.current a:after {
        	content: ''; display: inline-block; position: absolute; top: 50%; right: 13px; width: 7px; height: 13px; margin-top: -6px; background: url(../img/common/icn_bullet05.png) no-repeat 0 0; -webkit-background-size: contain; background-size: contain; transform: rotate(270deg);
    } */
    table.tbl_sp_font_70 {
        font-size: 70%;
    }
}

@media only screen and (min-width: 751px) {
    #shop_new_close .tab_btn li {
        display: block !important;
    }
}

.item-pay {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item-pay img.flex-img {
    flex-basis: 10%;
    width: 300px;
}

.item-pay__contet {
    padding-right: 30px;
    flex-basis: 90%;
}

.pc {
    display: inline;
}

.sp {
    display: none;
}

@media only screen and (max-width: 750px) {
    .item-pay {
        flex-direction: column !important;
        align-items: stretch;
    }

    .item-pay img.flex-img {
        margin: 40px auto;
    }

    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }
}

.correction-line {
    background-image: linear-gradient(transparent 0.7em, #fe3464 0, #fe3464 calc(0.7em + 1px), transparent 0, transparent calc(0.7em + 3px), #fe3464 0, #fe3464 calc(0.7em + 4px), transparent 0);
    color: #888;
    text-decoration: none;
}

/*****************
ニュース用赤文字
******************/

.correction-font {
    color: #ff0000;
    font-weight: 500;
}

/*****************
画像のみコンテンツ（flex）
******************/

.lineup-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

/*****************
画像2つver.
******************/

.lineup-flex-2col {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.lineup-flex-2col img {
    margin: 0 auto;
    width: 40%;
}

.lineup-flex-2col-contents {
    width: 100%;
    padding: 20px;
}

.lineup-flex-2col-contents p {
    line-height: 1.7em;
}

/*****************
画像3つver.
******************/

.lineup-flex-3col {
    display: flex;
    flex-direction: column;
    flex-basis: 33.33%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.lineup-flex-3col img {
    margin: 0 auto;
    width: 40%;
}

/*****************************************************
画像3つ何かで使ったけど何に使ったか忘れたver.
******************************************************/

.lineup-flex-3col_29 {
    display: flex;
    flex-direction: column;
    flex-basis: 33.33%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.lineup-flex-3col_29 img {
    margin: 0 auto;
    width: 60%;
}

/*****************************************************/
/*****************************************************/

.lineup-flex-3col-contents {
    width: 100%;
    padding: 20px;
}

.lineup-flex-3col-contents p {
    line-height: 1.7em;
}

/*****************************************************
新店ニュースで使うやつver.
******************************************************/

.shohin-lineup-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.shohin-lineup-2col {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.shohin-lineup-2col img {
    margin: 0 auto;
    width: 240px;
}

.shohin-lineup-2col-contents {
    width: 300px;
    padding: 20px;
}


/*
.shohin-lineup-2col:nth-of-type(2) img {
	width: 260px;
}

.shohin-lineup-2col:nth-of-type(3) img {
	width: 300px;
}

.shohin-lineup-2col:nth-of-type(5) img {
	width: 300px;
}
*/

.shohin-lineup-2col-contents p {
    line-height: 1.7em;
}

.shohin-lineup-2col-480 {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.shohin-lineup-2col-480_margin-zero {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: space-between;
}

.shohin-lineup-2col-480 img {
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

.shohin-lineup-2col-480_margin-zero img {
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

/*****************
画像2つver.
******************/

.lineup-flex-2col-imgonly {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.lineup-flex-2col-imgonly img {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px 0 10px;
}

/*****************
画像3つver.
******************/

.lineup-flex-3col-imgonly {
    display: flex;
    flex-direction: column;
    flex-basis: 33.33%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.lineup-flex-3col-imgonly img {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px 0 10px;
}

/*****************
画像4つver.
******************/

.lineup-flex-4col-imgonly {
    display: flex;
    flex-direction: column;
    flex-basis: 25.00%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.lineup-flex-4col-imgonly img {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px 0 10px;
}

.title-without-details {
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .shohin-lineup-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .shohin-lineup-2col {
        width: 100%;
    }

    /***************************************************
    画像のみコンテンツ（flex）
    ****************************************************/

    .lineup-flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .lineup-flex-2col {
        width: 100%;
    }

    .lineup-flex-3col {
        display: flex;
        flex-direction: column;
        flex-basis: 33.33%;
        margin-bottom: 40px;
        justify-content: space-between;
    }

    .lineup-flex-2col img {
        width: 190px !important;
    }

    .lineup-flex-3col img {
        width: 190px !important;
    }

    .lineup-flex-3col_29 img {
        width: 190px !important;
    }

    /*****************************************************
    新店ニュースで使うやつver.
    ******************************************************/

    .shohin-lineup-2col img {
        width: 190px !important;
    }

    .shohin-lineup-2col-contents {
        width: 200px;
        /*
		width: calc( (50% - 1px) / 2);
	*/
        padding: 20px;
    }

    .shohin-lineup-2col-480 {
        width: 100%;
    }

    .shohin-lineup-2col-480_margin-zero {
        width: 100%;
    }

    .shohin-lineup-2col-480_margin-zero:first-child img {
        margin-bottom: 40px;
    }

    .lineup-flex-2col-imgonly {
        width: 100%;
    }

    .lineup-flex-3col-imgonly {
        width: 100%;
    }

    .lineup-flex-4col-imgonly {
        width: 100%;
    }

    .application-2col-container {
        width: 100%;
        height: auto;
    }

    .title-without-details {
        text-align: left;
    }
}

/*****************************************************
ニュースの※で使うやつ
******************************************************/

.news_caution_notes>li {
    padding-left: 1em;
    text-indent: -1em;
}

.news_caution_notes_2>li {
    padding-left: 2em;
    text-indent: -2em;
}

.news_caution_notes_3>li {
    padding-left: 3em;
    text-indent: -3em;
}

.news_caution_notes_3_5>li {
    padding-left: 3.5em;
    text-indent: -3.5em;
}

dl dd.cp_caution_notes {
    padding-left: 1em;
    text-indent: -1em;
}

dl dd.cp_caution_notes_1 {
    padding-left: 2em;
    text-indent: -1em;
}

dl dd.cp_caution_notes_2 {
    padding-left: 3em;
    text-indent: -1em;
}

dl dd.cp_caution_notes_3 {
    padding-left: 4em;
    text-indent: -1em;
}

.PD-left_01 {
    padding-left: 1em;
}

.PD-left_02 {
    padding-left: 2em;
}

.PD-left_03 {
    padding-left: 3em;
}

.PD-left_04 {
    padding-left: 4em;
}

.PD-left_05 {
    padding-left: 5em;
}

.PD-left_06 {
    padding-left: 6em;
}

.PD-left_07 {
    padding-left: 7em;
}

.PD-left_08 {
    padding-left: 8em;
}

.PD-left_09 {
    padding-left: 9em;
}

.PD-left_10 {
    padding-left: 10em;
}

ol.how_to_use-number {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

ol.how_to_use-number li {
    font-size: 1em;
    line-height: 1.7;
    padding-left: 2em;
    position: relative;
    top: 0em;
    left: 0.5em;
    margin-bottom: 50px;
    margin-left: 1.7em;
}

ol.how_to_use-number li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #003983;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #ffffff;
    font-size: 80%;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
}

ol.how_to_use-number li::after {
    content: ' ';
    position: absolute;
    bottom: -35px;
    left: 150px;
    width: 0;
    height: 0;
    border: none;
    border-top: 15px solid #003983;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

ol.how_to_use-number li:last-child {
    padding-bottom: 0px;
}

ol.how_to_use-number li:last-child:after {
    content: none;
}

ol.how_to_use-number li:last-child {
    margin-bottom: 0px;
}

.reverse-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.reverse-content {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}

.reverse-content:nth-child(even) {
    flex-direction: row-reverse;
}

.reverse-content img {
    flex-basis: 10%;
    display: block;
    width: 350px;
}

.reverse-content-item {
    padding: 20px;
    flex-basis: 90%;
    background-color: rgb(247, 247, 247);
}

.caution-smallPT {
    font-size: 0.8em;
}

.row-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
}

.row-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.row-content img {
    flex-basis: 10%;
    display: block;
    width: 350px;
}

.row-content-item {
    padding: 20px;
    flex-basis: 90%;
}

@media (max-width: 750px) {
    .reverse-content {
        flex-direction: column !important;
        align-items: stretch;
    }

    .reverse-content {
        margin-bottom: 60px;
    }

    .caution-smallPT {
        font-size: 0.85em;
    }

    .row-content {
        flex-direction: column !important;
        align-items: stretch;
        width: 280px;
        margin: auto;
    }

    ol.how_to_use-number li {
        padding-left: 2em;
        margin-bottom: 50px;
        margin-left: 1em;
    }

    ol.how_to_use-number li:before {
        height: 16px;
        width: 16px;
        color: #ffffff;
        font-size: 80%;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 0;
    }

    ol.how_to_use-number li::after {
        bottom: -30px;
        left: 90px;
        border-top: 10px solid #003983;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
    }
}

.application-2col-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.application-2col-480 {
    margin-bottom: 40px;
    padding: 1em;
}

.toppix-box-container {
    text-align: center;
}

.toppix-box-style0 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 40px 0;
    text-align: left;
    padding: 1.5em 2em;
    border: solid 5px #eeeeee;
}

.toppix-box-style0 .box-toppix-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #000;
    font-weight: bold;
}

.toppix-box-style {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 60px 0;
    padding: 1.5em 2em;
    border: solid 5px #eeeeee;
}

.toppix-box-style .box-toppix-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #000;
    font-weight: bold;
}

.toppix-box-style40 {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 60px 0 40px;
    padding: 1.5em 2em;
    border: solid 5px #eeeeee;
}

.toppix-box-style40 .box-toppix-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #000;
    font-weight: bold;
}

.deliro_content_adjustment {
    margin-top: 0px;
}

.for_pc_img {
    display: block !important;
}

.for_sp_img {
    display: none !important;
}

@media (max-width: 750px) {
    .toppix-box-style0 .box-toppix-title {
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 1em;
    }

    .toppix-box-style0 {
        padding: 2em;
        border: solid 5px #eeeeee;
    }

    .toppix-box-style .box-toppix-title {
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 1em;
    }

    .toppix-box-style {
        margin: 0 0;
        padding: 2em;
        border: solid 5px #eeeeee;
    }

    .toppix-box-style40 .box-toppix-title {
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 1em;
    }

    .toppix-box-style40 {
        margin: 40px 0;
        padding: 2em;
        border: solid 5px #eeeeee;
    }

    .for_pc_img {
        display: none !important;
    }

    .for_sp_img {
        display: block !important;
        width: 252px !important;
    }
}

@media (max-width: 430px) {
    .deliro_content_adjustment {
        margin-top: 20px;
    }
}


/*-----------------------------------------
公式アプリリニューアル（22/02/01）
-------------------------------------------*/

.app_renewal {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.app_renewal_PD_01 {
    padding-left: 1em;
}

.app_renewal_area h2 {
    background-color: #003983;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.app_renewal_area h3 {
    padding: 0.3em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #494949;
    border-left: solid 7px #003983;
    margin-bottom: 10px;
}

.app_renewal_area .lead p {
    line-height: 1.7;
}

.app_renewal_area .app_renewal .app_renewal__contet ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

.app_renewal_area .app_renewal .app_renewal__contet ol li {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 30px;
    position: relative;
}

.app_renewal_area .app_renewal .app_renewal__contet ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #003983;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #ffffff;
    font-size: 80%;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
}

.app_renewal_area .app_renewal .app_renewal__contet ol li span.background-red {
    background-color: #d60909;
    color: #FFF;
    font-weight: 700;
}

.app_renewal figure {
    border: thin #c0c0c0 solid;
    padding: 5px;
    margin: 0 10px;
}

.app_renewal figure img {
    flex-basis: 5%;
    width: 250px !important;
}

.app_renewal figcaption {
    background-color: #003983;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.app_renewal__contet {
    padding-right: 30px;
    flex-basis: 90%;
}

.app_renewal__contet_2col-l {
    padding-right: 40px;
    flex-basis: 90%;
}

.app_renewal__contet_2col-r {
    padding-left: 40px;
    flex-basis: 90%;
}

.app_renewal_area span.link_headline {
    position: relative;
    display: inline-block;
    background-color: #ea581f;
    color: #fff;
    padding: 0 10px;
    line-height: 1.7;
}


/*
.app_renewal_area span.link_headline:after {
	content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #ea581f;
    position: absolute;
    left: 9.1em;
    top: 35%;
    margin-top: -0.6em;
}
*/

.app_renewal_area_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ea581f;
    border-radius: 8px;
}

.app_renewal_area_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ea581f;
    font-weight: bold;
}

.app_renewal_area_box p {
    margin: 0;
    padding: 1em 0.5em;
    line-height: 1.7;
}

@media only screen and (max-width: 750px) {
    .app_renewal {
        flex-direction: column !important;
        display: block !important;
    }

    .app_renewal_area h2 {
        font-size: 15px;
    }

    .app_renewal_area h3 {
        font-size: 15px;
    }

    .app_renewal_area .app_renewal .app_renewal__contet ol li {
        font-size: 13px;
        line-height: 2;
        padding-left: 19px;
    }

    .app_renewal_area .app_renewal .app_renewal__contet ol li:before {
        height: 16px;
        width: 16px;
        color: #ffffff;
        font-size: 80%;
        line-height: 1;
        position: absolute;
        top: 6px;
        left: 0;
    }

    .app_renewal__contet {
        padding-right: 0px !important;
    }

    .app_renewal figure {
        margin: 40px auto;
        width: 270px;
    }

    .app_renewal__contet_2col-l {
        padding-right: 0;
        flex-basis: 90%;
    }

    .app_renewal__contet_2col-r {
        padding-left: 0;
        flex-basis: 90%;
    }

    .app_renewal_area_box .box-title {
        top: -9px;
        font-size: 15px;
    }

    .app_renewal_PD_01 {
        padding-left: 0;
    }
}


/*-----------------------------------------
松のや　ビストロ松
-------------------------------------------*/

.item-bistro-matsunoya {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item-bistro-matsunoya img.flex-img {
    flex-basis: 10%;
    width: 300px;
}

.item-bistro-matsunoya__contet {
    padding-right: 30px;
    flex-basis: 90%;
}

@media only screen and (max-width: 750px) {
    .item-bistro-matsunoya {
        flex-direction: column !important;
        align-items: stretch;
    }

    .item-bistro-matsunoya img.flex-img {
        margin: 40px auto;
        width: 160px !important;
    }
}


/*-----------------------------------------
松屋　au PAY アプリ
-------------------------------------------*/

.au_pay_app_flow h3 {
    font-size: 16px;
    margin: 20px 0 40px;
    border-bottom: solid;
    font-weight: 800;
}

.flow_chart .image_box {
    display: none;
}


/* .for_msp_img {
	display: none !important;
} */

@media only screen and (max-width: 750px) {

    /* .for_msp_img {
		display: block !important;
	} */
    .flow_chart {
        margin: 0 auto 50px;
    }

    .flow_chart .image_box {
        display: block;
        max-width: 370px !important;
        margin: 0 auto 33px;
        padding: 10px;
        position: relative;
    }

    .flow_chart .image_box:nth-of-type(2) {
        max-width: 245px !important;
    }

    .flow_chart .image_box:after {
        border-top: 25px solid #A6A6A6;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        content: "";
        position: absolute;
        bottom: -28px;
        left: 50%;
        margin-left: -70px;
    }

    .flow_chart .image_box:last-child:after {
        border: none;
    }
}


/*-----------------------------------------
basic style 追加分
-------------------------------------------*/

.cpn_border_title {
    margin: 20px 0;
    border-bottom: solid;
}

.article-main .txt_center {
    text-align: center !important;
}

.article-main .txt_right {
    text-align: right !important;
}


/*-----------------------------------------
松屋モバイルオーダー3倍CPN
-------------------------------------------*/

.mobile-cpn-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-cpn-flex-3col {
    display: flex;
    flex-direction: column;
    flex-basis: 33.33%;
    justify-content: flex-start;
}

.mobile-cpn-flex-3col img {
    margin: 0 auto;
    width: 70%;
}

.mobile-cpn-flex-3col-contents {
    width: 100%;
    padding: 20px;
}

.mobile-cpn-flex-3col-contents p {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.7em;
    padding: 10px;
    background-color: #EA581f;
    color: #FFF;
}

.mobile-cpn-flex-container .mobile-cpn-flex-3col:nth-of-type(2) {
    text-align: center;
}

.explanation_movie_container {
    max-width: 910px;
    margin: 0 auto;
    padding: 40px;
}

.explanation_movie_container .movie_contents {
    width: 100%;
    aspect-ratio: 16/9;
}

.mobile-cpn-box-style {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: -20px 0 40px;
    padding: 1.5em 2em;
    border-top: solid 5px #eeeeee;
    background-color: #FFDB4E;
}

@media only screen and (max-width: 750px) {
    .mobile-cpn-flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .mobile-cpn-flex-3col {
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .mobile-cpn-flex-3col img {
        width: 300px !important;
    }

    .mobile-cpn-flex-3col-contents p {
        text-align: center;
    }

    .explanation_movie_container {
        padding: 0 0 40px 0;
    }

    .mobile-cpn-box-style {
        padding: 2em;
    }
}

@media only screen and (max-width: 400px) {
    .mobile-cpn-flex-3col img {
        width: 100% !important;
    }
}


/*-----------------------------------------
現場主体のデジタル化を推進
-------------------------------------------*/

.other_company_logo>img {
    margin: inherit;
    margin-right: auto;
    width: 13em !important;
}

.news_caution_notes_26>li {
    padding-left: 2.6em;
    text-indent: -2.6em;
}

@media only screen and (max-width: 750px) {
    .other_company_logo>img {
        width: 11em !important;
    }
}


/*-----------------------------------------
価格改定ニュース記事（表に画像を使用）
-------------------------------------------*/

.center_img_caption {
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 750px) {
    .center_img_caption {
        max-width: 100%;
        margin: 0 auto;
    }
}

/*-----------------------------------------
価格改定ニュース記事（表にテーブルを使用）2024/03/29使用
-------------------------------------------*/

.new_price_container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.new_price_table_style {
    border: 2px solid;
    margin: 40px auto 10px;
    border-collapse: collapse;
}

.new_price_caption {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 700;
}

.new_price_column_group {
    border-right: 2px solid;
}

.new_price_tablehead_style {
    background-color: #cccccc;
    border: 2px solid;
}

.new_price_header_style_01 {
    border: 1px solid;
    text-align: center;
    width: 400px;
    height: 70px;
    font-weight: 700;
}

.new_price_header_style_02 {
    border: 1px solid;
    text-align: center;
    width: 180px;
    font-weight: 700;
    line-height: 160%;
}

.new_price_tablebody_style {
    border: 1px solid;
    text-align: center;
}

.new_price_tablebody_style td {
    border: 1px solid;
    text-align: center;
}

/*-----------------------------------------
headlinesテスト
-------------------------------------------*/

.headline_second_title {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.headline_second_title span {
    background: linear-gradient(transparent 65%, #fec763 20%);
    border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
}

.headlines_test_up_A {
    position: relative;
    color: #000000;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 2em;
}

.headlines_test_up_A:after {
    display: block;
    content: "";
    height: 0.3em;
    margin-top: 1em;
    background: -moz-linear-gradient(to right, rgb(1, 64, 153), transparent);
    background: -webkit-linear-gradient(to right, rgb(1, 64, 153), transparent);
    background: linear-gradient(to right, rgb(1, 64, 153), transparent);
}

.headlines_test_up_B {
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 1em;
    color: #fff;
    text-shadow: 2px 2px 2px #014099, -2px 2px 2px #014099, 2px -2px 2px #014099, -2px -2px 2px #014099, 2px 2px 2px #014099, -2px 2px 2px #014099, 2px -2px 2px #014099, -2px -2px 2px #014099;
}

.headlines_test_up_C {
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0.2em;
    line-height: 2;
    margin: 2em 0;
    padding: 0.5em 0;
    border-top: solid 0.1em #000;
    border-bottom: solid 0.1em #000;
}

.headlines_test_up_D {
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 1em;
    padding: .5em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px, #ffe0e0 3px, #ffe6e6 7px);
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #ffe6e6 3px, #ffe6e6 7px);
}

.menu_headline {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    background-color: #014099;
    color: #fff;
    padding: 0 10px;
    line-height: 1.7;
}

.information_lines span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.4;
    background-image: linear-gradient(135deg, transparent 30%, #fec763 50%, transparent 70%), linear-gradient(225deg, transparent 30%, #fec763 50%, transparent 70%);
    background-size: 16px 8px;
    background-position: 0px 80%, 8px 80%;
    background-repeat: repeat-x;
}

@media only screen and (max-width: 750px) {
    .information_lines span {
        text-decoration: underline;
        text-decoration-style: wavy;
        text-decoration-color: #fec763;
        background-image: none;
        background-size: none;
        background-position: none;
        background-repeat: none;
    }
}


/*-----------------------------------------
松屋モバイルオーダー3周年記念CPN
-------------------------------------------*/

.anniversary-mobile-cpn-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.anniversary-mobile-cpn-flex-3col {
    display: flex;
    flex-direction: column;
    flex-basis: 33.33%;
    justify-content: flex-start;
}

.anniversary-mobile-cpn-flex-3col img {
    margin: 0 auto;
    width: 70%;
}

.anniversary-mobile-cpn-flex-3col-contents {
    width: 100%;
    padding: 20px;
}

.anniversary-mobile-cpn-flex-3col-contents p {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.7em;
    padding: 0.5em 1.7em;
    background-color: #00489A;
    color: #FFF;
}

.anniversary-mobile-cpn-flex-container .mobile-cpn-flex-3col:nth-of-type(2) {
    text-align: center;
}

.anniversary-mobile-cpn-box-style {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: -20px 0 40px;
    padding: 1.5em 2em;
    /* border-top: solid 5px #eeeeee; */
    background-color: #00489A;
}

.anniversary-mobile-cpn-box-style a {
    text-decoration: none !important;
    color: #fff !important;
    background: #EA541F !important;
}

.btn-cpn {
    width: 209px;
    padding: 14px 0 16px 0;
    font-size: 1.2em;
    position: relative;
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    line-height: 1;
    border-radius: 50px;
    transition: all .2s;
}

.btn-cpn {
    border: 2px solid #EA541F;
}

.btn-cpn:hover {
    background-color: #fff !important;
    border-color: #EA541F !important;
    color: #EA541F !important;
}

@media only screen and (max-width: 750px) {
    .anniversary-mobile-cpn-flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .anniversary-mobile-cpn-flex-3col {
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .anniversary-mobile-cpn-flex-3col img {
        width: 300px !important;
    }

    .anniversary-mobile-cpn-flex-3col-contents p {
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .mobile-cpn-flex-3col img {
        width: 100% !important;
    }
}


/*-----------------------------------------
2カラム画像flex（縦長・横長）
-------------------------------------------*/

.vertical-horizontal-flex-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.vertical-horizontal-flex-2col-imgonly-item1 {
    flex-basis: 35%;
    margin-bottom: 40px;
}

.vertical-horizontal-flex-2col-imgonly-item2 {
    flex-basis: 50%;
    margin-bottom: 40px;
}

.vertical-horizontal-flex-2col-imgonly-item1 img {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.vertical-horizontal-flex-2col-imgonly-item2 img {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

@media only screen and (max-width: 750px) {
    .vertical-horizontal-flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .vertical-horizontal-flex-2col-imgonly-item1 {
        width: 100%;
    }

    .vertical-horizontal-flex-2col-imgonly-item2 {
        width: 100%;
    }
}


/*-----------------------------------------
2カラムイメージ
-------------------------------------------*/

.item_2colomn_img_left {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.item_2colomn_img_left_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2.5em;
}

.item_2colomn_img_left_content img {
    flex-basis: 10%;
    display: block;
    width: 350px;
}

.item_2colomn_img_left_content_item {
    padding: 1.2em;
    flex-basis: 90%;
}

@media (max-width: 750px) {
    .item_2colomn_img_left_content {
        flex-direction: column !important;
    }

    .item_2colomn_img_left_content img {
        width: 320px !important;
    }
}

@media (max-width: 420px) {
    .item_2colomn_img_left_content img {
        width: 90% !important;
    }
}

/*-----------------------------------------
EC店舗　受賞ニュース
-------------------------------------------*/

.item-gaihan-award {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item-gaihan-award img.flex-img {
    flex-basis: 10%;
    width: 400px;
}

.item-gaihan-award img.flex-img_pack {
    flex-basis: 10%;
    width: 200px;
}

.item-gaihan-award__contet {
    padding-right: 30px;
    flex-basis: 90%;
}

/*2024年6月13日ベリーグッドマンで使いました*/
.jazz_clarinet_container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row-reverse;
}

.jazz_clarinet_content {
    padding-left: 30px;
    flex-basis: 90%;
}

.jazz_clarinet_container img.flex-img {
    flex-basis: 10%;
    width: 480px;
}

@media only screen and (max-width: 750px) {
    .item-gaihan-award {
        flex-direction: column !important;
        align-items: center;
    }

    .item-gaihan-award img.flex-img {
        margin: 40px auto;
        width: 450px !important;
    }

    .jazz_clarinet_container {
        flex-direction: column !important;
        align-items: center;
    }

    .jazz_clarinet_content {
        padding-left: 10px;
    }

    .jazz_clarinet_container img.flex-img {
        margin: 40px auto;
        width: 450px !important;
    }
}

@media only screen and (max-width: 600px) {
    .item-gaihan-award {
        flex-direction: column !important;
        align-items: stretch;
    }

    .item-gaihan-award img.flex-img {
        margin: 40px auto;
        width: 350px !important;
    }

    .jazz_clarinet_container {
        flex-direction: column !important;
        align-items: stretch;
    }

    .jazz_clarinet_content {
        padding-left: 10px;
    }

    .jazz_clarinet_container img.flex-img {
        margin: 40px auto;
        width: 350px !important;
    }
}

@media screen and (max-width: 400px) {
    .item-gaihan-award img.flex-img {
        width: 250px !important;
    }

}

/*-----------------------------------------
左に表・右にテキストを表示（2024年2月19日FS・HD公開　能登半島炊き出し支援ニュースで使用）
-------------------------------------------*/
.noto_kitchencar_container {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0px 10px;
}

.noto_table_body {
    height: 150px;
}

.noto_table_body td {
    border: 2px solid;
    text-align: center;
    font-weight: 700;
}

.noto_kitchencar_text {
    margin-left: 30px;
    max-width: 550px;
}

@media (max-width: 750px) {
    .noto_kitchencar_container {
        flex-direction: row !important;
        max-width: 700px;
        height: auto;
    }

    .noto_kitchencar_container table {
        max-width: 300px;
        margin: 0 auto;
    }

    .noto_kitchencar_text {
        margin-left: 0px;
        max-width: 350px;
    }
}

@media (max-width: 700px) {
    .noto_kitchencar_container {
        flex-direction: column !important;
        align-items: stretch;
        height: auto;
    }

    .noto_kitchencar_container table {
        max-width: 500px;
        margin: 0 auto;
    }

    .noto_kitchencar_text {
        max-width: 500px;
        margin: 10px auto;
    }
}

/*-----------------------------------------
複数の商品とサイズの値段を記載する場合のテーブルスタイル
-------------------------------------------*/
.price_table_container {
    display: flex;
    margin: 10px auto;
}

.price_table_style {
    border: 2px solid;
    text-align: center;
    width: 1000px;
}

.price_table_header tr:first-child th:first-child {
    background-image: linear-gradient(to right top, transparent calc(50% - 1.3px), #000000 50%, #000000 calc(50% + 1.3px), transparent calc(50% + 2px));
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    border: none;
    width: 80px;
    min-height: 120px;
}

.price_table_header th {
    border: 2px solid;
    text-align: center;
    font-size: 1em;
    height: 80px;
    width: 150px;
    font-weight: 700;
    background-color: #f0e68c;
    line-height: 120%;
}

.price_tabele_colheader {
    grid-column-start: 2;
    text-align: right;
    margin: auto;
    font-size: 0.8em;
}

.price_tabele_rowheader {
    grid-column-start: 1;
    margin: auto;
    font-size: 0.8em;
}

.price_table_body td {
    text-align: center;
    border: 1px solid;
    font-size: 0.9em;
    border-right: 2px solid;
    line-height: 200%;
}

.price_table_text_font {
    color: #ff0000;
    font-weight: 500;
    font-size: 1.4em;
}

@media only screen and (max-width: 750px) {
    .price_table_container {
        display: flex;
        margin: 10px -20px;
        width: auto;
    }

    .price_tabele_colheader {
        margin-right: 5px;
    }

    .price_table_header tr:first-child th:first-child {
        width: 30px;
    }

    .price_table_header th {
        font-size: 0.8em;
    }

    .price_table_body td:first-child {
        font-size: 0.8em;
        height: 100px;
    }
}

@media only screen and (max-width: 500px) {

    .price_table_text_font {
        font-size: 1.1em;
    }
}

/*-----------------------------------------
券売機クーポンの利用方法について（2024年4月22日）
-------------------------------------------*/
.ticket_vending_machine_container {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: auto;
}

.ticket_vending_machine_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.ticket_vending_machine_02 {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    justify-content: flex-start;
}

.ticket_vending_machine_02 img {
    margin: 0 auto;
    width: 85%;
}

.ticket_vending_machine_02-contents {
    width: 100%;
    padding: 20px;
}

.ticket_vending_machine_02-contents p {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.7em;
    padding-left: 1em;
    text-indent: -1em;
}

.ticket_vending_machine_01 .mobile-cpn-flex-3col:nth-of-type(2) {
    text-align: center;
}

.ticket_vending_machine_sp {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .ticket_vending_machine_01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ticket_vending_machine_02 {
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .ticket_vending_machine_02 img {
        width: 300px !important;
    }

    .ticket_vending_machine_02-contents p {
        text-align: left;
        font-weight: 700;
        font-size: 1.2em;
    }

    .ticket_vending_machine_pc {
        display: none !important;
    }

    .ticket_vending_machine_sp {
        display: block !important;
    }
}

/*-----------------------------------------
参鶏湯ってなんて読むんですか？（2024年5月2日公開　焼き牛めしニュースで使用）
-------------------------------------------*/
.samugetan_yomikata_style {
    position: relative;
    top: 0.25em;
    transform: translateY(-.5em);
}

.samugetan_yomikata_height {
    line-height: 250%;
}

@media only screen and (max-width: 400px) {
    .samugetan_yomikata_style {
        position: relative;
        top: -.1em;
        transform: translateY(0.25em);
    }
}

/*-----------------------------------------
左に文章・右に画像を立て並びに、スマートフォンサイズで上に文章・下に画像を横並びにするスタイル（2024年5月22日　高知朝倉店マイカリー食堂併設ニュースにて使用
-------------------------------------------*/
.curry_sayuuniwakeru_container {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0px 10px;
}

.curry_bunsyou_style {
    max-width: 700px;
    margin: 10px auto;
}

.curry_tatenarabi_style {
    flex-flow: column;
    width: 300px;
}

@media only screen and (max-width: 780px) {
    .curry_sayuuniwakeru_container {
        flex-direction: row !important;
        max-width: 700px;
        height: auto;
        margin: auto;
    }

    .curry_bunsyou_style {
        margin: 10px auto;
    }

    .curry_tatenarabi_style {
        flex-flow: column;
        width: 200px;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .curry_sayuuniwakeru_container {
        flex-direction: column !important;
        align-items: stretch;
        height: auto;
        margin: 0 auto;
    }

    .curry_bunsyou_style {
        width: auto;
    }

    .curry_tatenarabi_style {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: auto;
    }
}

@media only screen and (max-width: 400px) {
    .curry_sayuuniwakeru_container {
        flex-direction: column !important;
        align-items: stretch;
        height: auto;
        margin: 0 auto;
    }

    .curry_bunsyou_style {
        width: auto;
    }

    .curry_tatenarabi_style {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

/*-----------------------------------------
新店メニュー紹介（2024年6月12日　伊予西条店オープンニュースにて使用）
-------------------------------------------*/
.newopen_menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newopen_menu_list figure {
    margin: 0;
}

.newopen_menu_list img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.newopen_menu_list dl,
.newopen_menu_list dd {
    margin: 0;
}

.newopen_menu_list dl {
    margin-top: .5em;
    line-height: 1.5;
    text-align: right;
}

.newopen_menu_list dt,
.newopen_menu_list .menu_explanation {
    text-align: left;
}

.newopen_menu_list dt {
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: solid;
}

.newopen_menu_list dd {
    margin-top: .5em;
    font-size: 1.0em;
}

.newopen_menu_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
}

.newopen_menu_list_01 {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    padding: 16px 32px;
    box-sizing: border-box;
}

@media screen and (max-width: 770px) {
    .newopen_menu_list dl {
        margin-bottom: 20px;
    }

    .newopen_menu_list_01 {
        flex-basis: 100%;
        flex-direction: column-reverse;
    }

    .newopen_menu_box {
        clear: both;
        border: #e6e6fa 5px solid;
        border-radius: 15px;
        max-width: 1000px;
        margin: 20px auto 30px;
        padding: 10px;
    }
}

@media screen and (max-width: 430px) {
    .newopen_menu_list_01 {
        flex-basis: auto;
    }
}

/*-----------------------------------------
受賞関連金見出し（2024年6月17日　シュクメルリジャパンフードセレクション序章ニュースにて使用）
-------------------------------------------*/
.jfs_shkmerli h3 {
    padding: 0.3em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1a1a1a;
    border-left: solid 7px #ffd700;
    margin-bottom: 10px;
}

/*-----------------------------------------
ブラックフライデー見出し（2025年11月21日　いい肉ブラックフライデーキャンペーンニュースにて使用）
-------------------------------------------*/
.kuro_kinyoubi h3 {
    padding: 0.3em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    color: #000000;
    border-left: solid 7px #000000;
    margin-bottom: 10px;
}

/*-----------------------------------------
遷移ボタン（2024年6月29日　肉の日ニュースにて実装）
※2024年12月4日更新⇒別タブ遷移ボタン追加、その他微修正
-------------------------------------------*/
.app_kochira_button {
    text-align: center;
    color: #04c0c7;
    transition: 0.5s;
}

.app_kochira_button a {
    display: inline;
    vertical-align: middle;
    width: 150px;
    margin: auto;
    padding: 1em 4em;
    font-weight: 700;
    border: 3px solid #04c0c7;
    border-radius: 30px;
    color: #04c0c7;
    transition: 0.5s;
}

.app_kochira_button a:hover {
    border-color: #ff6000;
    text-decoration: none;
}

.app_kochira_button-external_link {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0.9em;
    height: 0.9em;
    border: 0.1em solid;
    border-radius: 0.1em;
    background: #fff;
    box-sizing: content-box;
    position: relative;
}

.app_kochira_button-external_link>span {
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    width: 45%;
    height: 45%;
    border: 0.1em solid;
    border-bottom: 0;
    border-left: 0;
    background: #fff;
    box-shadow: -0.1em 0.1em 0 0.1em #fff;
    box-sizing: border-box;
}

.app_kochira_button-external_link>span::before {
    content: '';
    position: absolute;
    top: -0.05em;
    right: -0.1em;
    width: 0.1em;
    height: 0.9em;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: top center;
}

@media only screen and (max-width: 750px) {
    .app_kochira_button {
        margin-bottom: 40px;
    }

    .app_kochira_button a {
        font-size: 0.8em;
        padding: 1em 3em;
    }
}

/*-----------------------------------------
アプリの使い方
-------------------------------------------*/
.app-how-to-use-box-style {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: -20px 0 40px;
    padding: 1.5em 2em;
}

.app-how-to-use-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.app-how-to-use-3col {
    display: flex;
    flex-direction: column;
    flex-basis: 33.33%;
    justify-content: flex-start;
}

.app-how-to-use-3col img {
    margin: 0 auto;
    width: 70%;
    border: solid #7d7d7d;
    border-radius: 5px;
}

.app-how-to-use-2col {
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
    justify-content: flex-start;
}

.app-how-to-use-2col img {
    margin: 0 auto;
    width: 80%;
    border: solid #7d7d7d;
    border-radius: 5px;
}

.app-how-to-use-contents {
    width: 100%;
    padding: 20px;
}

.app-how-to-use-contents p {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.7em;
    padding: 0.5em;
}

.app-how-to-use-container .app-how-to-use-3col:nth-of-type(2) {
    text-align: center;
}

.app-how-to-use-box-style a {
    text-decoration: none !important;
}

@media only screen and (max-width: 750px) {
    .app-how-to-use-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .app-how-to-use-3col {
        flex-direction: column-reverse;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .app-how-to-use-3col img {
        width: 300px !important;
    }

    .app-how-to-use-2col img {
        width: 300px !important;
    }

    .app-how-to-use-contents p {
        text-align: center;
        font-size: 2em;
    }
}

@media only screen and (max-width: 400px) {
    .app-how-to-use img {
        width: 100% !important;
    }
}

/*-----------------------------------------
新メニューが多いときの商品名リスト
-------------------------------------------*/
.new_menu_and_price_table {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 970px;
}

.new_menu_and_price_table tr {
    border-bottom: 1px dotted;
}

.new_menu_and_price_table tr:last-child {
    border-bottom: 2px solid;
}

.new_menu_and_price_table th,
.new_menu_and_price_table td {
    padding: 0;
}

.new_menu_and_price_tbody th {
    font-weight: 700;
    max-width: 70%;
    line-height: 1.5;
}

.new_menu_and_price_tbody-ikura {
    text-align: left;
    text-indent: 200px;
}

.new_menu_and_price_table-title_00 {
    font-weight: 700;
    padding-left: 0;
}

.new_menu_and_price_table-caution_style {
    margin-left: 10px;
}

@media screen and (max-width: 800px) {
    .new_menu_and_price_table {
        border: 0;
        width: 100%
    }

    .new_menu_and_price_table th,
    .new_menu_and_price_table td {
        padding: 0;
    }

    .new_menu_and_price_table-caution_style {
        margin-left: 0;
    }

    .new_menu_and_price_tbody-ikura {
        text-align: right;
        text-indent: 0px;
    }
}

@media screen and (max-width: 500px) {
    .new_menu_and_price_tbody th {
        width: 40%;
    }
}

/*-----------------------------------------
シュクメルリ個食パック説明＆画像（2025年1月17日公開ニュース「家庭向け冷凍食品は初登場！ 「シュクメルリ鍋定食」 発売」で使用
-------------------------------------------*/
.shkmerli-pack {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.shkmerli-pack_contet {
    padding-right: 30px;
    flex-basis: 90%;
    clear: both;
    border: #eeeeee 5px solid;
    max-width: 1000px;
    margin: 20px auto 30px;
    padding: 10px;
}

.shkmerli-pack img.flex-img {
    display: flex;
    flex-basis: 10%;
    width: 160px;
    margin-left: 2em;
}

.shkmerli-pack_list {
    padding-left: 6em;
    text-indent: -6em;
}

@media only screen and (max-width: 750px) {
    .shkmerli-pack {
        flex-direction: column !important;
        align-items: stretch;
        flex-basis: 90%;
        clear: both;
        border: #eeeeee 5px solid;
        max-width: 1000px;
        margin: 20px auto 30px;
        padding: 10px;
        font-size: 1.5em;
    }

    .shkmerli-pack_contet {
        border: none;
    }

    .shkmerli-pack img.flex-img {
        margin: 20px auto;
    }
}

@media only screen and (max-width: 550px) {
    .shkmerli-pack {
        font-size: 1em;
    }

    .shkmerli-pack_contet {
        max-width: 400px;
    }

    .shkmerli-pack img.flex-img {
        margin: 10px auto;
    }
}

/*-----------------------------------------
松のやカレー個食パック説明＆画像（2025年1月24日公開ニュース「松のやカレー発売記念！ カツカレーで必勝！「受験生応援セット」発売」で使用
-------------------------------------------*/
.gaihan_ouen_menu_and_price_table {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 700px;
}

.gaihan_ouen_menu_and_price_table tr {
    border-bottom: 1px dotted;
}

.gaihan_ouen_menu_and_price_table tr:last-child {
    border-bottom: 2px solid;
}

.gaihan_ouen_menu_and_price_table th,
.gaihan_ouen_menu_and_price_table td {
    padding: 0;
}

.gaihan_ouen_menu_and_price_tbody th {
    font-weight: 700;
    max-width: 70%;
    line-height: 1.5;
}

.gaihan_ouen_menu_and_price_tbody-ikura {
    text-align: right;
}

.gaihan_ouen_menu_and_price_table-title_00 {
    font-weight: 700;
    padding-left: 0;
}

.gaihan_ouen_menu_and_price_table-caution_style {
    margin-left: 10px;
}

@media screen and (max-width: 800px) {
    .gaihan_ouen_menu_and_price_table {
        border: 0;
        margin-left: 10px;
        width: 600px;
    }

    .gaihan_ouen_menu_and_price_table th,
    .gaihan_ouen_menu_and_price_table td {
        padding: 0;
    }

    .gaihan_ouen_menu_and_price_table-caution_style {
        margin-left: 0;
    }
}

@media screen and (max-width: 650px) {
    .gaihan_ouen_menu_and_price_table {
        width: 100%;
    }

    .gaihan_ouen_menu_and_price_tbody th {
        width: 200px;
    }

    .gaihan_ouen_menu_and_price_table td {
        width: 200px;
    }
}

/*-----------------------------------------
※イメージ画像という文字を画像の右下に表示する
-------------------------------------------*/
.kore_image_gazou_desuyo {
    padding: 10px 10px 0 10px;
    text-align: right;
    line-height: 1;
}

/*-----------------------------------------
大きい画像を一番上に表示　小さい画像をその下に2枚表示するスタイル
-------------------------------------------*/
.shinten-3-image-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.shinten-3-image-upper_01 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    margin: 10px auto;
    justify-content: space-between;
}

.shinten-3-image-under_02 {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-bottom: 40px;
    justify-content: space-between;
}

.shinten-3-image-under_02:first-child img {
    margin: 0 auto;
    padding: 0 0 0 10px;
}

.shinten-3-image-under_02:nth-child(2) img {
    margin: 0 auto;
    padding: 0 10px 0 0;
}

@media only screen and (max-width: 750px) {
    .shinten-3-image-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .shinten-3-image-upper_01 {
        margin: 40px auto;
    }

    .shinten-3-image-under_02 {
        width: 100%;
    }

    .shinten-3-image-under_02:first-child img,
    .shinten-3-image-under_02:nth-child(2) img {
        padding: 0;
    }
}

/*-----------------------------------------
シュクメリ村友好協定調印式フロートスタイル（2025年1月28日公開ニュース「シュクメルリ鍋定食販売5周年！松屋フーズとジョージア シュクメリ村がシュクメルリ友好協定調印式を開催」で使用）
-------------------------------------------*/
.shukmerli-yuukou-kyoutei_right {
    display: flex;
    float: right;
    margin-left: 1.0em !important;
    margin-bottom: 0.5em !important;
    width: 450px;
}

.shukmerli-yuukou-kyoutei_end {
    clear: both;
}

@media only screen and (max-width: 750px) {
    .shukmerli-yuukou-kyoutei_right {
        margin-bottom: 20px;
    }
}

/*-----------------------------------------
外販すかいらーくコラボフロートスタイル（2025年8月12日公開ニュース「初コラボ決定！4日間限定最大65%OFFセール！松屋×すかいらーくコラボセットも数量限定発売！」で使用）
-------------------------------------------*/
.matsuya_sky_nakayoshi_right {
    display: flex;
    float: right;
    margin-left: 1.0em !important;
    margin-bottom: 0.5em !important;
    width: 320px;
}

.matsuya_sky_nakayoshi_end {
    clear: both;
}

@media only screen and (max-width: 750px) {
    .matsuya_sky_nakayoshi_right {
        margin-bottom: 20px;
    }
}


/*-----------------------------------------
ディープリンク用アプリ線にボタン（PCには表示しないようにする）
-------------------------------------------*/
.app_order_button {
    text-align: center;
    color: #04c0c7;
    transition: 0.5s;
    margin-top: 40px;
}

.app_order_button a {
    display: inline;
    vertical-align: middle;
    margin: auto;
    font-weight: 700;
    border: 5px solid #04c0ff;
    border-radius: 80px;
    color: #04c0ff;
    transition: 0.5s;
}

.app_order_button a:hover {
    border-color: #ff6000;
    text-decoration: none;
}

@media only screen and (max-width: 750px) {
    .app_order_button {
        margin-bottom: 40px;
    }

    .app_order_button a {
        font-size: 1.5em;
        padding: 1em 3em;
    }
}

/*-------------------------------------------------------------------------------------
松屋フーズトップページに画像を表示しないようにする（共有するWi-Fiページのみ表示させるため利用）
---------------------------------------------------------------------------------------*/
.no_img_foods_top-page {
    display: none !important;
}

/*---------------------
画像に説明を付ける
-----------------------*/
.ramen_oisisu_matsutaro {
    text-align: center;
    font-size: 0.8em;
}

@media only screen and (max-width: 750px) {
    .ramen_oisisu_matsutaro {
        font-size: 1em;
    }
}
