@charset "utf-8";
  @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600.700');

  html{
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: #202020;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #29ca8e;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #606060;
  }


body {
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.0;
	color: #333;
}

#wrapper {
	width: 100%;

}

.inner {

	margin: 0 auto;
}

.sp {
	display: none !important;
}

.spc {
	display: none;
}

  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/
.navbar-brand>img {
    display: inline-block;
}
  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
    background: #ffffff;
  }

  .custom-navbar .navbar-brand {
    color: #202020;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .top-nav-collapse {
    background: #202020;
  }

  .custom-navbar .navbar-nav {
    margin-left: 1em;
  }

  .custom-navbar .nav li a {
    font-size: 13px;
    font-weight: normal;
    color: #202020;
    padding-right: 17px;
    padding-left: 17px;
    text-align: center;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    color: #666666;
    background-color: #9dddb685;
    border-radius: 0.25em;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #29ca8e;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #29ca8e;
    border-color: transparent;
  }

.navbar-contact {
    text-align: right;
    height: 2em;
    font-size: 12px;
}


@media (max-width: 768px) {
    .navbar-contact {
        display: none;
    }
}

@media (max-width: 992px) {
    .navbar-contact {
    height: 0em;
    }
}

@media (max-width: 1200px) {
    .navbar-contact {
    height: 0em;
    }
}

  @media only screen and (max-width: 1200px) {

    .custom-navbar .navbar-nav {
      margin-left: 3em;
    }
  }
  @media only screen and (max-width: 992px) {

    .custom-navbar .navbar-nav {
      margin-left: 0;
    }

    .custom-navbar .nav li a {
      font-size: 14px;
      padding-right: 15px;
      padding-left: 15px;
    }
}

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
      text-shadow: none;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
      text-shadow: none;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }
  @media screen and (max-width: 767px) {

    .section-title {
      padding-bottom: 20px;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 3vw;
      font-size: 1em;
}

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #202020;
      font-weight: normal;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #656565;
    }
}


/*------------------------------------------------
ヘッダー
------------------------------------------------*/

#headerContainer {
	border-top: 3px solid #3faefa;
}

#headerContainer .inner {
	padding: 45px 0;
	position: relative;

}

#headerContainer .inner h1,
#headerContainer .inner h1 a{
	font-size: 32px;
	line-height: 1em;
	text-decoration: none;
	color: #333;
}

#headerContainer .inner h1 img {
	display: block;
}

.hArea {
	width: 420px;
	position: absolute;
	top: 35px;
	right: 0;
}

.hArea .tsize li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 3px;
}

.hArea .tsize li.current {
	background: #3faefa;
}

.hArea .tsize li.current a {
	color: #fff;
}

.hArea .tsize li.noborder {
	width: auto;
	height: auto;
	background: none;
	margin-right: 9px;
	border: none;
}

.hArea .tsize li a {
	font-weight: bold;
	color: #000;
	line-height: 1.0;
	vertical-align: middle;
	display: inline-block;
	padding: 8px;
	text-decoration: none;
}

.subMenu {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.subMenu ul {
margin: 0;
padding: 0;
list-style: none;
}

.subMenu li {
	float: left;
	margin-left: 14px;
}

.subMenu li a {
	font-size: 14px;
	line-height: 1em;
	padding-left: 10px;
	color: #333;
	background: url(../images/common/icon_arrow01.png) left 5px no-repeat;
	text-decoration: none;
}

.subMenu li a:hover {
	text-decoration: underline;
}






/*------------------------------------------------
検索
------------------------------------------------*/

header .searchBox {
	position: absolute;
	top: 0;
	right: 0;
}

.searchBox form {
	position: relative;
}

.searchBox input[type='search'] {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 175px;
	padding: 5px 35px 4px 10px;
	color: #000;
	font-size: 16px;
}

.searchBox input[type='image'] {
	position: absolute;
	top: 7px;
	right: 10px;
}

/*------------------------------------------------
グローバルナビ
------------------------------------------------*/

.btnMenu {
	display: none;
}

#headerContainer nav {
	position: relative;
	display: block;
}

#headerContainer nav ul {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #3faefa;
}

#headerContainer nav ul li {
	float: left;
	position: relative;
	width: 20%;
}

#headerContainer nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	padding: 25px 0;
	text-align: center;
	border-right: 1px solid #3faefa;
	color: #333;
}

#headerContainer nav ul li.gnavi04 a {
	line-height: 1.4;
	padding: 11px 0 10px;
}

#headerContainer nav ul li:hover a {
	color:#fff;
}


#headerContainer nav ul li.gnavi01:hover,
#headerContainer nav ul li.gnavi02:hover,
#headerContainer nav ul li.gnavi03:hover,
#headerContainer nav ul li.gnavi04:hover,
#headerContainer nav ul li.gnavi05:hover {
	background:#3faefa;
}
#headerContainer nav ul li ul.sub {
	display: none;
	position: absolute;
	top: 53px;
	left: -1px;
	z-index: 10000;
	background: #fff;
	padding-right: 0;
	width: auto;
	border: 3px solid #3faefa;
}
#headerContainer nav ul li ul.sub li {
	float: none;
	background: #fff;
	padding: 0 15px;
	width:auto;
}
#headerContainer nav ul li ul.sub li a {
	color: #333;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 35px 15px 0;
	border-bottom: 1px solid #d9d9d9;
	border-right:none;
	background: url(../images/common/icon_arrow03.png) right center no-repeat;
	min-width: 225px;
	white-space: nowrap;
	height: auto;
}
#headerContainer nav ul li ul.sub li:last-child a {
	border: none;
}
#headerContainer nav ul li ul.sub li.nobor a {
	border: none;
}
#headerContainer nav ul li ul.sub li:hover {
	background: #f2fbff;
}
#headerContainer nav ul li ul.sub.line2 {
	min-width: 600px;
	background: #fff;
}
#headerContainer nav ul li ul.sub.line2 li {
	display: inline-block;
	/*float: left;*/
}

#headerContainer nav ul li ul.sub.line2 li a {
	line-height: 1.4;
}

/*------------------------------------------------
メイン
------------------------------------------------*/

#mainContainer {
}



/*------------------------------------------------
フッター
------------------------------------------------*/

footer {
    padding-bottom: 20px;
    padding-top: 20px;
    background: #e1e1e1;

}

footer p {
	font-size: 12px;
	color: #757575;
	text-align: center;
}

footer .inner {
	width: 960px;
	margin:  0 auto;
	padding: 30px 0 0;
	position: relative;
}

footer .faddress {
	width: 360px;
	float: left;
	font-size: 16px;
	margin-top: 25px;
}

footer .faddress p {
	margin-bottom: 20px;
}

footer .fnavi00 {
	display: none;
}

footer .fnavi01 {
	float: left;
	width: 330px;
	margin-right: 30px;
}

footer .fnavi02 {
	float: left;
	width: 330px;
	margin-right: 30px;
}

footer .fnavi03 {
	float: right;
	width: 235px;
}

footer dl {
	margin-bottom: 40px;
}

footer .fnavi03 dl {
	margin-bottom: 30px;
}

footer dt {
	color: #3faefa;
	font-size: 112.5%;
	border-bottom: 1px solid #3faefa;
	margin-bottom: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

footer dt a {
	text-decoration: none;
	color: #666;
}

footer dd a {
	color: #666;
	background: url(../images/common/icon_arrow01.png) left 0.35em no-repeat;
	padding-left: 10px;
	display:  inline-block;
	line-height: 1.2;
}

footer .company dt {
	font-weight: normal;
	border: none;
	margin-bottom: 5px;
	font-size: 120.0%;
	color: #333;
}

footer .company dd {
	font-size: 87.5%;
}


footer small {
	display: block;
	background: #3faefa;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

footer .fnavi04 {
	position: absolute;
	bottom: 70px;
	right: 0;
}

footer .fnavi04 a.btnpc {
	background: #cfebff url(/images/common/icon_pc.png) 10px center no-repeat;
	background-size: 24px auto;
	color: #3faefa;
	text-decoration: none;
	padding: 10px 15px 10px 45px;
	border-radius: 15px 0 0 15px;
	border-right: 1px solid #3faefa;
}

footer .fnavi04 a.btnsp {
	background: #fff url(/images/common/icon_sp.png) 90% center no-repeat;
	background-size: auto 25px;
	color: #3faefa;
	text-decoration: none;
	padding: 10px 45px 10px 15px;
	border-radius: 0 15px 15px 0;
}


/*------------------------------------------------
ページトップ
------------------------------------------------*/

.btnPagetop {
	display: none;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 980px;
	text-align:right;
}




