@charset "utf-8";


img:not([width]) {
	zoom: .5;
	/* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}




/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  #input_cart.css

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */

/* ///////////////////////////////////////////////////////////////////
	PageTitle
/////////////////////////////////////////////////////////////////// */

#pageTitle {
	background: url(../common/pagettl/regist.gif) no-repeat;
	background-position: 7px 8px;
	background-size: 28px 26px;
	-webkit-background: 28px 26px;
	color: #0055CA;
	padding: 12px 10px 8px 40px;
	font-size: 18px;
	margin: 0px 0px 18px 0px;
	border-bottom: 2px #33AAD7 solid;
}


.attention {
	width: 94%;
	margin: 0px auto 5px auto;
}

/* ///////////////////////////////////////////////////////////////////
	text00
/////////////////////////////////////////////////////////////////// */

.text00 {
	width: 94%;
	margin: 0px auto 10px auto;
}

/* ///////////////////////////////////////////////////////////////////
	secTitle01
/////////////////////////////////////////////////////////////////// */

.secTitle01 {
	background: #DDF0FB;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	overflow: hidden;
}

.secTitle01 span.icon01 {
	background-color: #029BE1;
	height: 20px;
	width: 5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	display: block;
	float: left;
	margin: 0px 8px 2px 0px;
}


.secTitle02 {
	padding: 7px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #fff;
	background: #ED3960;
	color: #fff;
}

h5,
h4.etc {
	padding: 7px 0 7px 5px;
	background: #F8C2C3;
	width: 94%;
	margin: 0px auto 2px;
}

.h5bdr {
	padding: 7px;
	border: 1px solid #ff0000;
	width: 90%;
	margin: 0px auto 15px;
}

.h5bdr li {
	padding: 0 0 0 10px;
	margin: 0px auto 3px;
	background: url(../common/icon.gif) no-repeat left 4px;
}

.rakuten-main {
	margin-bottom: 10px;
}

.rakuten-main img {
	width: 100%;
}

.rakuten-main02 {
	margin-bottom: 10px;
}

.rakuten-main02 img {
	width: 100%;
}

.rakuten-wpoint {
	margin-bottom: 5px;
}

.rakuten-wpoint img {
	width: 100%;
}

.rakuten-title {
	padding: 7px 7px 6px 28px;
	margin: 0px 0px 16px 0px;
	background: #bf0000;
	color: #fff;
	font-size: 15px;
	position: relative;
}

.rakuten-title::before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border: 4px solid #fff;
	border-radius: 50%;
	left: 8px;
	top: 10px;
}

.rakuten-flow__wrap {
	border: 2px dotted #CCC;
	margin: 0px 0 20px;
	padding: 10px 10px 20px;
}

.rakuten-flow {
	margin-bottom: 5px;
}

.rakuten-flow__item {
	font-size: 13px;
	margin-bottom: 5px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.rakuten-flow__img {
	width: 80%;
	margin: 20px auto 0;
}

.rakuten-flow__img img {
	width: 100%;
}

.qa-list01__title {
	position: relative;
	padding: 10px 10px 10px 38px;
	background-color: #f8e5e5;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom:16px;
	font-size: 14px;
}

.qa-list01__title::before,
.qa-list01__title::after {
	content: '';
	display: inline-block;
	position: absolute;
	margin: auto;
	line-height: 1;
}

.qa-list01__title::before {
	width: 22px;
	height:22px;
	background-color: #bf0000;
	border-radius: 50%;
	top: 7px;
	left: 8px;
}

.qa-list01__title::after {
	content: 'Q';
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family:'Roboto', sans-serif;
	top: 10px;
	left: 14px;
}

.qa-list01__data {
	margin-bottom: 20px;
	position: relative;
	padding: 0px 20px 0px 38px;
}

.qa-list01__data::before,
.qa-list01__data::after {
	content: '';
	display: inline-block;
	position: absolute;
	margin: auto;
	line-height: 1;
}

.qa-list01__data::before {
	width: 22px;
	height:22px;
	background-color: #f38080;
	border-radius: 50%;
	top:-1px;
	left: 9px;
}

.qa-list01__data::after {
	content: 'A';
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	font-family:'Roboto', sans-serif;
	top:2px;
	left: 15px;
}