@charset "UTF-8";

p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic,
    "Yu Gothic", sans-serif;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"] {
  box-sizing: border-box;
}

#user-form {
	max-width: 800px;
	margin: 0 auto;
}
#user-form h2 {
	background-color: #004c98ff;
	color: #ffffff;
	padding: 0.6em;
	font-size: 20px;
}
#user-form .check {
	background-color: #ff0000;
	padding: 0 1em;
	color: #ffffff;
	font-size: 14px;
	margin-right: 0.5em;
}
#user-form h3 {
	font-size: 16px;
	background-color: #efefefff;
	padding: 0.8em;
	margin-bottom: 1em;
	margin-top: 0.6em;
	color: #000;
}

#user-form input, #user-form select {
	padding: 0.5em;
	font-size: 16px;
	margin-bottom: 1em;
	transform: rotate(-0.05deg);
}
#user-form label {
	font-weight: bold;
	display: block;
	padding: 0.1em;
	margin: 4px 0;
	font-size: 16px;
	color: #000;
}
#user-form span[id$="error-message"] {
	display: none;
}
#user-form #user-login {
	margin: 1em auto;
	text-align: center;
}
#user-form #user-login div, #user-info div {
	margin-left: 10px;
}

#user-form .col-2 {
	overflow: hidden;
}
#user-form .col-2 div:first-child {
	margin-left: 0!important;
	margin-right: 10px;
	float: left;
}

#user-form input[type="radio"] + label {
	display: inline-flex;
}

#user-form .item-info p:not(.cart-item-name){
	margin-right: 1em;
	text-align: center;
	color: #000;
}

#user-form .cart-minus, #user-form .cart-plus {
	padding: 5px !important;
	cursor: pointer;
	font-size: 17px !important;
	width: 50px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
}
#user-form .quantity {
	text-align: center;
	padding: 1em;
	width: width: 60px;
	max-width: 300px;
	font-size: 17px;
	background-color: #fff!important;
	border: 1px solid #d5d5d5;
}
/* #confirm-btnは削除予定 */
#confirm-form, #disabled-confirm-form, #confirm-btn {
	margin: 20px auto;
	text-align: center;
	display: block;
	background-color: #119a0b;
	color: white;
	font-size: 20px !important;
	padding: 1em 3em !important;
	border-radius: 11px;
	border: none;
	border-bottom: 5px solid #3b6616;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
}

#user-form #user-logout {
	text-align: center;
	margin: 20px auto;
}
#user-logout span {
	margin: 20px;
	font-size: 15px;
}
#login-btn, #logout-btn, #auth-btn, #confirm-auth-btn, #resend-btn {
	width: 100%;
	max-width: 250px;
	padding: 0.5em;
	background-color: #1e75cb;
	border: none;
	color: #fff;
	font-size: 16px;
	margin-bottom: 1em;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 10px;
  vertical-align: bottom;

}
#login-email, #login-pass, #town, #bldg, #email, #password, #username {
	max-width: 500px;
	width: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#registration-item {
	margin-left: 0 !important;
}


.item-info {
	margin-top: 20px;
}
.item-info p, #cart-amount-info p {
	margin: 15px;
	font-size: 16px;
}

.menu {
	position: fixed;
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	top: 0;
	left: 85vw;
	width: 40px;
	height: 40px;
	z-index: 99;
	background-color: #fff;
	border-radius: 9px;
	transition: all 200ms;
}
.menu:hover {
	transform: translate(-10px);
}
.badge {
	position: absolute;
	top: 0;
	left: 65%;
	font-size: 12px;
	line-height: 13px;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	background-color: #ff0000;
	border: 4px solid #ff0000;
	color: #ffffff;
	text-align: center;
}
/* .balloon {
	position: fixed;
	display: inline-block;
	margin: 0.5em 15px 1.5em 0;
	padding: 7px 10px;
	width: 200px;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
	left: calc(85vw - 240px);
	top: -8px;
	border-radius: 9px;
	transition: all 700ms;
	z-index: 99;
	display: none;
} */
/*
.balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 99;
}
.balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
	z-index: 1;
}
.balloon p {
	margin: 0;
	padding: 0;
}
*/
#registration-error-message, #exception-error-message{
  font-size: 17px;
  margin: 20px auto;
  text-align: center;
  background-color: #ffc4c4;
  padding: 11px;
  color: #ff0000;
}

span[id$="error-message"] {
  color: #ff0000;
  font-size: 14px;
  padding-bottom: 1em;
}

.cart-item-name {
	color: #000000;
}
#cart-item h3 {
	color: #000000;
	text-align: center;
}
#cart-amount-info p {
	text-align: center;
	font-size: 19px;
}
.cart-item-name {
	font-weight: bold;
}

#contact-already-registered {
  color: #ff0000;
}

#contact-already-registered a {
  color: #1e75cb;
  text-decoration: underline;
}
#paid-sample-notice {
  padding: 1em;
  color: red;
  font-weight: bold;
  background-color: #ff00002e;
}

/*
	上記はhttps://virbac-services.jp/special/timesale/css/tsaleform.cssの中身を一切変えないでコピー（一部そのまま使用のため）
	以降はimportantでの上書きや新class追加で対応する
	★★★★★新規獲得LPでは当cssを使用しないこと★★★★★
*/
#user-form input, #user-form select {
	transform: auto!important;
}

#user-form {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#user-form * {
	line-height:1;
}
#user-form h2,
#user-form h3{
	font-weight:700;
}
#login-btn, #logout-btn, #auth-btn, #confirm-auth-btn, #resend-btn{
	margin: 0 0 1em!important;
	padding: 0 0.5em!important;
	line-height: 40px;
}
/* タイトル */
.uf__title{
	background-color: #004c98ff;
	color: #ffffff;
	padding: 0.6em;
	font-size: 20px;
}

/* カートの内容 */
.uf-cart__message{
	font-size: 16px;
	margin: 20px 15px;
}
.uf-cart__list{}
.uf-cart__item{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
	border-bottom:1px solid #000;
	margin: 0 auto;
    padding: 30px 0;
}
.uf-cart__item:last-child{
	border-bottom:none;
}
.uf-cart__image{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin:0!important;
	width:90px;
}
.uf-cart__image img{
	width:100%;
	height:auto;
}
.uf-cart__information{
	width:calc(100% - 140px);
	margin:0!important;
}

.uf-cart__name{
	font-size:18px;
	font-weight:500;
    line-height: 1.4!important;
	margin:0 0 10px!important;
}
.uf-cart__name p{
	font-size:inherit!important;
	font-weight:inherit!important;
	line-height:inherit!important;
	padding:0!important;
	margin:0!important;
}
.uf-cart__price{
	font-size:14px;
	margin:0 0 10px!important;
}
.uf-cart__price *{
	font-size:inherit!important;
	font-weight:inherit!important;
}
.uf-cart__quantity{
	font-size:16px;
	font-weight:700;
	margin:0 0 10px!important;
}
.uf-cart__quantity input{
    padding: 5px!important;
    font-size: 16px!important;
	margin:0 0 0 10px!important;
}
.uf-cart__subtotal{
	font-size:15px;
	margin:0!important;
}
.uf-cart__ctrl{
	width:50px;
	margin:0!important;
	position:relative;
}
.uf-cart__button{
	width: 50px;
	min-height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #004b9c;
	text-transform: uppercase;
	overflow: hidden;
	background: #fff;
	position: relative;
	line-height: 1.4;
	padding: 5px 10px;
	border: 1px solid #004b9c;
	cursor: pointer;
	margin: 0;
	position:absolute;
	left:0;
	bottom:0;
}
@media screen and (max-width:960px) {
	.uf-cart__list{
		padding: 0 10px;
	}
	.uf-cart__item{
		padding: 20px 0;
	}
	.uf-cart__item:last-child{
		border-bottom:none;
	}
	.uf-cart__image{
		width:80px;
	}
	.uf-cart__information{
		width:calc(100% - 130px);
		margin:0!important;
	}
	.uf-cart__name{
		font-size:16px;
		margin:0 0 10px!important;
	}
	.uf-cart__price{
		font-size:12px;
		margin:0 0 10px!important;
	}
	.uf-cart__quantity{
		font-size:14px;
		margin:0 0 10px!important;
	}
	.uf-cart__quantity input{
		padding: 5px!important;
		font-size: 14px!important;
		margin:0 0 0 10px!important;
	}
	.uf-cart__subtotal{
		font-size:15px;
		margin:0!important;
	}
}


/* お支払い金額 */
.uf-amount{
	margin:15px 0;
}
.uf-amount__item{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;	  /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-align-content:center;
	-ms-flex-line-pack:center;
	align-content:center;
	margin:0 auto;
	width:460px;
	padding:15px 0;
}
.uf-amount__item p{
	font-size:24px!important;
	margin:0!important;
}
.uf-amount__item--total{
	border-top:1px solid #000;
}
.uf-amount__item--total p{
	font-size:30px!important;
}
.uf-amount__item--total small{
	font-size:16px;
}
@media screen and (max-width:960px) {
	.uf-amount__item{
		width:calc(100% - 20px);
		padding:10px 0;
	}
	.uf-amount__item p{
		font-size:18px!important;
	}
	.uf-amount__item--total p{
		font-size:22px!important;
	}
	.uf-amount__item--total small{
		font-size:14px;
	}
}
.uf__message{
	font-size: 16px!important;
	line-height:1.8!important;
	margin: 20px auto!important;
	text-align: center;
	background-color: #ffc4c4;
	padding: 15px;
	color: #ff0000;
}
.uf__message p{
	text-align:inherit!important;
	line-height:inherit!important;
}
@media screen and (max-width:960px) {
	.uf__message{
		font-size: 14px!important;
	}
}
.uf__notice{
	text-align: center;
	display: block;
	color: #ff0000;
	font-size:14px;
	line-height:1.8!important;
	padding:0 10px;
}
@media screen and (max-width:960px) {
	.uf__notice{
		text-align: center;
		display: block;
		color: #ff0000;
		font-size:12px;
	}
}
.uf__button{
	text-align: center;
	display: block;
	background-color: #ff8b00!important;
	color: #fff;
	border-radius: 10px;
	border: none;
	border-bottom: 5px solid #f06800!important;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	line-height:1;
	width:500px;
	padding: 1em 3em!important;
	margin: 20px auto;
	font-size: 20px!important;
}
.uf__button:disabled{
	background-color: #ccc!important;
	border-bottom: none!important;
}
@media screen and (max-width:960px) {
	.uf__button{
		width:calc(100% - 20px);
		padding: 1em 2em!important;
		margin: 20px auto;
		font-size: 16px!important;
	}
}
