@charset "UTF-8";
/* CSS Document */
/*common*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/*Margin*/
.full-mg-00 {
  margin: 0 !important;
}
.full-mg-05 {
  margin: 5px !important;
}
.full-mg-10 {
  margin: 10px !important;
}
.full-mg-15 {
  margin: 15px !important;
}
.full-mg-20 {
  margin: 20px !important;
}
.full-mg-30 {
  margin: 30px !important;
}
.full-mg-40 {
  margin: 40px !important;
}
.top-mg-00 {
  margin-top: 0px !important;
}
.top-mg-05 {
  margin-top: 5px !important;
}
.top-mg-10 {
  margin-top: 10px !important;
}
.top-mg-15 {
  margin-top: 15px !important;
}
.top-mg-20 {
  margin-top: 20px !important;
}
.top-mg-30 {
  margin-top: 30px !important;
}
.top-mg-40 {
  margin-top: 40px !important;
}
.right-mg-00 {
  margin-right: 0 !important;
}
.right-mg-05 {
  margin-right: 5px !important;
}
.right-mg-10 {
  margin-right: 10px !important;
}
.right-mg-15 {
  margin-right: 15px !important;
}
.right-mg-20 {
  margin-right: 20px !important;
}
.right-mg-30 {
  margin-right: 30px !important;
}
.right-mg-40 {
  margin-right: 40px !important;
}
.bottom-mg-00 {
  margin-bottom: 0px !important;
}
.bottom-mg-05 {
  margin-bottom: 5px !important;
}
.bottom-mg-10 {
  margin-bottom: 10px !important;
}
.bottom-mg-15 {
  margin-bottom: 15px !important;
}
.bottom-mg-20 {
  margin-bottom: 20px !important;
}
.bottom-mg-30 {
  margin-bottom: 30px !important;
}
.bottom-mg-40 {
  margin-bottom: 40px !important;
}
.bottom-mg-60 {
  margin-bottom: 60px !important;
}
.bottom-mg-80 {
  margin-bottom: 80px !important;
}
.left-mg-00 {
  margin-left: 0 !important;
}
.left-mg-05 {
  margin-left: 5px !important;
}
.left-mg-10 {
  margin-left: 10px !important;
}
.left-mg-15 {
  margin-left: 15px !important;
}
.left-mg-20 {
  margin-left: 20px !important;
}
.left-mg-30 {
  margin-left: 30px !important;
}
.left-mg-40 {
  margin-left: 40px !important;
}
/*Padding*/
.full-pad-00 {
  padding: 0px !important;
}
.full-pad-05 {
  padding: 5px !important;
}
.full-pad-10 {
  padding: 10px !important;
}
.full-pad-15 {
  padding: 15px !important;
}
.full-pad-20 {
  padding: 20px !important;
}
.full-pad-30 {
  padding: 30px !important;
}
.full-pad-40 {
  padding: 40px !important;
}
.top-pad-00 {
  padding-top: 0 !important;
}
.top-pad-05 {
  padding-top: 5px !important;
}
.top-pad-10 {
  padding-top: 10px !important;
}
.top-pad-15 {
  padding-top: 15px !important;
}
.top-pad-20 {
  padding-top: 20px !important;
}
.top-pad-30 {
  padding-top: 30px !important;
}
.top-pad-40 {
  padding-top: 40px !important;
}
.top-pad-50 {
  padding-top: 50px !important;
}
.top-pad-60 {
  padding-top: 60px !important;
}
.right-pad-00 {
  padding-right: 0 !important;
}
.right-pad-05 {
  padding-right: 5px !important;
}
.right-pad-10 {
  padding-right: 10px !important;
}
.right-pad-15 {
  padding-right: 15px !important;
}
.right-pad-20 {
  padding-right: 20px !important;
}
.right-pad-30 {
  padding-right: 30px !important;
}
.right-pad-40 {
  padding-right: 40px !important;
}
.bottom-pad-00 {
  padding-bottom: 0 !important;
}
.bottom-pad-05 {
  padding-bottom: 5px !important;
}
.bottom-pad-10 {
  padding-bottom: 10px !important;
}
.bottom-pad-15 {
  padding-bottom: 15px !important;
}
.bottom-pad-20 {
  padding-bottom: 20px !important;
}
.bottom-pad-30 {
  padding-bottom: 30px !important;
}
.bottom-pad-40 {
  padding-bottom: 40px !important;
}
.left-pad-00 {
  padding-left: 0 !important;
}
.left-pad-05 {
  padding-left: 5px !important;
}
.left-pad-10 {
  padding-left: 10px !important;
}
.left-pad-15 {
  padding-left: 15px !important;
}
.left-pad-20 {
  padding-left: 20px !important;
}
.left-pad-30 {
  padding-left: 30px !important;
}
.left-pad-40 {
  padding-left: 40px !important;
}
/*テキスト位置*/
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-left_s-center {
  text-align: left !important;
}
.text-right_s-center {
  text-align: right !important;
}
.text-center_s-left {
  text-align: center !important;
}
.text-center_s-right {
  text-align: center !important;
}
@media only screen and (max-width: 800px) {
  .text-left_s-center, .text-right_s-center {
    text-align: center !important;
  }
  .text-center_s-left {
    text-align: left !important;
  }
  .text-center_s-right {
    text-align: right !important;
  }
}
/*ページネーション*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
  float: left;
  padding: 10px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #657C92;
  background-color: #ffffff;
  border: 1px solid #657C92;
    border-top-color: rgb(101, 124, 146);
    border-right-color: rgb(101, 124, 146);
    border-bottom-color: rgb(101, 124, 146);
    border-left-color: rgb(101, 124, 146);
  margin-left: -1px;
  transition: .2s;
  font-size: 1.8rem;
  font-weight: 700;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #657C92; /*変更*/ 
  background-color: #E3EEF1; /*変更（淡色）*/
  border-color: #657C92; /*変更*/
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #657C92; /*変更*/
  border-color: #657C92; /*変更*/
  cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #c7436f;
  cursor: not-allowed;
}
@media only screen and (max-width: 800px) {
.pagination > li > a, .pagination > li > span {
  padding: 6px 12px;
  font-size: 1.5rem;
}
}
/*ページャー*/
/*--
Pager
--*/
.number {
  text-align: center;
  margin-bottom: 20px;
}
.number a {
  background: #FFFAE6;
  color: #333;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px 15px;
  text-decoration: none;
  transition: .2s;
}
.number a:hover {
  background: #c7436f;
  color: #fff;
  text-decoration: none;
}
.number .current {
  color: #fff;
  background: #c7436f;
  box-shadow: 0 2px 0 #ddd;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px 15px;
}
/*ページャー*/
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  background: #E3EEF1; /*変更（淡色）*/
  color: #333;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px 15px;
  text-decoration: none !important;
  transition: .2s;
}
.pager li > a:hover, .pager li > a:focus {
  background: #657C92; /*変更*/
  color: #fff;
  text-decoration: none;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #FFF;
  background: #657C92; /*変更*/
  cursor: not-allowed;
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  .pager li > a, .pager li > span {
    font-size: 12px;
    padding: 3px 15px;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .rob:before, .rob:after, .pager:before, .pager:after {
  content: " ";
  display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .rob:after, .pager:after {
  clear: both;
}
/*サイズによる消去*/
@media (max-width: 800px) {
  .hidden-s {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .hidden-l {
    display: none !important;
  }
}