@charset "UTF-8";
@import "hover-min.css";
@import "ie10-viewport-bug-workaround.css";
/* CSS Document */
/*
/*---------------------------------
reset
---------------------------------*/
body .navbar-default {
	background-color: #fff;;
}
.hRead {
	padding-top: 0.7rem;
	text-align: center;
	color: #41c8ce;
	font-size: 13px;
	font-size: bold;
}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
	color: #444;
	line-height: 1.7;
	letter-spacing: 1.5px;
	font-size: 15px;
	font-weight: 400;
}
article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, section, main {display: block;}
* {box-sizing: border-box;-moz-box-sizing: border-box;}
.clear {clear: both; border: none;}
.clearfix:after {content:" ";display: block;clear: both;}
table {border-collapse:collapse;}
ul li {list-style: none;}
ol li {list-style: decimal;margin-left: 2.0rem;}
img {width: 100%;}
/* ==========================================================================
*Base
* ==========================================================================
*/
body {
	font-size: 15px;
/*    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Yu Gothic", YuGothic, Meiryo, sans-serif; */
/*    font-family:-apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family: Tahoma, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #555;
	line-height: 2.0;
	letter-spacing: 2.0px;
}
.wf-mplus1p { font-family: "Mplus 1p"; }
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
	font-weight: 200;
}
.navbar-toggle {
	margin-bottom: 2rem;
}
/*
* ==========================================================================
* Global
* ==========================================================================
*/
.btn-primary{
  margin-left: 20px;
}
 .main-content{
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}
.section-global-wrapper {
  position: relative;
}
.section-global-wrapper:before,
.section-global-wrapper:after {
  content: " ";
  display: table;
}
.section-global-wrapper:after {
  clear: both;
}
.container-fluid-kamn {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-kamn {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1068px) and (max-width: 1400px) {
 .post-sidebar{
    margin-top: 15px;
    border:1px solid #DDD;
    padding: 5px;
  }
}
@media (min-width: 750px) and (max-width: 1060px) {
 .post-sidebar{
    width:204px;
    margin-top: 15px;
    border:1px solid #DDD;
    padding: 5px;
    float: right;
 }
}
.tales {
  width: 100%;
}
.blog-post{
 margin-bottom: 30px;
}
.blog-image{
    margin-bottom: 20px;
}
.carousel-inner{
  width:100%;
  max-height: 500px !important;
}
.post-sidebar{
    margin-top: 15px;
    border:1px solid #DDD;
    padding: 5px;
 }
.form-group{
    padding:20px;
}
ul li{
    list-style: none;
}
h3.col-xs-12{
    margin-top: -20px;
}
.content-space{
    margin-top: 40px;
}
.center{
    text-align: center;
}
.block-author{
    color: #D7002E;
}
.btn-info{
float: right;
}
.icon-space{
    display: inline-block;
    padding:10px;
}
.current span{
    color:#55CBD2;
}
.title-text{
  font-family: 'Raleway', sans-serif;
  letter-spacing: .2px;
  font-size: 40px;
}
.img-pad{
    padding-right: 23px;
}
.main-content{
    margin-top: 80px;
}
.white-text{
    font-style: italic;
    color: white;
}
a {
    color: #55CBD2;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
a:hover { color: #888; text-decoration: none; }
strong { font-weight: bold; }
address {
    margin-top: 28px;
    }
@media (min-width: 50px) and (max-width: 988px) {
 address {
    margin-top: 28px;
    margin-left: 21px;
    }
}
@media (min-width: 988px) and (max-width: 1200px) {
 address {
    margin-top: 28px;
    margin-left: -58px;
    }
}
/*
* ==========================================================================
* Nav Pills
* ==========================================================================
*/
.nav-pills > li.selected > a,
.nav-pills > li.selected > a:hover,
.nav-pills > li.selected > a:focus {
  color: #ffffff;
  background-color: #1bbd9b;
}
/*
* ==========================================================================
* Pills Centered
* ==========================================================================
*/
.nav-pills-centered > .nav-pills {
  text-align: center;
}
.nav-pills-centered > .nav-pills > li {
  float: none;
  display: inline;
}
.nav-pills-centered > .nav-pills > li > a,
.nav-pills-centered > .nav-pills > li > span {
  display: inline-block;
  padding: 5px 14px;
}
.nav-pills-centered > .nav-pills > li > a.active,
.nav-pills-centered > .nav-pills > li > span.active,
.nav-pills-centered > .nav-pills > li > a.selected,
.nav-pills-centered > .nav-pills > li > span.selected {
  color: #ffffff;
  background-color: #1bbd9b;
}
/*
* ==========================================================================
* Navbar
* ==========================================================================
*/
.active{
  background:#74B9B9 !important;
  color: white;
}
.navbar {
  padding-top: 15px;
  padding-bottom: 23px;
  margin-bottom: 0;
}
/*
* ==========================================================================
* Navbar Nav Links
* ==========================================================================
*/
.navbar-nav > li > a {
  padding: 10px 5px;
  margin: 5px 5px;
  border-radius: 4px;
	font-size: 83%;
	letter-spacing: 1.7px;
	font-weight: 600;
	font-family: "Noto Sans Japanese";
}
.navbar-nav > li > a i {
	padding-right: 0.5rem;
}
/*
* ==========================================================================
* Brand / Project Name
* ==========================================================================
*/
.navbar-brand {
  z-index: 9999px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 0px;
}
.navbar-brand p {
	font-size: 34%;
	letter-spacing: 1.5px;
	line-height: 0.8;
	padding-bottom: 0.7rem;
}
.navbar-brand img {
	width:185px;
}
.side-left{
  background:#528C7C;
  box-shadow: 3px grey;
  color: white;
  padding: 30px;
  letter-spacing: .9px;
}
.navbar-nav > li > a {
	padding: 10px 5px;
	margin: 10px 3px 0 3px;
}
/*
* ==========================================================================
* nav 追加 09/21
* ==========================================================================
*/
@media (max-width: 768px){
	.navbar-collapse{
		padding: 0;
	}
	.navbar-header{
		padding-bottom: .8rem;
	}
	.navbar-brand{
		padding: 0 10px;
	}
	.navbar-brand img{
		width: 150px;
	}
	.navbar-toggle {
		margin: 7px 5px 3px 0;
		background: #41c8ce;
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background: #41c8ce;
	}
	.navbar{
		padding-bottom: 0;
	}
	.navbar-nav > li > a {
		margin: 0;
		padding: 1.5rem;
}
}
@media (min-width: 800px){
    .side-left{
  height: 1248px;
}
 }
.banner-text{
	font-family:-apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color:white;
    font-size: 50px;
    }
#banners{
    margin-top: 30px;
    margin-bottom: 10px;
}
#banner-home{
    background-image:url('../img/slider/1.jpg');
    height:350px;
    margin-bottom: 30px;
    padding-top: 120px;
}
@media (min-width: 100px) and (max-width: 800px) {
    #banner-home{
    background-image:url('../img/slider/1.jpg');
    height:450px;
    margin-bottom: 30px;
    }
 }
#banner{
    margin-top:0px;
}
.header h1 {
    float: left;
    margin: 0;
    text-align: left;
}
.header a.brand {
	font-family:-apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 40px;
    margin-top:5px;
    display: inline-block;
    width: 270px;
    height: 96px;
    padding: 30px 10px;
    /*background: url(../img/logo.png) 20px center no-repeat; */
}
@media (min-width: 50px) and (max-width: 768px) {
        .header a.brand {
        width: 170px;
        margin-top:-41px;
        margin-top: -41px;
        position: absolute;
        font-size: 37px;
     }
 }
.paragraph-text{
    text-align: justify;
    letter-spacing:1px;
    font-size: 16px;
    font-family:-apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 24px;
}
.left2{
    text-align: left;
    letter-spacing:.7px;
    font-size: 13px;
    color: #71d7c2;
}
.spacing{
    margin-bottom: 80px;
}
.sidebar-right{
    font-size: 13px;
    font-weight: bold;
    color:#84d7bd;
}
.featured-img{
    padding: 0px 15px 15px 0;
}
p.blog-text{
    font-size: 16px;
    letter-spacing: .1px;
    font-family: 'Arial';
    text-align:justify;
    text-justify:inter-word;
    }
.btn-sm{
    margin-left: 21px;
}
.office-logo {
  width: 200px;
}
@media (max-width: 768px){
    .office-logo{
      height: 150px;
      width: 60px;
  }
.navbar-collapse{
	max-height: 350px;
}
}
/*
* ==========================================================================
* Feedback Section
* ==========================================================================
*/
.feedback-section {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .feedback-section {
    padding-bottom: 40px;
  }
}
.feedback-section .feedback-form .btn-captcha-refresh {
  margin: 0 0 0 25px;
}
.feedback-section .address-section {
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .feedback-section .address-section {
    padding-top: 40px;
  }
}
.feedback-section .address-section .address-icon {
  color: #1bbd9b;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}
.feedback-section .address-section .address-title {
  margin-bottom: 15px;
}
.feedback-section .address-section .address-desc {
  margin-bottom: 30px;
}
/*
* ==========================================================================
* Services Section
* ==========================================================================
*/
.services-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 35px;
}
.services-section .services-header {
  margin-bottom: 50px;
  font-size: 25px;
}
.services-section .services-header .services-header-title {
	color: #34b0b5;
  	font-size: 27px;
	letter-spacing: 2.5px;
	margin-bottom: 1.5rem;
}
.services-section .services-header .services-header-title02 {
	color: #34b0b5;
  	font-size: 27px;
	letter-spacing: 2.5px;
	margin: 3.5rem 0;
}
.services-section .services-header .services-header-title03 {
	color: #34b0b5;
  	font-size: 27px;
	letter-spacing: 2.5px;
	margin: 3.5rem 0;
}
.services-header-body {
	color: #666;
	font-size: 15px;
	margin-bottom: 4rem;
}
.services-section .services-row-tail {
  margin-top: 50px;
}
.services-section .services-icon {
  color: #1bb0b7;
  margin-bottom: 30px;
}
.services-section .services-title {
	font-size: 26px;
	color: #34b0b5;
	font-weight: 200;
	padding-bottom: 0.2rem;
	margin-bottom: 0;
}
.services-section .services-title2 {
	font-size: 16px;
	color: #34b0b5;
	font-weight: 200;
	padding-bottom: 0.2rem;
	margin-bottom: 0;
}

.services-section .services-en {
	font-size: 75%;
	text-align: center;
	color: #b6cecc;
	margin-bottom: 2rem;
	font-weight: 200;
	font-family: 'Raleway';
}
.services-section .services-title i {
	padding-right: 0.5rem;
}
.services-section .services-desc {
  margin-bottom: 30px;
}
.services-section .services-group {
    margin-bottom: 40px;
}
.services-section .services-group3 {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-section .services-group {
    margin-bottom: 40px;
  }
  .services-section .services-row-tail {
    margin-top: 0;
  }
}
.services-icon .fa:hover{
    padding: 0 10px 0 10px;
    border-radius: 3px;
    transition:.4s;
}
.services-group{
	border: #e9f4f4 solid 10px;
    	padding: 12px;
	overflow: hidden;
}
.services-group2{
	padding: 20px;
	overflow: hidden;
}
.services-group3 {
	border: #e9f4f4 solid 3px;
    	padding: 12px;
	overflow: hidden;
	height:200px;
}

.service-icon{
}
.services-group3 img {
	width: 100%;
}
.services-group3 p {
	text-align: left;
	margin-left: -10px;
	font-size:14px;
}
@media screen and (max-width: 767px){
.services-group3 img,.topImgSp {
	width: 80%;
	padding: 2rem;
}
.services-group3 p {
	margin-bottom: 2rem;
}

.services-group3 img {
	width: 100%;
}
.services-group3 p {
	text-align: left;
	margin-left: -10px;
}
@media screen and (max-width: 767px){
.services-group3 img,.topImgSp {
	width: 0;
	padding: 0;
}
.services-group3 p {
	margin-bottom: 2rem;
	}
}
@media screen and (max-width: 767px){
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	.services-img img {
	    width: 50%;
	}
	.services-group3 p {
	    line-height: 1.2;
	}
}




}/*SPここまで*/
/* ----- Footer ----- */
.footer-widget{
    margin-top: 55px;
}
footer p {
	text-align: center;
}
footer p a {
	color: #666;
	font-size: 90%;
}
footer .widget h4 {
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
footer .widget p {
    line-height: 24px;
}
footer .widget i {
    padding-right: 7px;
}
footer{
   margin-top:40px;
   padding: 20px;
   background: #e9f4f4;
}
footer h3 {
    margin-bottom: 10px;
}
.footer-contact{
}
/*Social Buttons */
#social-icons{
  font-size: 16px;
}
#social-icons .btn-group {
    color: #55CBD2;
    margin-right: 15px;
}
#social-icons .btn-group:hover {
    color: #ffffff;
}
.follow-me {
	text-align: center;
	margin-top: 30px;
}
.follow-me li {
	margin: 0 8px 8px 0;
	padding: 0;
}
.follow-me li a::before {
	-webkit-border-radius: 2px;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	height: 50px; /* Button height */
	line-height: 50px; /* Button height */
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	width: 50px; /* Button width */
}
.follow-me li a:hover::before {
	opacity: 0.7;
}
.follow-me li a[href*="facebook.com/kidsoo.net"]::before       { background-color: #3c5898; content: "\f09a"; }
.follow-me li a[href*="twitter.com/MiraiKids_PRJ"]::before        { background-color: #55acee; content: "\f099"; }
.follow-me li a[href*="instagram.com/miraikids2020"]::before      { background-color: #ef3f56; content: "\f16d"; }
.copyright {
    background-color: #e9f4f4;
}
/*
* ==========================================================================
* Custom Sidebar Widgets
* ==========================================================================
*/
#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
    .search-query:focus + button {
        z-index: 3;
    }
    /*
* ==========================================================================
* Image Card
* ==========================================================================
*/
    .panel{
        margin-top: 30px;
    }
    .lib-panel img {
    width: 100%;
    background-color: transparent;
}
.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}
.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}
.lib-panel .lib-row.lib-header {
    background-color: #FCFFCF;
    font-size: 25px;
    padding: 15px 20px 0 20px;
}
.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}
.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}
.row-margin-bottom {
    margin-bottom: 20px;
}
.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.no-padding {
    padding: 0;
}
.lib-header{
    font-family: 'lato' ;
    font-style: normal;
}
/*
* ==========================================================================
* Blockquote
* ==========================================================================
*/
.glyphicon-lg{font-size:3em}
.blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:25px}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}
/*
* ==========================================================================
* Portfolio
* ==========================================================================
*/
.panel-image {
    position: relative;
}
.panel-image img.panel-image-preview {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}
.panel-image label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.panel-heading ~ .panel-image img.panel-image-preview {
    border-radius: 0px;
}
.panel-body {
   overflow: hidden;
}
.panel-image ~ input[type=checkbox] {
    position:absolute;
    top:- 30px;
    z-index: -1;
}
.panel-image ~ input[type=checkbox] ~ .panel-body {
    height: 0px;
    padding: 0px;
}
.panel-image ~ input[type=checkbox]:checked ~ .panel-body {
    height: auto;
    padding: 15px;
}
.panel-image ~ .panel-footer a {
    padding: 0px 10px;
    font-size: 1.3em;
    color: rgb(100, 100, 100);
}
/*
* ==========================================================================
* Optional Carousel
* ==========================================================================
*/
.carousel-caption .carousel-title {
  color: #41c8ce;
	font-size: 32px;
	text-shadow:  0 1px 2px rgba(0, 0, 0, .1);
	text-align: left;
	font-weight: 200;
	font-family: "Noto Sans Japanese";
	line-height: 1.7;
}
.carousel-caption .carousel-title i {
	padding-right: 0.7rem;
}
.carousel-caption {
    right: 0%;
    left: 55%;
	  top: 30%;
}
 .carousel-caption .carousel-title {
	 position: absolute;
	 top: 0%
}
	.carousel-caption .ctF90 {
		top:-15%;
	}
@media (min-width: 768px) and (max-width: 1099px) {
  .carousel-caption {
    padding-bottom: 0px;
    bottom: 2px;
  }
  .carousel-caption .carousel-title {
    font-size: 27px;
		line-height: 1.7;
		letter-spacing: 2.5px;
  }
.carousel-caption .ctF90 {
		font-size: 140%;
	}
}
@media (max-width: 767px) {
  .carousel-caption {
    font-size: 15px;
    padding-bottom: 0;
		top: 30%;
  }
  .carousel-caption .carousel-title {
		font-size: 15px;
		letter-spacing: 1.5px;
  }
	.carousel-caption .ctF90 {
		font-size: 14px;
	}
}
/*---------------------------------
other
---------------------------------*/
h1 {
	padding: 0.5rem 0 0 0;
	margin: 0;
	font-size: 10px;
	color: #41c8ce;
}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.middle {vertical-align: middle;}
.w20 { width: 20%;}
.w50 { width: 50%;}
.w60 { width: 60%;}
.w65 { width: 65%;}
.w70 { width: 70%;}
.w80 { width: 80%;}
.w90 { width: 90%;}
.w100 { width: 100%;}
.white {color: #fff;}
.blue {color: #2840a3;}
.lBlue {color: #3bb9bc;}
.mBlue {color: #0b7199;}
.glay {color: #ddd;}
.orange {color: #f77152;}
.red {color: #ed6666;}
.green {color: #20b78c;}
.brown {color: #350202;}
.op20 {opacity: 0.2;}
.op30 {opacity: 0.3;}
.op40 {opacity: 0.4;}
.op50 {opacity: 0.5;}
.op60 {opacity: 0.6;}
.op70 {opacity: 0.7;}
.op80 {opacity: 0.8;}
.fontNomal {font-weight: normal;}
.fontBold {font-weight: bold;}
.f70 {font-size: 70%;}
.f80 {font-size: 80%;}
.f90 {font-size: 90%;}
.f100 {font-size: 100%;}
.f110 {font-size: 110%;}
.f115 {font-size: 115%;}
.f120 {font-size: 120%;}
.f130 {font-size: 130%;}
.f170 {font-size: 170%;}
.m30 {margin: 3.0rem;}
.mtb10 {margin-top: 1.0rem; margin-bottom: 1.0rem;}
.mtb15 {margin-top: 1.5rem; margin-bottom: 1.5rem;}
.mtb20 {margin-top: 2.0rem; margin-bottom: 2.0rem;}
.mtb25 {margin-top: 2.5rem; margin-bottom: 2.5rem;}
.mtb30 {margin-top: 3.0rem; margin-bottom: 3.0rem;}
.mt10 {margin-top: 1.0rem;}
.mt15 {margin-top: 1.5rem;}
.mt20 {margin-top: 2.0rem;}
.mt25 {margin-top: 2.5rem;}
.mt30 {margin-top: 3.0rem;}
.mt35 {margin-top: 3.5rem;}
.mt40 {margin-top: 4.0rem;}
.mb10 {margin-bottom: 1.0rem;}
.mb15 {margin-bottom: 1.5rem;}
.mb20 {margin-bottom: 2.0rem;}
.mb25 {margin-bottom: 2.5rem;}
.mb30 {margin-bottom: 3.0rem;}
.mb35 {margin-bottom: 3.5rem;}
.mb40 {margin-bottom: 4.0rem;}
.p05 {padding: 0.5rem;}
.p10 {padding: 1.0rem;}
.p15 {padding: 1.5rem;}
.p20 {padding: 2.0rem;}
.ptb05 {padding-top: 0.5rem; padding-bottom: 0.5rem;}
.ptb10 {padding-top: 1.0rem; padding-bottom: 1.0rem;}
.ptb15 {padding-top: 1.5rem; padding-bottom: 1.5rem;}
.ptb20 {padding-top: 2.0rem; padding-bottom: 2.0rem;}
.ptb25 {padding-top: 2.5rem; padding-bottom: 2.5rem;}
.ptb30 {padding-top: 3.0rem; padding-bottom: 3.0rem;}
.ptb35 {padding-top: 3.5rem; padding-bottom: 3.5rem;}
.ptb40 {padding-top: 4.0rem; padding-bottom: 4.0rem;}
.ptb45 {padding-top: 4.5rem; padding-bottom: 4.5rem;}
.ptb50 {padding-top: 5.0rem; padding-bottom: 5.0rem;}
.ptb55 {padding-top: 5.5rem; padding-bottom: 5.5rem;}
.ptb60 {padding-top: 6.0rem; padding-bottom: 6.0rem;}
.plr03 {padding-left: 0.3rem; padding-right: 0.3rem;}
.plr05 {padding-left: 0.5rem; padding-right: 0.5rem;}
.plr07 {padding-left: 0.7rem; padding-right: 0.7rem;}
.plr10 {padding-left: 1.0rem; padding-right: 1.0rem;}
.pt05 {padding-top: 0.5rem;}
.pt10 {padding-top: 1.0rem;}
.pt15 {padding-top: 1.5rem;}
.pt20 {padding-top: 2.0rem;}
.pt25 {padding-top: 2.5rem;}
.pt30 {padding-top: 3.0rem;}
.mt10 {margin-top: 1.0rem;}
.pl05 {padding-left: 0.5rem;}
.pl10 {padding-left: 1.0rem;}
.ml10 {margin-left: 1.0rem}
.ml20 {margin-left: 2.0rem}
.pb05 {padding-bottom: 0.5rem;}
.pb10 {padding-bottom: 1.0rem;}
.pb15 {padding-bottom: 1.5rem;}
.pb20 {padding-bottom: 2.0rem;}
.pb25 {padding-bottom: 2.5rem;}
.pb30 {padding-bottom: 3.0rem;}
.pb35 {padding-bottom: 3.5rem;}
.pb40 {padding-bottom: 4.0rem;}
.pr05 {padding-right: 0.5rem;}
.pr10 {padding-right: 1.0rem;}
.lh10 {line-height: 1.0;}
.lh15 {line-height: 1.5;}
.lh18 {line-height: 1.8;}
.lh20 {line-height: 2.0;}
.lh25 {line-height: 2.5;}
.lh30 {line-height: 3.0;}
.ls25 {letter-spacing: 2.5px;}
.ls30 {letter-spacing: 3.0px;}
.spsLogo {
}
.spsLogo li {
	margin: 1rem 2rem;
	display: inline-block;
	width: 20%;
}
.spsLogo li img {
}
@media screen and (max-width: 767px){
}/*SPここまで*/
@media screen and (max-width: 991px) {
}/*TBここまで*/
@media screen and (min-width: 992px) {
}/*PCここまで*/
/*
* ==========================================================================
* Title
* ==========================================================================
*/
.title {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 1.5rem 0 2.5rem 0;
	background: url(../images/rainbow.png) 100% 50% no-repeat;
	background-size: 15%;
	margin-bottom: 4rem;
}
.title .crumb {
	color: #666;
	font-size: 12px;
	padding-bottom: 1.5rem;
}
.title .crumb i{
	margin: 0 .3rem;
	color: #aaa;
}
.title .crumb a {
	color: #666;
}
.title .crumb a:hover {
	text-decoration: underline;
}
.title h3 {
	color: #41c8ce;
	font-size: 27px;
	letter-spacing: 3px;
}
.hvr-icon-wobble-horizontal {
    vertical-align: top;
}
.hvr-icon-wobble-horizontal:before{
	content: "\f105";
	font-size: 1.6rem;
	top: -3px;
	color: #aaa;
}
/*  提携元Topへ戻る
*************************************************************************/
.pageTop{
	margin-bottom: .5rem;
}
.pageTop a{
	font-size: 1.2rem;
	color: #666;
	letter-spacing: 1.5px;
}
.pageTop a:hover{
	text-decoration: underline;
}
.pageTop i{
	margin-right: .5rem;
  font-size: 1.6rem;
  vertical-align: text-top;
	color: #aaa;
}
@media (max-width: 767px) {
	.title .crumb{
		font-size: 11px;
	}
}
/*---------------------------------
Toplink
---------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
		opacity: 0.9;
}
#page-top a {
    background: #41c8ce;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 1.5rem 0;
    text-align: center;
    display: block;
    border-radius: 15px;
}
#page-top a:hover {
    text-decoration: none;
    background: #3cbaba;
}
#page-top i {
	color: #fff;
	font-size: 150%;
}
/*
* ==========================================================================
* Footer
* ==========================================================================
*/
h3 .fteLogo {
	width: 180px;
	padding: 1.0rem 0;
}
.footerLinkP {
	padding-top: 2.5rem;
}
.ftrCopy {
	margin-top: 1rem;
	font-family: 'Raleway', sans-serif;
	font-size: 85%;
}
.follow-me {
    margin-left: 0 !important;
}
/*
* ==========================================================================
* Google Translate カスタマイズ
* ==========================================================================
*/
#translateArea {
  position: fixed;
  top: 1px;
  right: 15px;
  opacity: 0.9;
}
.goog-te-gadget img {
	width: auto;
}
@media screen and (max-width: 767px){
	#translateArea{
		position: absolute;
		top: 27px;
    right: 55px;
	}
}
