@charset "UTF-8";

/*///////////////////////////////////////
全体設定
///////////////////////////////////////*/
*,*:before,*:after {
 box-sizing: border-box;
}

hr{margin: 0;}

html {
 box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 font-size: 62.5%;
 height: 100%;
 scroll-behavior: smooth;
 scroll-padding-top: 50px;
}

body {
 color: #333;
 /*font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;*/
 /*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
 font-family: "Noto Sans JP", sans-serif!important;
 background:#fff;
 font-size: 16px!important;
 font-weight: 400;
 line-height: 1.2;
 margin:0;
 padding:0;
 max-width: 100%;
 height: 100%;
}

/*フッター固定用
.wrapper{
 min-height: 100vh;
 position: relative;
 padding-bottom: 150px; フッターの高さ
 box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.wrapper{
 padding-bottom: 220px;フッターの高さ
}
}
*/

img {
 max-width:100%;
 height: auto;
}

a{
 text-decoration: none;
}

a:hover{
 opacity: 0.7;
 transition: 0.8s;
}

a:visited{
 color: inherit!important;
}

ul{
 padding-left: 0;
}

/*フェードイン*/
/* 画面外にいる状態 */
.fadein {
 opacity : 0.1;
 transform : translate(0, 50px);
 transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
 opacity : 1;
 transform : translate(0, 0);
}

/*==================================================
順番に表示
親要素にclass名 delayScroll指定
===================================*/
/*.delayScroll-ani{
opacity: 0;
}*/
.fadeUp {
animation-name:delayfadeUp;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes delayfadeUp{
from {
 opacity: 0;
 transform: translateY(100px);
}
to {
 opacity: 1;
 transform: translateY(0);
  }
}



/* パンくず */
div#breadcrumb {
 font-size: 94%;
 background-color: rgba(243,243,243,1.00);
}

div#breadcrumb ul{
 padding:5px 5px 5px 20px;
 margin: 0;
}

div#breadcrumb  ul li{
 display:inline;
 line-height:20px;
 font-size: 0.7em;
}

/*///////////////////////////////////////
エラーテキスト
///////////////////////////////////////*/
.errorBox{
 display: inline-block;
 background: #fff0f0;
 padding: 15px;
 margin-bottom: 10px;
 line-height: 1.5;
 font-weight: 500;
 color: red;
}
.errorBox i{
 display: block;
 font-size: 2em;
 color: red;
 margin-bottom: 10px;
}

/*///////////////////////////////////////
ヘッダー
///////////////////////////////////////*/
#header{
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 height: 70px;
 position: absolute;
 z-index: 1;
 background-color: #333;
 transition: 0.5s;
}

.sitetitle{
 font-size: 1.3em;
 margin: 0;
}
.sitetitle a{
 color: #fff;
}
.sitetitle img{
 display: block;
 margin: 0 auto;
 width: auto;
 max-height: 45px;
}


#top-head {
  width: 100%;
  /*max-width: 1920px;*/
  /*height: 60px;*/
  height: 70px;
  background: rgba(0,0,0,1);
  opacity: 0.9;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 999;
  transition: 0.5s;
}
#top-head .inner {
  /*float: left;*/
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
/*logo style*/
.inner h1 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.5s;
}
/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  transition: 0.5s;
}
#top-head nav ul li {
  display: block;
  width: 150px;
  max-width: 100%;
  text-align: center;
  transition: 0.5s;
}
#top-head nav ul li span{
  display: block;
  text-align: center;
  font-size: 9px;
  color: #35BFF1!important;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  /*padding: 16px;*/
  font-size: 18px;
  color: #fff!important;
  font-weight: bold;
  line-height: 1.27;
  transition: 0.5s;
}
#top-head nav ul li a:hover {
  color: #BBD8FF;
}
#nav_toggle {
  display: none;
}
img {
  /*margin-top: 60px;*/
  width: 100%;
}
/*============================
mobile style
============================*/
@media screen and (max-width:680px) {
/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #fff;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:10px;
  }
  #nav_toggle span:nth-child(3) {
    top:20px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1040px;
    background: #fff;
    z-index: 999;
  }
  #top-head nav ul {
    display: block;
    width: 80%;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
  display: block;
	color: #333!important;
	height: 50px;
	padding-top: 20px;
	line-height: 1.4;
  }

/*SP時メニュー内部*/
	.innerSP{
	 display: block!important;
	 width: 100%;
	}
	.menu{
	 display: block!important;
	 width: 100%!important;
	}
	#top-head nav ul li{
	 display: block!important;
	 width: 100%!important;
	 height: 70px;
	}
}


/* スクロールしてscroll-navクラスがついたときのヘッダーデザイン */
.scroll-nav {
  background: #fff!important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  height: 45px!important;
}
.scroll-nav .logo,
.scroll-nav ul li a {
  color: #333!important;
}
.scroll-nav #nav_toggle span{
  background: #333!important;
}
.scroll-nav nav{
 top: 45px!important;
 transition: 0.5s;
}
#top-head.scroll-nav ul li a {
  color: #333!important;
}

/*///////////////////////////////////////
アイコン
///////////////////////////////////////*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1rl1gl');
  src:  url('../fonts/icomoon.eot?1rl1gl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1rl1gl') format('truetype'),
    url('../fonts/icomoon.woff?1rl1gl') format('woff'),
    url('../fonts/icomoon.svg?1rl1gl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-office:before {
  content: "\e903";
}
.icon-newspaper:before {
  content: "\e904";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-quill:before {
  content: "\e907";
}
.icon-pen:before {
  content: "\e908";
}
.icon-image:before {
  content: "\e90d";
}
.icon-images:before {
  content: "\e90e";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-book:before {
  content: "\e91f";
}
.icon-books:before {
  content: "\e920";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-profile:before {
  content: "\e923";
}
.icon-file-empty:before {
  content: "\e924";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-file-picture:before {
  content: "\e927";
}
.icon-file-zip:before {
  content: "\e92b";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-paste:before {
  content: "\e92d";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-folder-plus:before {
  content: "\e931";
}
.icon-folder-minus:before {
  content: "\e932";
}
.icon-folder-download:before {
  content: "\e933";
}
.icon-folder-upload:before {
  content: "\e934";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-qrcode:before {
  content: "\e938";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-coin-yen:before {
  content: "\e93e";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-calculator:before {
  content: "\e940";
}
.icon-lifebuoy:before {
  content: "\e941";
}
.icon-phone:before {
  content: "\e942";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-address-book:before {
  content: "\e944";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-compass:before {
  content: "\e949";
}
.icon-compass2:before {
  content: "\e94a";
}
.icon-map:before {
  content: "\e94b";
}
.icon-map2:before {
  content: "\e94c";
}
.icon-history:before {
  content: "\e94d";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-bell:before {
  content: "\e951";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-keyboard:before {
  content: "\e955";
}
.icon-display:before {
  content: "\e956";
}
.icon-laptop:before {
  content: "\e957";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-tablet:before {
  content: "\e95a";
}
.icon-box-add:before {
  content: "\e95e";
}
.icon-box-remove:before {
  content: "\e95f";
}
.icon-download:before {
  content: "\e960";
}
.icon-upload:before {
  content: "\e961";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-undo:before {
  content: "\e965";
}
.icon-redo:before {
  content: "\e966";
}
.icon-undo2:before {
  content: "\e967";
}
.icon-redo2:before {
  content: "\e968";
}
.icon-forward:before {
  content: "\e969";
}
.icon-reply:before {
  content: "\e96a";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-bubbles2:before {
  content: "\e96d";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-bubbles3:before {
  content: "\e96f";
}
.icon-bubbles4:before {
  content: "\e970";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-minus:before {
  content: "\e974";
}
.icon-user-check:before {
  content: "\e975";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-spinner11:before {
  content: "\e984";
}
.icon-binoculars:before {
  content: "\e985";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-zoom-out:before {
  content: "\e988";
}
.icon-enlarge:before {
  content: "\e989";
}
.icon-shrink:before {
  content: "\e98a";
}
.icon-enlarge2:before {
  content: "\e98b";
}
.icon-shrink2:before {
  content: "\e98c";
}
.icon-key:before {
  content: "\e98d";
}
.icon-key2:before {
  content: "\e98e";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-cog:before {
  content: "\e994";
}
.icon-hammer:before {
  content: "\e996";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-trophy:before {
  content: "\e99e";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-rocket:before {
  content: "\e9a5";
}
.icon-hammer2:before {
  content: "\e9a8";
}
.icon-fire:before {
  content: "\e9a9";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-airplane:before {
  content: "\e9af";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-target:before {
  content: "\e9b3";
}
.icon-shield:before {
  content: "\e9b4";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-power-cord:before {
  content: "\e9b7";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-list-numbered:before {
  content: "\e9b9";
}
.icon-list:before {
  content: "\e9ba";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-smile2:before {
  content: "\e9e2";
}
.icon-sad:before {
  content: "\e9e5";
}
.icon-sad2:before {
  content: "\e9e6";
}
.icon-grin:before {
  content: "\e9e9";
}
.icon-grin2:before {
  content: "\e9ea";
}
.icon-point-up:before {
  content: "\ea03";
}
.icon-point-right:before {
  content: "\ea04";
}
.icon-point-down:before {
  content: "\ea05";
}
.icon-point-left:before {
  content: "\ea06";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-blocked:before {
  content: "\ea0e";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-pause:before {
  content: "\ea16";
}
.icon-stop:before {
  content: "\ea17";
}
.icon-previous:before {
  content: "\ea18";
}
.icon-next:before {
  content: "\ea19";
}
.icon-backward:before {
  content: "\ea1a";
}
.icon-forward2:before {
  content: "\ea1b";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-loop:before {
  content: "\ea2d";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-arrow-up-left:before {
  content: "\ea31";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-up-right:before {
  content: "\ea33";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down-right:before {
  content: "\ea35";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-arrow-down-left:before {
  content: "\ea37";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-up-left2:before {
  content: "\ea39";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-up-right2:before {
  content: "\ea3b";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-down-left2:before {
  content: "\ea3f";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-mail:before {
  content: "\ea83";
}
.icon-mail4:before {
  content: "\ea86";
}


/*擬似要素で使う場合は*/
/*
.btn-y:after{
 font-family: "icomoon";これ必須
 content: "\ea42";
}
*/

/*///////////////////////////////////////
見出し
///////////////////////////////////////*/
h2{
 font-size: 2em;
 color: #222da8;
}
.big-title{
 display: block;
 color: #333;
 line-height: 1.3;
 text-align: center;
 margin: 50px auto;
}
@media screen and (max-width: 767px) {
.big-title{
 font-size: 1.1em;
 margin: 10px auto 20px;
}
}

.big-title02{
 display: block;
 text-align: center;
 color: #35BFF1;
 font-weight: bold;
 margin: 50px auto;
 font-size: 2em;
 background: #F1FBFF;
 padding: 10px;
}

.subtitle {
 display: inline-block;
 position: relative;
 color: #333;
 font-size: 1.5em;
}

.subtitle:before {
 content: '';
 display: inline-block;
 position: absolute;
 bottom: -15px;
 left: 50%;
 transform: translateX(-50%);
 width: 60px;
 height: 4px;
 background-color: #2589d0;
}
@media screen and (max-width: 767px) {
.subtitle {
 font-size: 1.2em;
}

}

/*///////////////////////////////////////
メインコンテンツ
///////////////////////////////////////*/

/*メインイメージ*/
.mainimg{
 display: block;
 position: relative;
}
.mainimg img,
.mainimg video{
 width: 100%;
 height: 750px;
 object-fit: cover;
 user-drag: none;
 -webkit-user-drag: none;
 -moz-user-select: none;
}

.img-dark img{
 display: block;
 background-color: #333;
 opacity: 0.7;
}


@media screen and (max-width: 767px) {
.mainimg img,
.mainimg video{
 height: 600px;
}
}

.imgcontent{
 color:#fff;
 font-weight: bold;
 position: absolute;
 top:50%;
 left: 5%;
 text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 30px, rgba(0, 0, 0, 0.1) -1px 1px 30px, rgba(0, 0, 0, 0.1) 1px -1px 30px, rgba(0, 0, 0, 0.1) -1px -1px 30px;
 font-size:3em;
 line-height: 1.1;
}

#text1, #text2, #text3 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  transform: scaleX(0);
  transform-origin: left;
}

#text1 {
  animation: s1 6s forwards;
}
@keyframes s1 {
  from { transform: scaleX(0); }
  33% { transform: scaleX(1); }
  to { transform: scaleX(1); }
}

#text2 {
  animation: s2 6s forwards;
}
@keyframes s2 {
  0% { transform: scaleX(0); }
  33% { transform: scaleX(0); }
  66% { transform: scaleX(1); }
  to { transform: scaleX(1); }
}

#text3 {
  animation: s3 6s forwards;
}
@keyframes s3 {
  0% { transform: scaleX(0); }
  66% { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.text3-size{
 font-size: 15px;
}
@media screen and (max-width: 767px) {
.text3-size{
 font-size: 9px;
}
}


/*コンテンツ領域*/

main {
 margin: 6rem 0 0 0;
}
section {
 margin: 5rem 0;
 /*padding: 3rem 0;*/
}

.center {
 text-align: center;
 /*margin-bottom: 4rem;*/
}
.container {
 margin: 0 auto;
 max-width: 1200px;
 padding: 0 2.0rem;
 position: relative;
}

/*///////////////////////////////////////
ボタン
///////////////////////////////////////*/
.btn01 {
  display: block;
  width: 300px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #333;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
.btn01 {
  margin: 30px 0;
}
}
.btn01 a {
  display: block;
  width: 300px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: #FFC800;
  position: relative;
}
.btn01 a::before {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  bottom: 0;
  content: "";
  height: 7px;
  width: 7px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  transition: right .3s;
}
.btn01 a:hover {
 color: #333;
 opacity: 1;
}
.btn01 a:hover::before {
 right: 25px;
}
.btn01 a:visited {
 color: #333!important;
}

/*2*/
a.btn02 {
 display: flex;
 justify-content: space-between;
 align-items: center;
 text-align: center;
 text-decoration: none;
 width: 250px;
 margin: 0px 0px 0px 30px;
 padding: 1rem 4rem;
 font-weight: bold;
 background: #333;
 color: #fff!important;
 position: relative;
 transition: 0.5s;
 border: 1px solid #fff;
}
a.btn02::before {
 content: '';
 position: absolute;
 top: calc(50% - 2px);
 right: 1em;
 transform: translateY(calc(-50% - 2px)) rotate(45deg);
 width: 10px;
 height: 1px;
 background: #fff;
}
a.btn02::after {
 content: '';
 position: absolute;
 top: 50%;
 right: 1em;
 transform: translateY(-50%);
 width: 30px;
 height: 1px;
 background-color: #fff;
}
a.btn02:hover {
 background: #fff;
 color: #333!important;
 opacity: 1;
}
a.btn02:hover::before,
a.btn02:hover::after{
 background: #333;
}

/*3*/
.btn03 {
 display: flex;
 align-items: center;
 justify-content: center;
 line-height: 1;
 text-decoration: none;
 color: #fff!important;
 font-size: 18px;
 border-radius: 0px;
 width: 300px;
 height: 40px;
 font-weight: bold;
 border: 0.8px solid #fff;
 transition: 0.3s;
 box-shadow: 3px 3px 0px 0px rgba(20,70,105,1);
 background-color: #1D5881;
 margin: 20px auto;
}

.btn03:hover {
 box-shadow: 0 0 #1D5881;
 color: #fff;
 background-color: #1D5881;
}

/*///////////////////////////////////////
セクション区切り
///////////////////////////////////////*/
.gray-back {
 /*background-color: #f5f5f5;*/
 background-color: #fff;
 color: #333;
 padding: 150px 0;
}
.blue-back {
 /*background-color: #1cb4d3;*/
 background-color: #e6f0ff;
 padding: 150px 0;
}

.gray-back {
 position: relative;
}
.gray-back::before {
 border-color: transparent #e6f0ff transparent transparent;
 border-style: solid;
 border-width: 50px 100vw 0 0;
 bottom: 0;
 content: "";
 height: 0;
 position: absolute;
}



/*見出し*/
.midashi{
 display: flex;
 margin: 0px auto 30px;
 justify-content: center;
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 list-style: none;
}

.midashi li{
 display: block;
 width: 250px;
 max-width: 100%;
 height: 50px;
 line-height: 45px;
 padding: 0 20px;
 position: relative;
 font-size: 0.8em;
}

.midashi-menu{
 display: block;
 width: 250px;
 max-width: 100%;
 height: 50px;
 line-height: 45px;
 padding: 0 20px;
 text-align: center;
}
.midashi> li:first-child{
 border-left:1px solid #ddd;
}
.midashi> li:last-child{
 border-right:1px solid #ddd;
}
.midashi > li:not(:first-child):not(:last-child) {
 border-left:1px solid #ddd;
 border-right:1px solid #ddd;
}
.midashi li a{
 color: #333;
}
.midashi li a:hover{
 color: #787878;
}
.midashi-menu::after {
 content: "";
 display: inline-block;
 vertical-align: middle;
 color: #333;
 line-height: 1;
 width: 7px;
 height: 7px;
 border: 0.1em solid currentColor;
 border-left: 0;
 border-bottom: 0;
 box-sizing: border-box;
 transform: translateY(-25%) rotate(135deg);
 position: absolute;
 bottom: 8px;
 left: 50%;
}
.midashi-menu:hover::after {
  color: #787878;
}

@media screen and (max-width:768px){
.midashi{
 flex-wrap: wrap;
 justify-content: flex-start;
 border-bottom: none;
}
.midashi li{
 width: 50%;
 font-size: 0.6em;
 border-bottom: 1px solid #ddd;
}
.midashi> li:first-child{
 border-left:none;
}
.midashi> li:last-child{
 border-right: 1px solid #ddd;
}
.midashi > li:not(:first-child):not(:last-child) {
 border-right: 1px solid #ddd;
}
}

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

.footer {
 padding: 2rem;
 font-size: 15px;
 color: #fff;
 background-color: #006D94;
 margin-top: auto;
 border-top: 0.8px solid #fff;
}

.footer a{
 /*font-weight: bold!important;*/
 color: #fff!important;
}

  .copyright {
 text-align: center;
 padding: 10px 0;
  }

@media screen and (max-width: 767px) {
footer{
 /*height: auto;*/
}
}


@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }
}



/*///////////////////////////////////////
レスポンシブ表示
///////////////////////////////////////*/
@media screen and (max-width: 768px){

/*ヘッダー*/
#header{
 height: 60px;
}

.header {
 flex-direction: column;
 /*margin-bottom: 10px;*/
}

.sitetitle {
 font-size: 1.1em;
}

.header-box {
 display: none;
}


/*見出し*/
h2{
 font-size: 1.4em;
}

/*メインコンテンツ*/

.imgcontent{
 max-width: 90%;
 top:40%;
 font-size: 1.5em;
}

/*フッター*/
#nav ul{
 display: inline-block;
}
#nav li{
 display: inline-block;
 width: 160px;
}

}




/*///////////////////////////////////////
プライバシーポリシー
///////////////////////////////////////*/
.privacy_h3{
 display: block;
 background-color: #0b52a0;
 text-align: left;
 font-size: 1.2em;
 color: #fff;
 margin: 30px auto 0px;
 padding: 10px;
}


/*///////////////////////////////////////
フッターメニュー
///////////////////////////////////////*/
/*
.footerMenu{
 text-align: left;
}
.footerMenu ul{
 display: flex;
 list-style: none;
 padding-left: 0;
}
.footerMenu li{
 display: block;
 margin: 0 20px;
}
.footerMenu  > li > a{
 display: block;
 padding: 0 15px;
 line-height: 40px;
 color: #00459B;
 font-size: 15px;
 text-decoration: none;
}

.footerMenu i{
 vertical-align: middle;
}

@media screen and (max-width: 767px){
.footerMenu ul{
 display: block;
}
}
*/

.snsFlex {
  display: flex;
  gap: 0 5px;
}
.snsFlex a {
  display: block;
  width: 30px;
}

.fotter-wrap {
  padding: 3rem 2rem 1.5rem;
  background-color: #016D94;
 }
 .footer-container {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
 }
 .footer-logo {
  width: 104px;
  height: 26px;
  margin-bottom: .2em;
 }
 .footer-caption {
  margin-top: 0;
  color: #a6adb3;
  font-size: .75em;
 }
 .footer-title,
 .footer-link {
  margin: 0 0 .8em;
  color: #333;
  font-size: .9em;
 }
 .footer-title {
  font-weight: 600;
  color: #fff;
 }
 .footer-list {
  padding: 0;
  color: #fff;
 }
 .footer-link {
  display: block;
  color: #fff;
 }
 .footer-link:hover{
   color: #ddd;
  }
 .footer-link:not(:hover) {
  text-decoration: none;
 }

 @media only screen and (max-width: 768px) {
.footer-list {
 padding-left: 40px;
}
 .footer-container {
  justify-items: start;
  grid-template-columns: 1fr;
  gap: 1em;
 }
 .footer-head {
  grid-column: 1/3;
 }
 .footer-caption br {
  display: none;
 }
 }


/*///////////////////////////////////////
マイページ　ログイン
///////////////////////////////////////*/
.loginBox,
.greenBox{
 display: block;
 background-color: #006D94;
 margin: 50px auto;
 padding: 10px;
}
.logininner{
 display: flex;
 background-color: #fff;
 padding: 15px 30px;
}
.login-left{
 display: block;
 width: 50%;
 text-align: left;
 border-right: 1px solid #ddd;
}

.login-right{
 display: block;
 width: 50%;
 text-align: center;
}
.loginLabel{
 display: block;
 margin: 0px auto;
}
.login-input{
 margin: 5px 0!important;
 padding: 15px!important;
 border: none!important;
 background-color: #f2f2f2;
 width: 100%;
}
.loginbtn{
 display: block;
 background: #006D94;
 border-radius: 4px;
 width: 100%;
 max-width: 600px;
 border: 0;
 padding: 15px;
 color: #FFFFFF;
 font-size: 14px;
 cursor: pointer;
 margin: 5px auto;
 transition: 1s;
}
.loginbtn:hover{
 background: #0295c9;
}

.arrow-down {
 display: inline-block;
 vertical-align: middle;
 color: #333;
 line-height: 1;
 width: 1em;
 height: 1em;
 margin: 15px auto;
 border: 0.1em solid #000;
 border-left: 0;
 border-bottom: 0;
 box-sizing: border-box;
 transform: translateY(-25%) rotate(135deg);
}
.entryBtn{
 display: inline-block;
 color: #000;
 border-bottom: 1px solid #000;
 padding-bottom: 3px;
 transition: 1s;
}
.entryBtn:hover{
 color: #0D5632;
}

.form-padding{
 padding: 0px 20px;
}

@media screen and (max-width: 767px){
.form-padding{
 padding: 0px;
}
.logininner{
 flex-wrap: wrap;
 flex-direction: column-reverse;
}
.login-left{
 width: 100%;
 border-right: none;
}
.login-right{
 width: 100%;
 border-bottom: 1px solid #ddd;
 padding-bottom: 15px;
}
}

.sidemenu{
  display: block;
  width: 100%;
  background-color: #006D94;
  padding: 10px 10px 3px;
  border-radius: 5px;
  margin: 30px auto;
 }
 .sidemenu h3{
  margin: 0;
  color: #fff;
  font-size: 1em;
  text-align: center;
  padding-top: 5px;
 }
 .sidemenu ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:10px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 0;
  padding: 10px 10px 5px;
  justify-content:space-between;
 }
 .sidemenu ul li{
  display: block;
  list-style: none;
  margin: 10px;
 }
 .sidemenu ul li a{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 10px;
  margin-bottom: 10px;
  border:1px solid #ddd;
  color: #000;
  transition: 0.6s;
  border-radius: 5px;
 }
 .sidemenu ul li a:hover{
  background-color:#f5f100;
  color: #333;
  opacity: 1;
 }
 .sidemenu i{
  margin-right: 3px;
  vertical-align: middle;
 }

 @media screen and (max-width: 767px){
 .sidemenu ul{
  grid-template-columns: 1fr;
  gap: 0;
 }
 .sidemenu ul li{
 margin: 0;
}
}


/*見出し*/
/*中央見出し*/
.center-headline {
  padding: 0 3em;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color:#333;
 }
 .center-headline::before, .center-headline::after {
  content: '';
  background: #006D94;
  width: 2em;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
 }
 .center-headline::before {
  left: 0;
 }
 .center-headline::after {
  right: 0;
 }
 @media screen and (max-width: 768px){
 .center-headline {
  padding: 0 2em;
  font-size: 1.8rem;
 }
 .center-headline::before, .center-headline::after {
  width: 1.5em;
 }
 }

/*///////////////////////////////////////
査定一覧
///////////////////////////////////////*/
.satei-list{
  padding-left: 0;
  margin-bottom: 15px;
 }
 .satei-list li{
  list-style: none;
 }
 .satei-list-card{
  border:1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 10px auto;
  color: #000;
  width: 100%;
  position: relative;
  background-color: #fafafa;
 }
 .satei-list-card img{
  display: block;
  width: 180px;
  height: 180px;
  object-fit: cover;
 }
 .card-link{
  position: absolute;
  inset: 0;
 }
 .card-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .card-button-inner{
  display: block;
 }
 .card-button{
  display: block;
  background: #55C500;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  margin-top: 5px;
  padding: 10px 16px;
  position: relative;
  z-index: 1;
 }
 .btn-orange{
  background: #EEAA55;
 }
 .btn-red{
  background: #FF4433;
 }
 .card-button:hover{
  cursor: pointer;
  opacity: 0.8;
 }
 .card-button i{
  margin-right: 5px;
  vertical-align: middle;
 }

 .card-inner-right{
  display: block;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  width: 60%;
  margin: 0px 10px;
 }
 .satei-item-name{
  display: block;
  font-size: 1.3em;
  font-weight: bold;
 }
 .satei-entry-date{
  display: block;
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
 }
 .satei-price{
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 600;
  color: red;
 }
 @media screen and (max-width: 767px){
 .satei-list li>a{
  padding: 10px;
 }
 .satei-list span{
  display: block;
 }
 .card-inner{
  flex-wrap: wrap;
 }
 .satei-list-card img{
  margin: 0 auto 20px;
 }
 .card-inner-right{
  width: 100%;
 }
 .satei-price{
  font-size: 1.1em;
  margin-left: 10px;
  display: inline-block!important;
 }
 .card-button{
  width: 100%;
 }
 .card-button-inner{
  width: 100%;
  margin-top: 10px;
 }
 }

.stitle{
 display: block;
}
.stitle::before{
 content: '●';
}

/* -----------------------------------------
   デジタル証明書
----------------------------------------- */
/*印刷設定*/
@page {
  size: A4 portrait!important;
  margin: 0mm!important;
 }
 .page{
 /*
  width: 210mm!important;
  height: 297mm!important;
  box-sizing: border-box!important;
  padding: 0mm!important;
  margin: 0!important;
 */
 }
 .page{
  page-break-after: always!important;
 }
 .page:last-child{
  page-break-after: auto!important;
 }

 /*デジタル証明書デザイン　WEB用*/
 .syoumei-wrap{
  display: block!important;
  padding: 25px!important;
 }
 .syoumei-wrap h2{
  color:#fff!important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9)!important;
 }
 .syoumei-wrap h2 img{
  width: 150px!important;
  height: auto!important;
 }
 .syoumei-inner{
  display: block!important;
  background-color: rgba(255,255,255,0.8)!important;
  padding: 15px!important;
 }
 .syoumei-inner h3{
  margin-top: 50px;
  text-align: center!important;
 }
 .syoumeiBG{
  display: block!important;
  background-image: url('../img/a4BG.jpg')!important;
  background-position: center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  -webkit-print-color-adjust: exact!important;
  padding: 50px 40px 120px;
 }

 .syoumeisyo{
  display: block!important;
  font-size: 1.2em!important;
  margin: 50px auto;
  font-weight: bold;
 }
 .syoumeisyo-info{
  display: block!important;
  width: 70%;
  font-weight: bold;
  text-align: center;
  margin: 50px auto;
  border-top:1px solid #333;
  border-bottom:1px solid #333;
  line-height: 1.8;
  padding: 20px 0;
 }
 .syoumeisyo tbody{
  display: block!important;
  width: 70%!important;
  margin: 0 auto!important;
 }
 .syoumeisyo th{
 color: #3bb0db;
}
 .syoumeisyo tr{
  display: grid!important;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #333;
 }
 .syoumeisyo td{
  display: flex!important;
 }
 .syoumeisyo .date{
  /*justify-content: space-evenly!important;*/
  justify-content: left;
 }
 .syoumeisyo .name{
  /*justify-content: center!important;*/
  justify-content: left;
 }
 .syoumeisyo .naiyou{
 text-align: left;
  /*height: 200px;*/
 }
 @media screen and (max-width: 767px){
.syoumeiBG{
 padding: 20px 20px 60px;
}
.syoumeisyo-info{
 width: 100%;
 text-align: left;
 margin: 30px auto;
 padding: 20px 0;
 font-size: 14px;
}
.syoumeisyo{
 font-size: 1em!important;
}
.syoumeisyo tbody{
 width: 100%!important;
}
.syoumeisyo tr{
 grid-template-columns: 1fr;
}
.syoumeisyo .name{
 /*justify-content: flex-end!important;*/
}
.syoumei-inner h3{
 font-size: 17px!important;
}
}


/*///////////////////////////////////////
検索ボックス
///////////////////////////////////////*/
.search-form{
  display: block;
 }
 .search-form-ttl{
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
  width: 30%;
  max-width: 100%;
  text-align: left;
  padding: 10px 25px;
  background: #fff;
 }
 @media screen and (max-width: 767px){
 .search-form-ttl{
  width: 100%;
 }
 }
 .search-form-ttl span{
  display: inline-block;
  background: #DF3D00;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
 }
 .search-form-date{
  display: flex;
  align-items: center;
  width: 70%;
  font-weight: bold;
  color: #000;
  text-align: left;
  padding: 10px;
  background: #fff;
 }
 @media screen and (max-width: 767px){
 .search-form-date{
  width: 100%;
  flex-wrap: wrap;
 }
 }
 .any{
  display: inline-block;
  background: #ddd!important;
  font-weight: bold;
  color: #000!important;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
 }
 .search-form-block{
  display: block;
  padding: 10px;
  /*background: aliceblue;*/
  border-radius: 10px;
  margin-bottom: 10px;
 }
 .form-wrap{
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  width: 80%;
 }
 @media screen and (max-width: 767px){
 .form-wrap{
  flex-wrap: wrap;
  width: 100%;
 }
 }

 .style-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin: 1em 0;
  padding: 10px;
  cursor: pointer;
  line-height: 1.4;
  font-size: 0.95em;
  font-weight: 700;
  color: #333;
  border-radius: 4px;
  background-color: #f7f9fb;
  border: solid 1px #e1e8ef;
  box-shadow: 0 3px 3px -2px rgba(3, 29, 41, 0.15);
  background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%),  linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
 }

 .styled-select:focus {
  outline: 0;
  border-color: #b0c5ff;
 }
 .styled-select::-ms-expand {
  display: none;
 }

 .search-submit{
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
 }
 .search-submit02{
   border: 1px solid #1b7e40;
   border-radius: 1rem;
   background: #1b7e40;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958));
   background: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%);
   background: linear-gradient(0deg, #1b7e40 50%, #20b958 100%);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
   box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
   color: #FFF100;
   font-size: 18px;
   font-weight: bold;
   padding: 15px 30px;
   cursor: pointer;
   width: 80%;
   }
 @media screen and (max-width: 767px){
 .search-submit{
  width: 100%;
 }
 }

 /*アップロードボタン*/
 .upload-btn,
 .upload-btn02{
  display: inline-block;
  cursor: pointer;
  margin: 1em 0;
  padding: .7em 1em;
  line-height: 1.4;
  background: #FF7881;
  color: #FFF;
  font-size: 0.95em;
  font-weight: bold;
  border-radius: 10px;
  transition: 0.2s;
 }
 .upload-btn:hover,
 .upload-btn02:hover {
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.2);
 }
 .upload-btn input,
 .upload-btn02 input
 {
  display: none;
 }
 .upload-select{
  margin-left: 10px;
  color: #000;
 }
 .upload-select-none{
  margin-left: 10px;
  color: #000;
 }
 @media screen and (max-width: 767px){
 .upload-btn,
 .upload-btn02{
  display: block;
  width: 100%;
 }
 .upload-select-none{
  display: block;
  margin-left: 0;
  margin-top: 10px;
 }
 }

 /*チェックボックス*/
 .checkbox-wrap {
  display: block;
  position: relative;
  margin: 1em 20px;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
 }
 @media screen and (max-width: 767px){
 .checkbox-wrap {
  margin: 1em 10px;
 }
 }
 .checkbox-wrap input {
  display: none;
 }
 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: solid 2px #d4dae2;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
 }
 .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
 }
 .checkbox-wrap input:checked + .checkmark {
  background: #0D5632;
  border-color: #0D5632;
 }
 .checkbox-wrap input:checked + .checkmark:after {
  opacity: 1;
 }

 /*入力エリアデザイン*/
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="password"],
 input[type="date"]{
  width: 100%;
  max-width: 600px;
  font-size: 0.95em;
  margin: 1em 0;
  padding: 10px;
  border: solid 2px #e3e6ea;
  border-radius: 4px;
 }
 input[type="text"]:focus,
 input[type="email"]:focus,
 input[type="tel"]:focus,
 input[type="password"]:focus,
 input[type="date"]:focus{
   border-color: #529fff;
   outline: 0;
 }

 textarea {
  width: 100%;
  max-width: 600px;
  margin: 1em 0;
  padding: 20px;
  font-size: 1em;
  border: solid 2px #e1e3e8;
  border-radius: 4px;
  resize: none;
 }
 textarea:focus {
  border-color: #56a9ff;
  doutline: 0;
 }


/*ログアウト*/
.whiteBox{
  display: block;
  background-color: #fff;
  padding: 50px 20px;
  margin: 50px auto;
 }

 .mainBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 0px;
  width: 600px;
  max-width: 100%;
  height: 40px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  background-color: #ab987aff;
  margin: 0 auto;
 }

/* -----------------------------------------
   Pagination and pagers
----------------------------------------- */
.pagination {
  height: auto;
  margin: 0 0 18px 0;
}
.pagination > li.active a,
.pagination > li.active a:hover {
  box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #67c3da inset !important;
  background-image: linear-gradient(to bottom, #4faede 0%, #3399cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4faede', endColorstr='#ff3399cc', GradientType=0);
  border-color: #1e86ba;
  color: #ffffff;
}
.pagination > li:last-child a,
.pagination > li:last-child span {
  margin-right: 0;
}
.pagination > li a {
  cursor: pointer;
  transition: background;
  margin-right: 3px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff3f3f3', GradientType=0);
  border: 1px solid #c4c4c4;
  padding: 6px 15px;
  margin-bottom: 5px;
  box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #fff inset !important;
  font-weight: bold;
  transition: all;
  transition-duration: 0.4s;
}
.pagination > li a:hover {
  border: 1px solid #a3a3a3;
  background: #e8e6e6;
}
.pager > li a {
  transition: background;
  transition-duration: 0.4s;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff3f3f3', GradientType=0);
  border: 1px solid #c4c4c4;
}
.pager > li a:hover {
  border: 1px solid #a3a3a3;
  background: #e8e6e6;
}
