@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_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);
}


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


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

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;
}

.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;
}


/* ----------------------------------------------
 * 		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;
}

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

.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;
}

.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%;
}

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

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

.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 img {
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

.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;
}

.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;
}

@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%;
    }
    .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;
    }
    .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%;
    }
    .lineup-flex-2col-imgonly {
        width: 100%;
    }
    .lineup-flex-3col-imgonly {
        width: 100%;
    }
    .application-2col-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.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;
}

.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;
    background-color: rgb(247, 247, 247);
    margin-bottom: 20px;
}

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

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

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

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

@media (max-width: 750px) {
    .reverse-content {
        flex-direction: column !important;
        align-items: stretch;
    }
    .reverse-content {
        margin-bottom: 60px;
    }
    .caution-smallPT {
        font-size: 0.85em;
    }
    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;
    flex-wrap: wrap;
}

.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;
    }
}