@charset "UTF-8";
/* ===================================================================
CSS information
 URL：/mypages/*
 説明：マイページ画面CSS
=================================================================== */
/*----------------------------------------------------
    マイページ、共通
----------------------------------------------------*/
section.mypage h2.headline {
	margin: 0 0 30px 0;
}
section.mypage .back_link {
    margin: 0 0 10px 0;
    display: block;
}

/* ヘッダー */
section.mypage .header_mypage {
    margin: 30px 0 30px 0;
}

section.mypage .header_mypage .top {
    overflow: hidden;
}
section.mypage .header_mypage .top .title {
    float: left;
    color: #d4145a;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px 0;
}
section.mypage .header_mypage .top .logout {
    float: right;
}
section.mypage .header_mypage .bottom .name {
    display: inline-block;
    margin: 0 20px 0 0;
}
section.mypage .header_mypage .bottom .point {
    display: inline-block;
}

/* 商品画面全般 */
section.mypage a {
    color: #036eb8;
}

/* ページング文字色 */
#tablenavi div.pageing a{
    color: #FFF;
}

/* マイページのメッセージの検索 */
.search_box {
    margin: 0 0 20px 0;
}
.search_box input[type=text] {
    width: 250px;
    margin: 0 0 5px 0;
}
.search_box input[type=button] {
    padding: 6px 10px;
}
.search_box .btn-box {
    display: inline-block;
    margin: 0 0 0 10px;
}
.search_box .btn-box > a {
    margin: 0 10px 0 0;
}
/* 共通ヘッダー */
section.mypage .common_menu {
    margin: 0 0 10px 0;
}
section.mypage .common_menu ul {
    margin: 0 auto;
    padding: 0 ;
    overflow: hidden;
}
section.mypage .common_menu li{
    min-width: 50px;
    float: left;
    margin: 0 10px 0 0;
    border-bottom: 3px solid #ffffff;
}
section.mypage .common_menu li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #222;
    padding: 10px 18px;
}
section.mypage .common_menu li.on {
    border-bottom: 3px solid #c03061;
}
section.mypage .common_menu li:hover {
    color: #949494;
    border-bottom: 3px solid #c03061;
}
section.mypage .common_menu li a i {
    margin: 0 10px 0 0;
    font-size: 1.3em;
}

/*----------------------------------------------------
    マイページ、TOP
    URL：/mypages/top/
----------------------------------------------------*/
section.mypage .top_menu {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
    margin: 0 0 20px -3%;
}
section.mypage .top_menu .wrap {
    margin: 0 0 20px 3%;
    width: 22%;
}
section.mypage .top_menu .wrap a {
    border-radius: 5%;
    border: 1px solid #ccc;
    padding: 15px 5px;
    display: block;
    text-align: center;
    color: #222;
    position: relative;
}
section.mypage .top_menu .wrap a .text {
    margin: 20px 0 0 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.mypage .top_menu .wrap a:hover {
    background-color: #c03061;
    color: #ffffff;
    text-decoration: none;
}
section.mypage .top_menu .wrap a > i {
    display: block;
    font-size: 5em;
    margin: 40px 0 0 0;
}
section.mypage .top_menu .wrap a .num  {
    position: absolute;
    top:  10px;
    right: 20px;
	background: #c03061;
	color: #fff;
	border-radius: 100%;
	padding: 0 0 0 0;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 0.7em;
	display: inline-block;
}
section.mypage .top_menu .wrap a:hover .num {
    color: #c03061;
    background-color: #ffffff;
}
section.mypage .top_menu .wrap a .num i {
    font-size: 2em;
    margin: 10px 0 0 0;
}
section.mypage .top_menu .wrap a .num .count {
    font-size: 1.2em;
    margin: 8px 0 0 0;
    display: block;
}

/*画面上部の説明欄*/
.mypage_page_infomation {
	border: 1px solid #ccc;
	background-color: #fffcf3;
	padding: 10px 15px;
	margin:0 0 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/*----------------------------------------------------
    マイページ、メッセージ送受信
    URL：/mypages/top/
----------------------------------------------------*/
/* メッセージ送信 */
section.mypage .message_box .form {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* 左 */
section.mypage .message_box .form .left {
    width: 50%;
}
section.mypage .message_box .form .left .head {
    overflow: hidden;
    margin: 0 0 10px 0;
}
section.mypage .message_box .form .left .head dt {
    float: left;
    margin: 0 20px 0 0;
    width: 15%;
    position: relative;
    top: 2px;
    font-weight: bold;
}
section.mypage .message_box .form .left .head dd {
    float: left;
    width: 75%;
}
section.mypage .message_box .form .left .head dd input[type=text] {
    width: 100%;
}
/* 右 */
section.mypage .message_box .form .right {
    width: 50%;
}
/* 本文 */
section.mypage .message_box textarea {
	width: 100%;
	min-height: 185px;
}
/* 添付 */
section.mypage .message_box .append_box {
    text-align: left;
    margin: 20px 0;
    width: 94%;
}

/* メッセージ一覧 */
section.mypage .message_list {
    margin: 0 0 10px 0;
}
section.mypage .message_list li a {
    display: block;
    color: #222222;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}
section.mypage .message_list li a:hover {
    text-decoration: none;
    background-color: #e2e2e2;
}
section.mypage .message_list li .head {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
section.mypage .message_list li .head .subject {
    width: 80%;
    color: #222222;
    font-size: 1.2rem;
    font-weight: bold;
}
section.mypage .message_list li .head .subject span {
    margin: 0 0 0 10px;
    font-size: 1rem;
    font-weight: normal;
    color: #036eb8;
}
section.mypage .message_list li .head time {
    width: 20%;
    font-size: 0.8rem;
    color: #afafaf;
    text-align: right;
}
section.mypage .message_list li .head time i {
    margin: 0 5px 0 0;
}
section.mypage .message_list li .order_number, 
section.mypage .message_list li .company {
    margin: 0 0 0 31px;
}

/* 既読場合 */
section.mypage .message_list li.read {
    background-color: #F2F2F2;
}
section.mypage .message_list li.read .head .subject {
    font-weight: normal;
}

/* メッセージのアイコン */
section.mypage .icon_upload {
	color: #005AAB;
	font-weight: bold;
	margin: 0 10px 0 0;
}
section.mypage .icon_download {
	color: #c03061;
	font-weight: bold;
	margin: 0 10px 0 0;
}
section.mypage .icon_list {
    overflow: hidden;
    margin: 0 0 20px 0;
}
section.mypage .icon_list li {
    float: left;
    margin: 0 20px 0 0;
}
section.mypage .icon_list li i {
    margin: 0 5px 0 0;
}
section.mypage .icon_list li.kidoku a {
    font-weight: bold;
}
section.mypage .icon_list li.kidoku a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* モーダルメッセージ詳細 */
#modaal_message_body {
	text-align: left;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
#modaal_message_body .download {
	padding: 10px;
	background-color: #ccc;
}
#modaal_message_body .download .file_list a {
    color: #005AAB;
}
#modaal_message_body .download .file_list i {
    margin: 0 10px 0 0;
}
/* 注文詳細リンク */
#modaal_message_body .link a {
    color: #005AAB;
}
#modaal_message_body .link a i {
    margin: 0 5px 0 0;
}

/* 添付ファイルのツールチップ */
#in2cart_tooltip_layer {
    margin: 0;
    padding: 0.5em 1em;
    background-color: #eeeeee;
    border: 2px solid #4d4d4d;
    color: #fff;
    border-radius: 5px;
    min-width: 150px;
    min-height: 1em;
    top: 100px;
    left: 20px;
    position: absolute;
    z-index: 510;
}
#in2cart_tooltip_layer ul li a {
    color: #005AAB;
}
#in2cart_tooltip_layer ul li i {
    margin: 0 10px 0 0;
}
#in2cart_tooltip_layer p {
    color: #222222;
    font-size: 1rem;
    font-weight: bold;
    padding: 2px 5px;
    background-color: #a7a7a7;
}
#in2cart_tooltip_overlay {
    z-index: 500;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}

/*----------------------------------------------------
    マイページ、注文履歴
    URL：/mypages/order/
----------------------------------------------------*/
/* ヘッダーステータス情報(注文日/注文番号などのボックス) */
.order_menu_flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px -1%;
}
.order_menu_flex .wrap {
    width: 24%;
    margin: 0 0 10px 1%;
}
.order_menu_flex .wrap .title {
    background-color: #cccccc;
    padding: 3px 5px;
    text-align: center;
    font-weight: bold;
}
.order_menu_flex .wrap .text {
    background-color: #f7f7f7;
    text-align: center;
    padding: 3px 5px;
}
/* 取消の場合 */
.mypage .order-box.cancel {
    background-color: #e9e9e9;
    color: #c5c5c5;
}
.mypage .order-box.cancel .summary .price-box dd, 
.mypage .order-box.cancel .summary .payment-method span {
    text-decoration: line-through;
    color: #c5c5c5;
}
/* 注文日 */
.mypage .order-box {
    margin: 0 0 20px 0;
}
.mypage .order-box > .time {
    background:#BBBBBB;
    color:#080000;
    padding: 10px 5px;
    margin:10px 0;
    overflow: hidden;
}
.mypage .order-box > .time .left {
    font-weight: bold;
    float: left;
}
.mypage .order-box > .time .right {
    font-weight: bold;
    float: right;
}

/* 
金額と支払方法
---------------------- */
.mypage .order-box .summary {
    display:flex;
    justify-content:space-between;
    margin: 15px 0;
}
.mypage .order-box .summary .price-box dl {
    overflow: hidden;
    position: relative;
    top: 5px;
}
.mypage .order-box .summary .price-box dt {
    float: left;
    margin: 0 20px 0 0;
    padding: 5px 0;
}
.mypage .order-box .summary .price-box dd {
    float: left;
    color: #bf003f;
    font-weight: bold;
    font-size: 1.5rem;
}
.mypage .order-box .summary .price-box dd a {
    font-size: 1rem;
    margin: 0 0 0 20px;
    position: relative;
    top: -2px;
}
.mypage .order-box .summary .payment-method {
    padding: 5px 0;
}
.mypage .order-box .summary .payment-method span {
	color: #f57c00;
    font-weight: bold;
}
.mypage .order-box .summary .payment-method .payment-text {
    margin: 7px 0 0 0;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 請求書＆領収書 */
.mypage .order-box .summary .payment-method ul.document-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.mypage .order-box .summary .payment-method ul.document-list li.document {
    margin: 0 12px 0 0;
}
.mypage .order-box .summary .payment-method ul.document-list li.document a {
    width: 132px;
}

/* 
注文詳細
---------------------- */
.mypage .order-box .detail-flexbox {
    display:flex;
    justify-content:space-between;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 10px;
}
.mypage .order-box .detail-flexbox:last-child {
    border-bottom: 1px solid #cccccc;
}
/* 注文詳細（画像） */
.mypage .order-box .detail-flexbox .image {
    width: 200px;
    height: 250px;
    background-color: #f7f7f7;
    position: relative;
}
.mypage .order-box .detail-flexbox .image span.icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 2rem;
}
.mypage .order-box .detail-flexbox .image a {
    display: block;
}
.mypage .order-box .detail-flexbox .image a img {
    width: 200px;
    height: 250px;
    object-fit: contain;
}
/* 
注文詳細（商品情報）
---------------------- */
.mypage .order-box .detail-flexbox .detail {
    width: 63%;
    padding: 0 10px;
}
/* 画像が無い場合は広くする */
.mypage .order-box .detail-flexbox .detail.wide {
    width: 83%;
}
/* 進行状況 */
.mypage .order-box .detail-flexbox .detail .order-status {
    overflow: hidden;
}
.mypage .order-box .detail-flexbox .detail .order-status li {
    float: left;
    margin: 0 10px 10px 0;
}
.mypage .order-box .detail-flexbox .detail .order-status li.progress-status span {
    font-weight: bold;
    color: #f57c00;
}
/* 
注文詳細（ステップと注文情報）
---------------------- */
.mypage .order-box .detail-flexbox .detail .step-order-flexbox {
    display:flex;
    justify-content:space-between;
    margin: 20px 0 0 0;
}
/* 同梱アイコン */
.icon-combine {
    padding: 3px 30px;
    border-radius: 5px;
    background-color: #222222;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    margin: 0 0 10px 0;
}
/* 
注文詳細（商品情報）
---------------------- */
.mypage .order-box .detail-flexbox .detail .order-list {
    width: 60%;
}
/* 画像が無い場合は広くする */
.mypage .order-box .detail-flexbox .detail.wide .order-list {
    width: 70%;
}
.mypage .order-box .detail-flexbox .detail .order-list dl {
    margin: 0 0 10px 0;
}
.mypage .order-box .detail-flexbox .detail .order-list dt {
    float: left;
}
.mypage .order-box .detail-flexbox .detail .order-list dt::after {
    content: "：";
}
.mypage .order-box .detail-flexbox .detail .order-list dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mypage .order-box .detail-flexbox .detail .order-list dd.item {
    float: none;
    width: 100%;
}
.mypage .order-box .detail-flexbox .detail .order-list .order-number {
    font-weight: bold;
}
.mypage .order-box .detail-flexbox .detail .order-list .item.not a {
    cursor: not-allowed;
    text-decoration: line-through;
}

/* 
注文詳細（ステップフロー）
---------------------- */
.mypage .order-box .detail-flexbox .detail ul.step-flow {
    width: 270px;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow li {
    position: relative;
    padding: 0 0 2rem 2rem;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li:before {
    content: "";
    width: 3px;
    background: #cccccc;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li.active:before, 
.mypage .order-box .detail-flexbox .detail ul.step-flow > li.done:before {
    background: #f57c00;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li:last-child {
    padding-bottom: 0;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li:last-child:before {
    display: none;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li .icon {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li.none .icon {
    border: solid 3px #cccccc;
    background-color: #cccccc;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li.active .icon, 
.mypage .order-box .detail-flexbox .detail ul.step-flow > li.done .icon {
    border: solid 3px #f57c00;
    background-color: #f57c00;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li .title {
    position: relative;
    top: -5px;
    color: #cccccc;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li.active .title {
    font-weight: bold;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li.active .title, 
.mypage .order-box .detail-flexbox .detail ul.step-flow > li.done .title {
    color: #222222;
}
.mypage .order-box .detail-flexbox .detail ul.step-flow > li .text {
    font-size: 0.9rem;
}

/* 
注文詳細（メニューボタン）
---------------------- */
.mypage .order-box .detail-flexbox .menu {
    width: 12%;
}
.mypage .order-box .detail-flexbox .menu li {
    padding: 5px 0;
    text-align: center;
}

/* 
注文詳細（メニューボタンのモーダル）
---------------------- */
#modalOrderDetailContent .modal-html {
    min-height: 150px;
}
#modalOrderDetailContent .modal-html .layout_content {
    margin: 0 0 30px 0;
}

/*----------------------------------------------------
    マイページ、注文履歴
    ※注文詳細のモーダル
    URL：/mypages/order/
----------------------------------------------------*/
/* 見出し */
.mypage-order-detail-box h3 {
    margin: 30px 0;
    padding: 0.5em 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    font-size: 1.5rem;
}
.mypage-order-detail-box h3::before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    margin: 0 5px 0px 0;
    font-size: 0.9em;
    position: relative;
    top: 0px;
}
/* 総合計 */
.mypage-order-detail-box .total-price-list {
    width: 350px;
    margin: 0 0 0 auto;
}
.mypage-order-detail-box .total-price-list li {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.mypage-order-detail-box .total-price-list li .title {
    width: 45%;
    text-align: left;
    display: block;
}
.mypage-order-detail-box .total-price-list li .detail {
    width: 55%;
    text-align: right;
    display: block;
}
.mypage-order-detail-box .total-price-list li.total {
    font-weight: bold;
}
.mypage-order-detail-box .total-price-list li.total .detail {
    font-size: 1.5rem;
    color: #bf003f;
}

/* 
お届け先
-------------------- */
/* 配送方法 */
.mypage-order-detail-box .delivery-method-box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.mypage-order-detail-box .delivery-method-box dl {
    width: 50%;
}
.mypage-order-detail-box .delivery-method-box dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mypage-order-detail-box .delivery-method-box dl dt {
    width: 25%;
}
.mypage-order-detail-box .delivery-method-box dl dd {
    width: 80%;
    padding: 0 20px 0 0;
}
/* 左側、住所（枠） */
.mypage-order-detail-box .address-box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.mypage-order-detail-box .address-box:last-child {
    border-bottom: 1px solid #cccccc;
}
.mypage-order-detail-box .address-box > div {
    width: 50%;
    padding: 20px;
}
/* 住所（お届け先と荷主） */
.mypage-order-detail-box .address-box .address-list .wrap:first-child {
    margin: 0 0 10px 0;
}
.mypage-order-detail-box .address-box .address-list .title {
    margin: 0 10px 10px 0;
}
.mypage-order-detail-box .address-box .address-list .text {
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 0 0 20px 0;
}
.mypage-order-detail-box .address-box .address-list .text:last-child {
    margin: 0;
}
/* 右側、内訳 */
.mypage-order-detail-box .address-box .number-list .title {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px 0;
}
/* 右側、品名と数量 */
.mypage-order-detail-box .address-box .number-list .inner {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}
.mypage-order-detail-box .address-box .number-list dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mypage-order-detail-box .address-box .number-list dl.product-name {
    margin: 0 0 10px 0;
}
.mypage-order-detail-box .address-box .number-list dl dt {
    width: 15%;
    padding: 0 0 0 10px;
}
.mypage-order-detail-box .address-box .number-list dl dd {
    width: 85%;
}
.mypage-order-detail-box .address-box .number-list dl dd input[type=tel] {
    width: 80px;
}
/* 品名 */
.mypage-order-detail-box .address-box .number-list dl.product-name dd span {
    margin: 0 10px 0 0;
}

/* 
ドキュメントのモーダル
-------------------- */
.document-download-list .wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
}
.document-download-list .wrap .order-number {
    width: 25%;
    height: 34px;
    line-height: 34px;
}
.document-download-list .wrap .publish-date {
    width: 55%;
    height: 34px;
    line-height: 34px;
}
.document-download-list .wrap .btn {
    width: 20%;
    text-align: center;
}
.document-download-list .wrap .btn a {
    width: 90%;
}

/*----------------------------------------------------
    マイページ、会員管理
    URL：/mypages/account/
    URL：/mypages/delivery/
    URL：/mypages/account_email/
    URL：/mypages/account_password/
    URL：/mypages/account_escape/
----------------------------------------------------*/
/* お届け先 */
section.mypage .delivery_tbl th.no {
    width: 150px;
}
section.mypage .delivery_tbl td.no {
    text-align: center;
}
section.mypage .delivery_tbl td.no div {
    margin: 10px 0 0 0;
}
section.mypage .delivery_tbl td.no a:first-child {
    margin: 0 8px 0 0;
}

/*----------------------------------------------------
	マイページのオンライン、デザインテンプレート編集の検索
----------------------------------------------------*/
.search_online_box {
    margin: 0 0 20px 0;
    overflow: hidden;
}
.search_online_box select {
    width: auto;
}
.search_online_box dl {
    float: left;
    margin: 0 10px 10px 0;
}
.search_online_box dt {
    vertical-align: middle;
    display: inline-block;
}
.search_online_box dd {
    display: inline-block;
}

/*----------------------------------------------------
	マイページ、Web入稿
----------------------------------------------------*/
.mypage .download_link .p {
    margin-left: 0;
}

/*----------------------------------------------------
    マイページ、月締請求書
----------------------------------------------------*/
section.mypage .invoice-download-box {
    display: flex;
}
section.mypage .invoice-download-box select {
    width: 250px;
    margin: 0 20px 0 0;
}