@charset "UTF-8";
/* =======================================================================

	 印刷用 768px以上
	 
======================================================================= */
.nopc {
  display: none; }

.container {
  width: 1200px; }

.title3 span {
  padding-right: 84px;
  background: url(../img/title_deco.png) no-repeat bottom -3px right; }

title_sub span {
  padding-right: 75px;
  padding-left: 75px; }

.title_sub span:before, .title_sub span:after {
  width: 65px; }

.bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.bnr_list li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px; }

.sub_nav a {
  width: 250px;
  height: 50px;
  margin: 0 auto;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: 100%; }

.typeA,
.typeB {
  position: relative; }

.typeA span,
.typeB span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 30px 13px 30px; }

.typeA:before, .typeA:after,
.typeB:before,
.typeB:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat; }

.typeA:before,
.typeB:before {
  z-index: 1; }

.typeA:after,
.typeB:after {
  z-index: 0; }

.typeA:hover,
.typeB:hover {
  color: #fff; }

.typeA:hover:before,
.typeB:hover:before {
  opacity: 0; }

.typeA:before {
  background-image: url(../img/btnA.png); }

.typeA:after {
  background-image: url(../img/btnA_on.png); }

.typeB:before {
  background-image: url(../img/btnB.png); }

.typeB:after {
  background-image: url(../img/btnB_on.png); }
