@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

* {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: normal;
}

ul li,ol li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: underline;
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}


@media only screen and (min-width: 1001px) {

* {
	font-size: 16px;
}

.acc dt,
input[type="submit"],
button,
a {
	transition-duration: 0.1s;
}
.acc dt:hover,
input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	transition-duration: 0.2s;
	cursor: pointer;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

.tel {
	pointer-events: none;
	text-decoration: none;
}

.acc {
	cursor: pointer;
}

}

.ttl {
	width: 80%;
	text-align: left;
	font-family: 'Anton', sans-serif;
	font-size: 28px;
	letter-spacing: 0.05em;
	margin: 0 auto 20px auto;
}
.ttl::first-letter {
	color: #0f347a;
}

@media only screen and (min-width: 1001px) {

.ttl {
	width: 960px;
	font-size: 36px;
	margin: 0 auto 20px auto;
}

}

.sub {
	width: 80%;
	color: #0f347a;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0 auto 20px auto;
}

@media only screen and (min-width: 1001px) {

.sub {
	width: 960px;
	font-size: 24px;
	margin: 0 auto 20px auto;
}

}

/*----------------------------------------------------
 id style 
----------------------------------------------------*/

header {
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 109;
}
header h1 {
	width: 95px;
	position: fixed;
	z-index: 10;
	margin: 15px 0 0 5%;
	filter: drop-shadow(1px 1px 1px #fff);
}
header h1 a {
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-size: auto 50px;
	background-repeat: no-repeat;
}

header nav ul {
	width: 80%;
	margin: 20px auto 0 auto;
}
header nav ul li {
	border-bottom: 1px solid #fff;
}
header nav ul li a {
	text-align: left;
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-family: 'Anton', sans-serif;
	letter-spacing: 0.05em;	
}


@media only screen and (min-width: 1001px) {

header {
	text-align: left;
	height: 0px !important;
	border-bottom: none !important;
}
header.drawer-navbar {
	background-color: inherit !important;
}
header h1 {
	width: 170px;
	margin: 20px 0 0 30px;
}
header h1 a {
	height: 90px;
	background-size: auto 90px;
}

header nav ul {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
header nav ul li {
	height: 90px;
	border-bottom: none;
	display: inline-block;
	margin: 0 0 0 40px;
}
header nav ul li a {
	color: #333;
	line-height: 90px;
	overflow: hidden;
	font-size: 24px;
	filter: drop-shadow(1px 1px 1px #fff);
}
header nav ul li a:first-letter {
	color: #0f347a;
}
header nav ul li.contact a {
	width: 90px;
	height: 90px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url("../images/header_icn_contact.png");
	background-position: center;
	background-size: auto 32px;
	background-repeat: no-repeat;
	background-color: #0f347a;
	filter: none;
}

}

footer {
	background-color: #111;
	padding: 30px 0;
}
footer span {
	display: block;
	color: #fff;
}

@media only screen and (min-width: 1001px) {

footer {
	padding: 60px 0;
}
footer span {
	font-size: 14px;
}

}

a#pagetop {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../images/pagetop.png);
	background-size: 50px;
}


@media only screen and (min-width: 1001px) {

a#pagetop {
	width: 70px;
	height: 70px;
	bottom: 30px;
	right: 30px;
	background-size: 70px;
}

}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.top_main ul li img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
div.top_main .slick-dots {
    bottom: -40px;
}
div.top_main .slick-dots li {
    margin: 0 5px;
}
div.top_main .slick-dots li button:before {
    font-size: 18px;
    color: #707070;
}
div.top_main .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0f347a;
}


@media only screen and (min-width: 1001px) {

div.top_main ul li img {
	height: auto;
	object-fit: contain;
}

div.top_main .slick-dots {
    bottom: -50px;
}
div.top_main .slick-dots li {
    width: 20px;
    margin: 0 10px;
}
div.top_main .slick-dots li button:before {
    font-size: 24px;
}

}


div.top_topics {
	padding: 40px 0 0 0;
}

div.top_topics ul {
	width: 80%;
	border-top: 1px solid #dfdfdf;
	margin: 30px auto 0 auto;
	padding: 20px 0 0 0;
}
div.top_topics ul li {
	box-sizing: border-box;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	
}
div.top_topics ul li a {
	text-decoration: none;
	display: block;
	background-image: url("../images/products_icn.png");
	background-size: 10px;
	line-height: 1.8em;
	background-repeat: no-repeat;
	background-position: right top 6px;
}
div.top_topics ul li a strong {
	width: auto;
	display: block;
	text-align: left;
	font-family: 'Anton', sans-serif;
	font-size: 16px;
	color: #0f347a;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0.05em;
}
div.top_topics ul li a span {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #666;
	line-height: 1.8em;
	margin: 5px 0 0 0;
}
div.top_topics ul li a img {
	width: 100%;
	height: auto;
}

div.top_topics .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1s ease-in-out;
}

div.top_topics .modal-content {
	max-height: 80%;
    background: #FFF;
    overflow-y: auto;
    padding: 30px;
    width: 85%;
	text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
	box-sizing: border-box;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
	border-radius: 5px;
}
div.top_topics .modal-content strong {
	width: 100%;
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	color: #0f347a;
	text-align: left;
	display: block;
	font-weight: normal;
	letter-spacing: 0.05em;
}
div.top_topics .modal-content span {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #666;
	line-height: 1.8em;
	margin: 0px 0 15px 0;
}
div.top_topics .modal-content ol {
	width: 100%;
}
div.top_topics .modal-content ol li {
	width: 100%;
	border-bottom: none;
	margin: 0 auto 20px auto;
	padding: 0;
}
div.top_topics .modal-content ol li img {
	width: 100%;
	height: auto;
}
div.top_topics .modal-content dl dt {
	font-size: 16px;
	color: #0f347a;
	text-align: left;
	line-height: 1.8em;
	margin: 20px 0 0 0;
}
div.top_topics .modal-content dl dt:first-of-type {
	margin-top: 0;
}
div.top_topics .modal-content dl dd {
	font-size: 12px;
	text-align: left;
	line-height: 1.8em;
	margin: 5px 0 0 0;
}

div.top_topics .modal-close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
}
div.top_topics .modal-close:hover,
div.top_topics .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

@keyframes show {
	from {opacity: 0; }
	to { opacity: 1; }
}


@media only screen and (min-width: 1001px) {

div.top_topics {
	padding: 80px 0 0 0;
}

div.top_topics ul {
	width: 960px;
	margin: 40px auto 0 auto;
	padding: 30px 0 0 0;
}
div.top_topics ul li {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
div.top_topics ul li a {
	background-size: 16px;
	background-position: right 12px top 6px;
}
div.top_topics ul li a strong {
	font-size: 18px;
}
div.top_topics ul li a span {
	font-size: 14px;
	margin: 5px 0 0 0;
}

div.top_topics .modal-content {
    width: 960px;
	max-height: 90%;
    padding: 40px;
}
div.top_topics .modal-content strong {
	font-size: 32px;
}
div.top_topics .modal-content span {
	font-size: 14px;
	margin: 0px 0 20px 0;
}
div.top_topics .modal-content ol {
	width: 100% !important;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
div.top_topics .modal-content ol::after{
  content:"";
  display: block;
  width: 31%;
}
div.top_topics .modal-content ol li {
 	width: 31%;
	margin: 0 0 20px 0;
}

div.top_topics .modal-content dl {
	width: 100%;
}
div.top_topics .modal-content dl dt {
	font-size: 18px;
}
div.top_topics .modal-content dl dd {
	font-size: 14px;
}

div.top_topics .modal-close {
    right: 30px;
    top: 30px;
    font-size: 2.5rem;
}

}


div.top_about {
	padding: 40px 0;
}
div.top_about strong {
	width: 80%;
	text-align: left;
	display: block;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	margin: 0 auto 10px auto;
}
div.top_about p {
	width: 80%;
	text-align: left;
	line-height: 1.8em;
	margin: 0 auto;
}


@media only screen and (min-width: 1001px) {

div.top_about {
	padding: 80px 0;
}
div.top_about strong {
	width: 960px;
	font-size: 20px;
}
div.top_about p {
	width: 960px;
}

}

div.top_products {
	background-color: #eee;
	background-image: url("../images/products_bg_top_sp.jpg"), url("../images/products_bg_btm_sp.jpg");
	background-position: center top 20px, center bottom 20px;
	background-size: auto 180px;
	background-repeat: no-repeat;
	padding: 180px 0;
}
div.top_products p {
	width: 80%;
	text-align: left;
	line-height: 1.8em;
	margin: 0 auto 30px auto;
}

div.top_products p a{
	color:#e64751;
}

div.top_products ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	margin: 0 auto;
}
div.top_products ul li {
	width: 48%;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin: 0 0 12px 0;
	
}
div.top_products ul li a {
	text-decoration: none;
	display: block;
	background-image: url("../images/products_icn.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	padding: 20px 20px 10px 20px;
}
div.top_products ul li a strong {
	width: auto;
	display: block;
	text-align: left;
	font-family: 'Anton', sans-serif;
	font-size: 16px;
	color: #0f347a;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0.05em;
}
div.top_products ul li a img {
	width: 100%;
	height: auto;
}

div.top_products dl.package {
	width: 80%;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 20px 0 10px 0;
}
div.top_products dl.package dt {
	margin: 0 0 5px 0;
}
div.top_products dl.package dt strong {
	width: 100%;
	font-family: 'Anton', sans-serif;
	font-size: 16px;
	color: #0f347a;
	text-align: center;
	display: block;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0 0 5px 0;
}
div.top_products dl.package dt p {
	width: 100%;
	line-height: 1.8em;
	font-size: 12px;
	text-align: center;
	margin: 0;
}
div.top_products dl.package dd {
	margin: 0 0 10px 0;
}
div.top_products dl.package dd ol {
	width: 260px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px auto 0px auto;
}
div.top_products dl.package dd ol li {
	width: 120px;
}
div.top_products dl.package dd ol li a {
	font-size: 10px;
}
div.top_products dl.package dd ol li img {
	width: 100%;
	height: auto;
}

div.top_products .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1s ease-in-out;
}

div.top_products .modal-content {
	max-height: 80%;
    background: #FFF;
    overflow-y: auto;
    padding: 30px;
    width: 85%;
	text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
	box-sizing: border-box;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
	border-radius: 5px;
}
div.top_products .modal-content strong {
	width: 100%;
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	color: #0f347a;
	text-align: left;
	display: block;
	font-weight: normal;
	letter-spacing: 0.05em;
}
div.top_products .modal-content.package strong {
	margin: 0px 0 10px 0;
}
div.top_products .modal-content img {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
div.top_products .modal-content.package img {
	width: 100%;
}
div.top_products .modal-content dl {
	width: 100%;
}
div.top_products .modal-content dl dt {
	font-size: 16px;
	color: #0f347a;
	text-align: left;
	line-height: 1.8em;
	margin: 20px 0 0 0;
}
div.top_products .modal-content dl dt:first-of-type {
	margin-top: 0;
}
div.top_products .modal-content dl dd {
	font-size: 12px;
	text-align: left;
	line-height: 1.8em;
	margin: 5px 0 0 0;
}

div.top_products .modal-content div {
	background-color: #f5f5f5;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 20px 0 0 0;
	padding: 20px;
}
div.top_products .modal-content div a.btn {
	width: 200px;;
	background-image: none;
	font-size: 12px;
	background-color: #0f347a;
	line-height: 35px;
	color: #fff;
	margin: 0 auto 10px auto ;
	padding: 0;
}
div.top_products .modal-content div a.btn:after {
	content: "»";
	font-size: 10px;
	color: #fff;
	margin: 0 0 0 10px;
}
div.top_products .modal-content div p {
	width: 100%;
	line-height: 1.8em;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div.top_products .modal-close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
}
div.top_products .modal-close:hover,
div.top_products .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

@keyframes show {
	from {opacity: 0; }
	to { opacity: 1; }
}


@media only screen and (min-width: 1001px) {

div.top_products {
	background-image: url("../images/products_bg_pc.jpg");
	background-position: center;
	background-size: auto 2160px;
	padding: 80px 0;
}

div.top_products p {
	width: 960px;
	margin: 0 auto 40px auto;
}
    
div.top_products p a {
	color:#e64751;
}

div.top_products ul {
	width: 960px;
}
div.top_products ul li {
	width: 300px;
	margin: 0 0 30px 0;
}
div.top_products ul li a {
	background-size: 16px;
	background-position: right 18px bottom 18px;
	padding: 30px;
}
div.top_products ul li a strong {
	font-size: 24px;
}

div.top_products dl.package {
	width: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;	
	padding: 30px 0;
}
div.top_products dl.package dt {
	width: 360px;
	margin: 0 0px 0px 0;
}
div.top_products dl.package dt strong {
	font-size: 24px;
}
div.top_products dl.package dt p {
	font-size: 16px;
}
div.top_products dl.package dd {
	width: auto;
	margin: 0 20px 0 0;
}
div.top_products dl.package dd ol {
	width: 390px;
}
div.top_products dl.package dd ol li {
	width: 180px;
}
div.top_products dl.package dd ol li a {
	font-size: 14px;
}
div.top_products dl.package dd ol li img {
	margin: 0 0 5px 0;
}


div.top_products .modal-content {
    width: 960px;
	max-height: 90%;
    padding: 40px;
}
div.top_products .modal-content strong {
	font-size: 32px;
}
div.top_products .modal-content img {
	width: 300px;
	float: left;
}
div.top_products .modal-content dl {
	width: 540px;
	float: right;
}
div.top_products .modal-content dl dt {
	font-size: 18px;
}
div.top_products .modal-content dl dd {
	font-size: 14px;
}

div.top_products .modal-content div {
	width: 100%;
	display: flex;
	float: left;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 40px;
}
div.top_products .modal-content div a.btn {
	width: 240px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	margin: 35px 0 0 0;
}
div.top_products .modal-content div a.btn:after {
	font-size: 12px;
}
div.top_products .modal-content div p {
	width: 520px;
	font-size: 12px;
}

div.top_products .modal-close {
    right: 30px;
    top: 30px;
    font-size: 2.5rem;
}

}


.top_contacts {
	background-color: #f5f5f5;
	padding: 40px 0;
}
.top_contacts div.contact {
	width: 80%;
	border: 3px solid #dfdfdf;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	padding: 25px;
}
.top_contacts div.contact dl {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
}
.top_contacts div.contact dl:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.top_contacts div.contact dl dt {
	color: #0f357c;
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.top_contacts div.contact dl dd {
	line-height: 1.8em;
	text-align: left;
}

.top_contacts form {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.top_contacts form dl {
	margin: 0 auto 20px auto;
}
.top_contacts form dl:last-of-type {
	margin-bottom: 0;
}
.top_contacts form dl dt {
	text-align: left;
	vertical-align: middle;
	margin: 0 0 10px 0;
}
.top_contacts form dl dt span {
	display: inline-block;
	color: #df002f;
	text-align: center;
	font-weight: normal;
	margin: 0 10px;
}
.top_contacts form dl dd {
	text-align: left;
}
.top_contacts form dl dd input[type="text"],
.top_contacts form dl dd input[type="email"],
.top_contacts form dl dd input[type="tel"],
.top_contacts form dl dd textarea {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.8em;
	background-color: #fff;
	border: none;
	text-indent: 10px;
	border-radius: 5px;
	-webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	padding: 8px 5px;
}
.top_contacts form dl dd textarea {
	width: 100% !important;
	height: 80px !important;
	text-indent: inherit;
	line-height: 1.8em;
	padding : 5px 10px;
}
div.top_contacts form dl dd ul {
	padding: 5px 0 0 0;
}
div.top_contacts form dl dd ul li {
	text-align: left;
	margin: 0 0 10px 0;
}
div.top_contacts form dl dd ul li:last-child {
	margin-bottom: 0;
}

div.top_contacts form dl dd label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
}
div.top_contacts form dl dd label.radio_text:before {
	position      : absolute;
	width         : 12px;
	height        : 12px;
	border        : 1px solid #666;
	border-radius : 50%;
	left          : 0;
	top           : 5px;
	content       : '';
	z-index       : 3;
	margin: -1px 0 0 0;
}
div.top_contacts form dl dd label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 8px;
	height           : 8px;
	border-radius    : 100%;
	left             : 3px;
	top              : 8px;
	background-color : #0f347a;
	z-index          : 1;
	margin: -1px 0 0 0;
}
div.top_contacts form dl dd label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -20px;
	top        : 2px;
	margin     : 0;
	box-shadow : 20px -1px #f5f5f5;
}
div.top_contacts form dl dd label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
div.top_contacts form dl dd label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #f5f5f5;
}

.top_contacts form button {
	width: 240px;
	display: block;
	border: 0;
	line-height: 45px;
	background-color: #0f347a;
	color: #fff;
	border-radius: 3px;
	font-weight: normal;
	font-size: 16px;
	margin: 20px auto 0px auto;
}

.top_contacts form div.mfp_err {
	font-size: 12px;
	color: #d03539;
	text-decoration: underline;	
	margin-top: 5px;
	line-height: 1.8em;
}


@media only screen and (min-width: 1001px) {

.top_contacts {
	padding: 80px 0;
}

.top_contacts div.contact {
	width: 960px;
	margin: 0 auto 40px auto;
	padding: 30px;
}
.top_contacts div.contact dl {
	display: flex;
}
.top_contacts div.contact dl:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.top_contacts div.contact dl dt {
	width: 220px;
	margin: 0;
}

.top_contacts form {
	width: 960px;
}
.top_contacts form dl {
	display: flex;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
}
.top_contacts form dl:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.top_contacts form dl dt {
	width: 280px;
	display: flex;
	align-items: center;
	margin: 0;
}
.top_contacts form dl dd {
	width: 780px;
}

.top_contacts form dl dd textarea {
	height: 160px !important;
}

div.top_contacts form dl dd ul {
	text-align: left;
}
div.top_contacts form dl dd ul li {
	display: inline-block;
	margin: 0 15px 5px 0;
}
div.top_contacts form dl dd label.radio_text:before {
	margin: 1px 0 0 0;
}
div.top_contacts form dl dd label.radio_text:after {
	margin: 1px 0 0 0;
}

.top_contacts form button {
	width: 300px;
	line-height: 60px;
	border-radius: 3px;
	font-size: 18px;
	margin: 0 auto;
}

.top_contacts form div.mfp_err {
	font-size: 14px;
}

}