* {
    box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	/*font-weight: normal;*/
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img, video {
	max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
	height: auto;
	border: none;
  -webkit-backface-visibility: hidden;
}
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.hidden-l{
  display: block;
}
.hidden-s{
  display: none;
}
@media only screen and (min-width: 800px) {
  .hidden-l{
      display: none;
  }
  .hidden-s{
      display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
}
.cols-12 {
	width: 100%;
}
/*テキスト位置*/
.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;
	}
}
/*Float*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/*Line Height*/
.lh12 {
	line-height: 1.2em !important;
}
.lh14 {
	line-height: 1.4em !important;
}
.lh18 {
	line-height: 1.8em !important;
}
.lh20 {
	line-height: 2em !important;
}
/*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-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;
}
.bottom-pad-60 {
	padding-bottom: 60px !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;
}

/*Border*/
/*場所*/
.full-border{
	border: solid 1px #ccc !important;
}
.top-border {
	border-top: solid 1px #ccc !important;
}
.right-border {
	border-right: solid 1px !important;
}
.bottom-border {
	border-bottom:solid 1px !important;
}
.left-border {
	border-left:solid 1px !important;
}
.border-none {
	border:none !important;
}
/************************************ パンくず*/
.breadcrumb_area {
	overflow: hidden;
	height: auto;
	margin: 25px 0px 30px 0px;
}
.breadcrumb_style {
	float: left;
}
.breadcrumb_font {
	font-size: 15px;
}
.breadcrumb_font ul li {
	float: left;
}
@media only screen and (max-width: 800px) {
.breadcrumb_area {
	margin: 20px 0px 20px 0px;
	padding-left: 15px;
}
}
/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none !important;
  padding-left: 0 !important;
  margin: 30px 0;
}
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}
.pagination li:first-of-type a {
  border-left-width: 1px;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li.current a {
    background-color: #0b62a7;
    color: #fff;
}
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a { border-left-width: 0; }
}
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}