@charset "utf-8";
/* CSS Document */

#contents{
	width:950px;
	height:auto;
}

/*========================================
	メニューボタン
========================================*/
.order_about{
	font-size: .8rem;
	margin: 0 10px;
	letter-spacing: 2px;
}

.order_about_list{
	width: 96%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.order_about_list li{
	width: 30%;
	display: inline-block;
	font-size: .8rem;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	padding: 0 10px;
}

/*おすすめ*/
.order_about_list div{
	background: #ff9800;
	border-radius: 3px;
	color: #222;
	margin: 10px 0 5px;
}

.order_about_list a{
	border: 2px #aaa solid;
	width: auto;
	border-radius: 3px;
	display: block;
	padding: 5px 0;
}

.order_about_list span{
	font-size: .7rem;
}

/*========================================
	注文方法　タイトル共通
========================================*/
.order-title{
	width: 100%;
	padding: 10px;
	color: #fff;
}

.order-title img{
    width: 25px;
    height: auto;
    margin: 0 10px;
}

.order-title span{
	font-size:.8rem;
	margin: 0 10px;
	letter-spacing: 2px;
}

/*========================================
	共通　フローチャート全体
========================================*/

/*メリット・注意点*/
#ordermerit,
.ordercaution{
    position: relative;
    /* width: 750px; */
    max-width: 100%;
    margin: 2%;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}

.merit-tit,
.caution-title{
	position: absolute;
	display: inline-block;
	top: -8%;
	left: 10%;
	padding: 0 9px;
	font-size: 1rem;
	background: #FFF;
	border-radius: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}



/*本文*/
.step-txt{
	font-size: .8rem;
	padding: 10px;
	letter-spacing: 1px;
}

/*解説画像*/
.step-img{
	max-width: 70%;
	width: auto;
	height: auto;
	margin: 0 0 10px 10px;
}

/*中身の左右の余白*/
.order-center{
	padding-bottom: 2%;
    margin-top: 6%;
    background: #f5f5f5;
}

/*ボックス全体*/
.step-box,
.step-box2{
    background: #f5f5f5;
    padding: 10px;
}

/*ボックスの中身とタイトル*/
.step-title,
.step-title2{
    padding: 10px;
    border-bottom: 2px #222 solid;
}

.step-title img{
	width: 25px;
	height: auto;
	margin: 0 2%;
	vertical-align: sub;
}


/*========================================
	買い物カゴでオーダー
========================================*/
#jump-cartorder{
    background-color: #333;
}

/*買い物カゴオーダーメリット*/
#ordermerit {    border: solid 2px #11973f;}

/*タイトル*/
.merit-tit{color: #26652d;}


/*リスト*/
.merit-list{}

/*サブタイトル*/
.merit-sub-tit{
	width: 93%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #26652d;
	font-weight: bold;
}

/*コメント*/
.merit-list p:nth-of-type(2){
	font-size: .8rem;
	letter-spacing: 2px;
	padding: 5px 0 10px;
}


/*手提げ袋*/
.bag-link{
	width: 60%;
	display: block;
	background: #fff;
	border: 1px #aaa solid;
	border-radius: 3px;
	font-size: .8rem;
	padding: 10px;
	margin: 10px 20px;
	text-align: center;
}
.bag-link span{
	font-weight:bold;
	vertical-align: -webkit-baseline-middle;
	margin: 2%;
}

/*「買い物カゴでオーダー」ボタン*/
#button-img{	height: 30px;}




/*========================================
	お電話でオーダー
========================================*/
#jump-tellorder{
    background-color: #333;
}

/*========================================
	お電話でオーダーの注意点
========================================*/
.ordercaution{    border: solid 2px #c9203f;}
.caution-title {    color: #c9203f;}

.ordercaution li img{
	width: 30px;
	height: auto;
	display: inline-block;
	margin: 10px;
}

.ordercaution p{
	vertical-align: middle;
	font-size: .8rem;
	letter-spacing: 2px;
	width: 90%;
	display: inline-block;
}
.ordercaution p:frist-child{
	border-bottom:1px #ddd solid;
}


/*メモの装飾*/
.memo-box {
	width: 550px;
	margin: 0 10px 0;
	background-color: #fff;
	padding: 20px;
	position: relative;
}
.memo-box::after {
    content: "";
    border-color: #ccc #f5f5f5 #f5f5f5 #ccc;
    border-style: solid;
    border-width: 0 0 24px 24px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.memo-box ul{
	padding:1%;
	line-height: 2;
	color: #333;
	font-weight: bold;
	font-size: .8rem;
}

.memo-box li:before{
	content: "●";
	font-size: 12px;
	color: #c9203f;
	margin-right: 5px;
}

.memo-box-list{
	font-size: .85rem;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

/*電話番号*/
.phonenumber{
	color: #c9203f;
	font-size: 1.5rem;
}

/*========================================
	FAXでオーダー
========================================*/
#jump-faxorder{
    background-color: #333;
}

.fax-text{
	font-size: .8rem;
	margin: 2%;
}
.fax-text>span{
    font-size: 1rem;
    font-weight: bold;
    color: #1d80c5;
}

/*DLbotton*/
.faxorder-botton{
	width: 360px;
    display: inline-block;
    padding: 10px;
    margin: 10px;
	border: 2px #1e80c5 solid;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    vertical-align: top;
}

.faxorder-botton-link{
    width: 90%;
    display: block;
    margin: 2% auto 0 auto;
    padding: 2%;
    font-weight: bold;
    text-align: center;
    background-color: #1d80c5;
    color: #fff;
    border-radius: 30px;
    box-shadow: 2px 2px 4px gray;
}
.fax-txt-col-or > span,
.fax-txt-col-red > span{
	font-weight: bold;
}
.fax-txt-col-or > span{color: #c9203f;}
.fax-txt-col-red > span{color: #c9203f;}

.fax-txt-col-or p{
	width: 52%;
	text-align: left;
	font-size: .8rem;
}

/*DLボタン内画像*/
.fax-dl-i01{
	width: 20%;
	height: auto;
}
.fax-dl-i02{
	width: 10%;
}

.fax-dl-i03{
    width: 30px;
    height: auto;
    padding: 2% 2%;
    margin-right: 6%;
}

.fax-dl-i01,
.fax-dl-i02,
.fax-dl-i03{
	display:inline-block;
}


/*FAX番号*/
.phonenumber-b{
	color: #0071c0;
	font-weight: bold;
	font-size: 1.2rem;
}

/*FAXダウンロードボタン内　テキスト*/
.fd-b-article .fax-txt-col-red,
.fd-b-article .fax-txt-col-or{
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2%;
	text-align: justify;
}

/*========================================
	エクセルでオーダー
========================================*/
#jump-excelorder{
    background-color: #333;
}

.excel-text{
	font-size: .8rem;
	margin: 2%;
}
.excel-text>span{
    font-size: 1rem;
    font-weight: bold;
    color: #41A884;
}

/*DLbotton*/
.excelorder-botton{
	width: 360px;
    display: inline-block;
    padding: 10px;
    margin: 10px;
	border: 2px #41A884 solid;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    vertical-align: top;
}

.excelorder-botton-link{
    width: 90%;
    display: block;
    margin: 2% auto 0 auto;
    padding: 2%;
    font-weight: bold;
    text-align: center;
    background-color: #41A884;
    color: #fff;
    border-radius: 30px;
    box-shadow: 2px 2px 4px gray;
}
.excel-txt-col-or > span,
.excel-txt-col-red > span{
	font-weight: bold;
}
.excel-txt-col-or > span{color: #c9203f;}
.excel-txt-col-red > span{color: #c9203f;}

.excel-txt-col-or p{
	width: 52%;
	text-align: left;
	font-size: .8rem;
}

/*DLボタン内画像*/
.excel-dl-i01{
	width: 20%;
	height: auto;
}
.excel-dl-i02{
	width: 10%;
}

.excel-dl-i03{
    width: 30px;
    height: auto;
    padding: 2% 2%;
    margin-right: 6%;
}

.excel-dl-i01,
.excel-dl-i02,
.excel-dl-i03{
	display:inline-block;
}

/*エクセルダウンロードボタン内　テキスト*/
.fd-b-article .excel-txt-col-red,
.fd-b-article .excel-txt-col-or{
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2%;
	text-align: justify;
}

.txt_backwhite {
	background-color: #FFF;
    padding: 2%;
    margin: 0 1%;
    width: 50%;
    font-weight: bold;
}

.txt_backyellow {
	background-color: #FFF;
	padding: 2%;
	margin: 1% 2% 2% 2%;
	width: 65%;
	font-weight: bold;
	border: #333 solid 1px;
}

.step_underline{
	text-decoration: underline;
}

.step_underline:hover {
    opacity: 0.7;
	transition : 1s;
}

/*========================================
	現物対応　エクセルでオーダー
========================================*/
#jump-item-excelorder{
    background-color: #333;
}

.link_color {
	text-decoration: underline;
}