main{/*common.cssを読まなくなったら消す*/
    font-size: inherit;
}

.contents {
  font-size: 16px;
  background-color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
.contents_inner {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

/*商品おすすめの理由フレーム　見出し*/
.product-head{
	text-align: center;
	margin-top: 40px;
}

/*商品おすすめの理由フレーム　コンテンツ*/
.product-cont{
	padding: 40px 0;
	background-color: #F7F7F7;
}
.product-cont_inner{
	width: 800px;
	margin:0 auto;	
}

@media screen and (max-width: 766px) {
    .contents {
      font-size: 14px;
    }
    .contents_inner {
        padding: 0 20px;
        box-sizing: border-box;
    }
	.product-area_inner{
		width: 100%;
	}
	.product-cont{
		padding:20px;
	}
	.product-cont_inner{
		width: 100%;
	}
}
/*無地パネル*/
.panel-block{
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}
.panel-block + .panel-block{
	margin-top:40px;
}

@media screen and (max-width: 766px) {
    .panel-block{
        padding: 20px;
    }
}
/*白パネル*/
.panel-block.panel-block--white{
	background-color: #fff;
}

.u-ta-c{
	text-align: center;
}

.u-mtb20{
	margin-top:20px;
	margin-bottom:20px;
}
/*リスト ノーマル*/
.lst{
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2em;
  list-style: disc;
  counter-reset: number 0;
}

.lst .lst {
  margin-bottom: 0;
  list-style: circle;
}

.lst--asterisk {
    list-style: none;
    padding-left: 0;
}
.lst--asterisk .lst-item {
    position: relative;
    padding-left: 18px;
}
.lst--asterisk .lst-item::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "※";
}

.lst--num {
    list-style: none;
    padding-left: 0;
}
.lst--num .lst-item {
    position: relative;
    padding-left: 28px;
}
.lst--num .lst-item::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    counter-increment: number 1;
    content: "※" counter(number);
}

@media screen and (max-width: 766px) {
    .lst{
        font-size: 12px;
    }

}

/*画像*/

/*テーブル*/
.table{}
.table > thead > tr > th{}
.table > tbody > tr > th{}
.table > tbody > tr > td{}


/*整理が必要だけど共通にいるもの*/
a.un-link:link, a.un-link:active{
    color:#0055ac;
    text-decoration:underline;
}

a.un-link:visited{
    color:#551a8b;
    text-decoration:underline;
}

a.un-link:hover,a.un-link:focus{
    color:#bf0000;
    text-decoration:none;
}
.hero_btn_02{
  height: 100%;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 3px;
  transition: .2s;
  font-size: 16px;
  font-weight: bold;
  margin:20px 0 40px;
}
.hero_btn_02{
  background-color: #fff;
  color: #BF0000;
  border: 1px solid #BF0000;
  padding-top: 10px;
}
.hero_btn_02:hover{
  background-color: #940000;
  color: #fff;
}
.pagetopWrap{
display:none !important;
}