h3:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 0px solid #337ab7;
}
div.Topbox1 {
    width: 90%;
}

/* 商品の紹介 */
.col-sm-4 {
	margin-top: 60px;
	margin-bottom: 15px;
	padding-right: 30px;
  padding-left: 30px;
}
p.product {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #a95802;
}

.btn-block {
width: 300px;
}

.siteContent .btn-primary, .siteContent .btn-primary:after {
border-color: #ffffff;
}

.siteContent .btn-primary:after {
border: 0px solid #2e6da4;
}



.veu_childPage_list .wp-post-image {
    border: solid 0px #ddd;
}

h2, .mainSection-title {
    border-color: #f7b092;
		color: #d04845
}

.veu_contact.veu_contentAddSection .contact_frame {
    border: none;
    background-color: #fffaec;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.head_test {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #ab9671;  /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    border-radius:  2px;        /* 角丸指定 */
}
p {
    margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
}
.head_test:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #b3b3b3;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 50%;                  /* 位置調整 */
    height: 60%;                /* 高さ指定 */
    top: 26%;                   /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
    width: 46%;                 /* 幅指定 */
    box-shadow: 0 0 8px 8px #b3b3b3;/* 影指定 */
    transform: rotate(3deg);    /* 回転 */
}
.subSection-title, h3 {
    color: #ffffff;
}



/* TOP */
p.toptext {
    text-align: center;
    margin-top: 40px;
}

.parent {
	margin: 0 auto;
	width: 340px;
}


/* 3PR */
.prBlock .prBlock_title {
    color: #90450f;
}

/* 商品ボタン */
.btn-icon {
  display: inline-block;
  max-width: 180px;
text-align: center;
  background-color: #152244;
  font-size: 16px;
  color: #FFF;
  text-decoration: none !important;
  font-weight: bold;
padding: 8px 16px 8px 20px;
  border-radius: 4px;
  position: relative;
}

.btn-icon:before {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-icon:hover {
  opacity: 0.8;
}

.bt {
	text-align: center;
	margin-top: 15px;
}

/* Contact Form 7のリスト項目をすべて縦並びに */
span.wpcf7-list-item {
display: block;
}


/* 必須マーク */
.must {
	background: #FF1A00;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 2px 5px;
	letter-spacing: 0.2em;
}
/* フォーム余白 */
input.form-control {
    margin-bottom: 15px;
}

textarea.form-control {
    margin-bottom: 15px;
}

.veu_contact.veu_contentAddSection {
    margin-bottom: 30px;
}