.entry-header{margin:0 auto; width:1280px;}
.pagetitle h2{font-size:1.8px;}

.filter{
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  //background: rgba(0, 0, 0, 0.6);
  }
.main{max-width:1280px; margin: 0 auto;}

  @media screen and (max-width: 750px) {#breadcrumb {display:none;}}

#breadcrumb li:after {
  content: '> ';
  padding: 0 3px;
  color: #a8a8a8 !important;
}
#breadcrumb span {
  color: #a8a8a8 !important;
}
.comp-bread {
  margin-bottom: 15px 0; }
.comp-bread a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: 5px 17px 5px 0;
  margin-right: 10px;
  letter-spacing: 1px;
  color: #a8a8a8 !important;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
.comp-bread a:hover {
  opacity: 0.8; }
.comp-bread a::after {
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.comp-bread a:nth-of-type(1) {
  color: #fff !important; }
.comp-bread a:nth-last-of-type(1) {
  padding: 5px 0; }
.comp-bread a:nth-last-of-type(1)::after {
  display: none; }
.comp-bread.white {
  margin: 15px 0 !important; }
.comp-bread.white a {
  color: #fff !important;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
.comp-bread.white a:hover {
  opacity: 0.8; }
.comp-bread.white a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff; }

@media screen and (max-width: 750px) {
.comp-bread {
  margin-bottom: 0px; }
.comp-bread a {
  position: relative;
  display: inline-block;
  font-size: 10px;
  padding: 5px 17px 5px 0;
  margin-right: 10px;
  letter-spacing: 1px;
  color: #555555;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
.comp-bread a:hover {
  opacity: 0.8; }
.comp-bread a::after {
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.comp-bread a:nth-of-type(1) {
  color: #a9a9a9; }
.comp-bread a:nth-last-of-type(1) {
  padding: 5px 0; }
.comp-bread a:nth-last-of-type(1)::after {
  display: none; }
.comp-bread.white {
  margin-bottom: 0px; }
.comp-bread.white a {
  color: #fff;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
.comp-bread.white a:hover {
  opacity: 0.8; }
.comp-bread.white a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff; }
}

.flx_container {line-height:2em;}
.flx_container .box {display: flex; border:1px solid #eee; margin:50px 0; padding:10px;}
.flx_container .box .img {flex-shrink: 0;}
.flx_container .box  img{width:300px; height:auto; object-fit: cover;}
.flx_container .box .desc {display: flex; flex-direction: column; padding-left: 20px; width: 100%;}
.flx_container .box .ttl {font-weight:bold; font-size:18px;}
.flx_container .box .txt {flex-grow: 1;}

/* 2カラム */
*, *:before, *:after { box-sizing: border-box;}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
background-color: #fff;
color: #333;
font-size:1.2em;
text-align: left;
}
.col_2 > div{	width: 50%;	padding: 10px;}
@media screen and (max-width: 640px) {	.col_2 > div{		width: 100%;	}}
.col_2 img{	width: 100%;}
@media screen and (max-width: 640px) {	.col_2 img{	width: 100%;}}

.col2img{text-align: center;  align-items: center;}
.col2img img{width: 60%;}



/* 3カラム */
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  background-color: #fff;
  color: #333;
  font-size:1.2em;
  text-align: left;
}
.col_3 > div{	width: 33.33333%;	padding: 10px;}
@media screen and (max-width: 1090px) {	.col_3 > div{		width: 50%;	}}
@media screen and (max-width: 480px) {	.col_3 > div{		width: 100%;	}}


.btn-sizechange {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #073489;
  text-align: center;
  width: inherit;
  min-width: 188px;
  border: 2px solid #073489;
  padding: 12px 16px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
}
.btn-sizechange:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #073489;
  transition: all 0.3s;
  pointer-events: none;
}
.btn-sizechange span {
  position: relative;
  z-index: 99;
}
.btn-sizechange:hover {
  color: #fff;
  transform: scale(0.9);
}
.btn-sizechange:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}


