
body {
  color: #000000;
  background-color: ;
}
body.home .page-section {
  background-color: ;
}
body.page-template-page-about .about-section .ts-1 tr:nth-child(odd) {
  background: rgba(0,113,190, 0.4);
}

.portfolio-section ul.cat li ol.type li a {
    color: #0071be;
 }
.portfolio-section ul.cat li ol.type li a.active {
  color: ;
  background: #0071be;
}

.portfolio-section ul.cat li ol.type li a:hover {
  color: ;
  background: #0071be;
}

.navbar,
#menu.navbar.on,
#menu.navbar ul.dropmenu .sub-menu {
	background-color: rgba(255,255,255,1);
}
.page-title .overlay {
	background-color: rgba(0,0,0,0.4);
}
@media (max-width: 1024px) {
#menu.navbar {
	background-color: rgba(255,255,255,1);
}
}
#menu.navbar .navbar-nav > li > a {
	color: #40a8e5;
}
a:hover,
#menu.navbar .navbar-nav > li > a:hover,
#menu.navbar .navbar-collapse ul.dropmenu .sub-menu li a:hover,
.access-section .map-balloon a:hover,
.active-section ul.cat li ol.type li a,
#pagination a,
body.single .cat-link a:hover {
	color: #99ddff;
}

.lb-back-to-top,
#pagination a:hover,
body.single .cat-link a {
	background-color: #0071be !important;
}

#menu.navbar .navbar-toggle:hover,
#menu.navbar .navbar-toggle:focus {
	background-color: #99ddff;
	border-color: #99ddff;
}
#social-section .social i.fa {
	color: #99ddff;
}
#social-section .social i.fa:hover {
	background-color: #99ddff;
}
.fc-table-col2 tr:first-child th {
	border-color: #99ddff;
}
#menu.navbar .navbar-collapse ul.dropmenu .sub-menu {
	border-color: transparent transparent transparent #99ddff;
}
.page-section .section-title h2:after {
	background-color: #0071be;
}
.fc-faq-row .q i {
	color: #99ddff;
}
.fc i.fa {
	color: #99ddff;
}

header .container .intro-text h1 {
	font-size: 43px;
}
header p {
	font-size: 16px;
}
#menu.navbar .navbar-nav > li.active > a,
#menu.navbar .navbar-nav > li.active a:hover,
#menu.navbar .navbar-nav > li.active a:focus ,
#menu.navbar.on .navbar-nav > li.current-menu-item > a,
#menu.navbar.on .navbar-nav > li.current-menu-item a:hover,
#menu.navbar.on .navbar-nav > li.current-menu-item a:focus {
  color: #99ddff;
}
body.home #menu.navbar.on .navbar-nav > li.current-menu-item > a {
	color: #40a8e5;
}
body.home #menu.navbar.on .navbar-nav > li.current-menu-item a:hover,
body.home #menu.navbar.on .navbar-nav > li.current-menu-item a:focus {
  color: #99ddff;
}
#menu.navbar .active ,
#menu.navbar.on .current-menu-item {
  border-bottom-color: #99ddff;
  }
span.categorylink a {
	background-color	:#0071be;
	}
	.article-list h3 a {
  color: #000000;
		}
@media (max-width: 1024px) {
  .about-section .ts-1 th {
    background: rgba(255, 255, 255, 4);
    width: 100%;
    font-weight: normal;
    display: block;
  }
 }
.midasi {
  background: #96d5f4;
  box-shadow: 0px 0px 0px 5px #96d5f4;
  border: dashed 2px white;
  padding: 0.5em 0.5em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  font-weight: bold;
  color: #ffffff;
}
.midasi01 {
  background: #96d5f4;
  box-shadow: 0px 0px 0px 5px #96d5f4;
  border: dashed 2px white;
  padding: 0.5em 0.5em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  max-width: 740px;
  font-weight: bold;
  color: #ffffff;
}
.page-section {
  background-color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.post-434 .entry-title {
    display: none;
}
.flex-sample {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.flex-sample .item1 {
  flex: 0 0 250px;
}
.flex-sample .item2 {
  padding: 10px;
  flex: 1;
}
.l-wrapper_02 {
  margin: 1rem auto;
  width: 48%;
  background:#fff;
}
.card-radius_02{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
}
.card_02 {
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
}
.card__header_02 {
  display: flex;
  flex-wrap: wrap;
}
.card__title_02 {
  padding: 1rem 1.5rem 0;
  font-size: 1.6rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 3px #0071be;
  color:#0071be;
}
.card__thumbnail_02 {
  margin: 0;
  order: 0;
}
.card__image_02 {
  width: 100%;
}
.card__body_02 {
  padding: 0 1.5rem;
}
.card__text_02 {
  font-size: 16px;
  text-align:center;
  text-decoration: none;
}
.card__text2_02 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.container01 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
	.container01 {
		display: block;
	}
.column01 {
  width: 100%;
}
.l-wrapper_02{
width: 95%;
}
}
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nakami{
  font-size: 16px;
  padding: 0.5em 0.5em;
  line-height:2;
}
.btn--orange {
  border-bottom: 3px solid #01b1ed;
  max-width: 740px;
  margin-bottom: 1em;
  font-weight: bold;
  color: #01b1ed;
  }
.box001 {
    padding: 1em 1em;
    margin: 2em 0;
}
.box001 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.wrapper01 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}
.column01 {
	box-sizing: border-box;
	height: 100%;
	padding: 20px;
}
.column001 {
	flex-basis: 30%;
        text-align: center;
}
.column002 {
	flex-basis: 70%;
}
@media (max-width: 767px) {
	.wrapper01 {
		flex-direction: column;
	}
	.column {
		flex-basis: auto;
	}
}
@media (min-width: 768px) {
	.column1 {
		flex-basis: 30%;
	}
	.column2 {
		flex-basis: 70%;
	}
}
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 300px;
	margin:4rem auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #0071be;
	color: #0071be;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #0071be;
}
ol.sample003{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.sample003 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #99ddff;
 max-width: 740px;
}
ol.sample003 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #99ddff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button-048 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 2em auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}
.button-048::before {
    position: absolute;
    right: calc(2em + 2.5px);
    transform: translateX(50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}
.button-048::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
    content: '';
}
 .container02 {
            max-width: 100%px;
            margin: 20px auto;
            padding: 20px;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }
        .step01 {
            margin: 30px 30px;
        }
        .step01 h2 {
            font-size: 20px;
            color: #007bff;
            margin-bottom: 10px;
        }
        .step01 p {
            font-size: 16px;
            color: #555;
            margin-bottom: 5px;
        }
        .step-list {
            list-style-type: none;
            padding: 0;
        }
        .step-list li {
            background-color: #e9ecef;
            margin: 10px 0;
            padding: 10px;
            border-radius: 4px;
list-style:none;
        }
.container3 {
    display: flex;
flex-wrap: wrap;
}
.item005 {
    padding: 10px;
    margin: 10px;
    text-align: center;
    flex: 1 0 21%;
}
@media (max-width: 768px) {
    .item005 {
        flex: 1 0 45%;
    }
}
@media (max-width: 480px) {
    .item005 {
        flex: 1 0 100%;
    }
}
