@charset "UTF-8";

body {
margin:0;
padding:0;
background: #eaf3e2; /*#C1D7AF;*/
font-family: "Zen Kaku Gothic New","sans-serif";
font-size:16px;
line-height:180%; 
color:#555555;
}
div {
margin: 0;
padding: 0;
}
TD {

}
/* H1{
font-size:140%;
line-height:140%;
margin: 0;
padding: 5px 0 0 0;
}
h2 {
font-size:120%;
border-bottom: 1px dashed #3D3D3D;
}
h3 {
font-size:100%;
border-bottom: 1px solid #DDDDDD;
}*/
.header {
font-size:80%;
}
.big {
font-size:130%;
font-weight: bold; 
}
.small {
font-size:80%;
line-height:150%;
}
.red{
color:#FF0000;
}
.null{
	display:none;
	color:#FFFFFF;
}
/***************************
header
***************************/
.topbar h1{
    font-size:unset;
}
.topbar .container{
    background: #fff;
}
.topbar .home{
    margin: 5px 0;
    width:30%;
	display:inline-block;
}
.topbar .topnav{
    width: 69%;
	display:inline-block;
    vertical-align:top;
    font-size: 14px;
}
.topbar ul {
	margin: 0;
    text-align: right;
}
.topbar ul li{
	display:inline-block;
	padding: 0 10px;
    border-right: 1px solid #ddd;
    line-height: 1;
}
.topbar ul li:last-child{
    border-right: none;
}
/***************************
navi
***************************/
.pc-flex.flex-end{
	justify-content: flex-end;
}
.navbar.bg-eco{
  background-color:#05734a!important;
}
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}
.navbar-dark .navbar-nav .nav-link {
    color:rgba(255,255,255,.75);
}
.navbar .nav-link{
    font-weight: 900;
    font-size: large;
}
.navbar .dropdown-menu {
    border:none;
    background-color:#547d6a!important;
}
.navbar .dropdown-menu .container{
    display:block;
}
.navbar .dropdown-menu .container .nav-link{
    font-weight: 500;
    font-size: medium;
}
.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color:rgba(255,255,255,.95);
}
.navlogo{display:none;}
.stickie{
	width: 100%;
	max-width: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2023;
}
.form-inline .radios .form-check-label{
    color: #fff;
    margin-right: 0.45rem;
}
.form-inline {
    flex-flow: unset;
	position: relative;
}
.form-inline .form-check-inline {
    margin-right: 0.1rem;
}
.form-inline .form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    position:relative;
}
.form-inline .btn{
    position: absolute;
    border:none;
    right: 0;
    font-size: larger;
}
.form-inline .btn:before{
    font-family:"icomoon";
    content:"\e903";
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.navlogo img {
    	width: 70px;
	}
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
/* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding:.5rem .5rem;
        margin:0 .25rem;
    }
.navbar-expand-lg.tablet .navbar-nav .nav-link{
	padding-right: 0;
    padding-left: 0;
}
/* makes the dropdown full width  */
    .navbar .dropdown {
        position:static;
    }

    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
/*  height of nav-item  */
        top:44px;
        display:block;
        visibility: hidden;
        margin:0;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
        border-radius: unset;
    }
    .navbar .dropdown-menu .container{
        max-width: 960px;
    }
    .nav-link {
        padding: 0;
    }
  /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .navbar .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
    }
    .navbar-collapse .close-btn{
        display:none;
    }
}
@media screen and (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        height: 100%;
        background-color:#05734a;
        z-index:2000;
    }

    .navbar-collapse.collapsing {
        height: 100%;
        right: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        height: 100%;
        right: 0;
        transition: right 400ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 400ms ease-in-out;
    }
    .navbar-collapse .close-btn{
        position: absolute;
        font-weight:900;
        font-size: xx-large;
        top: 5px;
        right: 7px;
        width: 41px;
        height: 39px;
        /* line-height: 23px; */
        color: #fff;
        border-color: rgba(255,255,255,.1);
        padding: 0;
        text-align:center;
    }
.navbar .dropdown-menu {
    margin:0;
    padding:0;
    background-color:transparent!important;
}
.navbar .dropdown-menu div[class*="col"]{
    margin-bottom:0;
}
.navbar .dropdown-menu .nav-item{
    border-bottom:1px solid #439778;
}
.navbar-dark .navbar-toggler:hover{
	background: #2d9971;
}
}
/***************************
carousel
***************************/
.no-gutter {
  padding-right: 0;
  padding-left: 0;
    /* text-align:center; */
}
.slide-wrap{
    background: #fff;
    margin: 0 auto;
}
/***************************
top image
***************************/
.container.special{
    background: url(/assets/images/img_special_main.jpg) no-repeat 0 0;
}
.container.standard{
    background: url(/assets/images/img_standard_main.jpg) no-repeat 0 0;
}
.container.comic{
    background: url(/assets/images/img_comic_main.jpg) no-repeat 0 0;
}
.container.save{
    background: url(/assets/images/img_save_main.jpg) no-repeat 0 0;
}
.container.sizes{
    background: url(/assets/images/img_sizes_main.jpg) no-repeat 0 0;
}
.container.misc{
    background: url(/assets/images/img_misc_main.jpg) no-repeat 0 0;
}
.container .type{
    font-size: xxx-large;
    color: rgba(255,255,255,.8);
    font-weight: 900;
    letter-spacing: 18px;
    padding: 10px 0;
}
/***************************
breadcrumbs
***************************/
.article .breadcrumbs{
    text-align:right;
    font-size:smaller;
}
ol.breadcrumbs {
	padding: 0;
}
ol.breadcrumbs li{
	list-style:none;
	display:inline-block;
}
ol.breadcrumbs li:after{
	content:">";
	margin: 0 .66rem;
}
ol.breadcrumbs li:last-child:after{
	display:none;
}
/***************************
content
***************************/
.content, .article{
    /*padding: 30px 0 0;*/
    background: #FFF;
}
.content h2{
    font-size:24px;
	padding-bottom: 0.15rem;
    border-bottom: 1px solid #066137;
	border-image:linear-gradient(to right, rgb(6, 97, 55,.8) 70%, rgb(6, 97, 55,.4)90%, rgb(6, 97, 55,.1)100%) 1;
    font-weight:500;
}
.content h2:after{
    content:"";
    width:100px;
    border-bottom: 1px solid #066137;
}
.content h3{
    font-size:20px;
	padding-bottom: 0.1rem;
    border-bottom: 1px solid #958f6f;
	border-image:linear-gradient(to right, rgb(139, 143, 111,.8) 60%, rgb(139, 143, 111,.4)80%, rgb(139, 143, 111,.1)100%) 1;
    font-weight:500;
}
.content ul{
    padding-left:.5rem;
}
.content ul li{
	list-style:none;
	padding: 0;
}
.content .paper-menu ul li:before{
	content:"";
	display: inline-block;
	border-radius: 50%;
	background: #0016bf;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	margin-right: .5rem;
	box-shadow: 0 0 7px rgba(0,22,191,0.80),  0 0 3px rgba(0,22,191,0.80),  0 0 2px rgba(0,22,191,0.85);
}
.article h1{
    font-size:33px;
    font-weight:500;
    line-height:1.4;
    position: relative;
}
.article h1>span{
    /*border-bottom: 2px solid #066137;*/
    background: linear-gradient(179.8deg, rgb(255, 255, 255) 90%, rgb(0, 253, 33,.5)92%, rgb(0, 253, 33,.5)100%);
}
/* .article h1>span:before{
    content:"";
    position:absolute;
    bottom:-3px;
    left:15px;
    width: 33%;
    border-bottom:5px solid rgb(0, 253, 33,.35); 
}*/
.article .aisatsu, .article .geoinfo, .article .save-book{
	/* padding-top: 15px;
	padding-bottom: 15px; */
	padding: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15),15px 5px 15px rgba(255,255,255,0.15) inset;
	background:#f0f9f9;
}
.article .geoinfo {
	background:#f8f7f2;
}fv
.article .save-book {
	background:#f8f7f2;
}
.article .aisatsu h1>span, .article .geoinfo h1>span, .article .save-book h2>span{
	letter-spacing: .55rem;
	//background: linear-gradient(179.8deg, rgb(238, 241, 245) 90%, rgb(0, 0, 0,.3)92%, rgb(0, 0, 0,.3)100%);
	background:none;
	border-bottom: 2px solid rgb(0, 0, 0,.8);
	border-image:linear-gradient(to right, rgb(0, 0, 0,.1)0%, rgb(0, 0, 0,.4)5%, rgb(0, 0, 0,.8) 50%, rgb(0, 0, 0,.4)95%, rgb(0, 0, 0,.1)100%) 1;
}
.article .geoinfo h1>span{
	border-bottom: none;
	border-image: none;
}
.article .aisatsu h1>span:before, .article .geoinfo h1>span:before{
    display:none;
}
.article .aisatsu .letter-space{
	letter-spacing: .26rem;
    line-height: 1.8;
}
.article .save-book .letter-space{
	letter-spacing: .15rem;
    line-height: 1.5;
}
.article h1>span>span.text-h1-small{
    font-size:18px;
    margin-left:10px;
}
.article h1>span>span.badge-light{
    background-color: #e9ecef;
}
.article h1>span>span.badge{
    font-weight:300;
    vertical-align:top;
    margin:10px 10px 0;
    white-space: unset;
    letter-spacing: 0.05em;
}
.article h2{
    font-size:24px;
    font-weight:500;
    line-height:1.5;
}
.article h3{
	font-size: 20px;
}
.article b{
	font-weight: 500;
}
.paper-detail h2{
    font-size:18px;
}
.paper-detail .table{
    border-bottom: 1px solid #dee2e6;
}
.paper-detail .paper-image-wrap{
    position:relative;
}
.paper-detail .paper-image-title{
    font-size:small;
    font-weight:500;
}
.paper-detail .paper-image-desc{
    margin-bottom:15px;
    line-height: 1.4;
    font-size:small;
}
.paper-detail .tme{
    position:absolute;
    top:0;
    left:10px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.paper-detail .yme{
    position:absolute;
    width: 20px;
    top:5px;
    right:5px;
    text-align:center;
    line-height:1.2;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.table-hover tbody tr:hover{
	background: rgba( 226,243,237,.75 );
}
.table-cross-hover td.hovers{
	background: rgba( 226,243,237,.3 );		/*ホバーしたセルのカラー*/
}
.table-cross-hover td.hover{
	background: rgba( 226,243,237,.9 );		/*ホバーしたセルのカラー*/
}

.pamph-image{
	position: relative;
}
.pamph-image .yme{
    position:absolute;
    width: 20px;
    top:55px;
    right:25px;
    text-align:center;
    line-height:1.2;
}
.paper-lists h2>span, .price_wide>.right>h2>span, h2.place>span{
    border-bottom: 1px solid #066137;
	border-image:linear-gradient(to right, rgb(139, 143, 111,.8) 50%, rgb(139, 143, 111,.4)75%, rgb(139, 143, 111,.1)100%) 1;
}
.price_wide>.right>h2>span, h2.place>span{
	letter-spacing: .33rem;
}
.paper-lists h3{
    font-size:20px;
}
ul.analogies{
	padding: 0;
}
ul.analogies li{
	list-style:none;
	margin-right:30px;
	padding: 0;
}
ul.analogies li:before{
	content:"";
	display: inline-block;
	border-radius: 50%;
	background: #0016bf;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	margin-right: .5rem;
	box-shadow: 0 0 7px rgba(0,22,191,0.80),  0 0 3px rgba(0,22,191,0.80),  0 0 2px rgba(0,22,191,0.80);
}
.list-inline ul{
    padding:0;
}
.list-inline ul li{
    display: inline-block;
    padding: 15px;
    list-style-type:none
}
.list-inline ul li span{
    margin-left:10px;
}
.list-inline ul li span.badge-light{
    background-color: #e9ecef;
    vertical-align: top;
    margin-top: 4px;
}
.std-list ul{
	padding-left: 0.5rem;
}
.std-list ul li{
	list-style:none;
	padding: 0;
}
.std-list ul li:before{
	content:"";
	display: inline-block;
	border-radius: 50%;
	background: #555;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	margin-right: .5rem;
	box-shadow: 0 0 7px rgba(85,85,85,0.80),  0 0 3px rgba(85,85,85,0.80),  0 0 2px rgba(85,85,85,0.80);
}
.text-del{
    text-decoration:line-through;
}
.text-mediumi{
    font-size: 16px !important;
    font-weight: 100;
    margin: 0 !important;
}
.text-bold{
	font-weight: 500;
}
.text-rpsv-right{
    text-align:right;
}
.text-rpsv-xxlarge{
    font-size:xx-large;
}
.text-rpsv-xlarge{
    font-size:x-large;
}
.text-rpsv-large{
    font-size:large;
}
.text-rpsv-medium{
    font-size:medium;
}
.text-rpsv-normal{
    font-size:medium;
}
.table-responsive-md .text-rpsv-large, .table-responsive .text-rpsv-large,
.table-responsive-md .text-rpsv-medium, .table-responsive .text-rpsv-medium{
    border-bottom: 1px solid #dee2e6;
}
.table-responsive-md .text-rpsv-large th, .table-responsive .text-rpsv-large th,
.table-responsive-md .text-rpsv-medium th, .table-responsive .text-rpsv-medium th,
.table-responsive-md .text-rpsv-large td, .table-responsive .text-rpsv-large td,
.table-responsive-md .text-rpsv-medium td, .table-responsive .text-rpsv-medium td{
    line-height: 1.33;
}
.spt-only{display:none;}
LI{
list-style-position: inside;
}
#border_table {
background: #666666;
}
#border_table td {
background: #FFFFFF;
}
#border_table th {
background: #EBE6CB;
}
#border_table td.gray {
background: #EFEFEF;
text-decoration: line-through;
}
#border_table td.bl {
background: #E5F2F5;
}
#border_table2 {
background: #666666;
}
#border_table2 td {
background: #FFFFFF;
}
#border_table2 th {
background: #D7F2D1;
}
#border_table2 td.ly {
background: #F3F2DF;
}
.wiget-svg{
    position:relative;
}
.wiget-svg svg.front{
    position:absolute;
    bottom: -38px;
    left: -15px;
    fill: #f8f7f2;
}
.wiget-svg svg.back{
    position:absolute;
    bottom: -39px;
    right: -15px;
    fill: #d1d1d1;
    filter: drop-shadow(-8px 2px 2px #d1d1d1);
}
.price_wide{
	width:100%
}
.price_wide>.left{
	width: 50%;
	display: inline-block;
}
.price_wide>.right{
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.price_tree_wrap{
	position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 100% 0 0;
}
.price_tree{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.price_tree .st1, .price_tree .st2, .price_tree .st3, .price_tree .st4, .price_tree .st5{
	-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
}
.price_tree .st1:hover{
	fill:rgba(0,103,42,0.77);
}
.price_tree .st2:hover{
	fill:rgba(0,122,53,0.77);
}
.price_tree .st3:hover{
	fill:rgba(61,141,36,0.77);
}
.price_tree .st4:hover{
	fill:rgba(88,159,37,0.77);
}
.price_tree .st5:hover{
	fill:rgba(148,197,27,0.77);
}
.price_tree .st7{
	font-weight:900;
}
.ref-list{
	margin-top:30px;
	padding: 0;
}
.ref-list li{
	display: flex;
	align-items:center;
	-ms-flex-align: center;
	list-style: none;
	margin-bottom: 14px;
	font-size: large;
	line-height: 1.3;
	/* -ms-flex-pack: justify;
	justify-content: space-between; */
}
.ref-list li:before{
	content:" ";
	display: block;
	font-size: 45px;
	margin-right: 15px;
}
/* .ref-list li:before{
	vertical-align: middle;
} */
.ref-list li.level1:before{
	content:"1";
	color: rgba(0,103,42,1);
}
.ref-list li.level2:before{
	content:"2";
	color: rgba(0,122,53,1);
}
.ref-list li.level3:before{
	content:"3";
	color: rgba(61,141,36,1);
}
.ref-list li.level4:before{
	content:"4";
	color: rgba(88,159,37,1);
}
.ref-list li.level5:before{
	content:"5";
	color: rgba(148,197,27,1);
}
/* .ref-list li.level5{
	margin-bottom: 40px;
} */
.ref-list li div{
	margin-right: .5rem;
}
.footer-nav ul{
    padding-left:0;
    margin-bottom:0;
}
.footer-nav ul li .active{
    font-weight:900;
}
.text-smaller{
    font-size:smaller
}
.text-small{
    font-size:small
}
.thead-beige{
    background: #f8f7f2;
}
.thead-eco{
    background: #e2f3eb;
}
.thead-beige th, .thead-eco th{
    vertical-align: middle;
}
.bg-beige{
    background: #f8f7f2;
}
.bg-gray {
    background: #eef1f3;
}
.cw20{
	width: 20%;
}
.mt30{
    margin-top: 30px;
}
.mb15{
    margin-bottom: 15px;
}
.mr15{
    margin-right: 15px;
}
.mb30{
    margin-bottom: 30px;
}
.mtb30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.mb60{
    margin-bottom: 60px;
}
.mtb60{
    margin-top: 60px;
    margin-bottom: 60px;
}
.pa15{
    padding: 15px;
}
.pt10{
    padding-top: 10px;
}
.pt30{
    padding-top: 30px;
}
.pb30{
    padding-bottom: 30px;
}
.ptb30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pt30b15{
    padding-top: 30px;
    padding-bottom: 15px;
}
.lh175{
    line-height:1.75;
}
/***************************
Contact
***************************/
.contact .error{
	color:#dc3545;
}
.contact .error:before{
	font-family: "icomoon";
	content:'\e906';
	color:#dc3545;
	font-size: x-large;
    vertical-align: middle;
	margin-right: 5px;
}
.contact-confirm .form-group{
	border-bottom: 1px solid #dee2e6;
}
/***************************
footer
***************************/

footer .container{
    background: #fff;
    text-align: right;
    margin-bottom: 30px;
}
.footer-nav ul li{
	list-style:none;
	padding: 0;
}
.footer-nav ul li:before{
	content:"";
	display: inline-block;
	border-radius: 50%;
	background: #0016bf;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	margin-right: .5rem;
	box-shadow: 0 0 7px rgba(0,22,191,0.80),  0 0 3px rgba(0,22,191,0.80),  0 0 2px rgba(0,22,191,0.80);
}
.footercol{
	text-align: right;
	display:inline-block;
    font-size: small;
}
.footercol ul {
	margin: 0;
   line-height: 1.3;
}
.footercol ul li{
	display:inline-block;
	padding: 0 10px;
    border-right: 1px solid #ddd;
    line-height: 1;
}
.footercol ul li:last-child{
    border-right: none;
}
.footercol .copyright{
    font-size: 12px;
    padding: 0 10px;
}
.footercol .logo{
    vertical-align: unset;
}
footer .up{
    /* background: #c6c6c6; */
    color: #05734a;
    font-size:xxx-large;
    /* background: #05734a; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    height: 40px;
    line-height: 40px;
    /*color: #fff; */
    text-align: center;
    width: 40px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 2023;
}
footer .up.phone{
    bottom: 65px;
}
.footer-svg{
    position:relative;
}
.footer-svg svg.front{
    position:absolute;
    top: 0px;
    left: -15px;
    fill: #fff;
}
.footer-svg svg.back{
    position:absolute;
    top: 1px;
    right: -15px;
    fill: #c8d1c1;
    filter: drop-shadow(-8px 3px 3px #c8d1c1);
}
.ad{
	width: 100%;
	text-align: center;
	position: fixed;
	bottom:0;
	left: 0;
}
.ad-inner{
	margin: 0 auto;
	text-align:text-center;
}
/***************************
link
***************************/
a:link
	{
	color: #0016bf;
    /* text-decoration: underline; */
	}
a:visited
	{
	color: #0016bf;
	text-decoration: underline;
	}
a:focus,
a:hover,
a:active
	{
	text-decoration: none;
	color: #FF5400;
	}
footer .up:link,footer .up:visited{
    color: #05734a;
}
footer .up:hover,footer .up:active{
    color: rgba(5,115,74,.5);
}
.badge-success:link, .badge-success:visited{
    color: #fff;
}
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.dogear:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    border-width:13px 300px 0 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#fff #f8f7f2 #fff #fff; /* A bit more verbose to work with .rounded too */
    background:#658E15; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2), -1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2), -1px 1px 1px rgba(0,0,0,0.1);
    box-shadow:0 1px 1px rgba(0,0,0,0.2), -1px 1px 1px rgba(0,0,0,0.1); */
}
/******************************************************************************
  Max Width "991px" Responsive
*******************************************************************************/
@media (max-width: 991px) {
.wiget-svg svg.front{
    bottom: -37px;
}
.wiget-svg svg.back{
    bottom: -38px;
}
.price_wide>.left{
	width: 100%;
	display: block;
}
.price_wide>.right{
	width: 100%;
	display: block;
	vertical-align: top;
}
.price_wide>.right h2{
	text-align: center;
}
.ref-list{
	margin-top: 1rem;
}
.ref-list li.level5 {
	margin-bottom: .5rem;
}
.ref-list li{
	margin-bottom: .5rem;
	justify-content: center;
}
.ref-list li div:nth-child(2){
	text-align:right;
}
}
/******************************************************************************
  Max Width "576px" Responsive
*******************************************************************************/
@media (max-width: 576px) {
.topbar .home{
    margin: 5px 0;
    width:100%;
    text-align:center;
}
.topbar .topnav{
    display: none;
}
.container .type{
    text-align:right;
    letter-spacing: unset;
	font-size: xx-large;
}
.form-inline .form-control{
    width: 155px;
}
.form-inline .form-check-label{
    font-size:small;
    margin-right: 0.5rem;
}
.article h1{
    font-size:26px;
}
.article h1>span>span.text-h1-small{
    font-size:19px;
    margin: 0.15rem 0 0 0.6rem;
	letter-spacing: 0;
}
.article h2{
    font-size:21px;
}
.article h3{
    font-size:18px;
}
.article .list-inline ul{
	padding: 0 15px;
}
.wiget-svg svg.front{
    bottom: -44px;
}
.wiget-svg svg.back{
    bottom: -45px;
    filter: drop-shadow(-2px 2px 2px #d1d1d1);
}
.ref-list{
	margin-top:0;
	padding: 0 15px;
}
.ref-list li{
	list-style: none;
	margin-bottom: 10px;
	font-size: medium;
	justify-content: flex-start;
}
.ref-list li:before{
	content:" ";
	font-size: 33px;
	margin-right: 15px;
}
.ref-list li.level5{
	margin-bottom: 10px;
}
.table-rpsv-short td{
	padding: 0.55rem;
}
.table-rpsv-eng td{
	padding: 0.7rem;
}
.table-hover th, .table-hover td{
	padding: 0.7rem 0.15rem;
}
.text-rpsv-right{
    text-align:left;
}
.text-rpsv-xxlarge{
    font-size:x-large;
}
.text-rpsv-xlarge{
    font-size:large;
}
.text-rpsv-large{
    font-size:medium;
}
.text-rpsv-normal{
    font-size:smaller;
}
.spt-only{display:block;}
.navlogo img{width:65px;}
.radios{line-height:1.2;padding-left:.15rem;}
.footercol{
	text-align: center;
	display:inline-block;
    font-size: 13px;
}
.footercol.logo{
    display: none;
}
.footercol ul{
    padding:0;
}
.footercol ul li{
	padding: 0 5px;
}
.footercol .copyright{
    font-size: 12px;
	text-align: center;
}
.footercol .copyright span{
    display:none;
}
footer .up {
    bottom: 90px;
}

}