.grecaptcha-badge { visibility: hidden; }
.widgettitle {
	font-size:1.2em;
}
.widget_lc_taxonomy {
	list-style:none;
}
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 70px;/*リボンの高さ*/
  line-height: 70px;/*リボンの高さ*/
  text-align: center;
  padding: 0 35px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
background: -webkit-repeating-linear-gradient(-45deg, #b0daff, #b0daff 3px,#c3e0fa 3px, #c3e0fa 7px);
  background: repeating-linear-gradient(-45deg, #b0daff, #b0daff 3px,#c3e0fa 3px, #c3e0fa 7px);
  color: #FFF;/*文字色*/
  box-sizing: border-box;
	    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
}

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

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;/*文字サイズ*/
  background: #bddbff;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbon3 h3 {
  margin: 0;
  padding: 0 30px 0 15px;
 /* border-top: dashed 1px #FFF;*/
/*  border-bottom: dashed 1px #FFF;
  line-height: 46px;*/
}

.ribbon3:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon01 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}

.ribbon01:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #a5cff3;
  border-left-color: transparent;
}

.ribbon01:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #a5cff3;
  border-right-color: transparent;
}

.ribbon01 h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: #008eff;
  text-shadow: 0 0 2px #FFF;
  background: -webkit-repeating-linear-gradient(-45deg, #b0daff, #b0daff 3px,#c3e0fa 3px, #c3e0fa 7px);
  background: repeating-linear-gradient(-45deg, #b0daff, #b0daff 3px,#c3e0fa 3px, #c3e0fa 7px);
}

.ribbon01 h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #7fafd9;
}

.ribbon01 h2:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #7fafd9;
}