/****************************/
/*  */
/****************************/

span.badge {margin-right:0.5em;}

ul.tenlist {
  list-style: none;
  padding-left: 1em;
  text-indent:-1em;
}
ul.tenlist > li:before{
  content:"・";
  color: block;
}

ul.marulist {
  list-style: none;
  padding-left: 1em;
  text-indent:-1em;
}
ul.marulist > li:before{
  content:"●";
  color: block;
}

ul.squarelist {
  list-style: none;
  padding-left: 1em;
  text-indent:-1em;
}
ul.squarelist > li:before{
  content:"■";
  color: #B85950;
}

.ribbon3 {
  display: inline-block;
  position: relative;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 3px 0;
  background: #CD5E3B;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon3 h5 {
  margin: 0;
  padding: 0 50px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 26px;
  font-size: 1em;
}

.ribbon3:before, .ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon3:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 18px 0px 18px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon3:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 18px 10px 18px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.snow-box {
  position:relative;
/*  overflow:hidden; */ /* はみ出た部分が隠れる */
}
.snow-box img {
  position:absolute;
  top:0;
  right:0;
  width:110px; /* サイズ調整 */
  opacity:0.3; /* 少し透過させると文字と馴染む */
  pointer-events:none; /* クリックを無効化（装飾用の場合） */
}
.h2-text {
  position:relative;
  z-index:1;
}




@media (max-width: 768px) {
	img.photo80 {
	  width: 80%;
	  display: block;
	  margin: 0 auto;
	}
	img.photo70 {
	  width: 70%;
	  display: block;
	  margin: 0 auto;
	}
}

