.ribbon6 {
display: inline-block;
position: relative;
height: 60px;
line-height: 60px;
vertical-align: middle;
text-align: center;
padding: 7px 0;
font-size: 18px;
background: radial-gradient(#e20101, #79080a);
color: #FFF;
box-sizing: border-box;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
width: 100%;
}

.ribbon6 h3 {
vertical-align: middle;
margin: 0;
padding: 0 30px;
border-top: dashed 2px rgba(255, 255, 255, 0.5);
border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
line-height: 42px;
	font-size: 15px;
}

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

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

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

.text_ce {
	text-align: center;
}


.cus_midashi_a {
padding: .25em 0 .25em .75em;
border-left: 6px solid #4f9ccb;
margin: 15px 0;
}

.cus_midashi_b {
margin: 25px 0;
}

.cus_midashi_b:first-letter {
font-size: 2em;
color: #7172ac;
}


.cus_midashi_c {
  position: relative;
  padding: .5em .75em;
  background-color: #b2a30e;
  text-align: center;
  color: #FFF;
}
.cus_midashi_c:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #c1bc86;
}

.cus_midashi_d{
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.cus_midashi_d:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.my_list_a {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

my_list_a li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

my_list_a li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}

.mg_20 {
    margin: 60px 0 20px 0;
}

.cus_midashi_e{
position: relative;
display: inline-block;
padding: 0 55px;
}

.cus_midashi_e:before, .cus_midashi_e:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 2px;
border-top: solid 1px black;
border-bottom: solid 1px black;
}

.cus_midashi_e:before {left:0;}
.cus_midashi_e:after {right: 0;}

.wpcf7 label {
    display: block;
    width: 100%;
    margin: 9px 0 0 0px;
    text-align: left;
}

@media only screen and (max-width: 738px){
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-size: 16px;
}
}

.entry img.aligncenter {
    margin: 7px auto;
    clear: both;
    display: block;
}

.linebanner{
	    width: 100%;
	max-width:470px !important;
    height: auto;
}

