@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 599px) {
.grcs_contents .row {
   margin-left: 0;
   margin-right: 0;
}
}

.grcs_contents small {
line-height: 0.8 !important;
}






.site-section {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }
	
.section-heading h3 br {
display: none;
}
.section-heading h3 {
  font-size: 1.3rem; }
  @media (min-width: 768px) {
    .section-heading h3 br {
    display: block;
    }
	.section-heading h3 {
      font-size: 1.75rem; } }



.grcs_contents h1 {
font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
.grcs_contents h1 {
font-size: 2rem;
}
}

.grcs_contents h3 {
font-size: 1.5rem;
line-height: 1.8em;
}
@media screen and (min-width: 768px) {
.grcs_contents h3 {
font-size: 1.75rem;
}
}

.grcs_contents h4 {
font-size: 21px;
}
@media screen and (min-width: 768px) {
.grcs_contents h4 {
font-size: 24px;
}
}

.grcs_contents h5 {
font-size: 16px;
}
@media screen and (min-width: 768px) {
.grcs_contents h5 {
font-size: 17px;
}
}



.point_txt {
	line-height: 2;
	color: #616161;
	font-size: 18px;
}




/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #7A82A1;}
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.5); }


  .site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em; }
  .site-blocks-cover h2 {
    font-weight: 600;
    color: #fff;
    font-size: 2rem; }
    .site-blocks-cover h2 strong {
      font-weight: 900; }
    @media (min-width: 768px) {
      .site-blocks-cover h2 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2; } }
  .site-blocks-cover h3 {
    font-weight: 600;
    color: #fff;
    font-size: 1.8rem; }
    .site-blocks-cover h3 strong {
      font-weight: 900; }
    @media (min-width: 768px) {
      .site-blocks-cover h3 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2; } }
  .site-blocks-cover p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
	




.unit-1 {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  line-height: 2em;
  background-color: #fff;
  padding: 16px 32px;
  border-left: 1px solid #B2AAAA;
  border-top: 1px solid #B2AAAA;
  border-right: 1px solid #B2AAAA;
  }
  .unit-1:last-child {
  border-bottom: 1px solid #B2AAAA;
  }
  
.unit-1 h5 {
line-height: 1.8em;
font-size: 18px;
margin-top: 8px;
text-align: center;
}


/*　bootstrap 切り替えポイント　*/
@media screen and (min-width: 768px) {
.unit-1 {
  border-left: 1px solid #B2AAAA;
  border-top: 1px solid #B2AAAA;
  border-bottom: 1px solid #B2AAAA;
  border-right: 0;
}
.unit-1:last-child {
  border-right: 1px solid #B2AAAA;
  }


}






.unit-3 {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  line-height: 2em;}
  
.unit-3 h4 {
line-height: 1.6em;
font-size: 21px;
margin-top: 16px;
}




.unit-2 {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
	background-color: #446694;
  line-height: 2em;
color: #fff !important;
	padding: 0 32px;
}
  
.unit-2 h4 {
line-height: 1.6em;
font-size: 21px;
margin-top: 16px;
}

.unit-2 p {
color: #919191 !important;
font-size: 16px;
}

.unit-2 i {
font-size: 40px;
}

.unit-2 img {
	height: 80px !important;
}




/*-- 15. Price-Area --*/

.box-shadow {
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    color: #333;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-shadow .box-header {
    background-color: #f2f3fc;
    padding: 24px 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(65deg, rgba(48, 107, 172, 1) 0%, rgba(94, 136, 252, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(65deg, rgba(48, 107, 172, 1) 0%, rgba(94, 136, 252, 1) 100%);
    background: linear-gradient(65deg, rgba(48, 107, 172, 1) 0%, rgba(94, 136, 252, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-shadow .box-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    z-index: -1;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-shadow .box-header img {
	width: 192px;
}



.box-shadow .box-header h4 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;
}

.box-shadow .box-body {
    padding: 32px 40px 40px;
	text-align: left;
}
@media screen and (min-width: 768px) {
.box-shadow .box-body {
    padding: 32px 64px 40px;
	text-align: left;
	margin-left: 0px;
}
}



.box-shadow .box-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-shadow .box-body li {
    margin-bottom: 16px;
	line-height: 1.8em;
	padding-left:1em;
	text-indent:-0.7em;
}




/*-- 吹き出し --*/

.bubble {
     position: relative;
     display: inline-block;

     text-align: center;
     color:#FFF;
	font-weight: 600;
     padding: 16px 40px;
     background-color: #A20202;
     border-radius: 5px;
	margin-top: 32px;
	font-size: 18px;
}



/*-- 11. Service-Box --*/

.service-box {
    position: relative;
    padding-left: 100px;
}

.team-slide .owl-controls .owl-nav > div,
.service-box .box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 72px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#482cbf+0,6ac6f0+100 */
    background: rgb(72, 44, 191);
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    color: #5e88fc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	padding-left: 8px;
}

.team-slide .owl-controls .owl-nav > div:hover,
.service-box:hover .box-icon {
    color: #ffffff;
}

.team-slide .owl-controls .owl-nav > div:before,
.service-box .box-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.team-slide .owl-controls .owl-nav > div:hover:before,
.service-box:hover .box-icon:before {
    opacity: 0;
}

.service-box h4 {
    margin-bottom: 10px;
}








/*-- 6. Page-Title --*/

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8D8B8A;
	font-size: 16px;
}

.text-center.page-title .title:before,
.page-title .title:after {
    content: '';
    width: 15px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 16px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}


.page-title p {
	text-align: left !important;
	line-height: 1.8;
}
@media screen and (min-width: 768px) {
.page-title p {
	text-align: center !important;
}
}

.page-contents p {
	text-align: left !important;
	line-height: 1.8;
}




@media screen and (min-width:992px) and ( max-width:1300px) {
.ermt_products .text-center.page-title .title:before,
.ermt_products .page-title .title:after {
    width: 20px;
}
}

@media screen and (min-width: 1301px) {

.text-center.page-title .title:before,
.page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 16px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}






.sample img {
	max-width: 600px;
	}