/*
*******************************************************************************************************
# /ja/products/select-c/print.css
*******************************************************************************************************
*/
@media print{
header,
footer,
.wrp-fixed-nav,
.box-btnarea,
.wrp-topicpath,
.wrp-ft-submenu,
.wrp-Language-bar {
	display: none;
}

.mod-ttl-page {
	height: auto;
	line-height: 1.6em;
	font-size: 26px;
}

.mod-ttl-page .ttl-inner {
	width:100%;
}
.mod-ttl-page .ttl-inner::before {
	display: none;
}
.section-step {
    margin-bottom: 0px;
    padding-top: 0px;
}
.layout-column.column2 .img {
    max-width: 250px;
    margin: 0 auto;
}
.step2-result {
    page-break-after: always;
}

.mod-button {
	display: none;
}

#printhide {
	display: none;
}
.u-mb180 {
    margin-bottom: 0px !important;
}
.u-mt80 {
    margin-top: 20px !important;
}
}