/* ナビ */
.breadcrumbs {
  background: none;
  font-size: 0.9em !important;
  font-weight: 100;
 margin: 10px 0 !important;
  padding: 0;
}
.rstpl-breadcrumbs-position, .rstpl-slideshow-position{
  margin-bottom: 0rem !important;
}
/* top */
.rscarousel .controls {
text-align: center;
display: block !important;
margin: 0 auto; margin-top: 0px;}

.rscarousel .item img {
display: block;
line-height: 1;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 0px;
max-width: 100%;
 margin-bottom: -80px !important;
margin-top: -40px !important;
}
.rscarousel {
  margin-bottom: -5px !important;
}
.rstpl-slideshow-full-width-position .carousel-shadow {
  height: 30px !important;
}
.visible-desktop {
  display: inherit !important;
  margin-top: -30px !important;
}
.rscarousel .carousel-control span {
  font-size: 0.7em !important;
 
}
@media screen and (max-width: 600px) {
  .rscarousel .item img {
  display: block;
  line-height: 1;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  max-width: 100%;
  margin-bottom: -20px !important;
  margin-top: -20px !important;
}
.rscarousel .carousel-caption .rstpl-description h4 {
  font-size: 1em !important;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
.rstpl-title{padding-bottom: 7px;
  position: relative;
}
  h2.rstpl-title{font-size:17px;padding-bottom: 7px !important;}
}
@media (min-width: 768px) and (max-width: 979px) {
  .rscarousel .carousel-shadow {
    padding-bottom: 2em !important;
  }
} 

@media screen and (min-width: 680px){ .pc { display:inline; } .sp { display:none; } } @media screen and (max-width: 680px){ .pc { display:none; } .sp { display:inline; } }


table.officer {
    border-collapse: collapse;
    margin: 0 auto 40px auto;
    padding: 0;
    width: 90%;
    table-layout: fixed;
    letter-spacing: 0.3em;

}

table.officer tr {
  background-color: #fff;
  padding: .25em;
 border-bottom: 1px solid #c6c2c2;
}
table.officer th{
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #ddd;width:30%;
}
table.officer th.long-space{
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;width:70%;
}

table.officer td{
  padding: 1em;
}
table.officer td.position{
 
  border-right: 1px solid #ddd;width:20%;
}
table.officer td.txt-officer{
  padding: 1em 10px 1em 2em;
  border-right: 1px solid #ddd; line-height: 200%;
 }
table.officer th {
  font-size: 1em;
}
table.officer thead tr{
  background-color: #fff;
  color:#fff;
}
table.officer tbody th {
   background: #ececec;
color: #3e3939;
}
.txt-officer{
   text-align: left;
   font-size:1em;
}
.position{
  text-align: center;
  font-weight: bold; border-bottom: 1px solid #c6c2c2; background: #ececec;
}
.non{
  background:#fff
}
@media screen and (max-width: 600px) {
table.officer {

    letter-spacing: 0em;
    border: 0;
    width:100%
  }
  table.officer th{
    background-color: #167F92;
    display: block;
    border-right: none;width:100%;
  }
  table.officer thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.officer tr {
    display: block;
    margin-bottom: .625em;
  }
  table.officer td {
    border-bottom: 1px solid #bbb;
    display: block;
    
    text-align: right;
    position: relative;
  
    border-right: none;width:100%;
  }
table.officer td.position {
        border-bottom: 1px solid #bbb;
    display: block;
    
    text-align: center;
    position: relative;
    
    border-right: none;
    width: 100%;
}
  
  table.officer td::before {
    content: attr(data-label);
    
    position: absolute;
    left: 10px;
    color: #5D75A4;font-size:0.8em;
  }
  table.officer td:last-child {
    border-bottom: 0;
  }
  table.officer tbody th {
   
}
table.officer td.txt-officer {
    padding: 1em 10px 1em 2em;
    border-right: 0px solid #ddd !important;
}
}





@import url("https://fonts.googleapis.com/css?family=Mukta:700");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

:root {
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
}


/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #d74489;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #fff;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
body {
  font-family: Roboto;
}

#timeline {
  padding: 50px 0;
  background: #fff;
 
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
   display: flex;
flex-flow: column wrap;
width: 940px;
height: 1200px;
margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
   max-width: 400px;
height: 390px;
margin: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
margin-top: 45px;
margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 440.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 441px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: inherit;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {

    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #f0f8ff;
  border: 1px solid rgb(128, 176, 200);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #79c7f0;
}
#timeline .demo-card--step1 .head::after {
  border-color: #79c7f0;;
}
#timeline .demo-card--step2 {
  background-color: #79c7f0;;
}
#timeline .demo-card--step2 .head::after {
  border-color: #79c7f0;;
}
#timeline .demo-card--step3 {
  background-color:#79c7f0;;
}
#timeline .demo-card--step3 .head::after {
  border-color: #79c7f0;;
}
#timeline .demo-card--step4 {
  background-color:#79c7f0;;
}
#timeline .demo-card--step4 .head::after {
  border-color: #79c7f0;;
}
#timeline .demo-card--step5 {
  background-color:#79c7f0;;
}
#timeline .demo-card--step5 .head::after {
  border-color: #79c7f0;;
}



.n-box{width:55px; height:60px; float:left}
.n-text{}
ol.parentheses1 {
	margin-left: 3.5em; /* サイトに合せて調整 */
}

ol.parentheses1 li {
	list-style-type: none;
	counter-increment: cnt;line-height:1.5;
}

ol.parentheses1 li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}
.k-list dl {width:150px;

}

.k-list dt {
padding-bottom: 5px;
}

.k-list dt {
clear: left;
float: left;
width: 100px;
}
.k-list dd {
margin-left: 11%;

}
@media (max-width: 480px) {
.n-box{width:55px; height:75px; float:left}
}


/* history_lead
------------------------------------------------------------------- */
#main div.history_lead {
	padding-bottom: 62px;
	margin-bottom: 62px;
	border-bottom: 1px solid #D2D2D2;
}
#main div.history_lead div.txt > *:first-child { margin-top: 0; }
#main div.history_lead div.txt > *:last-child { margin-bottom: 0; }

#main div.history_lead div.txt {
	position: relative;
}
#main div.history_lead div.txt p {
	margin-top: 32px;
	margin-bottom: 0;
}
#main div.history_lead div.txt.off p {
	height: 4em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#main div.history_lead div.txt a.btn.readmore {
	display: none;
}
#main div.history_lead div.txt.off a.btn.readmore {
	width: 100%;
	height: 80px;
	line-height: 80px;
	display: block;
	background-color: #fff;
}

body.msie #main div.history_lead div.txt.off p {
	
}

@media screen and (min-width : 851px) {
	#main div.history_lead {
		width: 1008px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#main div.history_lead:after {
		content: '';
		display: block;
		clear: both;
	}
	#main div.history_lead div.photo {
		float: left;
		width: 31.74603%;
	}
	#main div.history_lead div.txt {
		float: right;
		width: 61.90476%;
	}
	#main div.history_lead div.txt h2 {
		margin-bottom: 32px;
	}
}
@media screen and (max-width : 1109px) {}
@media screen and (max-width : 850px) {
	#main div.history_lead {
		padding-bottom: 62px;
		margin-bottom: 32px;
	}
	#main div.history_lead div.txt {
		margin-top: 32px;
	}
	#main div.history_lead div.txt h2 {
		font-size: 18px;
	}
	#main div.history_lead div.txt p {
		margin-top: 32px;
	}
	#main div.history_lead div.txt.off p {
		height: 6em;
		-webkit-line-clamp: 3;
	}
	#main div.history_lead div.txt.off a.btn.readmore {
		height: 64px;
		line-height: 64px;
	}
}
@media screen and (max-width : 378px) {}

/* history
------------------------------------------------------------------- */
#post-content ul.history {
	width: 1008px;
	max-width: 100%;
	list-style-type: none;
	margin: 100px auto 0 auto;
	padding: 0;
}
#post-content ul.history li {
	position: relative;
	width: calc(100% - 48px);
	margin: 60px 0 0 48px;
	padding: 20px 0 20px 105px;
	border-left: 1px solid #56B4DF;
}
#post-content ul.history li > *:last-child { margin-bottom: 0; }
#post-content ul.history li + li {
	margin-top: 60px;
}
#post-content ul.history li:before {
	display: none!important;
}
#post-content ul.history li h2,
#post-content ul.history li h3 {
	border-left: 0;
	padding: 0;
	margin: 0;
	width: 75px;
	color:#0054a7;
}
#post-content ul.history li h2 {
	position: absolute;
top: -45px;
left: -38px;
height: 44px;
font-size: 30px;
font-weight: 900;
padding: 10px 0 0 0;
width: 100%;
border-bottom: 1px dotted #4d5660;
}

#post-content ul.history li h2::after {
	content: attr(data-wareki);
position: relative;
margin-left: 0px;
font-size: 14px;
z-index: 2;color:#bbb;    color: #2d393e;
    letter-spacing: 0.1em;
    font-weight: normal;padding-left: 5px;
}

#post-content ul.history li h3 {
	position: absolute;
	left: 15px;
	padding: 0;
	width: 80px;
	text-align: left;font-size: 1.2rem;
}

#post-content ul.history li h3 + p {
	position: relative;
}
#post-content ul.history li p {
	position: relative;
}
#post-content ul.history li p:before {
	content: '';
position: absolute;
top: 9px;
left: -20px;
width: 10px;
height: 1px;
background-color: #4C4C4C;
}
a.anchor {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
@media screen and (max-width : 1109px) {}
@media screen and (max-width : 850px) {
	#post-content ul.history {}
	#post-content ul.history li {
		width: calc(100% - 8px);
		margin-top: 56px;
		padding: 20px 0 20px 80px;
		margin-left: 8px;
	}
#post-content ul.history li p:before {
		left: -15px;
	}
#post-content ul.history li h2 {
		top: -44px;
		left: -8px;
		font-size: 18px;
		line-height: 30px;
		height: 40px;
	}
#post-content ul.history li h3 {
		left: 16px;
		width: 80px;
		font-size: 18px;
	}
#post-content ul.history li p {
		font-size: 14px;
		line-height: 24px;
		padding-top: 2px;
	}
#post-content ul.history li {
		padding-left: 90px;
	}
#post-content ul.history li p:before {
		top: 12px;
	}
}


.btn--yellow.btn--cubic, a.btn--yellow.btn--cubic, button.btn--yellow.btn--cubic { border-bottom: 5px solid #ccc100; }

.c-stepper-item { position: relative; display: flex; gap: 1rem; padding-bottom: 4rem;} 
.c-stepper-item:before { content: ""; flex: 0 0 var(--circle-size); height: var(--circle-size); border-radius: 50%; background-color:#56b4df; } 
.c-stepper-item:not(:last-child)::after { content: ""; position: absolute; left: 0; top: calc(var(--circle-size) + var(--spacing)); bottom: var(--spacing); z-index: -1; transform: translateX(calc(var(--circle-size) / 2)); width: 2px; background-color: #56b4df; } 
h3.c-steppertitle
{font-weight: bold;padding-top:10px; font-size: clamp(1.2rem, 4vw, 1.25rem); margin-bottom: clamp(1rem, 2vmax, 1rem); } 


.c-stepper-desc { color: #272728; font-size: clamp(0.85rem, 2vmax, 1rem); } 
.c-stepper-content1 { width:100%; }
.c-stepper-content2 { max-width: 700px; } 
.c-stepper-content3 { max-width: 700px; }

 .wrapper-n { max-width: 1000px; margin: 2rem auto 0; } 
.btn-n, a.btn-n, button.btn-n {font-size: 1.6rem; font-weight: 700; line-height: 1.5; position: relative; display: inline-block; padding: 1rem ; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; vertical-align: middle; text-decoration: none; letter-spacing: 0.1em; color: #212529; border-radius: 0.5rem; max-width: 500px; margin: auto; display: block; } 

.btn--cubic:hover, a.btn--cubic:hover, button.btn--cubic:hover { margin-top: 3px; } 

.btn-copy { font-size: 0.9rem; font-weight: bold;color: #56b4df; position: relative; margin-bottom: .2em; text-align: center; } 
.btn-copy:before { margin-right: 1rem; content: '＼'; } 
.btn-copy:after { margin-left: 1rem; content: '／'; } 
a.btn--yellow { color: #000; background-color: #fff100; border-bottom: 5px solid #ccc100; } 
a.btn--yellow:hover { background-color: #fff100; border-bottom: 2px solid #ccc100; margin-top: 7px }
 a.btn-c-05 { font-size: 1rem; position: relative; padding: 1rem; border-radius: 35px; } 
a.btn-c-05::before {font-family: "Font Awesome 6 Free"; font-size: 1.6rem; line-height: 1; position: absolute; top: calc(50% - .8rem); right: 1rem; margin: 0; padding: 0; content: '\f054'; } 
*, *:before, *:after { box-sizing: border-box; } 



div#text p {
 margin-left:1em;
 text-indent:-1em;
}








.rstpl-title-form{border-bottom: 4px solid #949e95;padding-bottom: 8px;}
.sub-font{font-size:12.5px;color:#0634c4;margin-bottom: 30px;
margin-top: -10px;}
.footer-more{
text-decoration: none;
font-size: .9em;text-align:right;
margin-right: 25px;
  margin-top: 5px;
  display: block;color:#E8E8E8;}
.footer-more a{
text-decoration: none;
color:#E8E8E8;}
.footer-more a:hover{
text-decoration: none;
color:#80cca8;}
.form-box{border:5px solid #949e95; padding:30px;width:100%;}
.form-box2{background-color: #ddd; padding:30px;width:100%;margin-top:30px;}
.member-box{
    background-color:#ececec;
    padding: 30px;
    width: 100%;
    margin-top: 30px;}
.agree{
    margin: 40px 0px 40px 0px;
    padding: 15px 15px 5px 15px;
    border: 1px solid #cccccc;
    font-size: 13px;
    height: 25em;
    overflow: scroll;}

.catch-service {
    text-align: center;
    font-size: 29px;
   
    letter-spacing: .1em;margin-bottom: 50px;color: #424753;
}

.catch-constitution{
    text-align: center;
    font-size: 20px;
  margin-top:60px;
    letter-spacing: .1em;margin-bottom: 50px;color: #424753;
}
.catch-service-s {
    text-align: left;
    font-size: 18px;
   
    letter-spacing: .1em;margin: 50px 0 20px 0;color: #424753;
}

.g-content {
    margin: 0.625rem;
    padding: 0.938rem;color: #424753;
}

.photo-r {
    float: right;
    text-align: center;
    font-size: 12px;margin:-70px 0 20px 20px;
}

.pull-left.item-image {
    margin-right: 20px;
    margin-bottom: 30px;
    max-width: 100%;
}
.item-image {
    padding: 20px;
    margin-bottom: 25px;
}
.item-image {
    padding: 20px;
    background-color: #dcdcdc;
}
ul.latestnews.mod-list{padding:10px 0 10px 0 !important;list-style: none !important;margin: 0 0 10px 0px;font-size: 15px;}
ul.latestnews.mod-list li {
	border-bottom: 1px solid #ccc !important;padding: 10px 0 10px 14px;
}
ul.latestnews.mod-list li::before {
font-family: "Font Awesome 6 Free";
  position: absolute;
  font-weight: 900;
 content:"\f0da";
color: #48a3cc;
  margin-left: -12px;
  font-size: 17px;
}
#kaiho-header {
    width: 100%;
    height: auto;
}
#full-box {
    width: 960px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 2% 40px 2%;
    box-sizing: border-box;
    background-color: rgba(12, 41, 13, 0.44);
}
.txt-r{
    text-align: right;
    display: block;
}

.full-box-text {
text-align: center;
  line-height: 1.7em;
  font-size: 200%;
  color: rgb(67, 69, 72);
  padding-top: 3%;
  text-shadow: 0 2px 9px #2b2626;
  border-bottom: 0px dotted #4dab2a;
  letter-spacing: 0.1em;
}


button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 14.5rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #226b97;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 2.5rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}






button.learn-more2 {
  width: 13rem;
  height: auto;
}
button.learn-more2 .circle2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #c1bc4f;
  border-radius: 1.625rem;
}
button.learn-more2 .circle2 .icon2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more2 .circle2 .icon2.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more2 .circle2 .icon2.arrow2::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more2 .button-text2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 2.5rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle2 {
  width: 100%;
}
button:hover .circle2 .icon2.arrow2 {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text2 {
  color: #fff;
}



.rstpl-box-horizontal-icon2 .rstpl-box-icon2 span {
    font-size: 25px;
    height: 42px;
    line-height: 35px;
    margin: 14px;
    vertical-align: bottom;
    width: 42px;
}
 .rstpl-box-icon2 span {
    font-size: 25px;
    height: 42px;
    line-height: 35px;
    margin: 14px;
    vertical-align: bottom;
    width: 42px;
}

.rstpl-box-horizontal-icon2{
    color: #ffffff;
}
 .rstpl-box-icon2 span {
    color: #ffffff;
}
.rstpl-box-border2::before{
    background-color: #ffffff;
}
.rstpl-box-border2::after {
    background-color: #ffffff;
}

.rstpl-box-border2::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 14px;
    width: 61px;
    height: 101px;
}

.rstpl-box-horizontal-icon2 {
    height: 70px;
    width: 70px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.rstpl-box-horizontal-icon2  {
    background-color: #e11b1b;
}

.rstpl-box-icon2 {
    background-color: #e11b1b;
}
 .rstpl-box-icon2 {
    height: 70px;
    width: 70px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.rstpl-box-horizontal-icon2{
    background-color: #e11b1b;
}
 .rstpl-box-icon2 {
    background-color: #e11b1b;
}
.rstpl-box-icon2 {
    cursor: default;
}

.pull-left2 {
    float: left;
}

.rstpl-box-horizontal-icon2 .rstpl-box-icon2 span {
    font-size: 25px;
    height: 42px;
    line-height: 35px;
    margin: 14px;
    vertical-align: bottom;
    width: 42px;
}

.rstpl-box-horizontal-icon2 .rstpl-box-icon2 span {
    color: #ffffff;
}

.rstpl-box-border2::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -6px;
    width: 101px;
    height: 61px;
}
.rstpl-box-border2::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -6px;
    width: 101px;
    height: 61px;
}
.rstpl-box-border2::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -6px;
    width: 101px;
    height: 61px;
}

.rstpl-box-border2 {
    border: 6px solid #848484;
}
.rstpl-box-border2 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100px;
    height: 100px;
    -webkit-transform: scale(.65);
    -moz-transform: scale(.65);
    -ms-transform: scale(.65);
    -o-transform: scale(.65);
    transform: scale(.65);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

















h3.title-pdf{font-size:17px;color:#bbb;}

/* Horizontal Icon Box */
.rstpl-box-horizontal-icon .rstpl-box-icon {
	background-color: #e11b1b;
}
.rstpl-box-horizontal-icon .rstpl-box-icon span {
	color: #ffffff;}
.rstpl-border {
	padding: 30px;
}
.rstpl-box-border {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 100px;
	height: 100px;
	-webkit-transform: scale(.65);
	-moz-transform: scale(.65);
	-ms-transform: scale(.65);
	-o-transform: scale(.65);
	transform: scale(.65);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.rstpl-box-border:before {
	content: "";
	position: absolute;
	top: 14px;
	left: -6px;
	width:101px;
	height: 61px;
}
.rstpl-box-border:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 14px;
	width: 61px;
	height:101px;
}

.rstpl-box-icon {
	cursor: default;
}
.rstpl-box-horizontal-icon {
	position: relative;
}
.rstpl-box-horizontal-icon .rstpl-box-title {
	vertical-align: top;
}
.rstpl-box-horizontal-icon .rstpl-box-title h3 {
	margin-bottom: .2em;
}
.rstpl-box-horizontal-icon .rstpl-box-icon {
	height: 70px;
	width: 70px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.rstpl-box-horizontal-icon:hover .rstpl-box-border {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.rstpl-box-horizontal-icon .rstpl-box-icon span {
	font-size: 25px;
height: 42px;
line-height: 35px;
margin: 14px;
vertical-align: bottom;
width: 42px;
}
.rstpl-box-horizontal-icon .rstpl-box-content {
	padding-left: 95px;
}
.rstpl-box-horizontal-icon .rstpl-box-description {
	line-height: 1.8em;font-size: 13px;
}
.rstpl-box-horizontal-icon [class*="span"] {
	text-align: center;
}
/* End Horizontal Icon Box */



p.box {
   border-bottom: 1px solid #ccc;
}


.rstpl-box-border::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 14px;
    width: 61px;
    height: 101px;
}
.rstpl-box-border::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -6px;
    width: 101px;
    height: 61px;
}
