@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');



/* /////////////// reset /////////////// */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

table {
	border-collapse: separate;
	border-spacing: 0px;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
abbr {
	border: none;
	text-decoration: none;
}
span.field-description[title] {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}





fieldset,img,abbr,acronym {
    border: 0;
}

q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
	display: none;
}
a img,:link img,:visited img {
    border: none;
}


.clr {
	clear: both;
}


/*
article p {
	display: inline-block;
}
*/






@media print, screen and (min-width: 768px) {

}

@media print, screen and (min-width: 1024px) {

}

@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

}





/* ----------------------------------------------------------------- */

.animation, .animationli li, .animationtd td, .animationth th, .contents-title, .contents-line, .contents-title {
	opacity: 0;
}


section img {
  /* opacity: 0;
	transition: all 1.0s; */
}

.img-blur {
	transform: scale(1.0,1.0);
  opacity: 1;
}



#top-mainvisual,
#atop-mainvisual,
#page-mainvisual {
	opacity: 0;
	transition-property: opacity;
  transition-duration: 3s;
}


img.zoomin-efc {
  animation-duration: 2s;
	animation-fill-mode: forwards;
  animation-name: zoominEfc;
	transform: scale(1.03,1.03);
}
.zoomin-efc {
  animation-duration: 2s;
	animation-fill-mode: forwards;
  animation-name: zoominEfc;
	transform: scale(1.03,1.03);
}
.nonezoomin-efc {
  animation-duration: 3s;
	animation-fill-mode: forwards;
  animation-name: nonezoominEfc;
	/* transform:rotateY(60deg); */
}
.zoomin-efc-back {
  animation-duration: 6s;
	animation-fill-mode: forwards;
  animation-name: zoominEfc;
	transform: scale(1.2,1.2);
}




.main-zoom {
  opacity: 0;
	-webkit-animation-duration: 2s;
  animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: MainZoom;
  animation-name: MainZoom;
}
.main-zoomup {
 	opacity: 0;
	-webkit-animation-duration: 3s;
  animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  -webkit-animation-name: MainZoomup;
  animation-name: MainZoomup;
}
.main-zoom-top {
  opacity: 0;
}
.main-zoomup-top {
 	opacity: 0;
	-webkit-animation-duration: 3s;
  animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  -webkit-animation-name: MainZoomuptop;
  animation-name: MainZoomuptop;
}


.animation-fade {
opacity: 0;
transition: all 1.0s;
}
.animation-fade.fadeactive {
opacity: 1;
}


@-webkit-keyframes imageBlur {
  0% {
    opacity: 0.0;
		/* transform: scale(0.7,0.7); */
  }
  100% {
    opacity: 1;
		/* transform: scale(1.0,1.0); */
  }
}
@keyframes imageBlur {
  0% {
    opacity: 0.0;
		/* transform: scale(0.7,0.7); */
  }
  100% {
    opacity: 1;
		/* transform: scale(1.0,1.0); */
  }
}



@keyframes nonezoominEfc {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1;
		transform:rotateY(0deg);
  }
}


@keyframes zoominEfc {
  0% {
    opacity: 0.0;
		transform: scale(1.02,1.02);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}




@-webkit-keyframes MainZoom {
  0% {
    opacity: 0.0;
		/* transform: scale(0.99,0.99); */
  }
  100% {
    opacity: 1;
		/* transform: scale(0.99,0.99); */
  }
}
@keyframes MainZoom {
  0% {
    opacity: 0.0;
		/* transform: scale(0.99,0.99); */
  }
  100% {
    opacity: 1;
		/* transform: scale(0.99,0.99); */
  }
}
@-webkit-keyframes MainZoomup {
  0% {
    opacity: 0.0;
		transform: scale(0.99,0.99);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}
@keyframes MainZoomup {
  0% {
    opacity: 0.0;
		transform: scale(0.99,0.99);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}
@-webkit-keyframes MainZoomuptop {
  0% {
    opacity: 0.0;
		transform: scale(0.8,0.8);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}
@keyframes MainZoomuptop {
  0% {
    opacity: 0.0;
		transform: scale(0.8,0.8);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}





.maxw1200 {
	margin: 0px auto;
	max-width: 1200px;
}
.maxw1200-pad {
margin: 0px auto;
max-width: 1140px;
padding-right: 15px;
padding-left: 15px;
}
.maxw1000-pad {
margin: 0px auto;
max-width: 1000px;
padding-right: 15px;
padding-left: 15px;
}



.pat0 {
	padding-top: 0px !important;
}
.pab0 {
	padding-bottom: 0px !important;
}
.mat0 {
margin-top: 0px !important;
}
.mab0 {
	margin-bottom: 0px !important;
}

.resmab5 {
	margin-bottom: 3px !important;
}
.resmab10 {
	margin-bottom: 6px !important;
}
.resmab15 {
	margin-bottom: 10px !important;
}
.resmab20 {
	margin-bottom: 15px !important;
}
.resmab30 {
	margin-bottom: 20px !important;
}
.resmab40 {
	margin-bottom: 30px !important;
}
.resmab50 {
	margin-bottom: 38px !important;
}

.t-right {
  text-align: right !important;
}
.no-wrap {
white-space: nowrap;
}
.t-center {
text-align: center;
}



/* ローディング */
#loader-bg {
	/* display: none;　*/
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* z-index: 1; */
	z-index: 10;
}
#loader {
	/* display: none;　*/
	position: fixed;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	text-align: center;
	/* z-index: 2; */
}
#loader img {
	height: auto;
	width: 100%;
}



.table-block,
.table-over,
.scrollbar-on {
	overflow: auto;
}
.table-block::-webkit-scrollbar,
.table-over::-webkit-scrollbar,
.scrollbar-on::-webkit-scrollbar {
 height: 4px;
}
.table-block::-webkit-scrollbar-track,
.table-over::-webkit-scrollbar-track,
.scrollbar-on::-webkit-scrollbar-track {
 background: rgba(170, 170, 170, 1.0);
}
.table-block::-webkit-scrollbar-thumb,
.table-over::-webkit-scrollbar-thumb,
.scrollbar-on::-webkit-scrollbar-thumb {
 background: rgba(100, 100, 100, 1.0);
}

.width-auto {
  width: auto !important;
}




@media print, screen and (min-width: 375px) {

.resmab5 {
	margin-bottom: 4px !important;
}
.resmab10 {
	margin-bottom: 7px !important;
}
.resmab15 {
	margin-bottom: 12px !important;
}
.resmab20 {
	margin-bottom: 17px !important;
}
.resmab30 {
	margin-bottom: 23px !important;
}
.resmab40 {
	margin-bottom: 33px !important;
}
.resmab50 {
	margin-bottom: 42px !important;
}


}




@media print, screen and (min-width: 768px) {

.maxw1200-pad {
padding-right: 25px;
padding-left: 25px;
}
.maxw1000-pad {
padding-right: 25px;
padding-left: 25px;
}
.width-pad {
padding-right: 25px;
padding-left: 25px;
}

.resmab5 {
	margin-bottom: 5px !important;
}
.resmab10 {
	margin-bottom: 9px !important;
}
.resmab15 {
	margin-bottom: 14px !important;
}
.resmab20 {
	margin-bottom: 19px !important;
}
.resmab30 {
	margin-bottom: 28px !important;
}
.resmab40 {
	margin-bottom: 38px !important;
}
.resmab50 {
	margin-bottom: 47px !important;
}


#loader {
	width: 48px;
	height: 48px;
}

}



@media print, screen and (min-width: 1024px) {
.maxw1200-pad {
padding-right: 30px;
padding-left: 30px;
}
.maxw1000-pad {
padding-right: 30px;
padding-left: 30px;
}
.width-pad {
padding-right: 30px;
padding-left: 30px;
}


.resmab5 {
	margin-bottom: 6px !important;
}
.resmab10 {
	margin-bottom: 11px !important;
}
.resmab15 {
	margin-bottom: 17px !important;
}
.resmab20 {
	margin-bottom: 22px !important;
}
.resmab30 {
	margin-bottom: 33px !important;
}
.resmab40 {
	margin-bottom: 43px !important;
}
.resmab50 {
	margin-bottom: 55px !important;
}

.table-block,
.table-over {
	overflow: visible;
}

}




@media print, screen and (min-width: 1200px) {
.maxw1200-pad,
.maxw1000-pad {
padding-right: 0px;
padding-left: 0px;
}
.width-pad {
padding-right: 0px;
padding-left: 0px;
}

}



@media print, screen and (min-width: 1400px) {

.resmab5 {
	margin-bottom: 7px !important;
}
.resmab10 {
	margin-bottom: 12px !important;
}
.resmab15 {
	margin-bottom: 18px !important;
}
.resmab20 {
	margin-bottom: 23px !important;
}
.resmab30 {
	margin-bottom: 35px !important;
}
.resmab40 {
	margin-bottom: 48px !important;
}
.resmab50 {
	margin-bottom: 60px !important;
}


}












a div.img-over2 {
	overflow: hidden;
	position: relative;
	display: block;
}
.img-over:hover {
}

a div.img-over2 img {
	padding: 0px;
	display: block;
	margin: 0px;
	height: auto;
	width: 100%;
	transition: all 0.5s;
}

a:hover div.img-over2 img {
	transform: scale(1.03);
}

a div.img-over2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0,0,0, 0), rgba(0,0,0,0.6));
	left: 0px;
	top: 0px;
	z-index: 2;
	opacity: 0;
	transition: all 0.5s;
	cursor: pointer;
}
a:hover div.img-over2::after {
	opacity: 1;
}

@media print, screen and (min-width: 768px) {

}

@media print, screen and (min-width: 1024px) {

}


@media print, screen and (min-width: 1400px) {

}



















/* Toggle Button */
#nav-toggle {
position: fixed;
right: 15px;
top: 15px;
width: 24px;
height: 24px;
cursor: pointer;
text-align: center;
z-index: 1001;
padding: 0px;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background-color: rgba(0,0,0,1.00);
left: 0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

/*
#page-home #nav-toggle span {
background-color: rgba(255,255,255,1.00);
}
.container#page-home.fixedheader #nav-toggle span {
background-color: rgba(0,0,0,1.00);
}
*/

#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 19px;
}
#nav-toggle.open span:nth-child(1) {
		top: 9px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
}
#nav-toggle.open span:nth-child(2) {
		width: 0;
		left: 50%;
}
#nav-toggle.open span:nth-child(3) {
		top: 9px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
}


@media print, screen and (min-width: 375px) {
/* Toggle Button */
#nav-toggle {
right: 15px;
top: 18px;
width: 26px;
height: 26px;
}

}



@media print, screen and (min-width: 768px) {
/* Toggle Button */
#nav-toggle {
right: 25px;
top: 23px;
width: 30px;
height: 30px;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#nav-toggle.open span:nth-child(1) {
		top: 11px;
}
#nav-toggle.open span:nth-child(3) {
		top: 11px;
}

}



@media print, screen and (min-width: 960px) {
/* Toggle Button */
#nav-toggle {
display: none;
}
/*
#nav-toggle {
right: 30px;
top: 22px;
width: 32px;
height: 32px;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 12px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}
#nav-toggle.open span:nth-child(1) {
		top: 12px;
}
#nav-toggle.open span:nth-child(3) {
		top: 12px;
}
*/

}


@media print, screen and (min-width: 1200px) {
#nav-toggle {
	display: none;
}

}


@media print, screen and (min-width: 1400px) {
}





 /* 横向き */
@media print, screen and (orientation: landscape) {
/*
#page-home #nav-toggle span {
background-color: rgba(255,255,255,1.00);
}
.container.fixedheader #nav-toggle span {
background-color: rgba(0,0,0,1.00);
}
*/

}

@media print, screen and (orientation: landscape) and (min-width: 1024px) {

}

@media print, screen and (orientation: landscape) and (min-width: 1400px) {

}





















a.pdficon {
display: inline-block;
padding: 0px 58px 0px 0px;
text-align: left;
font-size: 14px;
line-height: 1.3em;
color: rgba(0,0,0,1.00) !important;
position: relative;
transition: all 0.5s ease 0s;
margin: 0px auto;
}
a.pdficon {
padding: 0px 34px 0px 0px;
}
a.pdficon::after {
content: "";
width: 22px;
height: 22px;
top: calc(50% - 9px);
background-image: url(../../../img/life/ekichokubin/icon_pdf.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
}
a.pdficon:hover::after {
background-image: url(../../../img/life/ekichokubin/icon_pdf.svg);
right: 5px;
}


sup {
font-size: 50%;
vertical-align: top;
position: relative;
top: -0.7em;
padding: 0px 0px 0px 0.1em;
}



.kome-text li p {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	font-size: 12px;
	line-height: 1.6em;
}

.indent-text li p {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
}

.indent-text li p a {
text-decoration: underline;
}

.photo-zoom {
	background: rgba(255, 255, 255, 0.4);
	padding: 3px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.photo-zoom img {
	width: calc(72px / 4) !important;
	height: calc(72px / 4) !important;
}



.photo-out {
	overflow: hidden;
	position: relative;
}
.photo-out img {
	height: auto;
	width: 100%;
}



.outline-table {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.outline-table td,
.outline-table th {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 5px 8px;
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}
.outline-table th {
	background: rgba(0, 0, 0, 0.1);
}




/* a.def-button */
a.link-button {
display: block;
padding: 12px 15px;
font-size: 14px;
line-height: 1em;
color: rgba(0,34,99,1.00) !important;
position: relative;
transition: all 0.4s;
text-align: center;
box-shadow: 0px 1px 6px 0px rgba(255,255,255,0.00);
background-color: rgba(255,255,255,1.00);
font-weight: bold;
border-radius: 5px;
}
a.link-button.navy-grey {
background-color: rgba(240,242,246,1.00);
}
a.link-button p {
position: relative;
z-index: 1;
}
a.link-button:hover {
color: rgba(0,34,99,1.00) !important;
box-shadow: 0px 1px 8px 1px rgba(255,255,255,0.7);
transform: translateY(-1px);
}

a.link-button::after {
content: "";
width: 18px;
height: 18px;
top: calc(50% - 7px);
right: 5px;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../../../img/life/ekichokubin/arrow_in.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
opacity: 0.5;
}
a.link-button:hover::after {
opacity: 1;
}
a.link-button.external::after {
width: 17px;
height: 17px;
background-image: url(../../../img/life/ekichokubin/arrow_ot.svg);
}
a.link-button.nw-window::after,
a.link-button.new-window::after {
width: 17px;
height: 17px;
background-image: url(../../../img/life/ekichokubin/arrow_in.svg);
}
a.link-button.pdf-icon::after {
opacity: 1;
width: 17px;
height: 17px;
background-image: url(../../../img/life/ekichokubin/icon_pdf.svg);
}


/* pink-bt */
a.link-button.pink-bt {
color: rgba(255,255,255,1.00) !important;
background-color: rgba(221,17,108,1.00);
}
a.link-button.pink-bt:hover {
background-color: rgba(228,65,137,1.00);
}
a.link-button.pink-bt.external::after {
width: 17px;
height: 17px;
background-image: url(../../../img/life/ekichokubin/arrow_ot.svg);
opacity: 1.0;
}
a.link-button.pink-bt.new-window::after {
background-image: url(../../../img/life/ekichokubin/arrow_in.svg);
}


/* .txt-link */
a.txt-link p {
position: relative;
font-weight: bold;
color: rgba(0,34,99,1.00);
display: inline-block;
transition: all 0.4s;
}
a.txt-link p::after {
content: "";
width: 16px;
height: 16px;
display: inline-block;
transition: all 0.4s;
background-image: url(../../../img/life/ekichokubin/arrow_in.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
opacity: 0.5;
vertical-align: middle;
margin-left: 5px;
}
a.txt-link:hover p::after {
color: rgba(0,0,0,1.00);
}
a.txt-link:hover p {
opacity: 1.0;
}
a.txt-link.external p::after {
width: 15px;
height: 15px;
background-image: url(../../../img/life/ekichokubin/arrow_ot.svg);
}
a.txt-link.new-window p::after {
background-image: url(../../../img/life/ekichokubin/arrow_ot.svg);
}


a.anchor-button {
display: block;
padding: 12px 15px;
border-bottom: 1px solid rgba(255,255,255,0.5);
font-size: 14px;
line-height: 1.1em;
font-weight: bold;
color: rgba(255,255,255,1.00) !important;
text-align: center;
position: relative;
transition: all 0.4s;
}
a.anchor-button:hover {
border-bottom: 1px solid rgba(255,255,255,1.0);
}
a.anchor-button::after {
content: "";
width: 18px;
height: 18px;
top: calc(50% - 7px);
right: 5px;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../../../img/life/ekichokubin/arrow_in.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
opacity: 0.5;
transform: rotate(90deg);
}
a.anchor-button:hover::after {
opacity: 1.0;
}


a .link-txt {
color: rgba(0,34,99,1.00) !important;
position: relative;
padding: 0px 22px 0px 0px;
text-align: right;
font-size: 12px;
line-height: 1.4em;
}
a .link-txt::after {
content: "";
width: 18px;
height: 18px;
top: calc(50% - 7px);
right: 0px;
display: block;
position: absolute;
transition: all 0.4s;
background-image: url(../../../img/life/ekichokubin/arrow_in.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
opacity: 0.5;
}
a .link-txt.new-window::after {
background-image: url(../../../img/life/ekichokubin/arrow_ot.svg);
}
a .link-txt.external::after {
background-image: url(../../../img/life/ekichokubin/arrow_ot.svg);
}





@media print, screen and (min-width: 375px) {

/* a.link-button */
a.link-button {
padding: 13px 15px;
font-size: 15px;
line-height: 1em;
}

.kome-text li {
	font-size: 13px;
	line-height: 1.6em;
}

a.anchor-button {
padding: 13px 15px;
font-size: 15px;
line-height: 1.1em;
}

a .link-txt {
font-size: 13px;
line-height: 1.4em;
}

/* .txt-link */
a.txt-link p::after {
width: 17px;
height: 17px;
}

}


@media print, screen and (min-width: 768px) {

/* a.link-button */
a.link-button {
padding: 17px 15px;
font-size: 15.6px;
line-height: 1em;
border-radius: 6px;
}

.kome-text li p {
	font-size: 13px;
	line-height: 1.6em;
}

a.anchor-button {
padding: 17px 15px;
font-size: 15.6px;
line-height: 1.1em;
}

}


@media print, screen and (min-width: 1024px) {

/* a.link-button */
a.link-button {
padding: 20px 17px;
font-size: 18px;
line-height: 1em;
}
a.link-button:hover {
box-shadow: 0px 1px 12px 1px rgba(255,255,255,1.0);
}

.kome-text li p {
	font-size: 14px;
	line-height: 1.6em;
}

a.link-button::after {
width: 20px;
height: 20px;
top: calc(50% - 8px);
right: 7px;
}
a.link-button.external::after,
a.link-button.nw-window::after,
a.link-button.pink-bt.external::after,
a.link-button.new-window::after,
a.link-button.pdf-icon::after {
width: 19px;
height: 19px;
}


a.anchor-button {
padding: 20px 17px;
font-size: 18px;
line-height: 1.1em;
}
a.anchor-button::after {
width: 20px;
height: 20px;
top: calc(50% - 8px);
right: 7px;
}

/* .txt-link */
a.txt-link p::after {
width: 18px;
height: 18px;
}

}


@media print, screen and (min-width: 1200px) {

a.link-button {
padding: 22px 18px;
font-size: 19px;
line-height: 1em;
border-radius: 7px;
}

a.link-button::after {
width: 22px;
height: 22px;
top: calc(50% - 9px);
right: 8px;
}
a.link-button.external::after,
a.link-button.nw-window::after,
a.link-button.pink-bt.external::after,
a.link-button.new-window::after,
a.link-button.pdf-icon::after {
width: 20px;
height: 20px;
}

a.anchor-button {
padding: 22px 18px;
font-size: 19px;
line-height: 1.1em;
}
a.anchor-button::after {
width: 22px;
height: 22px;
top: calc(50% - 9px);
right: 8px;
}

a .link-txt {
padding: 0px 24px 0px 0px;
font-size: 14px;
line-height: 1.4em;
}
a .link-txt::after {
content: "";
width: 20px;
height: 20px;
top: calc(50% - 7px);
}

/* .txt-link */
a.txt-link p::after {
width: 19px;
height: 19px;
}

}


@media print, screen and (min-width: 1400px) {

a.link-button {
padding: 25px 20px;
font-size: 19px;
line-height: 1em;
}
a.anchor-button {
padding: 25px 20px;
font-size: 19px;
line-height: 1.1em;
}

}













@media print{
.print-off {
    display: none;
}
body #print img {
  height: auto !important;
	width: 100% !important;
}
}