@charset "UTF-8";
/* ========================================================
変数
======================================================== */
/* ========================================================
mixin
======================================================== */
/* ========================================================
変数
======================================================== */
/* ========================================================
	freepagelp-yama.css => フリーページ lp　CSS
======================================================== */

.price-revision {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.8;
	margin-top: 80px;
		
}

.intro-text {
  margin-bottom: 2rem;
}

.notice-text {
  color: #B22222;
  font-weight: bold;
}

.section-header {
  /*background-color: #efefef;*/
	border-bottom: 1px solid #ddd;
	border-left: 3px solid #333;
  padding: 5px 20px 5px 20px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.section-subheader {
  background-color: #cdc6ba;
  padding: 5px 10px 5px 10px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
	
.section-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.notice {
  margin-bottom: 1rem;
}

.note {
  font-size: 1.4rem;
  color: #666;
}

.product {
  margin-bottom: 4rem;
	margin-left: 2rem;
	margin-right: 2rem;
}

.product-name {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
}

.price-table th {
  border: 1px solid #ddd;
  padding: 6px 1rem ;
  /*width: 33%;*/
  text-align: center;
}

.price-table td {
  border: 1px solid #ddd;
  padding: 6px 1rem ;
  /*width: 33%;*/
  text-align: left;
}
	
	
.price-table th:nth-child(1),
.price-table td:nth-child(1) {
  width: 60%;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 40%;
}

/*.price-table th:nth-child(3),
.price-table td:nth-child(3) {
  width: 30%;
}*/

.price-table .right-align {
  text-align: right;
}

.price-table th {
  background-color: #F7F6F4;
  font-weight: normal;
}
	
.price-spacer {
  margin-bottom: 10rem;
}

	
	
.toc {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 1rem 1.5rem;
  margin: 2rem 0 6rem 0;
  font-size: 1.2rem;font-weight: bold;
}

.toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc li {
  margin: 0.5rem 0;
}

.toc a {
  text-decoration: underline;
  color: #333;
}

.toc a:hover {
  text-decoration: underline;
}











@media screen and (max-width: 768px) {
/*   .toc {
    font-size: 1rem;
    padding: 1rem;
    margin: 1.5rem 0;
  }

  .toc li {
    margin: 0.4rem 0;
  }*/
}

@media screen and (max-width: 510px) {

  
}









/*# sourceMappingURL=../map/pages/freepagelp-yama.css.map */





