#contents {
	line-height: 1.8;
}
#contents a{
	text-decoration: underline;
}
/** img100% mw **/
.img100pc2 {
	text-align: center;
}
.img100pc2 img {
	max-width: 100%;
	height: auto;
}

/** tbl-basic **/
#contents .tbl-basic {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	line-height: 1.8;
	margin: 30px 0;
}
#contents .tbl-basic th {
	width: 180px;
	-webkit-box-shadow: 6px 6px 6px -6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 6px 6px 6px -6px rgba(0, 0, 0, 0.1);
	box-shadow: 6px 6px 6px -6px rgba(0, 0, 0, 0.1);
}

/** インフォメーション **/
.info-wrap {
	margin: 20px 2px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	transition: 0.3s;
	border-top: 1px solid #efefef;
}
.info-wrap:hover {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.info-wrap h2 {
	padding: 0;
	font-size: 18px;
	line-height: 1.8;
	color: #575757;
}
.info-wrap .title {
	margin: 20px 0 0 0;
	padding: 10px;
	border-bottom: 1px dotted #ddd;
	background: #efefef;
	font-size: 18px;
	line-height: 1.8;
	color: #575757;
}
.info-wrap .info-body {
	padding: 10px;
}
.info-wrap ul {
	list-style-type: none;
}
.info-wrap ul li {
	border-top: 1px dotted #ccc;
	padding: 6px 6px 6px 20px;
	position: relative;
}
.info-wrap ul li:first-child{
	border-top: none;
}
.info-ul-v a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 8px 4px;
	font-weight: normal;
	background: #fff;
	line-height: 1.8;
	border-bottom: none;
}
.info-ul-v a:before {
	font-family: "Material Icons"; 
	content: "\e895";
	position: absolute;
	left: 0px;
	top: 12px;
	font-size: 18px;
	color: #333;
	margin-right: 4px;
}
.info-ul-v a:hover {
	background: #f7f7f7;
	font-weight: bold;
	text-decoration: underline;
}
.info-ul-v li > div {
	color: #888;
	text-indent: 7px;
}

/** "" **/
.xquote {
	font-family: Georgia, serif;
	font-size: 14px;
	padding: 10px;
	margin: 0; 
	font-weight: bold; 
	color: #f97306;
}
.xquote:before, .xquote:after {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 48px;
	font-size: 50px;
	opacity: .4;
}
.xquote:before {
	content: '\201C';
	margin-right: 4px;
	margin-left: -8px;
}
.xquote:after {
	content: '\201D';
	margin-left: 4px;
	margin-right: -8px;
}

/**txt3-wrap**/
.txt3-wrap{
	margin: 10px 0 30px 0;
	padding: 0 0 10px 0;
}
.txt3-wrap h2{
	color: #333;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 0;
	margin:40px 0 20px 0;
	position:relative;
	border-bottom: 1px dotted #ccc;
}
.TitleSub{
	color: #575757;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0;
	margin:30px 0 5px 0;
}

/**calendar**/
#calendar {
	background: #eee;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px;
}
#calendar > div {
	float: left;
	width: 40%;
}
#calendar > div:first-child {
	width: 20%;
	font-size: 16px;
}
#calendar:after {
	content: "";
	clear: both;
	display: table;
}
#calendar h2 {
	height: 74px;
	background: #ddd;
	line-height: 70px;
	padding: 10px;
	margin-top: 0;
	margin-left: -10px;
}
#calendar .notice-wrap div {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
#calendar .notice-wrap div:first-child {
	margin: 0;
	width: 18px;
	height: 18px;
	background: #999;
}
#calendar .notice-wrap div:last-child {
	color: #b81a1a;
	margin: 20px 0;
	line-height: 1.4;
}
#calendar table, #calendar .month {
	width: 80%;
	margin: auto;
	background: #fff;
}
#calendar .month {
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	background: #DCEDC8;
	text-align: center;
}
#calendar .month > label {
	display: block;
	font-size: 26px;
	margin-bottom: 2px;
}
#calendar table tr:first-child td {
	background: #fff;
	color: #4caf50;
	font-weight: bold;
	height: 40px;
	vertical-align: bottom;
}
#calendar table td {
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 10px 8px;
}
#calendar .holiday {
	color: #fff;
	background: #999;
}
#calendar .holiday.today {
	color: #8fd827;
	background: #999;
}
#calendar .today {
	color: #1fab3a;
	background: #DCEDC8;
}
#calendar span {
	margin-top: 4px;
	display: block;
	padding: 4px 8px;
	color: #1a4ead;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
#calendar > div > div {
	position: relative;
}
#calendar .ring-left,
#calendar .ring-right {
	position: absolute;
	top: -24px;
}
#calendar .ring-left {
	left: 20%;
}
#calendar .ring-right {
	right: 20%;
}
#calendar .ring-left:before,
#calendar .ring-left:after,
#calendar .ring-right:before,
#calendar .ring-right:after {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
	content: "";
	display: inline-block;
	margin: 8px;
	height: 32px;
	width: 8px;
}

/** faq all cate **/
.guide-wrap {
	position: relative;
	margin: 30px 0 10px 0;
	padding: 10px 0;
	border: 1px solid #eee;
	border-radius: 4px;
}
.guide-wrap .guide-title {
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
	padding: 0 12px;
	margin: 0;
	height: 38px;
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background: #9BC90D;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.guide-wrap .guide-title:before {
	position: absolute;
	content: '';
	top: 0;
	left: -7px;
	border: none;
	height: 46px;
	width: 7px;
	background: #9BC90D;
	border-radius: 5px 0 0 5px;
}
.guide-wrap .guide-title:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #79A70A;
	border-radius: 5px 0 0 5px;
}
.guide {
	list-style: none;
	box-sizing: border-box;
	overflow: auto;
	padding: 8px;
	margin-top: 32px;
}
.guide li {
	width: 50%;
	float: left;
	position: relative;
}
.guide li a {
	display: block;
	padding: 0 10px 0 30px;
	font-weight: bold;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-decoration: none!important;	
}
.guide li:before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 100%;
	background: rgba(220, 220, 220, 0.3);
	transition: all 0.5s ease;
}
.guide li.faq-1::before, .guide li.faq-2::before, .guide li.faq-3::before, .guide li.faq-4::before, .guide li.faq-6::before, .guide li.faq-7::before, .guide li.faq-8::before, .guide li.faq-9::before, .guide li.faq-10::before, .guide li.faq-11::before {
    font-family: "Material Icons";
    content: "\e558";
    font-size: 20px;
    margin-right: 4px;
    color: #999;
    font-weight:normal;
}
.guide li.faq-2::before{
    content: "\e547";
}
.guide li.faq-3::before{
    content: "\e870";
}
.guide li.faq-4::before{
    content: "\e166";
}
.guide li.faq-6::before{
    content: "\e0da";
}
.guide li.faq-7::before{
    content: "\e53d";
}
.guide li.faq-8::before{
    content: "\e5d3";
}
.guide li.faq-9::before{
    content: "\e8de";
}
.guide li.faq-10::before{
    content: "\e8f4";
}
.guide li.faq-11::before{
    content: "\e8b6";
}
.guide li:hover {
	background: #f7f7f7;
}
.guide li:hover:before {
	width: 24px;
}
.guide li.current a:after {
	content: " ";
	position: absolute;
	left: 0;
	top:  0;
	height: 100%;
	width: 20px;
	display: block;
	background: #ddd;
}

/*** page target click effect ***/
@keyframes target-ani {
	0% {background: #fff; opacity: 1;}
	50% {background: #eee; opacity: 0.8;}
	100% {background: #fff; opacity: 1;}
}
@keyframes target-ani2 {
	0% {color: #666;}
	50% {color: red;}
	100% {color: #666;}
}
:target ul {
	-webkit-animation: target-ani 2s ease-out;
	-moz-animation: target-ani 2s ease-out;
	animation: target-ani 2s ease-out;
}
:target > div {
	-webkit-animation: target-ani2 2s ease-out;
	-moz-animation: target-ani2 2s ease-out;
	animation: target-ani2 2s ease-out;
}

/**** faq ****/
#faq {
	margin: 10px 0;
	position: relative;
}
/**** faq top5 ****/
#faq .top5-wrap {
	box-shadow: 0 1px 3px 0  rgba(0,0,0,0.1);
}
#faq .float-left img {
	margin-top: 4px;
}
#faq .top5-waku {
	margin-left: 400px;
	background: #eee;
}
.top5-waku table {
	width: 100%;
	border-top: none;
	border-radius: 0 0 4px 4px;
	border-spacing: 0;
}
.top5-waku table td:first-child {
	width: 60px;
}
.top5-waku .td-fs {
	background: #fff;
	padding: 10px 6px;
	position: relative;
	text-align: center;
}
.top5-waku table td {
	padding: 8px 6px 4px 6px;
	font-weight: bold;
	background: #f7f7f7;
}
.top5-waku table a {
	display: inline-block;
	padding: 6px 4px;
	text-decoration: none!important;	
}
.top5-waku table a:hover {
	text-decoration: none;
}
.top5-waku table a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #666;
	transition: width .3s;
}
.top5-waku table a:hover:after {
	width: 100%;
}
.top5-wrap .bg-label {
	float: left;
}
.top5-wrap .bg-label div {
	font-size: 40px;
	font-weight: bold;
	margin-top: 50px;
	color: #666;
	padding: 10px;
}
.top5-wrap .bg-label div label {
	font-size: 70px;
	display: block;
	text-align: right;
	line-height: 70px;
	margin-top: 20px;
}
.top5-waku .rank {
	top: 6px;
	left: 18px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
.top5-waku .rank:before, .top5-waku .rank:after {
	border-top-width: 10px;
}

/*** all category ***/
.all-cate {
	margin: 10px 0;
	padding: 4px 2px;
}
.all-cate:after {
	clear: both;
}
.all-cate .faq-item {
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.all-cate .faq-item:nth-child(even) {
	margin-right: 0;
}
.all-cate .faq-item > h3 {
	font-weight: bold;
	background: #f7f7f7;
	font-size: 18px;
	padding: 0 8px 10px 40px;
	border-bottom: 1px solid #eee;
	height: 56px;
	line-height: 56px;
	box-sizing: border-box;
	overflow: hidden;
}
.all-cate .faq-item > h3.faq-1:before, .all-cate .faq-item > h3.faq-2:before, .all-cate .faq-item > h3.faq-3:before, .all-cate .faq-item > h3.faq-4:before, .all-cate .faq-item > h3.faq-6:before, .all-cate .faq-item > h3.faq-7:before, .all-cate .faq-item > h3.faq-8:before, .all-cate .faq-item > h3.faq-9:before, .all-cate .faq-item > h3.faq-10:before, .all-cate .faq-item > h3.faq-11:before {
	position:absolute;
	left: 3px;
	top: 0px;
    font-family: "Material Icons";
    content: "\e558";
    font-size: 30px;
    margin-right: 4px;
    color: #333;
    font-weight:normal;
	display: inline-block;
}
.all-cate .faq-item > h3.faq-2::before{
    content: "\e547";
}
.all-cate .faq-item > h3.faq-3::before{
    content: "\e870";
}
.all-cate .faq-item > h3.faq-4::before{
    content: "\e166";
}
.all-cate .faq-item > h3.faq-6::before{
    content: "\e0da";
}
.all-cate .faq-item > h3.faq-7::before{
    content: "\e53d";
}
.all-cate .faq-item > h3.faq-8::before{
    content: "\e5d3";
}
.all-cate .faq-item > h3.faq-9::before{
    content: "\e8de";
}
.all-cate .faq-item > h3.faq-10::before{
    content: "\e8f4";
}
.all-cate .faq-item > h3.faq-11::before{
    content: "\e8b6";
}
.all-cate .faq-item > ul {
	border-top: none;
	padding: 4px;
}
.all-cate .faq-item li {
	position: relative;
}
.all-cate .faq-item li > a {
	display: block;
	padding: 6px 4px 6px 28px;
	cursor: pointer;
	text-decoration: none!important;	
}
.all-cate .faq-item li > a.active {
	font-weight: bold;
	color: #ff6633;
}
.all-cate .faq-item li > a:before {
	font-family: "Material Icons"; 
	content: "\e409";
	position: absolute;
	left: -2px;
	top: -2px;
	font-size: 18px;
	font-weight: bold;
	color: #555;
	display: inline-block;
	padding: 4px;
	-webkit-transition : all 300ms ease-out;
	-moz-transition : all 300ms ease-out;
	transition : all 300ms ease-out;
}
.all-cate .faq-item li > a.active:before {
	transform: rotate(90deg);
	color: #ff6633;
}
.all-cate .faq-item li > a.active:hover:before {
	transform: rotate(0deg);
}
.all-cate .faq-item li > a:hover {
	background: #eee;
	text-decoration: none;
}
.all-cate .faq-item li > a:hover:before {
	overflow-y:hidden;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.all-cate .faq-item .detail-answer {
	position: relative;
	padding: 10px;
	background: #f7f7f7;
	line-height: 1.5;
	color: #666;
	margin: 2px;
}
.all-cate .faq-item .detail-answer:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ddd #fff #ddd;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.all-cate .material-icons {
	font-size: 36px;
	position: relative;
	top: 12px;
	display: inline-block;
	margin-right: 4px;
}

/** comment **/
.comment {
	font-size: 20px;
	color: #b81a1a;
	text-align: center;
	margin: 15px 0 30px 0;
}

/**img center**/
.center-img-wrap{
	text-align: center;
	margin: 15px 0;
}
.center-img-wrap img{
	display: inline-block!important;
}

/**how-to-order img center**/
#how-to-order img, #how-to-tracking img, #how-to-periodical img, #whatis-favorite img, #otc-order-flow img{
	border: 1px #ddd solid;
	margin: 15px 0;
	padding: 10px;
	max-width:100%;
	height: auto;
}
#how-to-order li > div, #how-to-tracking li > div, #how-to-periodical li > div, #whatis-favorite li > div, #otc-order-flow li > div{
	text-align:center;
}

/**user-regist**/
.user-regist-wrap {
	margin:20px 0;
	font-size: 20px;
}
.user-regist-wrap h3{
	font-size: 34px;
	color: #f97306;
	margin:20px 0;
}
.user-regist-wrap li{
	border-bottom: 1px solid #ddd;
	padding:20px 0;	
}
.user-regist-wrap li img{
	float: right;
	padding:0 0 0 20px;
}
.user-regist-wrap li:nth-child(2n) img{
	float: left;
	padding:0 20px 0 0;
}

/**transfer**/
#chocom,#cvs,#bank,#post {
	scroll-margin-top:110px;
	-moz-scroll-margin-top: 110px;
	-ms-scroll-margin-top: 110px;
	-webkit-scroll-margin-top: 110px;
}

/*--------------------------------------
START プライバシーポリシー
--------------------------------------*/
.PrivacyTitle1{
	font-size: 26px;
	line-height: 30px;
	position: relative;
	margin: 30px 0;	
}
.Privacy{
	font-size: 14px;
    line-height: 1.7;	
}
.Privacy ol,ul{
	padding-left: 0;	
}
.Privacy > section{
    margin-bottom:40px;
}
.PrivacySummary{
    margin:20px 0 30px;	
}
.PrivacyTitle2{
    font-size: 16px;
    margin-bottom: 5px;
}
.PrivacyText{
    margin-bottom:10px;		
}
/*数字付きリスト1、数字付きリスト2*/
.PrivacyList1,.PrivacyList2{
    list-style: none outside;
}
.PrivacyList1ItemNumber{
	margin-bottom: 8px;
    text-indent: -1.5em;
    padding-left: 1.5em;	
}
.PrivacyList2ItemNumber{
    margin-bottom: 8px;
    text-indent: -2em;
    padding-left: 2em;
}
/*内側黒丸リスト*/
.PrivacyListItemNumberInsideList{
    list-style: disc outside;
	margin:10px 0 20px 34px;
}
.PrivacyListItemNumberInsideListItem{
	margin-bottom: 8px;
    text-indent: 0;
    padding-left: 0;	
}
/*オプトアウト*/
.PrivacyPartnerList{
	margin: 10px 0 20px 36px;
	font-weight: bold;
}
.PrivacyPartnerListItem{
	margin-bottom: 20px;
	list-style: disc;
}
.PrivacyPartnerListItemLink{
	color: #000;
	display: inline-block;	
	text-decoration: underline!important;
	margin:10px 0 5px 0;
	position: relative;
	font-weight: normal;
	padding-right: 22px;	
}
.PrivacyPartnerListItemLink::after{
/*	font-size: 17px;
    font-family: material icons;
    content: "launch";
    position: absolute;
    right:0;
    bottom: -3px;
    color: #0069cc;*/
	content:"";
	background-image: url("/content/images/icon/launch.gif");
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	right:-3px;
	bottom: 3px;
	color: #000;
}
.PrivacyPartnerListItemLink:hover,
.PrivacyPartnerListItemLink:hover::after{
	opacity: 0.8;
}

/*問い合わせ*/
.PrivacyInquiry{
    border: solid 1px #ddd;
    padding: 10px;
}
.PrivacyDate{
    color: #555;	
}
/*--------------------------------------
START ご利用規約
--------------------------------------*/
.TermsTitle1{
	font-size: 26px;
	line-height: 30px;
	position: relative;
	margin: 30px 0;	
}
.Terms{
	font-size: 14px;
	line-height: 1.7;	
}
.Terms ol,ul{
	padding-left: 0;	
}
.Terms > section{
    margin-bottom:40px;
}
.TermsSummary{
    margin:20px 0 30px;	
}
.TermsTitle2{
    font-size: 15px;
    margin-bottom: 5px;
}
.TermsText{
    margin-bottom:10px;		
}
.TermsListItem{
	list-style: none outside!important;
}
.TermsQuantityListItem{
	list-style: none outside!important;	
    margin-bottom:8px;	
}
.TermsQuantityListItemText{
    padding-left: 1.2em;
    margin: 8px 0;	
}

/** ご購入代金のお支払いについて：NP後払い **/
.NetProtections{
	margin-bottom: 40px;
}
.NetProtectionsLogo{
	margin-bottom: 16px;
}
.NetProtectionsRedBold{
	color: #b81a1a;
	font-weight: bold;
}
.NetProtectionsTitle{
	margin: 24px 0 8px 0;
	font-size: 14px;
}
.NetProtectionsRed{
	color: #b81a1a;
}	
.NetProtectionsList {
  padding-left: 40px;
  margin: 8px 0;
}
.NetProtectionsListItem {
	list-style-type: disc;
	margin: 8px;
	line-height: 1.5;
}
.NetProtectionsLink {
  text-decoration: underline;
	color: #575757;
}	
.NetProtectionsLink:hover {
  text-decoration: underline;
  color: #000;
}

/** NP後払い **/
.Np{
	margin-bottom: 80px;
	padding: 0;
}
.NpLink{
	width: 468px;
	margin: 0 auto;
	display: block;
}
.NpTitle {
	color: #333;
	font-size: 20px;
	line-height: 20px;
	padding: 8px 0;
	margin: 40px 0 16px 0;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
.NpRedBold{
	color: #b81a1a;
	font-weight: bold;
}
.NpList {
	padding-left: 32px;
	margin: 16px 0;
}
.NpListItem {
	list-style-type: disc;
	margin-bottom: 8px;
}