* {
  box-sizing: border-box;
}
a {
  color: #000;
}
a:hover { text-decoration: none; }
.main {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 23px 5% 0;
  }
  .nav-breadcrumb {	
   display: none;	
  }
}
/* layout-contents
------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .layout-contents {
    overflow: hidden;
    width: 1205px;
    min-width: 1205px;
    margin: 40px auto 0;
  }
  .layout-contents .side-cont {
    float: left;
    width: 275px;
  }
  .layout-contents .side-cont .box:not(:first-child)  {
    margin-top: 40px;
  }
  .layout-contents .main-cont {
    float: right;
    width: 895px;
  }
}
@media screen and (max-width: 767px) {
   body,
   .contents {
    background-color: #eee;
   }
			.layout-contents {
				margin-top: 0;
			}
		.layout-contents .side-cont {
    display: none;
  }
		.layout-contents .main-cont .sec-module:not(:first-child) {
    margin-top: 20px;
  }
}

/* link-cmn-01
------------------------------------------------------*/
.link-cmn-01 {
  text-decoration: underline !important;
}
.link-cmn-01:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .link-cmn-01 {
    font-size: 14px;
    font-size: 3.33vw;
  }
}

/* btn-cmn-link
------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .btn-cmn-link {
    display: inline-block;
    padding-right: 30px;
    background: url('https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png') right center no-repeat;
    background-size: 20px auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
  }
  .btn-cmn-link.fz-l {
    font-size: 18px;
  }
  .btn-cmn-link:hover { opacity: 0.7; }
}
@media screen and (max-width: 767px) {
  .btn-cmn-link {
    position: relative;
    display: block;
    padding: 12px 5%;
    font-size: 16px;
    line-height: 1.7;
    text-decoration: none;
  }
  .btn-cmn-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png) 0 0 no-repeat;
    background-size: 100%;
  }
}

/* box-user-login/box-user-logout
------------------------------------------------------*/
.box-user-login,.box-user-logout {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
}
.box-user-login .box-main,
.box-user-logout .box-main {
  background-color: #333;
  background-position: right bottom, 0 center;
  background-repeat: no-repeat, no-repeat;
}
.box-user-logout .box-main {
	background-color: #222;
}
.box-user-login .name,
.box-user-logout .name {
  color: #fff;
}
.box-user-login .number {
  color: #ccc;
}
.box-user-login .box-user-info {
  color: #ccc;
}
.box-user-login .box-user-info.text-orange {
  color: #ff9900;
}
.box-user-login .box-user-info .title {
  font-size: 18px;
  line-height: 1.5;
}
.box-user-login .box-user-info .desc {
  font-size: 14px;
}
.box-user-login .btn-logout,
.box-user-logout .btn-login {
  display: block;
  width: 165px;
  height: 100%;
  padding-right: 22px;
  background-color: #222;
  color: #fff;
  text-align: center;
}
.box-user-logout .btn-login {
	width: 195px;
	padding-top: 34px;
	display: table-cell;
    padding-right: 0;
}
.box-user-login .btn-logout:hover,
.box-user-logout .btn-login:hover { 
	opacity: 0.7;
}
.box-user-login .btn-logout span,
.box-user-logout .btn-login span {
  display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
  font-size: 18px;
  line-height: 2;
  height: 100%;
  background: url('https://img.dinos.co.jp/images/v1/mypage/ico_link_03.png') right center no-repeat;
  background-size: 20px;
}
.box-user-logout .btn-login span {
		border-left: 1px solid #4e4e4e;
		padding-left: 30px;
		line-height: 2.9;
  display: inline-block;
  padding-right: 25px;
}
.box-user-login.diamond_cp .col:nth-child(2) dt.title {
 color: #ffff66;
}
@media screen and (min-width: 768px) {
  .box-user-login, .box-user-logout {
   overflow: hidden;
			margin-top: 40px;
   display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
   width: 1205px;
  }
		.box-user-logout .btn-login {
			min-height: 120px;
		}
  .box-user-login .box-main,
		.box-user-logout .box-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    width: 1040px;
    min-height: 120px;
    padding: 30px 20px;
    background-size: auto 100%, 100% 100%;
  }
		.box-user-logout .box-main {
			width: 1010px;
			float: left;
		}
  .box-user-login.type-platinum .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_platinum_pc_icon.png'),
					url('https://img.dinos.co.jp/images/v1/mypage/bg_user_platinum_pc_bg.png');
  }
  .box-user-login.type-diamond .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_diamond_pc_icon.png'),
					url('https://img.dinos.co.jp/images/v1/mypage/bg_user_diamond_pc_bg.png');
  }
  .box-user-login.type-diamond.diamond_cp .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_diamond_cp_pc_icon.png'),
					url('https://img.dinos.co.jp/images/v1/mypage/bg_user_diamond_pc_bg.png');
  }
  .box-user-login.type-gold .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_gold_pc_icon.png'),
					url('https://img.dinos.co.jp/images/v1/mypage/bg_user_gold_pc_bg.png');
  }
  .box-user-login.type-silver .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_silver_pc_icon.png'),
					url('https://img.dinos.co.jp/images/v1/mypage/bg_user_silver_pc_bg.png');
  }
  .box-user-login .box-main .col,
		.box-user-logout .box-main .col {
    position: relative;
    vertical-align: middle;
  }
  .box-user-login .box-main .col:not(:last-child):before,
		.box-user-logout .box-main .col:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .box-user-login .box-main .col:not(:first-child),
		.box-user-logout .box-main .col:not(:first-child) { padding-left: 30px; }
  .box-user-login .box-main .col:last-child,
		.box-user-logout .box-main .col:last-child{
    margin-right: 0;
    border-right: 0;
  }
  .box-user-login .box-main .col:nth-child(1) {
    width: 32%;
  }
		.box-user-logout .box-main .col:nth-child(1) {
			width: 100%;
		}
  .box-user-login .box-main .col:nth-child(2) {
    width: 27%;
  }
  .box-user-login.diamond_cp .box-main .col:nth-child(1) {
    width: 27%;
  }
  .box-user-login.diamond_cp .box-main .col:nth-child(2) {
    width: 31.4%;
  }
  .box-user-login .name {
    font-size: 24px;
    line-height: 1.2;
    padding-right: 20px;
  }
		.box-user-logout .name {
    color: #ccc;
				font-size: 18px;
		}
  .box-user-login .number,
		.box-user-logout .number {
    margin-top: 3px;
    font-size: 16px;
  }
  .box-user-login .box-user-info .title span {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .box-user-login,.box-user-logout {
    border-radius: 3px 3px 0 0;
  }
  .box-user-login .box-main,
		.box-user-logout .box-main {
    padding: 12px 5%;
    background-position: right bottom;
    background-size: cover;
  }
  .box-user-login.type-platinum .box-main,
  .box-user-login.type-diamond .box-main,
  .box-user-login.type-gold .box-main,
  .box-user-login.type-silver .box-main {
   min-height: 37.6vw;
  }
		.box-user-logout .box-main {
			background: #333;
			border-bottom: 1px solid #000;
		}
  .box-user-login.type-platinum .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_platinum_sp.jpg');
  }
  .box-user-login.type-diamond .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_diamond_sp.jpg');
  }
  .box-user-login.type-diamond.diamond_cp .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_diamond_cp_sp.jpg');
  }
  .box-user-login.type-gold .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_gold_sp.jpg');
  }
  .box-user-login.type-silver .box-main {
    background-image: url('https://img.dinos.co.jp/images/v1/mypage/bg_user_silver_sp.jpg');
  }
  .box-user-login .box-main .col:last-child,
		.box-user-logout .box-main .col:last-child { margin-top: 5px; }
  .box-user-login .name,
		.box-user-logout .name {
    font-size: 18px;
    font-size: 4.44vw;
    line-height: 1.5;
  }
		.box-user-logout .name {
			font-size: 3.7034vw;
			color: #ccc;
		}
  .box-user-login .number {
    font-size: 15px;
    font-size: 3.7vw;
    line-height: 1.88;
  }
  .box-user-login .box-user-info .title {
    font-size: 15px;
    font-size: 3.7vw;
    line-height: 1.5;
  }
  .box-user-login .box-seuser-info .desc {
    font-size: 12px;
    font-size: 2.77vw;
    line-height: 2;
  }
  .box-user-login .btn-logout,
		.box-user-logout .btn-login {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px;
    text-align: right;
  }
  .box-user-login .btn-logout span,
		.box-user-logout .btn-login span{
    padding-right: 38px;
    background-size: 24px;
    font-size: 18px;
    font-size: 4.44vw;
    line-height: 1.7;
    display: inline-block;
  }
	.box-user-logout .btn-login span {
		border-left: none;
	}
}

/* box-warning
------------------------------------------------------*/
.box-warning {
  padding: 18px 20px;
  background-color: #ffcccc;
  border-radius: 4px;
		margin-bottom: 40px;
}
.box-warning .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #cc0000;
}
.box-warning .text.center a {
	text-align: center;
}
.box-warning .link {
  text-align: center;
  margin-top: 8px;
}
.box-warning a {
  display: inline-block;
  color: #cc0000;
  font-size: 16px;
  line-height: 2;
  text-decoration: underline;
}
.box-warning a:hover { text-decoration: none; }
@media screen and (max-width: 767px) {
  .box-warning {
    padding: 12px 5%;
    border-radius: 0;
				margin-bottom: 0;
  }
  .box-warning .text {
    text-align: left;
    font-size: 14px;
    font-size: 3.33vw;
    line-height: 1.4;
  }
		.box-warning a,
  .box-warning .link {
    text-align: right;
  }
		.box-warning a {
				display: block;
    font-size: 14px;
    font-size: 3.33vw;
  }
}

/* box-cmn-module
------------------------------------------------------*/
.box-cmn-module {
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}
.box-cmn-module:first-child { margin-top: 0; }
@media screen and (max-width: 767px) {
  .box-cmn-module {
    padding: 0 5%;
    border: 0;
    border-radius: 3px;
  }
}

/* sec-cmn-mod
------------------------------------------------------*/
.sec-cmn-mod {
  margin-top: 40px;
  padding: 30px 20px 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  clear: both;
}
.sec-cmn-mod:first-child { margin-top: 0; }
.sec-cmn-mod .ttl-sec {
  padding: 0 20px 10px;
  margin: 0 -20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.sec-cmn-mod .ttl-sec h1, 
.sec-cmn-mod .ttl-sec h2, 
.sec-cmn-mod .ttl-sec h3, 
.sec-cmn-mod .ttl-sec h4, 
.sec-cmn-mod .ttl-sec h5, 
.sec-cmn-mod .ttl-sec h6 { font-weight: bold; }
.sec-cmn-mod .ttl-sec.has-border {
  border-bottom: 1px solid #eee;
}
.sec-cmn-mod .ttl-sec small {
  font-size: 14px;
  font-weight: normal;
}
.sec-cmn-mod .ttl-sec .txt-intro {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
}
.sec-cmn-mod .box-empty {
  padding: 0 20px 35px;
  margin: 0 -20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .sec-cmn-mod.sec-carousel.sec-favorite {
			margin-top: 0;
		}
		.sec-cmn-mod .link-area {
    padding: 28px 20px;
    margin: 0 -20px;
    text-align: right;
  }
  .sec-favorite .box-carousel .slider .item:nth-child(5n).slick-active,
  .sec-favorite .box-carousel .slider .item:last-child {
   padding: 0 14px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-cmn-mod {
    margin-top: 20px;
    padding: 15px 5% 0;
    border: 0;
    border-radius: 3px;
  }
  .sec-cmn-mod .ttl-sec {
    padding: 0 5% 10px;
    margin: 0 -5%;
    font-size: 18px;
    font-size: 4.44vw;
    font-weight: normal;
  }
  .sec-cmn-mod .ttl-sec h1,
  .sec-cmn-mod .ttl-sec h2,
  .sec-cmn-mod .ttl-sec h3,
  .sec-cmn-mod .ttl-sec h4,
  .sec-cmn-mod .ttl-sec h5,
  .sec-cmn-mod .ttl-sec h6 { font-weight: normal; }

  .sec-cmn-mod .ttl-sec small {
    font-size: 12px;
    font-size: 2.77vw;
  }
  .sec-cmn-mod .ttl-sec .txt-intro {
    font-size: 12px;
    font-size: 2.77vw;
    line-height: 1.4;
  }
  .sec-cmn-mod .link-area {
    margin: 0 -5%;
  }
  .sec-cmn-mod .box-empty {
    padding: 0 5% 15px;
    margin: 0 -5%;
    font-size: 12px;
    font-size: 2.77vw;
    line-height: 1.4;
  }
}

/* mod-coupon
------------------------------------------------------*/
.mod-coupon .title {
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff6600;
}
.mod-coupon .list .item {
  position: relative;
  padding: 18px 0 18px 10px;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #eee;
}
.mod-coupon .list .item:before {
  content: "";
  position: absolute;
  top: 27px;
  left: 3px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
}
.mod-coupon.user-logout .list .item {
  padding-left: 0;
  padding-bottom: 0;
  border: none;
}
.mod-coupon.user-logout .list .item:before {
	display: none;
}
.usage-guide {
	text-align: right;
	margin-top: 6px;
}
.mod-coupon .list .item .limitTag{
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6600;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.mod-coupon .list .item .limitTag.today{
  background-color: #fe0000;
}
@media screen and (min-width: 768px) {
  .mod-coupon .title {
    border-bottom: 1px solid #eee;
  }
  .mod-coupon .list .item .limitTag{
    padding: 5px 0 4px;
    min-width: calc(4em + 10px * 2);
  }
  _::-webkit-full-page-media, _:future, :root .mod-coupon .list .item .limitTag{
    padding: 6px 10px 4px;    
  }
  .mod-coupon .link-detail {
    padding: 20px 0;
    text-align: right;
  }
  .mod-coupon .link-detail a {
    font-size: 14px;
  }
  .mod-coupon .link-create-coupon {
    border-top: 1px solid #eee;
    padding: 18px 20px;
    margin: 0 -20px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .mod-coupon {
    margin-top: 0 !important;
    padding-top: 20px;
    border-radius: 0 0 3px 3px;
  }
  .mod-coupon .title {
    padding: 0;
    font-size: 18px;
    font-size: 4.44vw;
  }
  .mod-coupon:not(.user-logout) .list .item {
    min-height: calc(10px * 2 + 2em);
  }
  .mod-coupon .list .item {
    padding: 0 0 10px 10px;
    margin-top: 10px;
    font-size: 2.7vw;
    line-height: 1.4;
  }
  .mod-coupon .list .item:before {
    top: 1.5vw;
  }
  .mod-coupon .list .item .limitTag{
    padding: 5px 0;
    min-width: calc(4em + 5px * 2);
  }
  .mod-coupon .link-detail {
    text-align: right;
    margin-top: 8px;
  }
  .mod-coupon .list-links-01 {
    margin-top: 10px !important;
  }
  .usage-guide {
    margin-top: 18px;
    font-size: 14px;
    font-size: 3.33vw;
  }
}

/* mod-config
------------------------------------------------------*/
.mod-config {
  padding: 18px 20px 25px;
}
.mod-config .intro {
  font-size: 16px;
  line-height: 1.56;
}
.list-radio-btn {
  margin-top: 10px;
}
.list-radio-btn .item:not(:first-child) {
  margin-top: 5px;
}
.list-radio-btn .radio-btn {
  font-size: 16px;
  line-height: 1.56;
}
.list-radio-btn .radio-btn input {
  margin-right: 5px;
}
.mod-config .btn-config {
  margin-top: 14px;
}
.mod-config .btn-config a {
  display: block;
  padding: 6px;
  background-color: #333;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.mod-config .btn-config a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .mod-config { position: relative; }
  .mod-config .intro {
    font-size: 14px;
    font-size: 3.33vw;
  }
  .list-radio-btn .radio-btn {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-size: 3.33vw;
  }
  .mod-config .btn-config {
    position: absolute;
    right: 5%;
    bottom: 20px;
    width: 115px;
    margin-top: 0;
  }
  .mod-config .btn-config a {
    padding: 8px;
    font-size: 14px;
    font-size: 3.33vw;
  }
}

/* list-links-01
------------------------------------------------------*/
.list-links-01:not(:first-child) {
  border-top: 1px solid #eee;
}
.list-links-01 .item:not(:first-child) {
  border-top: 1px solid #eee;
}
.list-links-01 .item a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.7;
	text-decoration: none;
}
.list-links-01 .item.recloService a {
	background: url(https://img.dinos.co.jp/images/v1/mypage/resale_service.png) center 43px no-repeat;
 background-size: auto 71px;
 padding: 12px 20px 87px;
}
.list-links-01 .item.recloService a:after {
	display: none;
}
.list-links-01 .item.recloService a:hover {
	text-decoration: none;
}
.list-links-01 .item a {
  padding: 12px 20px;
}
.list-links-01 .item a:hover { text-decoration: underline; }
@media screen and (min-width: 768px) {
  .box-cmn-module .list-links-01 { margin: 0 -20px; }
}
@media screen and (max-width: 767px) {
  .list-links-01 .item a {
    font-size: 18px;
    font-size: 4.44vw;
  }
  .list-links-01 .item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url('https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png') 0 0 no-repeat;
    background-size: 100%;
  }
  .box-cmn-module .list-links-01 { margin: 0 -5%; }
		.list-links-01 .item.recloService a {
			background-size: auto 94px;
			font-size: 18px;
			padding: 12px 20px 111px;
		}
}

/* mod-campaign
------------------------------------------------------*/
.mod-campaign .link-campaign {
  margin-top: 14px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .mod-campaign .link-campaign a {
    display: inline-block;
    position: relative;
    padding-right: 40px;
    background: url('https://img.dinos.co.jp/images/v1/mypage/ico_flag_pc.png') right top no-repeat;
    font-size: 14px;
    line-height: 1.9;
    text-decoration: underline;
  }
  .mod-campaign .link-campaign a:hover { text-decoration: none; }
}
@media screen and (max-width: 767px) {
  .mod-campaign .link-campaign a {
    display: inline-block;
    position: relative;
    padding: 4px 20px 4px 40px;
    background: #333 url('https://img.dinos.co.jp/images/v1/mypage/ico_flag_sp.png') 20px center no-repeat;
    background-size: 16px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-size: 3.33vw;
    line-height: 1.9;
    color: #fff;
    text-decoration: none;
  }
}

/* mod-magazine
------------------------------------------------------*/
.mod-magazine {
  padding-top: 12px;
}
.mod-magazine .intro {
  font-size: 16px;
  line-height: 1.7;
}
.mod-magazine .list-magazine {
  margin-top: 10px;
  padding-bottom: 10px;
}
.mod-magazine .list-magazine .item:not(:first-child) {
  margin-top: 3px;
}
.mod-magazine .list-magazine .item {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 2;
}
.mod-magazine .list-magazine .item:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .mod-magazine {
    padding-top: 20px;
  }
  .mod-magazine .intro {
    font-size: 18px;
    font-size: 4.44vw;
  }
  .mod-magazine .list-magazine .item {
    font-size: 14px;
    font-size: 3.33vw;
  }
  .mod-magazine .list-magazine .item:before {
    top: 3vw;
  }
}


/* sec-recent-order
------------------------------------------------------*/
.list-recent-order {
  margin: 0 -20px;
}
.list-recent-order .item {
  /*display: -webkit-flex;
  display: flex;*/
  display: table;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.list-recent-order .item:first-child {
  border-top: 1px solid #eee;
}
.list-recent-order .item .box {
  display: table-cell;
  vertical-align: middle;
  width: 710px;
  position: relative;
  /*display: -webkit-flex;
  display: flex;*/
  overflow: hidden;
  padding-left: 20px;
}
.list-recent-order .item .box:hover { opacity: 0.7; }
.list-recent-order .box .image {
  /*-webkit-flex: 0 0 90px;
  flex: 0 0 90px;*/
  float: left;
  width: 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
}
.list-recent-order .item .box-detail {
  position: relative;
  /*-webkit-flex: 1 1 auto;
  flex: 1 1 auto;*/
  padding-left: 105px;
  padding-right: 50px;
  border-right: 1px solid #eee;
  font-size: 14px;
  line-height: 1.8;
}
.list-recent-order .item .box-detail:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 42px;
  background: url('https://img.dinos.co.jp/images/v1/mypage/ico_link_02.png') 0 0 no-repeat;
  background-size: 100% auto;
}
.list-recent-order .item .status {
 /* -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;*/
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 183px;
}
.list-recent-order .status .list {
  width: 100%;
}
.list-recent-order .status .list li {
  text-align: center;
  margin-top: 3px;
}
.list-recent-order .status .list li:first-child {
  margin-top: 0;
}
.list-recent-order .status a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: underline;
}
.list-recent-order .status a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .list-recent-order {
    margin: 0 -5%;
  }
  .list-recent-order .item {
    display: block;
    padding: 20px 0 15px;
  }
  .list-recent-order .item .box {
    padding-left: 5%;
  }
  .list-recent-order .box .image {
    width: 68px;
    border-radius: 3px;
  }
  .list-recent-order .item .box-detail {
    padding-left: 80px;
    padding-right: 45px;
    border-right: 0;
    font-size: 12px;
    font-size: 2.77vw;
    line-height: 1.4;
  }
  .list-recent-order .item .box-detail:after {
    width: 20px;
    height: 32px;
  }
  .list-recent-order .item .box-detail .ttl {
    margin-top: 5px;
  }
  .list-recent-order .item .box-detail .delivery {
    margin-top: 5px;
  }
  .list-recent-order .item .status {
    display: block;
    width: 100%;
    padding-right: 5%;
    text-align: right;
  }
  .list-recent-order .status .list {
    margin-top: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .list-recent-order .status .list li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #eee;
    text-align: left;
  }
  .list-recent-order .status .list li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
  .list-recent-order .status a {
    font-size: 14px;
    font-size: 3.33vw;
  }
}

/* sec-user-plan
------------------------------------------------------*/
.sec-user-plan .txt-info {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.87;
}
.sec-user-plan .txt-info strong {
  font-weight: bold;
}
.sec-user-plan .txt-info .stage-01.is-show { display: inline-block; }
.sec-user-plan .txt-info .stage-02.is-show { display: inline-block; }
.sec-user-plan .txt-info .stage-01.is-hide { display: none; }
.sec-user-plan .txt-info .stage-02.is-hide { display: none; }

.sec-user-plan .txt-desc {
  font-size: 18px;
  line-height: 2;
}
.sec-user-plan .txt-desc strong {
  font-weight: bold;
}
.sec-user-plan .txt-desc + .txt-desc {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec-user-plan .ttl-sec {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-user-plan .txt-info {
    margin-top: 15px;
    font-size: 14px;
    font-size: 3.33vw;
  }
  .sec-user-plan .txt-desc {
    font-size: 14px;
    font-size: 3.33vw; 
    line-height: 1.67;
  }
  .sec-user-plan .txt-desc + .txt-desc {
    margin-top: 8px;
  }
}
/* sec-member-menu
------------------------------------------------------*/
.sec-cmn-mod.sec-member-menu {
	padding: 30px 0 0;
}
.sec-cmn-mod.sec-member-menu .ttl-sec {
	padding: 0 40px 10px;
}
.sec-member-menu ul {
	height: 80px;
	border-top: 1px solid #eee;
}
.sec-member-menu ul li {
 width : 33.333% ;
	float: left;
	height: 80px;
	line-height: 80px;
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid #eee;
}
.sec-member-menu ul li:nth-child(3n) {
	border-right: none;
}
@media screen and (max-width: 767px) {
	.sec-cmn-mod.sec-member-menu {
		padding-top: 11px;
	}
	.sec-cmn-mod.sec-member-menu .ttl-sec {
		font-weight: bold;
	}
	.sec-member-menu ul {
		border-top: none;
		height: auto;
	}
	.sec-member-menu ul li {
		float: none;
		height: auto;
		width: 100%;
		text-align: left;
		padding-right: 0;
		border-top: 1px solid #eee;
		border-right: none;
	}
 .sec-member-menu ul li:empty{
  border-top: none;
 }
}
/* tab-plan */
.tab-plan {
  margin-top: 5px;
}
.tab-plan .nav-tab {
  overflow: hidden;
  margin: 0 -3px;
}
.tab-plan .nav-tab .item {
  float: left;
  width: 50%;
  padding: 0 3px;
}
.tab-plan .nav-tab .box {
  display: block;
  padding: 15px 5px;
  border-radius: 10px 10px 0 0;
  background-color: #333;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.tab-plan .nav-tab .box.is-active { background-color: #ff6600; }
.tab-plan .nav-tab .box:not(.is-active):hover { opacity: 0.7; }
.tab-plan .tab-cont {
  display: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.tab-plan + .txt-desc {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .tab-plan .nav-tab .box {
    padding: 13px 5px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-size: 3.33vw;
  }
  .tab-plan .tab-cont {
    border-radius: 0 0 5px 5px;
  }
  .tab-plan + .txt-desc {
    margin-top: 15px;
  }
}

/* table-plan */
.table-plan {
  background-color: #ffd8be;
}
.table-plan .col {
  padding: 10px 0;
  border-top: 1px solid #fff;
  font-size: 20px;
  line-height: 1.33;
}
.table-plan .col.s-full-w {
  width: 100%;
}
.table-plan .row:first-child .col {
  border-top: 0;
}
.table-plan .col .box-text {
  padding: 10px 20px;
  border-right: 1px solid #fff;
}
.table-plan .col:last-child .box-text { border-right: 0; }
/* table-02 */
.table-plan.table-02 .col:nth-child(3){
  text-align: right;
}
@media screen and (min-width: 768px) {
  .table-plan .col {
    display: table-cell;
    vertical-align: middle;
  }
  /* table-01 */
  .table-plan .row {
    display: table;
    width: 100%;
  }
  .table-plan.table-01 .col:not(.s-full-w) { width: 50%; }
  .table-plan.table-01 .col.s-full-w { font-size: 18px; }
  /* table-02 */
  .table-plan.table-02 {
    display: table;
    width: 100%;
  }
  .table-plan.table-02 .row {
    display: table-row;
  }
}
@media screen and (max-width: 767px) {
  .table-plan .row {
    display: -webkit-flex;
    display: flex;
  }
  .table-plan .col {
    padding: 7px 0;
    font-size: 12px;
    font-size: 2.77vw;
  }
  .table-plan .col .box-text {
    padding: 7px 12px;
  }

  /* table-01 */
  .table-plan.table-01 .row {
    display: block;
  }
  .table-plan.table-01 .box-text {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-right: 0;
  }
  .table-plan .col.s-full-w .box-text { display: block; }
  /* table-02 */
  .table-plan.table-02 .col:nth-child(1) {
    -webkit-flex: 0 0 38%;
    flex: 0 0 38%;
  }
  .table-plan.table-02 .col:nth-child(2) {
    -webkit-flex: 0 0 24%;
    flex: 0 0 24%;
  }
  .table-plan.table-02 .col:nth-child(2) .label {
    display: none;
  }
  .table-plan.table-02 .col:nth-child(2) .box-text {
    text-align: right;
  }
  .table-plan.table-02 .col:nth-child(3) {
    -webkit-flex: 0 0 38%;
    flex: 0 0 38%;
  }
}


/*link : flect,gourmet*/
/* .sec-link-box
------------------------------------------------------*/
.sec-cmn-mod.sec-link-box{
  padding: 0;
}
.sec-link-box .link-item-flect > * span {
  color: #2892b9;
  font-weight: bold;
}
.sec-link-box .link-item-gourmet > * span {
  color: #660000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec-link-box{
    text-align: center;
  }
  .sec-link-box ul li > * span{
    font-size: 20px;
    line-height: 1.6;
  }
  .sec-link-box .user-logout-txt{
    font-size: 14px;
    display: block;
    line-height: 1;
  }
 .sec-link-box .list-links-01 .item.link-item-gourmet > div {
   margin-top: 5px;
 }
 .sec-link-box .list-links-01 .item.link-item-gourmet .user-logout-txt {
   margin-top: 7px;
 }
 .sec-link-box .list-links-01 {
    display: flex;
    align-items: center;
 }
  .sec-link-box .list-links-01 .item{
    position: relative;
    display: block;
    border-top: 0;
    width: 50%;
  }
  .sec-link-box .list-links-01 .item:nth-child(2n){
    border-left: 1px solid #eee;
  }
  .sec-link-box .list-links-01 .item a,
  .sec-link-box .link-item-flect > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-link-box .list-links-01 .item a{
    background: none;
    padding: 12px 0;
  }
  .sec-link-box .list-links-01 .item a.btn-cmn-link {
   display: block;
  }
  .sec-link-box .list-links-01 .item a.btn-cmn-link .user-logout-txt {
   color: inherit;
   font-weight: normal;
  }
  .sec-link-box .list-links-01 .item a.btn-cmn-link:hover {
   opacity: 1;
  }
  .sec-link-box .list-links-01 .item > div {
    padding-right: 14px;
  }
  .sec-link-box.user-logout .list-links-01 .item {
    padding: 12px 20px;
  }
  .link-item-flect .icnFlectlogo{
    margin-right: 25px;
    height: 44px;
  }
  .sec-link-box .icn-arrow{
    margin-left: 10px;
    mask: url(https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png) right center no-repeat;
    -webkit-mask: url(https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png)  right center no-repeat;
    mask-size: 20px auto;
    -webkit-mask-size: 20px auto;
    width: 20px;
    min-height: 20px;
    padding-left: 20px;
    display: inline-block;
  }
 .sec-link-box .link-item-flect .icn-arrow {
  background: #2892b9;
 }
 .sec-link-box .link-item-gourmet .icn-arrow {
  background: #660000;
 }
}
@media screen and (max-width: 767px) {
  .sec-link-box .icnFlectlogo,
  .sec-link-box .icn-arrow {
    display: none;
  }
  .sec-link-box li > div span{
    display: block;
    font-size: 4.44vw;
    line-height: 1.6;
  }
  .sec-link-box .user-logout-txt{
    display: block;
    font-size: 2.77vw;
    margin-top: 5px;
  }
  .sec-link-box .list-links-01 .item a{
    padding: 12px 5%;
    line-height: inherit;
  }
  .sec-link-box .list-links-01 .item a:after{
    mask: url(https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png) no-repeat;
    -webkit-mask: url(https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png) no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
  }
  .sec-link-box .list-links-01 .item.link-item-flect a:after,
 .sec-link-box.user-logout .list-links-01 .item.link-item-flect:after {
    background: #2892b9;
  }
  .sec-link-box .list-links-01 .item.link-item-gourmet a:after,
 .sec-link-box.user-logout .list-links-01 .item.link-item-gourmet:after {
    background: #660000;
  }
  .sec-link-box.user-logout .list-links-01 .item {
    position: relative;
    padding: 12px 5%;
  }
  .sec-link-box.user-logout .list-links-01 .item:after {
    content: "";
    position: absolute;
    top: calc(50% - 12.5px);
    right: 5%;
    width: 25px;
    height: 25px;
    mask: url(https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png) no-repeat;
    -webkit-mask: url(https://img.dinos.co.jp/images/v1/mypage/ico_link_01.png) no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
 }
 .sec-link-box .list-links-01 .item a.btn-cmn-link .user-logout-txt {
  color: inherit;
  font-weight: normal;
 }
 .sec-link-box .list-links-01 .item a.btn-cmn-link {
  padding: 0;
 }
 .sec-link-box .list-links-01 .item a.btn-cmn-link:after {
  display: none;
 }
}

/* list-upgrade-stage
------------------------------------------------------*/
.list-upgrade-stage {
  overflow: hidden;
  margin: 30px -10px 0;
}
.list-upgrade-stage .item {
  float: left;
  width: 25%;
  position: relative;
  padding: 35px 10px 0;
  border-top: 1px solid #ff0000;
}
.list-upgrade-stage .item:before {
  display: none;
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 1;
  width: 14px;
  height: 10px;
  margin-left: -7px;
  background: #fff url('https://img.dinos.co.jp/images/v1/mypage/ico_arrow_stage.jpg') 0 0 no-repeat;
  background-size: 100% auto;
}
.list-upgrade-stage .item:after {
  display: none;
  content: "";
  position: absolute;
  top: 60px;
  right: -12px;
  width: 28px;
  height: 26px;
  background: url('https://img.dinos.co.jp/images/v1/mypage/ico_stage_flow.png') 0 0 no-repeat;
  background-size: 100% auto;
}
.list-upgrade-stage .item:last-child:after { display: none; }
.list-upgrade-stage .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.list-upgrade-stage .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-upgrade-stage .name-stage {
  margin-top: 18px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.list-upgrade-stage .percent-off {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ff6600;
  text-align: center;
}
.list-upgrade-stage .list-detail {
  margin-top: 8px;
  font-size: 16px;
  color: #ff6600;
}

.list-upgrade-stage .list-detail li:not(:first-child) { margin-top: 5px; }
.list-upgrade-stage .list-detail li .text {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
.list-upgrade-stage .list-detail li .text:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ff6600;
}
/* current stage */
.list-upgrade-stage .item.is-current:not(:last-child):after,
.list-upgrade-stage .item.pass_stage:not(:last-child):after {
  display: block;
}
.list-upgrade-stage .item.pass_stage:before {
	display: none !important;
}
.list-upgrade-stage .item.pass_stage .image:before {
	border: none;
}
.list-upgrade-stage .item.is-current.pass_stage .image:before {
	border: 10px solid #ff6600;
}
.list-upgrade-stage .item.is-current .image:before,
.list-upgrade-stage .item.current_stage .image:before {
  border-color: #ff6600;
}
.list-upgrade-stage .item.is-current + .item:before,
.list-upgrade-stage .item:last-child.is-current:before,
.list-upgrade-stage .item.warp_stage:before,
.list-upgrade-stage .item.next_stage:before,
.list-upgrade-stage .item:last-child.current_stage:before {
  display: block;
}
.list-upgrade-stage .item.is-current + .item .image:before,
.list-upgrade-stage .item.next_stage .image:before,
.list-upgrade-stage .item.warp_stage .image:before {
  border-color: #ff0000;
}
.list-upgrade-stage.user-logout .item {
	border-top: none;
}

@media screen and (max-width: 767px) {
  .list-upgrade-stage {
    margin: 15px -4px 0;
  }
  .list-upgrade-stage .item {
    padding: 20px 4px 0;
  }
  .list-upgrade-stage .item:before {
    width: 14px;
    height: 12px;
    margin-left: -6px;
  }
  .list-upgrade-stage .item:after {
    top: 22px;
    right: -10px;
    width: 20px;
    height: 18px;
  }
  .list-upgrade-stage .image:before {
    border-width: 4px;
  }
  .list-upgrade-stage .name-stage {
    margin-top: 8px;
    font-size: 12px;
    font-size: 2.77vw;
  }
  .list-upgrade-stage .percent-off {
    margin-top: 8px;
    font-size: 18px;
    font-size: 4.44vw;
  }
  .list-upgrade-stage .list-detail {
    margin-top: 5px;
    font-size: 10px;
    font-size: 2.22vw;
    line-height: 1.3;
  }
  .list-upgrade-stage .list-detail li .text {
    padding-left: 8px;
  }
  .list-upgrade-stage .list-detail li:not(:first-child) { margin-top: 5px; }
  .list-upgrade-stage .list-detail li .text:before {
    top: 1.3vw;
    width: 2px;
    height: 2px;
  }
		.list-upgrade-stage .item.is-current.pass_stage .image:before {
			border: 4px solid #ff6600;
		}
}
/* sec-list-conditions
------------------------------------------------------*/
.sec-list-conditions {
  margin-top: 18px;
}
.list-conditions {
}
.list-conditions .item {
  overflow: hidden;
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.list-conditions .item:first-child { border-top: 1px solid #eee; }
.list-conditions .item strong { font-weight: bold; }
.list-conditions .stage {
  /*-webkit-flex: 0 0 145px;
  flex: 0 0 145px;*/
  float: left;
  width: 145px;
  font-weight: bold;
}
.list-conditions .detail {
  /*-webkit-flex: 1 1 auto;
  flex: 1 1 auto;*/
  overflow: hidden;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec-list-conditions {
    margin: 18px -5% 0;
  }
  .sec-list-conditions .ttl-sec {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    font-size: 3.33vw;
    line-height: 1.1;
    text-align: center;
  }
  .list-conditions {
    display: none;
    padding: 0 5%;
  }
  .list-conditions .item {
    padding: 14px 0;
    font-size: 14px;
    font-size: 3.33vw;
  }
  .list-conditions .item:last-child { border-bottom: 0; }
  .list-conditions .stage {
    /*-webkit-flex: 0 0 26%;
    flex: 0 0 26%;*/
    width: 26%;
  }
  .btn-list-conditions {
    position: relative;
    width: 100%;
    height: 35px;
    margin-top: -12px;
    border-bottom: 1px solid #eee;
  }
  .btn-list-conditions:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 10px;
    margin: -5px 0 0 -13px;
    background: url('https://img.dinos.co.jp/images/v1/mypage/ico_accordion.png') 0 0 no-repeat;
    background-size: 100% auto;
  }
  .btn-list-conditions.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* box-recently
------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .box-recently {
    width: 1205px;
    min-width: 1205px;
				margin-top: 40px;
    padding-top: 40px;
  }
  .box-recently .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
	.box-recently {
		margin-top: 20px;
	}
}

/* sec-review
------------------------------------------------------*/
.sec-review {
  left: 0;
  right: 0;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .sec-review {
    margin-top: 20px;
  }
}