@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5; 
  font-size: 20px;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
paddin:0;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline !important;
  border:none;!important;
}
a:focus, a:active {
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::-moz-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::selection {
  color: #fcfcfc;
  background: #bdaeca;
}

.box-wrap {
  background: #fff;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  background-image:url(../images/dot.png);
  background-position:right top;
  background-repeat:no-repeat;
  overflow:hidden;
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}

#fh5co-header {
  padding-top: 3em;
  padding-bottom: 0;
  margin-bottom: 2em;
}
#fh5co-header .navbar-default {
  border: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
  background: transparent;
}
#fh5co-header .navbar {
  padding: 0;
  margin: 0;
}
#fh5co-header .fh5co-navbar-brand {
  width: 100%;
  margin: 0;
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo {
  width: 52px;
  height: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo:focus, #fh5co-header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  #fh5co-header .fh5co-navbar-brand {
    text-align: center;
    margin-bottom: 10px;
  }
}
#fh5co-header .nav {
  width: 100%;
}
#fh5co-header .nav li {
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
  padding: 10px 20px;
  margin-top:10px;
  text-transform: uppercase;
  border-left:dotted 1px;
}
#fh5co-header .nav li span{
  font-size: 11px;
  display: block;
  padding-bottom: 20px;
  text-align: center;
}

#fh5co-header .savnav {
  width: 100%;
  padding-top: 65px;
  text-align:right;
}
#fh5co-header .savnav li {
  font-size:20px;
  display: inline-block;
  margin-left: 25px;
  padding: 5px 10px;
  margin-top:5x;
  text-transform: uppercase;
  list-style:none;
  background-color:#6CF;
  color:#FFF;
  border-radius: 5px; 
}
#fh5co-header .savnav li a{
  color:#FFF;
}

@media screen and (max-width: 998px) {
#fh5co-header .savnav {
  width: 100%;
  padding-top: 10px;
  text-align:center;
}
#fh5co-header .savnav li {
  font-size:14px;
  text-transform: uppercase;
  list-style:none;
  background-color:#6CF;
  color:#FFF;
  border-radius: 5px; 
  margin-left: 0px;
  margin-right: 25px;
}
#fh5co-header .savnav li a{
  color:#FFF;
}
}

#fh5co-header .nav li:first-child {
  margin-left: 0;
}
#fh5co-header .nav li a {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: rgba(0, 0, 0, 1.0);
  position: relative;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  margin:0;
  }
#fh5co-header .nav li a:hover, #fh5co-header .nav li a:focus {
  color: gray !important;
  background: transparent;
  text-decoration: none !important;
}
#fh5co-header .nav li.active a {
  color: #006239;
  background: transparent;
  position: relative;
}
#fh5co-header .nav li.active a:before {
 color: #006239;
}

#fh5co-header .nav li.active a:hover{color:#006239}
#fh5co-header .nav li.active a:before{
	position:absolute;
bottom:0;
left:0;
visibility:hidden;
width:100%;
height:2px;
content:'';-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;-webkit-transform:scaleX(0);transform:scaleX(0);background-color:#006239}
#fh5co-header .nav li.active a:hover:before{visibility:visible;-webkit-transform:scaleX(1);transform:scaleX(1)}


#fh5co-header .nav li a:hover{color:#09c}
#fh5co-header .nav li a:before{position:absolute;bottom:0;left:0;visibility:hidden;width:100%;height:2px;content:'';-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;-webkit-transform:scaleX(0);transform:scaleX(0);background-color:#006239}
#fh5co-header .nav li a:hover:before{visibility:visible;-webkit-transform:scaleX(1);transform:scaleX(1)}

@media screen and (max-width: 992px) {
#fh5co-header .nav li {
    width: 33%;
    margin-bottom: 0;
	float:left;
  }
  #fh5co-header .nav li a {
    padding: 0;
  }
  #fh5co-header .dotted{
   border-right:dotted #000 1px; 
  }
  #fh5co-header .nav li.active a {
    color: #000;
  }
}

@media screen and (max-width: 480px) {
#fh5co-header .nav li {
    width: 33%;
	height:70px;
	padding:10px;
  }
  #fh5co-header .nav li a {
    padding: 0;
  }
  #fh5co-header .nav li.active a {
    border-bottom: 2px solid transparent;
    color: #a980cd;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-header .nav {
    margin-bottom: 40px;
    text-align: center;
  }
}

.owl-carousel, .owl-carousel2 {
  margin-bottom: 1em;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 35%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel2 .owl-dots {
  display: none !important;
}
.owl-carousel2 p{
	background-color:#eee;
	font-size:14px;
	color:#000;
	padding:10px;
	}
@media screen and (max-width: 992px) {
  .owl-carousel2 .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
#fh5co-intro-section{
  padding-top:0;}

#fh5co-lead-section, #fh5co-news-section, #fh5co-insta-section, #fh5co-contact-section, #fh5co-howto-section, #fh5co-service-section, #fh5co-info-section, #fh5co-active-section, #fh5co-office-section{
  padding-top:1em;
  padding-bottom: 1em;
}
#fh5co-contact-section, #fh5co-howto-section, #fh5co-info-section{
  padding-top:0em;
  padding-bottom: 0em;
}
.fh5co-contact, .fh5co-howto, .fh5co-info, .fh5co-office{
  padding-top:0em;
  padding-bottom: 0em;
}


@media screen and (max-width: 768px) {
#fh5co-lead-section, #fh5co-news-section, #fh5co-insta-section, #fh5co-contact-section, #fh5co-howto-section, #fh5co-service-section, #fh5co-info-section, #fh5co-active-section, #fh5co-office-section{
  padding-top:0em;
  padding-bottom: 0em;
  }

}

#fh5co-intro-section h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#fh5co-intro-section h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 38px;
}

.section-overlay {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0 !important;
}
.section-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.section-overlay .float-overlay {
  z-index: 9;
}

.fh5co-cover {
	min-height: 448px;
	position: relative;
	margin-bottom: 30px;
	background-size: cover;
	background: center center;
}
.fh5co-cover .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-cover .desc p {
  color:#FFF;
  padding:0px;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.fh5co-cover .desc span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-cover .fh5co-cover-hero {
  min-height: 210px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
  width: 250px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb {
  padding-left: 260px;
  text-align:left;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb p {
	background-color:#000;
	color:#FFF;
	padding:5px;
  font-size: 0.9em;
  font-weight:400;
  margin-bottom: 10px;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 992px) {
  .fh5co-cover .fh5co-cover-hero {
    height: 448px;
  }
  .fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
    height: 448px;
    width: 100%;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb p {
    color: #fff;
    margin-bottom: 10px;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
}

.fh5co-intro-cover {
  width: 100%;
  padding: 4em 0;
  position: relative;
}
ba
.fh5co-intro-cover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  background: rgba(84, 77, 89, 0.5);
}
.fh5co-intro-cover a.btn {
  position: relative;
  border: 4px solid #fff;
  padding: 30px 50px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-intro-cover a.btn:hover, .fh5co-intro-cover a.btn:focus {
  text-decoration: none !important;
  background: transparent !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .fh5co-intro-cover a.btn {
    padding: 15px 25px;
    font-size: 16px;
  }
}

.fh5co-grey-section {
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin:0;
  min-height:700px;
}

.fh5co-greyil-section{
  width:100%;
  background: rgba(0, 0, 0, 0.1);
  background-image:url(../images/sukashi.png);
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position:bottom right;
  min-height:650px;
}

.fh5co-border-line {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.fh5co-inner {
  margin-top: 1em;
}

.fh5co-inner i {
  position: absolute;
  top: 10%;
  left: 37%;
  font-size: 60px;
}
.fh5co-inner .holder-section {
  background-color:#FFF;
  border-radius: 10px;
  padding: 20px;
  margin:5px;
}
.fh5co-inner .holder-section h3 {
  display:block;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #a980cd;
  font-weight: bold;
  text-align:center;
  padding-top:10px;
}
.fh5co-inner .holder-section ul{
  margin: 0;
  padding-left:10px;
}
.fh5co-inner .holder-section ul li{
  font-size: 0.8em;
  color: #000;
  list-style:disc;
  text-align:left;
  padding-top: 10px;
}
.f15 {
  font-size: 1em;
}

.about-section img.display-left {
  float: left;
  padding-right: 40px;
  padding-bottom:40px;
}
.about-section img.display-right {
  float: right;
  padding-left: 40px;
}
.about-section h4 {
  font-size:32px;
  color:#000;
}
.about-section p {
  font-size:16px;
  color:#000;
}
#fh5co-product-section .product-inner {
  margin-bottom: 5em;
  float: left;
  width: 100%;
}
#fh5co-product-section .product-inner:last-child {
  margin-bottom: 0;
}
#fh5co-product-section .product-inner h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#fh5co-product-section .product-inner h3 a {
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-product-section .product-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-product-section .product-inner .desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 992px) {
  #fh5co-product-section .product-inner .desc {
    margin-top: 0;
  }
}

#fh5co-office-section .office-inner {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 992px) {
#fh5co-office-section .office-inner {
  padding-top: 1em;
  padding-bottom: 1em;
}
}

#fh5co-office-section .office-inner h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#fh5co-office-section .office-inner h3 a {
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-office-section .office-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  margin-bottom:20px;
}
@media screen and (max-width: 992px) {
#fh5co-office-section .office-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  margin-bottom:20px;
  margin-right:20px;
  float:left; 
}
	}
#fh5co-office-section .office-inner .desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 992px) {
#fh5co-office-section .office-inner .desc {
    margin-top: 0;
  }
}


#fh5co-basic-section .basic-inner {
  margin-top: 1em;
  margin-bottom: 2em;
  float: left;
  width: 100%;
  
}
#fh5co-basic-section .basic-inner:last-child {
  margin-bottom: 0;
}
#fh5co-basic-section .basic-inner h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#fh5co-basic-section .basic-inner h3 a {
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-basic-section .basic-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-basic-section .basic-inner .desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 992px) {
  #fh5co-basic-section .basic-inner .desc {
    margin-top: 0;
  }
}

	
.fh5co-services {
  margin-top: 20px;
  padding:0;
}
.servicebox{
	overflow: hidden;
	background:#eee;
	padding: 2em;
    margin: 0 0 3em 0;
    border-radius: 10px;
	}

.servicebox:last-child {
	overflow: hidden;
	background:#eee;
	padding: 3em;
    margin-bottom: 0;
    border-radius: 10px;
	}
@media screen and (max-width: 992px) {
.servicebox{
	overflow: hidden;
	background:#eee;
	padding: 1em;
    margin: 0 0 3em 0;
    border-radius: 10px;
	}

.servicebox:last-child {
	overflow: hidden;
	background:#eee;
	padding: 1em;
    margin-bottom: 0;
    border-radius: 10px;
	}
}
#fh5co-service-section .service-inner {
  margin-top: 20px;
}
#fh5co-service-section .service-inner:last-child {
  margin-bottom: 0;
}
#fh5co-service-section .service-inner h3 {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#fh5co-service-section .service-inner h3 a {
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-service-section .service-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-service-section .service-inner .desc {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-service-section .service-inner .desc {
    margin-top: 0;
  }
}

#fh5co-howto-section .howto-inner {
  position: relative;
  display: inline-block;
  margin: 3em 0;
  padding: 30px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  border:2px solid #ccc;
  box-shadow: 3px 3px 5px -2px gray; 
}

.howto-inner:before  {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  border: 50px solid transparent;
  border-top: 50px solid #ccc;
}

.howto-inner:p {
  margin: 0;
  padding: 0;
}
#fh5co-howto-section .howto-inner:last-child {
  margin-bottom: 0;
}
#fh5co-howto-section .howto-inner h4 {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color:#75B8DF;
  color:#fff;
  padding:10px;
}

#fh5co-howto-section .howto-inner img {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-howto-section .howto-inner .desc {
  margin-top: 0;
}

#fh5co-howto-section .howto-inner2 {
  position: relative;
  display: inline-block;
  margin: 4em 0;
  padding: 30px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  border:2px solid #ccc;
  box-shadow: 3px 3px 5px -2px gray; 
}

.howto-inner2:p {
  margin: 0;
  padding: 0;
}

#fh5co-howto-section .howto-inner2 h4 {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color:#75B8DF;
  color:#fff;
  padding:10px;
}

#fh5co-howto-section .howto-inner2 img {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-howto-section .howto-inner2 .desc {
  margin-top: 0;
}



@media screen and (max-width: 992px) {
  #fh5co-howto-section .howto-inner .desc {
    margin-top: 0;
  }
}

.sidebar a:hover {
  text-decoration: none !important;
}
.sidebar img {
  margin-bottom: 20px;
}
.sidebar h2 {
  font-size: 18px;
  color:#fff;
  background-color:#71BFD2;
  border-radius:3px;
  padding:5px;
}
.sidebar p {
  font-size: 16px;
  color:#000;
}
.
.sidebar ul{
   margin:0;
   padding:0;
}

.sidebar dt {
  font-size: 14px;
  color:#000;
}
.sidebar dd{
  font-size: 14px;
  color:#000;
  padding-bottom:10px;
  border-bottom:dotted #000 1px;
}

.sidebar h3 {
  font-size: 15px;
  color:#fff;
  background-color:#71BFD2;
  border-radius:3px;
  padding:5px;
}
.sidebar .inner {
  margin-bottom: 4em;
}
.sidebar .inner .list li {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .inner .list li a {
  color: rgba(0, 0, 0, 0.4);
}

#map {
  width: 100%;
  height: 500px;
  margin-top:20px;
  clear:both;
}
@media screen and (max-width: 768px) {
  #map {
    height: 500px;
  }
}

.office-info {
 position:relative;
  margin: 0;
  padding: 0;
}
.office-info ul{
  margin: 0;
  padding: 0;
}
.office-info li {
position:relative;
  font-size: 16px;
  list-style: none;
  padding-left: 22em;
  line-height:12px;
}
.office-info li i {
  font-size: 16px;
  color: #000;
}
.office-info li a {
  font-weight: 200 !important;
  color: #a980cd;
}

@media screen and (max-width: 768px) {
  .contact-info {
    margin-bottom: 0;
  }
}

.contact-info {
  margin: 0;
  padding: 0;
}
.contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 18px;
  color: #000;
}
.contact-info li a {
  font-weight: 200 !important;
  color: #a980cd;
}
.pd20 {
  padding: 20px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .contact-info {
    margin-bottom: 2em;
  }
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-weight: normal;
  font-weight: 18px;
}

#footer {
  padding: 60px 0px 40px 0px;
}
#footer p {
  font-size: 14px;
}
#footer p i.love {
  color: red;
}

.fh5co-social-icons a {
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-social-icons a i {
  font-size: 34px;
}
.fh5co-social-icons a:hover, .fh5co-social-icons a:focus, .fh5co-social-icons a:active {
  text-decoration: none;
  color: #000;
  text-decoration: none !important;
}
.heading-top {
  margin-top: 1em;
  margin-bottom: 1em;
}
.heading-section {
  margin-top: 2em;
  margin-bottom: 2em;
}

.heading-section2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.heading-top h3 {
	font-size: 1.8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
}


.heading-section h3 {
  font-size: 1.6em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}
.service-section h3 {
  font-size: 1.6em;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color: #000;
}
.heading-section2 h3 {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color: #006239;
}

.heading-section h4 {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color: #006239;
}
.heading-section2 h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color: #006239;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #a980cd;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #a980cd;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 24px;
  display: table;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social li a:hover, .social li a:focus {
  color: #a980cd;
  text-decoration: none;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .social {
    text-align: center;
  }
}

.js .animate-box {
  opacity: 0;
}


.service-inner h4{
font-size:1.4em;
color:#000;
background: linear-gradient(transparent 60%, #FAE438 60%);
}

@media screen and (max-width: 992px) {
  .social {
    text-align: center;
  }
}





.spot{
	background:#ccc;
	padding:17px;
	border-radius: 10px;
	}
.strong{
	font-size:1.2em;
	font-weight:800;	
	}
.strongred{
	color:#F00;
	font-size:1em;
	font-weight:800;	
	}
	
.table2{
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #52c2d0;
}

.table2 tr{
}

.table2 tr:last-child{
  border-bottom: none;
}

.table2 th{
  font-size:16px;
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 15px;
  border-bottom: solid 1px #fff;
}

.table2 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.table2 td{
  font-size:16px;
  text-align: left;
  width: 70%;
  background-color: #fff;
  padding: 15px;
  border-bottom: solid 1px #52c2d0;
}

.table3{
  width: 100%;
  border-collapse: collapse;
}

.table3 tr{
  border-bottom: solid 1px #fff;
}

.table3 tr:last-child{
  border-bottom: none;
}

.table3 th{
  font-size:16px;
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 15px;
}

.table3 td{
  font-size:16px;
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 15px;
}
.table3 td:after{
  display: block;
  content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #007bff transparent transparent transparent;
}

.t20{margin-top:20px;}


.timeline-inner h4{
font-size:24px;
color:#fff;
background-color:#333;
padding:10px;
width:100%;
border-radius:5px;
margin:0 auto;
margin-bottom:20px;
}

.timeline {
  list-style: none;
  padding: 10px 0 10px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  font-size:1em;
  margin-top: 0;
  color: inherit; 
}

.y{
	background-color:#F93;
	padding:5px;
	color:#fff;
}

.g{
  	background-color:#ccc;
	padding:5px;
	color:#fff;
}
.re{
	background-color:#e55a64;
	padding:5px;
	color:#fff;
}
.b{
	background-color:#09C;
	padding:5px;
	color:#fff;
}


.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}



.programs button.programs-filter-btn-active,
.programs button.programs-sort-btn-active {
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) inset, 0px 0px 1px transparent;
   background: #3a9fbf;
   color: white;
}

.programs button.programs-filter-btn-active,
.programs button.programs-sort-btn-active {
   box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) inset, 0px 0px 1px transparent;
   background: #3a9fbf;
   color: white;
}
.gallery img {
  width: 100%;
}
.btn {
  border-radius: unset;
}


/* Controls
---------------------------------------------------------------------- */

.controls {
    padding: 0;
    background: #fff;
    font-size: 12px;
}


.control {
	width:50px;
	padding: 5px;
    position: relative;
    display: inline-block;
    background: #444;
    font-size: 13px;
    color: white;
    transition: background 150ms;
	box-shadow: none;
	border:none;
	border-radius: 3px;
	margin-right:4px;
}

.control:hover {
    background: #ccc;
}


.mixitup-control-active {
    background: #393939;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control:first-of-type {
    border-radius: 3px;
}

.control:last-of-type {
    border-radius: 3px;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}
.control[data-filter=".all"] {
	color:#fff;
	border-radius: 5px;
	width:90px;
	box-shadow: none;
}

.control[data-filter=".cooking"] {
    background: #91e6c7;
	color:#fff;
	border-radius: 5px;
	width:90px;
	box-shadow: none;
}
.control[data-filter=".cooking"]:hover {
    background: #bbfce4;
	color:#fff;
	border-radius: 5px;
	width:90px;
	box-shadow: none;
}
.control[data-filter=".eigo"] {
    background: #ae75e3;
	color:#fff;	
	width:90px;
}
.control[data-filter=".eigo"]:hover{
    background: #debbfe;
	color:#fff;	
	width:90px;
}
.control[data-filter=".odekake"] {
    background: #d595aa;
	color:#fff;
	width:90px;
}
.control[data-filter=".odekake"]:hover {
    background: #fbcada;
	color:#fff;
	width:90px;
}
.control[data-filter=".seisaku"] {
    background: #fe9f18;
	color:#fff;
	width:90px;
}
.control[data-filter=".seisaku"]:hover {
    background: #fed69c;
	color:#fff;
	width:90px;
}
.control[data-filter=".kouryu"] {
    background: #5ecdde;
	color:#fff;	
	width:90px;
}
.control[data-filter=".kouryu"]:hover {
    background: #b8f3fc;
	color:#fff;	
	width:90px;
}
.control[data-filter=".undou"] {
    background: #ff0000;
	color:#fff;
	width:90px;
}
.control[data-filter=".undou"]:hover {
    background: #fe9393;
	color:#fff;
	width:90px;
}
.control[data-filter=".syukaku"] {
    background: #9dfe93;
	color:#fff;
	width:90px;
}
.control[data-filter=".syukaku"]:hover{
    background: #d3ffce;
	color:#fff;
	width:90px;
}

.control[data-filter="none"] {
    background: #2f2f2f;
	color:#fff;
	width:90px;
}

/* Container
---------------------------------------------------------------------- */

.gallery {
    padding: 1rem;
    text-align: justify;
    font-size: 0.1px;
}

.gallery:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #eee;
    border-top: .5rem solid currentColor;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
	color:#000;
	font-size: 0.1px;
}
.mix img{
    width:100%;
}
.mix span{
	padding:10px 0px;
	color:#000;
	font-size: 13px;
}

.mix span{
	display:block;
}

.mix:before {
    content: '';
    display: inline-block;
    padding-top: 10%;
}

.mix.cooking {
    color: #91e6c7;
}

.mix.odekake {
    color: #d595aa;
}
.mix.seisaku{
    color: #fe9f18;
}

.mix.kouryu {
    color: #5ecdde;
}

.mix.undou {
    color: #ff0000;
}

.mix.syukaku {
    color: #9dfe93;
}

.mix.eigo {
    color: #ae75e3;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }
}

.newsarea{
    padding: 0 30px 0 30px;
    margin: 0;	
	}
	
.box_news{
    padding: 0.2em;
    margin: 0 0 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box_news dl{
    margin: 0; 
    padding: 0;
	overflow: hidden;
}
.box_news dt{
    margin: 0; 
    padding: 0;
	text-align:left;
	font-size:0.7em;
	padding:5px;
}
.box_news dd{
    margin: 0; 
    padding: 0;
	border-bottom:dotted 2px #fff;
	text-align:left;
	font-size:0.7em;
	padding:5px 0 10px 0;
}
.box_news dd:last-child{
	border: none;
}


.box_news2{
    padding: 0.2em;
    margin: 0 0 2em 0;
    background: #FEBBC0;
    box-shadow: 0px 0px 0px 10px #FEBBC0;
    border: dashed 2px white;
}
.box_news2 dl{
    margin: 0; 
    padding: 0;
	overflow: hidden;
}
.box_news2 dt{
    margin: 0; 
    padding: 0;
	text-align:left;
	font-size:0.7em;
	padding:5px;
}
.box_news2 dd{
    margin: 0; 
    padding: 0;
	border-bottom:dotted 2px #fff;
	text-align:left;
	font-size:0.7em;
	padding:5px 0 10px 0;
}
.box_news2 dd:last-child{
	border: none;
}

.box_news h1 {
  font-size:20px;
  display: block;
  position: relative;
  color: #fff;
  padding: 10px;
  margin:5px 0;
background-color: rgba(39, 152, 219, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(78, 166, 237, 1) 5px, rgba(78, 166, 237, 1) 10px );
}

.box_news2 h1 {
  font-size:20px;
  display: block;
  position: relative;
  color: #fff;
  padding: 10px;
  margin:5px 0;
background-color: rgba(252, 133, 133, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 184, 184, 1) 5px, rgba(255, 184, 184, 1) 10px );
}

.blogbox dl.list{
	border-bottom: dotted 1px #CCC;margin:0 10px 0 0;padding:5px 0;}
	
.blogbox dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 0.2em;
  width: 7.5em;
 
  padding-left: 5px;
  color: #000;
}

.blogbox dl.list dd {
  margin-bottom: 0.2em;
  margin-left: 7.5em;
}


.flexboxcontainer {
  display: -webkit-flex;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flexboxcontainer .item {
  width:33%;
}
.flexboxcontainer h5 {
	margin:10px;
	padding:7px;
	font-size:16px;
	color:#FFF;
	background-color:#91ccdf;
  border-radius: 5px; 
  border:none;
}
.flexboxcontainer p {
  font-size:14px;
  padding:0px 10px;
}

.flexboxcontainer2 {
  display: -webkit-flex;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flexboxcontainer2 .item{
  width:30%;
}
.flexboxcontainer2  i {
  top: 10%;
  left: 30%;
  font-size: 60px;
}
.flexboxcontainer2 .holder-section {
  background-color:#FFF;
  border-radius: 10px;
  padding: 20px;
  margin:10px;
}
.subttl{
width:97%;
background-color:#a980cd;
color:#FFF;
font-size:1em;
  border-radius: 10px;
  padding: 10px;
  margin-top:40px;	
	
	}
.flexboxcontainer2 p {
  display:block;
  font-size: 1em;
  text-transform: uppercase;
  color: #a980cd;
  font-weight: bold;
  text-align:center;
  padding:10px;
}
.flexboxcontainer2 ul{
  margin: 0;
  padding-left:10px;
}
.flexboxcontainer2 ul li{
  font-size: 0.7em;
  color: #000;
  list-style:disc;
  text-align:left;
  padding-top: 5px;
}



@media screen and (max-width: 961px) {
.flexboxcontainer {
  display: -webkit-flex;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexboxcontainer .item {
  width:50%;
}
.flexboxcontainer h5 {
	margin:5px;
	padding:5px;
	font-size:15px;
	color:#FFF;
	background-color:#91ccdf;
  border-radius: 5px; 
  border:none;
}
.flexboxcontainer p {
  font-size:12px;
  padding-bottom:5px;
}
.flexboxcontainer2 {
  display: -webkit-flex;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexboxcontainer2 .item {
  width:100%;
}
.flexboxcontainer2 p{
	margin:5px;
	padding:5px;
	font-size:1em;
	color:#a980cd;
  border-radius: 5px; 
  border:none;
}
.flexboxcontainer2 p {
  font-size:1.2em;
  padding-bottom:5px;
}
}
/* timeline */

.cp_timelinebox {
margin: 0;
padding: 0 auto;
}
.cp_timeline01 {
position: relative;
margin: 0 auto;
}
.cp_timeline01:before {
position: absolute;
top: 0;
width: 4px;
height: 100%;
content: '';
background-color: #26C6DA;
left: 30px;
}
.cp_timeline01 .timeline_group {
position: relative;
padding-top: 70px;
}
.cp_timeline01 .timeline_group:not(:first-of-type) {
margin-top: 4rem;
}
.cp_timeline01 .time_year {
position: absolute;
top: 0;
left: 0;
padding: 0.5rem 1.5rem;
color: #fff;
background-color: #26C6DA;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_timeline01 .timeline_item {
margin-bottom: 1em;
position: relative;
padding-left: 80px;
}
.cp_timeline01 .timeline_item:not(:last-of-type) {
margin-bottom: 2em;
}
.cp_timeline01 .timeline_item:before {
position: absolute;
z-index: -1;
left: 0;
width: 100%;
height: 3px;
content: '';
background-color: #006064;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.cp_timeline01 .time {
position: absolute;
left: 0;
box-sizing: border-box;
width: 70px;
height: 70px;
padding: 0.5em 0.5em;
text-align: center;
color: #fff;
background-color: #26C6DA;
top: 50%;
margin-top: -33px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.cp_timeline01 .time:before {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.cp_timeline01 .time:after {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}


.cp_timeline01 .time_day {
font-size: 1em;
font-weight: 700;
display: block;
}
.cp_timeline01 .time_month {
font-size: 0.6em;
display: block;
text-transform: uppercase;
}
.cp_timeline01 .desc {
padding: 1em 1em;
border-left: 3px solid #ccc;
border-radius: 2px;
background-color: #fff;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
font-size: 0.8em;

}
.cp_timeline01 .desc .flag {
font-size: 1em;
color:#fff;
margin: 0;
padding: 5px;
background-color: #aaa;
margin-bottom:15px;
}


/* timeline */

.cp_timeline02 {
position: relative;
margin: 0 auto;
}
.cp_timeline02:before {
position: absolute;
top: 0;
width: 4px;
height: 100%;
content: '';
background-color: #cb4f5d;
left: 30px;
}
.cp_timeline02 .timeline_group {
position: relative;
padding-top: 70px;
}
.cp_timeline02 .timeline_group:not(:first-of-type) {
margin-top: 4rem;
}
.cp_timeline02 .time_year {
position: absolute;
top: 0;
left: 0;
padding: 0.5rem 1.5rem;
color: #fff;
background-color: #cb4f5d;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_timeline02 .timeline_item {
margin-bottom: 1em;
position: relative;
padding-left: 80px;
}
.cp_timeline02 .timeline_item:not(:last-of-type) {
margin-bottom: 2em;
}
.cp_timeline02 .timeline_item:before {
position: absolute;
z-index: -1;
left: 0;
width: 100%;
height: 3px;
content: '';
background-color: #006064;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.cp_timeline02 .time {
position: absolute;
left: 0;
box-sizing: border-box;
width: 70px;
height: 70px;
padding: 0.5em 0.5em;
text-align: center;
color: #fff;
background-color: #cb4f5d;
top: 50%;
margin-top: -33px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.cp_timeline02 .time:before {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.cp_timeline02 .time:after {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}


.cp_timeline02 .time_day {
font-size: 1em;
font-weight: 700;
display: block;
}
.cp_timeline02 .time_month {
font-size: 0.6em;
display: block;
text-transform: uppercase;
}
.cp_timeline02 .desc {
padding: 1em 1em;
border-left: 3px solid #ccc;
border-radius: 2px;
background-color: #fff;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
font-size: 0.8em;

}
.cp_timeline02 .desc .flag {
font-size: 1em;
color:#fff;
margin: 0;
padding: 5px;
background-color: #aaa;
margin-bottom:15px;
}

.r_img{
	width:80%;
	
	}
.information{
	width:90%;
}
.information .date{
	font-size:18px;
	color:#333;
}
.information .ttl_info{
	border-bottom:dotted 1px #ccc;
	padding-bottom:15px;
	font-size:28px;
	color:#776BCA;
}
.information .year{
	background-color:#4D93FF;
	border-radius: 5px;
	color:#FFF;
	font-size:20px;
	padding:5px;
	width:15%;
	text-align:center;
	margin-top:50px;
}
	
#feed {
	margin: 0;
	}
#feed ul li {
	font-size:16px;
	line-height:2.5em;
	margin:0 0 10px -40px;
	padding-bottom:10px;
	list-style: none;
	}
#feed ul li p.wp {
	font-weight:bold;
	margin-bottom:6px;
	}
#feed ul li div {
	float:left;
	margin-right:8px;
	}
#feed ul li p.day {
	text-align:right;
	margin:6px 6px 0 0;
	}

.spot2{
	width:50%;
	margin-left:25%;
	margin-top:40px;
	font-size:20px;
	color:#FFFFFF;
	background:#776BCA;
	padding:15px;
	border-radius: 10px;
}
.spot_lead{
	font-size:25px;
	color:#000;
}
.spot_list{
	font-size:18px;
	color:#666;
	text-align:left;
}
.spot_list ul li{
	list-style:disc;
	padding:2px;
}
.spot_p{
	font-size:18px;
	color:#666;
	padding:5px;
	line-height:30px;
}
.mt30{	
	margin-top:30px;
	}