#service .col-md-4:hover .rdn-service-icon {
    opacity: 0.5;
transform: none;
}

.rdn-team-area .rdn-page-social {
    margin-bottom: 0px;
    text-align: center;
visibility: hidden;
display:none;
}

#rdn-callout {
    background-color: #AE060A !important;
    background:none;
}

.rdn-callout-inner {
    background-color: none !important;
    background:none;
}

.carousel-control {
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    font-size: 40px;
    opacity: 1;
    width: 56px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    top: calc( 50% - 35px);
    text-shadow: none;
}

.entry-title, .entry-title a, .entry-style-header, .entry-style-header a {
    display:none;
}

.titlebar {
    content: "";
    display: block;
    width: 120px;
    margin: 15px auto;
    border-top: 4px solid #AE060A
}

.line30 {
    line-height: 30px;
}

.enji {
    color: #AE060A;
    font-weight: bold;
}

.gray {
    color: #696969;
    font-weight: bold;
}


.rdn-featured-image {
    text-align: center;
}

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

#testimonial {
visibility: hidden;
display:none;
}

}


body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.rdn-sub-header-inner {
    background-color: #e9e3d5;
}

/* ミッション背景 */

.mission_bg　{
	background-color:#000000;
	margin: 10px;
}

/* プランタイトルバー */

.plan_title {
  padding: .75em 1em;
  border: 1px solid #ccc;
  border-top: 3px solid #AE060A;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}

/* ポイント */

.points {
    background: #AE060A;
    padding: 2px 0;
    font-weight: normal;
    font-size: 20px;
    text-align: bold;
    max-width: 140px;
    margin-bottom: 40px;
    color:#fff;
}
.points .en2 {
    font-family: 'Ubuntu Condensed', sans-serif;
}