@charset "utf-8";

/******************************************
 	初期化							*
*******************************************/
p{
  margin: 0;
}

/******************************************
 	ロゴ								*
*******************************************/
.sp_topmenu,
.innermenu{
	align-items: center;
}
.sp_topmenu .logo{
	padding-top: 0;
	padding-bottom: 0;
}
.innermenu .logo{
	height: auto;
	width: auto;
	max-width: initial;
	max-height: 55px;
}

/******************************************
 	３分割対応							*
*******************************************/
.tbl_contact_3td{
	width: 31.5%;
}
.tbl_contact_4td{
	width: 23%;
}
.tbl_contact_delimiter{
	padding-top: 8px
}


/******************************************
	アラート							*
*******************************************/
.message .alert {
	padding: 10px 20px;
	background: #c3c3c3;
	border-radius: 3px;
}
.alert {
	color: #333;
}
.alert.danger {
	background-color: rgba(175, 47, 47, 0.8);
	border-color: #a62d2d;
	color: #fff;
}
.alert.warning {
	background-color: rgba(255, 169, 31, 0.8);
	border-color: #ff9806;
}
.alert.info {
	border-color: #2f84b1;
	color: #fff;
}
.alert.primary {
	background-color: rgba(65, 166, 255, 0.8);
	border-color: #3f97fe;
	color: #fff;
}
.alert.success {
	background-color: rgba(89, 173, 47, 0.8);
	border-color: #4f9b2b;
}
.alert.clear {
	background-color: rgba(128, 128, 128, 0.8);
	border-color: #808080;
}

/******************************************
	選択時設定							*
*******************************************/
::selection {
	color: #ffffff;
	background-color: #0e92e5;
}
::-moz-selection {
	color: #ffffff;
	background-color: #0e92e5;
}

/******************************************
 	ページネート						*
*******************************************/
.paginate{
	display: flex;
	justify-content: center;
	align-items: center;
}
.paginate li{
	margin-right: 10px;
}
.paginate li:last-child{
	margin-right: 0;
}
.paginate li.current,
.paginate li a{
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	padding: 5px 10px;
}
.paginate li a{
	display: block;
}
.paginate li.current{
	background-color: #42474d;
	color: #ffffff;
}

/******************************************
 	メッセージ								*
*******************************************/
.input-file-image{
	display: block;
	margin-bottom: 10px;
}

.attaches{
	margin-top: 20px;
}
.attaches img{
	margin-right: 15px;
}
.attaches img:last-child{
	margin-right: 0;
}

/******************************************
 	レビュー								*
*******************************************/
.star-rating{
	background: url("../images/common/star_gry.svg");
}
.star-rating i{
	background: url("../images/common/star.svg");
}

/******************************************
 	レビュー								*
*******************************************/
.code{
	font-size: 13px;
	color: #9c9c9cf0;
}

/******************************************
 	受注詳細								*
*******************************************/
.ordercontent dl{
	display: flex;
	margin: 5px 0;
}

.ordercontent dl dt{
	flex-grow: 2;
}
.enumerate {
	border-bottom: dashed 1px #9f9f9f;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

/*
 *解約アンケート
 */
div.cancel_question img {
	max-width:100%;
}

/******************************************
 	ブランド間マイページ移動（切替メニュー）	*
*******************************************/
/* 素のテキストリンク列だと埋もれてしまうため、見出し帯付きのカード型切替メニューに見せる。
   マークアップ（app/View/Elements/mypage_list.ctp）は変更せずCSSのみで対応するため、
   aタグのインラインstyleを打ち消す宣言にだけ !important を付けている。 */
.brand_move {
	width: 94%;
	max-width: 1200px;
	margin: 30px auto 0 !important;
	padding: 0 15px 18px;
	background: #fff;
	border: 2px solid #42474d;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
	box-sizing: border-box;
	overflow: hidden;
}
/* 見出し帯 */
.brand_move::before {
	content: 'ブランド切替';
	display: block;
	margin: 0 -15px 18px;
	padding: 12px 15px;
	background: #42474d;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .08em;
}
/* 補足 */
.brand_move::after {
	content: '※ご購入いただいた他ブランドのマイページへ、ログインしたまま移動できます';
	display: block;
	margin-top: 4px;
	color: #8a9099;
	font-size: 1.2rem;
	line-height: 1.4;
}
/* 各ブランドへの導線 */
.brand_move a {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	min-width: 300px;
	margin: 0 8px 12px !important;
	padding: 16px 46px 16px 20px !important;
	background: #fff;
	border: 1px solid #c9d0d8 !important;
	border-radius: 8px !important;
	color: #42474d;
	font-size: 1.6rem !important;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	box-sizing: border-box;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.brand_move a:hover {
	background: #f2f7ff;
	border-color: #4594ff !important;
	color: #1f6fe0;
	-webkit-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	        transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(0,0,0,.12);
}
.brand_move a .icon {
	margin-right: 10px;
	color: #4594ff;
	font-size: 1.9rem;
}
/* 右端の矢印 */
.brand_move a::after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #9aa3ad;
	font-size: 1.3rem;
}
.brand_move a:hover::after {
	color: #4594ff;
}

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

.brand_move::before {
	font-size: 1.5rem;
	padding: 11px 12px;
}
.brand_move a {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	min-width: 0;
	margin: 0 0 10px !important;
	padding: 15px 42px 15px 16px !important;
	font-size: 1.5rem !important;
}

}

