@charset "utf-8";
/* CSS Document */

/*------------------------------
	定期購入プレミアムステイタス / 定期購入とは
  ポイントサービス
--------------------------------*/
.pad30sp{
	display:block;
	padding:0;
	overflow-wrap: break-word !important;
}
.acc_key_view{
	padding-left:10px !important;
	font-size: 16px !important;
	font-weight:bold !important;
}

.span_gray{
	padding-left:10px !important;
	color: gray;
}

.centerdiv {
  text-align: center !important;
}

input.read_only{
	pointer-events : none;
}

.grecaptcha-badge {
    opacity: 0;
}

#teiki,
#contentsArea {
  font-size: 16px;
	padding: 30px 0 160px;
	margin: 150px auto;
	background-color:white;
	width:70%;
}
#teiki p,
#contentsArea p {
  line-height: 1.6em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#teiki h1.menuTtl,
#contentsArea h1.menuTtl {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 0 30px 30px;
  padding: 0 10px;
  font-size: 2em;
  font-weight: normal;
  line-height: 1em;
  float: none;
  clear: both;
}
#teiki h2,
#contentsArea h2 {
  font-size: 22px;
  line-height: 26px;
	margin-bottom: 15px;
}
#teiki h1.menuTtl::before,
#contentsArea h1.menuTtl::before {
  position: absolute;
  top: 10px;
  left: -30px;
  z-index: 1;
  content: '';
  display: block;
  width: 30px;
  height: 8px;
  background-color: #191919;
}
.cap {
  font-size: 1.071em;
  color: #000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#teiki h3,
#contentsArea h3{
  display: inline-block;
  padding: 10px;
  background-color: #DDD7CA;
  font-size: 20px;
  margin: 80px 0 30px;
}
#teiki h4,
#contentsArea h4 {
  font-size: 20px;
  margin: 60px 0 20px;
  line-height: 1.4em;
}
#teiki_cap .cap a,
.notes a {
  font-weight: bold;
  color: #3158A4;
  text-decoration: underline;
}
#teiki h4 span,
#contentsArea h4 span {
  display: inline-block;
}
.premiumTb {
  margin: 30px 20px 10px;
  line-height: 1em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.premiumTb i {
  padding-right: 5px;
}
.premiumTb caption {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.premiumTb th {
  padding: 8px 5px 10px;
	text-align:left;
}
.premiumTb td {
  padding: 8px 5px 10px 20px;
}
.premiumCap {
  width: 100%;
  padding: 20px 20px 50px;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  display: grid;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.presentTb td {
  line-height: 1.4em;
}
.itmBox {
  display: grid;
  grid-template-rows: 30px 30px 30px 30px;
  grid-template-columns: 25% 25% 25% 25%;
}
.itmBox .itmA {
  grid-row: 4 / 5;
  grid-column: 1 / 2;
  background: #DFC6A6;
	text-align:left;
}
.itmBox .itmB {
  grid-row: 3 / 5;
  grid-column: 2 / 3;
  background: #DDD;
	text-align:left;
}
.itmBox .itmC {
  grid-row: 2 / 5;
  grid-column: 3 / 4;
  background: #FDE256;
	text-align:left;
}
.itmBox .itmD {
  grid-row: 1 / 5;
  grid-column: 4 / 5;
  background: #C5DEF5;
	text-align:left;
}
.itmBox .itmA, .itmBox .itmB, .itmBox .itmC, .itmBox .itmD {
  position: relative;
  padding: 0;
}
span.status {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  bottom: 5px;
}
span.total {
  position: absolute;
  display: inline-block;
  bottom: -25px;
  left: 0;
  border-left: 1px dotted #999;
  padding-left: 5px;
  font-size: 16px;
}
.notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.notes::before {
  content: "※"
}
.premiumWrap {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.preBoxL {
	width: 60px;
	padding-right: 16px;
	vertical-align: top;
	float: left;
}
.preBoxR {
	width : -webkit-calc(100% - 60px) ;
   width : calc(100% - 60px) ;
	padding-left: 16px;
	padding-bottom: 60px;
	border-left: 1px solid #a49161;
	vertical-align: top;
	float: left;
}
#teiki .premiumWrap .preBoxR h4 {
  margin: 10px 0 20px;
}

@media screen and (max-width: 767px) {
	#teiki,
	#contentsArea {
	  font-size: 13px;
	  /*line-height: 14px;*/
		padding: 30px 0 160px;
		margin: 50px auto;
		width:95%;
	}
  #teiki h1.menuTtl, #contentsArea h1.menuTtl {
    font-size: 1.5em;
  }
  #teiki h3, #contentsArea h3 {
    display: inline-block;
    padding: 10px;
    background-color: #DDD7CA;
    font-size: 16px;
    margin: 40px 0 20px;
  }
  #teiki h4, #contentsArea h4 {
    margin: 50px 0 20px;
  }
  .cap {
    font-size: 16px;
  }
  .premiumTb {
    margin: 30px 10px 5px 10px;
    font-size: 14px;
    line-height: 1em;
  }
  .premiumTb th {
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #CCC;
  }
  .premiumTb td {
    display: block;
    width: 100%;
    padding: 10px 5px 20px;
  }
  span.status {
    font-size: 12px;
  }
  span.total {
    font-size: 12px;
  }
  .preBoxL {
    width: 40px;
    padding-right: 10px;
  }
  .preBoxR {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 10px;
    padding-bottom: 40px;
  }
  #teiki .premiumWrap .preBoxR h4 {
    margin: 0 0 20px;
  }
} /*/767px以下*/


/*------------------------------
	定期便プラス
--------------------------------*/
#teikiPlus p,
#teikiPlus .status .statusBoxR span,
#teikiPlus .status .statusBoxB span,
#teikiPlus .guideBox span,
#teikiPlus .qaBox,
#teikiPlus .btnDoukon a {
  line-height: 1.6em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#teikiPlus {
    font-size: 16px;
    padding: 30px 0 160px;
    margin: 150px auto;
    background-color: white;
    width: 95%;
	max-width: 1000px;
}
#teikiPlus section {
  margin: 0 auto 100px;
  width: 100%;
	max-width: 800px;
}
#teikiPlus h1 {
	/*display: inline-block;*/
  margin: 0 auto 30px;
	text-align: center;
	/*max-width: 800px;*/
}
#teikiPlus h3 {
	/*display: inline-block;*/
  margin: 0 auto 30px;
	/*max-width: 800px;*/
	border-bottom: 1px solid #000;
}
#teikiPlus h3 span {
  /*vertical-align:middle;*/
	display: inline-block;
}
#teikiPlus h3 span.txtTokuten {
  font-size: 24px;
	/*padding-left: 40px;*/
}
#teikiPlus h3 span.txtTokuten::before {
  content: url("../../img/bellefare.jp/oth/teiki_plus_img04.png");
	position:relative;
	top: 6px;
	margin-right: 10px;
}
#teikiPlus h3 span.txtTokuten img {
  width: 32px;
}
#teikiPlus h3 span.txtTokuten02 {
  font-size: 36px;
	color: #A40D5D;
	padding-left: 20px;
	line-height: 1.4em;
}
#teikiPlus h3 img {
	height: 40px;
	width: auto;
	margin-right: 10px;
	vertical-align:middle;
}
#teikiPlus img.max680 {
	max-width: 680px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#teikiPlus img.max580 {
	max-width: 580px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#teikiPlus img.max280 {
	max-width: 280px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#teikiPlus img.max200 {
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#teikiPlus .cap01 {
	font-size: 20px;
	display: inline-block;
	border-bottom: 2px solid #BA9601;
	margin-bottom: 10px;
}
#teikiPlus .cap02 {
	font-size: 26px;
	display:table-cell;
	font-weight: bold;
}
#teikiPlus .cap02 span {
  vertical-align:middle;
}
#teikiPlus .cap02 img {
	max-width: 446px;
	height: auto;
	margin-right: 10px;
	vertical-align:middle;
}
#teikiPlus .item10off {
	margin-top: 20px;
	display: flex;
	text-align: center;
	padding: 0 5px;
}
#teikiPlus .item10off p {
	line-height: 1.4em;
	margin-bottom: 5px;
}
#teikiPlus .item10off p.itmName {
	font-size: 1.2em;
}
#teikiPlus .item10off .itmPrice {
	font-size: 1.2em;
	color: #A40D5D;
	font-weight: bold;
}
#teikiPlus .fontPink{
  color: #A40D5D;
}
#teikiPlus .fontGold{
  color: #6A3908;
}
#teikiPlus .note{
  padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	margin-bottom: 10px;
}
#teikiPlus .presentBox{
	width: 100%;
	padding: 40px;
	margin: 40px 0;
	background: #E6DBCB;
}
#teikiPlus .presentBox h2 {
	width: 100%;
  text-align: center;
	font-size: 20px;
	background: #D9C8B0
}
#teikiPlus .presentBox .innerBox{
  display: flex;
	flex-wrap:wrap;
	margin-top: 30px;
}
#teikiPlus .presentBox .innerBox div{
  flex-basis:50%;
	padding: 15px;
	text-align: center;
}
#teikiPlus .presentBox .innerBox div img{
  max-width: 260px;
}
#teikiPlus .presentBox .innerBox div:first-child {
  border-right: 1px dotted #82663E;
	border-bottom: 1px dotted #82663E;
	padding-top: 0;
}
#teikiPlus .presentBox .innerBox div:nth-child(2) {
	border-bottom: 1px dotted #82663E;
	padding-top: 0;
}
#teikiPlus .presentBox .innerBox div:nth-child(3) {
	border-right: 1px dotted #82663E;
}
#teikiPlus .presentBox .innerBox div span:nth-child(2) {
	color: #A40D5D;
	line-height: 1.2em;
	margin-bottom: 5px;
	display: inline-block;
}
#teikiPlus .presentBox .innerBox div span:nth-child(3) {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.2em;
	display: inline-block;
	font-weight: bold;
}
#teikiPlus .presentBox .innerBox div p:nth-child(4) {
	font-size: 14px;
	text-align: left;
}
#teikiPlus .presentBox .innerBox div p:nth-child(4) {
	font-size: 14px;
	text-align: left;
}
#teikiPlus .status {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-wrap:wrap;
}
#teikiPlus .status h4 {
	width: 100%;
	font-size: 20px;
	padding: 5px;
}
#teikiPlus .status .statusBoxL{
  flex-basis:40%;
	padding: 30px 15px 0;
}
#teikiPlus .status .statusBoxR{
  flex-basis:60%;
	padding: 0 15px;
}
#teikiPlus .status .statusBoxR div,
#teikiPlus .status .statusBoxB div {
  display: flex;
}
#teikiPlus .status .statusBoxR span,
#teikiPlus .status .statusBoxB span {
  display: inline-block;
	flex-basis:50%;
	font-size: 14px;
}
#teikiPlus .status .statusBoxT {
  width: 100%;
	padding: 30px 15px 0;
}
#teikiPlus .status .statusBoxB {
  width: 100%;
	padding: 0 15px;
}
#teikiPlus .status p {
	margin-bottom: 10px;
}
#teikiPlus .count {
	margin: 30px 0;
	padding: 30px;
	background: #F2F2F2;
}
#teikiPlus .count p:first-child {
	font-size: 20px;
	margin-bottom: 10px;
}
#teikiPlus .guideBox{
	width: 100%;
	padding: 40px;
	margin: 80px 0 40px 0;
	background: #EACED5;
}
#teikiPlus .guideBox p {
	width: 100%;
  text-align: center;
	font-size: 18px;
	background: #717171;
	color: #FFF;
	padding: 5px;
	margin: 40px 0 20px;
}
#teikiPlus .guideBox span {
	display: inline-block;
	padding-left: 2em;
	padding-right: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
#teikiPlus .guideBox span::before {
	content:"\025cf";
	color: #B887A3;
	/*margin-right: 1em;*/
}
#teikiPlus .qaBox {
	width: 100%;
	border-left: 10px solid #DCDDDD;
	padding-left: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#teikiPlus .qaBox table {
	margin-bottom: 60px;
}
#teikiPlus .qaBox table th {
	width: 34px;
	vertical-align: top;
}
#teikiPlus .qaBox table td {
	font-size: 20px;
	padding-left: 8px;
	vertical-align: center;
}
#teikiPlus .qaBox table tr:nth-child(2) th {
	padding-top: 20px;
}

#teikiPlus .qaBox table tr:nth-child(2) td {
	font-size: 16px;
	vertical-align: top;
	padding-top: 20px;
}
#teikiPlus .btnDoukon {
	text-align: center;
}
#teikiPlus .btnDoukon a {
	display: inline-block;
	padding: 10px 30px;
	background: #E4E0D4;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #333;
}
#teikiPlus .btnDoukon a span.btnTxt {
	font-size: 14px;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#teikiPlus {
	  font-size: 14px;
		padding: 30px 0 160px;
		margin: 50px auto;
		width:95%;
	}
	#teikiPlus section {
  margin: 0 auto 60px;
}
	#teikiPlus img.max280 {
	max-width: 220px;
}
	#teikiPlus .cap01 {
	margin-top: 20px;
	}
	#teikiPlus h3 span.txtTokuten02 {
  font-size: 28px;
	color: #A40D5D;
	padding-left: 20px;
	line-height: 1.2em;
}
	#teikiPlus .item10off {
	display: flex;
	flex-wrap:wrap;
}
	#teikiPlus .item10off div {
	flex-basis:50%;
}
#teikiPlus .item10off p {
	line-height: 1.2em;
}
	#teikiPlus .presentBox h2 span {
	display: inline-block;
}
	}

@media screen and (max-width: 460px) {
#teikiPlus .presentBox{
	padding: 20px;
}
#teikiPlus .presentBox h2 {
	font-size: 18px;
}
#teikiPlus .presentBox .innerBox div{
  flex-basis:100%;
}
#teikiPlus .presentBox .innerBox div:first-child {
  border: none;
}
#teikiPlus .presentBox .innerBox div:nth-child(2) {
	border: none;
}
#teikiPlus .presentBox .innerBox div:nth-child(3) {
	border: none;
}
#teikiPlus .presentBox .innerBox div span:nth-child(2) {
	color: #A40D5D;
	line-height: 1.2em;
	margin-bottom: 5px;
	display: inline-block;
}
#teikiPlus .presentBox .innerBox div span:nth-child(3) {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.2em;
	display: inline-block;
	font-weight: bold;
}
#teikiPlus .presentBox .innerBox div p:nth-child(4) {
	font-size: 14px;
	text-align: left;
}
#teikiPlus .presentBox .innerBox div p:nth-child(4) {
	font-size: 14px;
	text-align: left;
}
#teikiPlus .status .statusBoxL{
  flex-basis:100%;
	padding: 30px 15px 0;
}
#teikiPlus .status .statusBoxR{
  flex-basis:100%;
	padding: 0 15px;
}
#teikiPlus .status .statusBoxR span,
#teikiPlus .status .statusBoxB span {
	font-size: 12px;
}
	#teikiPlus .guideBox{
	padding: 30px 20px;
	margin: 40px 0 40px 0;
}
#teikiPlus .qaBox table td {
	font-size: 16px;
}

#teikiPlus .qaBox table tr:nth-child(2) td {
	font-size: 14px;
}
#teikiPlus .btnDoukon a {
	font-size: 16px;
	line-height: 1.4em;
}
#teikiPlus .btnDoukon a span {
	font-size: 16px;
	line-height: 1.4em;
	display: inline-block;
}
#teikiPlus .btnDoukon a span.btnTxt {
	font-size: 13px;
}
	}


/*------------------------------
	定期購入の同梱設定方法
--------------------------------*/

#teiki_doukon  {
  margin-top: 1.6em;
}
#teiki_doukon h3 {
	background-color: #FFF;
	border-left: 6px solid #DDD7CA;
	border-bottom: 2px solid #DDD7CA;
	font-size: 18px;
	display: block;
}
#teiki_doukon h4,
#teiki_doukon .kanryou,
#teiki_doukon h3 {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#teiki_doukon h4 {
  margin: 80px 0 20px;
	padding: 0 0 5px 2em;
	text-indent: -2em;
	border-bottom: 1px solid #A49161;
	font-size: 16px;
}
#teiki_doukon img {
  max-width: 680px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCC;
}
#teiki_doukon .kanryou{
	padding: 10px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
.txtIndent1em {
	padding-left: 1em;
	text-indent: -1em;
}
.txtIndent15em {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.txtIndent2em {
	padding-left: 2em;
	text-indent: -2em;
}
#teiki_doukon .imgSp {
  display: none;
}

@media screen and (max-width: 767px) {
#teiki_doukon .imgPc {
  display: none;
}
#teiki_doukon .imgSp {
  display: block;
}
	#teiki_doukon img {
  max-width: 90%;
}
}


/*------------------------------
  ポイントサービス
--------------------------------*/

.pointService {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #CCC;
}
.pointService img {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
	.pointService p {
  	font-size: 14px;
}
}
/*------------------------------
  about us
--------------------------------*/

.aboutTb {
	width: 100%;
  margin: 30px 0;
	border-bottom: 1px solid #CCC;
}
.aboutTb th {
  padding: 20px 10px;
	font-size: 24px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.aboutTb td {
  padding: 20px;
	font-size: 16px;
	text-align: left;
	vertical-align: top!important;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.aboutTb td:first-child {
  white-space: nowrap;
}
.aboutTb tr:last-child td {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.aboutTb {

  }
  .aboutTb th {
    padding: 10px 5px;
  }
  .aboutTb td {
    padding: 10px 5px;
    font-size: 15px;
  }
  .aboutTb td.blockTb {
    width: 100%;
    display: block;
  }
  .aboutTb td:first-child {
    padding-right: 20px;
  }
}


/*------------------------------
  contact
--------------------------------*/
.contact-form .col-xs-6 {
  padding-left: 15px;
  padding-right: 15px;
}
#contact {
  padding: 10px 0 10px;
}
.contact-text {
  margin: 45px auto;
}
.mail-message-area {
  width: 100%;
  padding: 0 15px;
}
.mail-message {
  width: 100%;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  margin: 0 auto;
  border-radius: 0;
}
.not-visible-message {
  height: 0px;
  opacity: 0;
}
.visible-message {
  height: auto;
  opacity: 1;
  margin: 25px auto 0;
}
/* Input Styles */
.form {
  width: 100%;
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 28px;
  color: #727272 !important;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.form:hover {
  border: 1px solid #827654;
}
.form:focus {
  color: white;
  outline: none;
  border: 1px solid #827654;
}


.form30 {
  width: 25%;
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 28px;
  color: #727272 !important;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.form30:hover {
  border: 1px solid #827654;
}
.form30:focus {
  color: white;
  outline: none;
  border: 1px solid #827654;
}


.textarea {
  height: 200px;
  max-height: 200px;
  max-width: 100%;
}

.textareaSNS {
  height: 400px;
  max-height: 400px;
  max-width: 100%;
}
/* Generic Button Styles */
.button {
  padding: 8px 12px;
  background: #0A5175;
  display: block;
  width: 120px;
  margin: 10px 0 0px 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 0.8em;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}
.button:hover {
  background: #3158A4;
  color: white;
}
/* Send Button Styles */
.form-btn {
  width: 180px;
  display: block;
  height: auto;
  padding: 15px;
  color: #fff;
  background: #827654;
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}
.form-btn:hover {
  background: #111;
  color: white;
  border: none;
}
.form-btn:active {
  opacity: 0.9;
}
center {
  margin-top: 330px;
}
input {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
	.slideInLeft,
	.slideInRight{
		width: 100%;
		float: none;
	}

	.form30 {
	  width: 60%;
	}

	.acc_key_view{
		padding-left:30px !important;
	}

	.pad30sp{
		padding-left:35px !important;
		padding-top:10px;
	}
}

/*------------------------------
  特定商取引法に基づく表示
--------------------------------*/
.tokusyoTb {
	width: 100%;
  margin: 30px 0 60px;
	border-bottom: 1px solid #CCC;
}
.tokusyoTb th {
  padding: 20px 20px 20px 1em;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.tokusyoTb th span{
	display: inline-block;
  margin-left: 1em;
	text-indent: -1.5em;
}
.tokusyoTb td {
  padding: 20px 20px 20px 0;
	font-size: 16px;
	text-align: left;
	vertical-align: top!important;
}
.tokusyoTb td span{
	display: inline-block;
  margin: 5px 0 15px 1em;
	text-indent: -1em;
}
/*.tokusyoTb tr:last-child td {
  padding-bottom: 40px;
}*/
@media screen and (max-width: 901px) {
	.brPc{
	display: none;
}
	.tokusyoTb {
  margin: 30px 0 80px;
}
  .tokusyoTb th {
    padding: 0 0 10px 1em;
		width: 100%;
    display: block;
		white-space: normal;
  }
  .tokusyoTb td {
    padding: 0 1em 30px 2em;
    font-size: 15px;
  }
  .tokusyoTb td {
    width: 100%;
    display: block;
  }
}

