@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Heebo:400,700|Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
/*   
Theme Name: tokyogiken
*/

/**
 *
 * 初期化
 *
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #666666;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1080px;
}

div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul,
li {
	margin: 0px;
	padding: 0px;
}

input,
select {
	font-size: 12px;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

pre {
	font-size: 12px;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

/**
 *
 * 共通定義
 *
 */

.en {
	font-family: "Heebo", sans-serif;
}

.en-all * {
	font-family: "Heebo", sans-serif;
}

em {
	font-style: italic;
}

.clear {
	float: none;
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

.clearfix {
	min-height: 1px;
}

a:link {
	color: #564488;
	text-decoration: underline;
}

a:visited {
	color: #564488;
	text-decoration: underline;
}

a:hover {
	color: #564488;
	text-decoration: none;
}

a:active {
	color: #564488;
	text-decoration: underline;
}

.over {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.orange {
	color: #ec6b19;
}

.blue {
	color: #00b2b2;
}

.green {
	color: #39a48d;
}

.brown {
	color: #520500;
}

.btn {
	width: 240px;
	margin: 40px auto;
}

.btn a {
	display: block;
	color: white !important;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: url(/img/btn-l.png) 5px 6px no-repeat, url(/img/btn-r.png) calc(100% - 5px) 6px no-repeat, #cf9f51;
	background-size: 28px 49px, 28px 49px;
	line-height: 60px;
	height: 60px;
}

.btn a:hover {
	opacity: 0.7;
	color: white;
	text-decoration: none;
}

a.anchor {
	display: block;
}

/**
 *
 * パンくずリスト
 *
 */
#bread {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1085px;
	margin: 0 auto;
	transform: translate(-50%, 0%);
}

#breadcrumb {
	position: relative;
	/*background: url(/img/glue_0.png) left center no-repeat;*/
	margin-bottom: 5px;
}

#breadcrumb ul {
	margin-top: 10px;
	margin-left: 0px !important;
	list-style-image: none !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

#breadcrumb:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}

#breadcrumb ul li {
	float: left;
	margin: 0px 2px;
	font-size: 10px;
	color: #7d7d7d;
}

#breadcrumb ul li a {
	color: #7d7d7d !important;
}

#breadcrumb ul li:after {
	content: ">";
	visibility: visible;
	display: inline-block;
	padding: 0 5px;
}

#breadcrumb ul li:last-child:after {
	content: none;
}

/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}

.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}

.pagenavi a,
.wp-pagenavi span {
	margin: 1px;
	text-decoration: none;
}

.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #63513b;
	background: white;
	color: #63513b;
}

.page-numbers:after {}

.pagenavi a:hover,
.wp-pagenavi span.current {}

.pagenavi .prev {
	display: inline-block;

	height: 30px;
	border: 0px;

	color: #63513b;
}

.pagenavi .prev:hover {}

.pagenavi .next {
	display: inline-block;
	margin-left: 15px;

	height: 30px;
	border: 0px;

	color: #63513b;
}

.pagenavi .next:hover {}

.pagenavi .prev:after,
.pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #63513b;
	color: white;
	font-weight: bold;
}

/**
 *
 * レイアウト定義
 *
 */
.l-wrap {
	position: relative;
	margin: 0px auto;

	text-align: left;
}

.l-header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 55;
	border-top: 8px solid #0068b7;
	box-sizing: border-box;
	background: white;
	height: 200px;
}

.l-header.l-header-rec {
	height: 100px;
}

.l-nav {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 40px;
	display: block;
	margin: 0px auto 0;
	background: white;
}

.l-nav.is-front {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.l-nav.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	height: 40px;
	margin: 0;
}

.l-nav.is-fixed .nav-inner {
	height: 40px;
	border-bottom: none;
}

.l-nav.l-nav-rec {
	position: fixed;
	right: 0;
	top: 30px;
	background: none;
	z-index: 100;
}

.l-nav.l-nav-rec.is-fixed {
	top: 0;
	background: white;
}

.l-main {
	position: relative;
	display: block;
	margin: 0 auto;
}

.l-main.is-fixed {}

.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

.l-sidebar {
	margin: 0px auto;
	position: relative;
}

.l-content {
	background: white;
	position: relative;
}

.l-footer {
	clear: both;
	text-align: center;
	background: #2c394c;
	position: relative;
}

/**
 *
 * Box
 *
 */
.box-960 {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

.box-980 {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

.box-990 {
	width: 990px;
	margin: 0px auto;
	position: relative;
}

.box-900 {
	width: 900px;
	margin: 0px auto;
	position: relative;
}

.box-1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.box-1010 {
	width: 1010px;
	margin: 0px auto;
	position: relative;
}

.box-1020 {
	width: 1020px;
	margin: 0px auto;
	position: relative;
}

.box-1050 {
	width: 1050px;
	margin: 0px auto;
	position: relative;
}

.box-1080 {
	width: 1080px;
	margin: 0px auto;
	position: relative;
}

.box-1085 {
	width: 1085px;
	margin: 0px auto;
	position: relative;
}

.box-1110 {
	width: 1110px;
	margin: 0px auto;
	position: relative;
}

.box-1120 {
	width: 1120px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

.box-1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

/**
 *
 * Header
 *
 */

.header-inner {
	width: 1085px;
	margin: 0 auto;
	position: relative;
}

.header-logo {
	padding-top: 35px;
	width: 246px;
	margin-bottom: 40px;
	position: relative;
	z-index: 999;
}

.header-lang {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.header-lang>li {
	height: 30px;
}

.header-lang>li>a {
	font-size: 14px;
	color: #000000;
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 0 20px;
	background: #eeeeee;
}

.header-lang>li.is-active>a {
	color: white;
	background: #0068b7;
}

.header-lang>li>a:hover {
	text-decoration: none;
	opacity: 0.3;
}

.header-lang>li.is-active>a:hover {
	opacity: 1;
}

.header-tel {
	position: absolute;
	right: 0;
	top: 50px;
}

.header-tel>span {
	text-align: right;
	display: block;
	font-size: 13px;
	color: #2c3a44;
}

.header-tel>a {
	font-size: 32px;
	color: #0068b7 !important;
	font-weight: bold;
	text-align: right;
	display: block;
	padding-top: 20px;
}

.header-tel>a:hover {
	color: #ec8615 !important;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.header-btns {
	position: absolute;
	right: 220px;
	top: 27px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 300px;
}

.header-btns>li {
	width: 120px;
}

.header-btns>div>a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn-req {
	width: 130px;
	margin-right: 12px;
}

.btn-req a {
	color: #0068b7 !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 1px solid #0068b7;
	box-sizing: border-box;
	line-height: 36px;
	width: 130px;
}

.btn-req a:hover {
	text-decoration: none !important;
	background: #0068b7;
	color: white !important;
}

.btn-contact {
	width: 130px;
}

.btn-contact a {
	color: #ec8615 !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 1px solid #ec8615;
	box-sizing: border-box;
	line-height: 36px;
	width: 130px;
}

.btn-contact a:hover {
	text-decoration: none !important;
	background: #ec8615;
	color: white !important;
}

.btn-news {
	text-align: center;
}

.btn-news a {
	display: inline-block;
	margin: 50px 20px 0;
	width: 200px;
	color: #0068b7 !important;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	border: 1px solid #0068b7;
}

.btn-news a:hover {
	text-decoration: none !important;
	background: #0068b7;
	color: white !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1340px) {}

@media screen and (max-width: 1230px) {}

/**
 *
 * NAV
 *
 */

.l-nav .nav-inner {
	margin: 0 auto;

	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
}

.l-nav .nav-inner.is-active {}

.l-nav .nav-inner .nav-new-logo {
	display: none;
}

.l-nav .nav-inner>ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.l-nav .nav-inner>ul>li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.l-nav .nav-inner>ul>li .menu-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 5;
	padding: 0;
	border: none !important;
	line-height: 0px !important;
}

.l-nav .nav-inner>ul>li .menu-link:after {
	content: "▼";
	color: #ec8615;
	position: absolute;
	top: 21px;
	right: 1px;
	font-size: 9px;
}

.l-nav .nav-inner>ul>li .nav-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin: 0px auto 0;
	text-align: center;
	box-sizing: border-box;

	width: 55px;
	height: 34px;
	color: #492007;
}

.l-nav .nav-inner>ul>li img {
	vertical-align: top;
	position: relative;
}

.l-nav .nav-inner>ul>li>a,
.l-nav .nav-inner>ul>li>span {
	display: block;
	text-align: center;
	margin: 0px 0px 0px;
	padding: 10px 15px 10px;
	font-size: 16px;
	color: #2c3a44;
	line-height: 20px;
	font-weight: 500;
	box-sizing: border-box;
}

.l-nav.is-fixed .nav-inner>ul>li {
	height: 40px;
}

.l-nav.is-fixed .nav-inner>ul>li>a,
.l-nav.is-fixed .nav-inner>ul>li>span {}

.l-nav.is-fixed .nav-inner>ul>li .menu-link:after {}

.l-nav .nav-inner>ul>li:first-child>a,
.l-nav .nav-inner>ul>li:last-child>a {}

.l-nav .nav-inner>ul>li>a {
	text-decoration: none;
	color: #484848;
}

.l-nav .nav-inner>ul>li>a:hover,
.l-nav .nav-inner>ul>li>span:hover {
	text-decoration: none;
	cursor: pointer;
}

.l-nav .nav-inner>ul>li:hover .menu-sub,
.l-nav .nav-inner>ul>li:hover .menu-sub {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	top: 40px;
}

.l-nav .nav-inner>ul>li.is-active {
	border-bottom: 2px solid #ec8615;
}

.l-nav.is-fixed .nav-inner>ul>li:hover .menu-sub,
.l-nav.is-fixed .nav-inner>ul>li:hover .menu-sub {
	top: 40px;
}

/*
.l-nav.is-sub .nav-inner > ul > li > a {
	color: white;

	
}
.l-nav.is-sub .nav-inner > ul > li > span {
	color: white;

}
.l-nav.is-sub.is-fixed .nav-inner > ul > li > a {
	color: black;
	text-shadow: none;
}
.l-nav.is-sub.is-fixed .nav-inner > ul > li > span {
	color: black;
	text-shadow: none;
}*/

.menu-sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0px;
	top: 35px;
	z-index: 50;
}

.menu-sub.is-active {}

.menu-sub ul {
	width: 230px;
	z-index: 999;
}

.menu-sub ul li {
	border-bottom: none;
	margin: 0px 0px;
}

.menu-sub ul li:last-child {
	border-bottom: none;
}

.l-nav .nav-inner>ul>li:hover .menu-sub a,
.l-nav .nav-inner>ul>li:hover .menu-sub a {
	padding: 5px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.menu-sub ul li a {
	display: block;
	padding: 0px 5px;
	font-size: 12px;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	color: black;
	background: white;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.menu-sub ul li:nth-child(odd) a {
	background: #eeeeee;
}

.menu-sub ul li a:hover {
	color: white;
	background: #0068b7;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}

.menu-sub .to-back {}

.menu-sub .to-back:hover {
	cursor: pointer;
}

.menu-sub .to-back:before {}

.nav-inner-logo {
	display: none;
}

.l-nav.is-fixed .nav-inner-logo {
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
	width: 117px;
}

@media screen and (max-width: 850px) {
	.nav-inner-logo {
		display: none;
	}
}

.btn-nav {
	display: none;
}

/**
 *
 * Box contact
 *
 */
.box-contact {
	background: #efeff3;
	padding: 70px 0 70px;
}

.box-contact .box-contact-inner {
	background: white;
	width: 1085px;
	margin: 0 auto;
	padding: 30px 0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box-contact .box-contact-inner:after {
	content: none;
}

.box-contact .box-contact-inner>div:first-child {
	width: 485px;
	height: 200px;
	background: #ec8615;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.box-contact h2 {
	color: white;
	font-weight: bold;
	font-size: 30px;
	padding-left: 240px;
	background: url(/img/box-contact-title.png) 100px 0 no-repeat;
	background-size: 63px 98px;
	line-height: 98px;
}

.box-contact .box-contact-inner>div:last-child {
	width: 540px;
}

.box-contact .box-contact-tel {
	margin-bottom: 15px;
}

.box-contact .box-contact-tel span {
	display: block;
	font-size: 14px;
	color: #0068b7;
	margin-bottom: 15px;
}

.box-contact .box-contact-tel a {
	font-size: 46px;
	color: #0068b7 !important;
	font-weight: bold;
	text-decoration: none;
}

.box-contact .box-contact-tel a:hover {
	color: #ec8615 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.box-contact .box-contact-btns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.box-contact .box-contact-btns a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.box-contact .box-contact-btns .btn-req {
	width: 224px;
}

.box-contact .box-contact-btns .btn-req a {
	border: 2px solid #0068b7;
	font-size: 15px;
	line-height: 66px;
}

.box-contact .box-contact-btns .btn-contact {
	width: 224px;
}

.box-contact .box-contact-btns .btn-contact a {
	border: 2px solid #ec8615;
	font-size: 15px;
	line-height: 66px;
}

.box-contact p {
	font-size: 13px;
	color: #2c3a44;
	line-height: 1.538em;
}

/*
MAIN BANNER
*/
.main-banner {}

.main-banner .box-1085 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 70px 0 50px;
}

.main-banner .box-1085:after {
	content: none;
}

.main-banner .box-1085>div {
	margin-bottom: 20px;
}

.main-banner .box-1085>div:hover {
	opacity: 0.7;
}

.box-contact .main-banner .box-1085 {
	padding: 0 0 15px;
}

/**
 *
 * Sidebar
 *`
 */

/**
 *
 * Footer
 *
 */

.page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 50;
}

.page-top-2 {
	text-align: right;
	border-bottom: 1px solid #566170;
	line-height: 55px;
}

.page-top-2 a {
	font-size: 20px;
	color: white !important;
}

.footer-nav {
	padding: 60px 0 60px;
	background: url(/img/footer-logo.png) center center no-repeat;
}

.footer-nav .footer-nav-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-nav .footer-nav-list>li {
	margin: 0 25px;
}

.footer-nav .footer-nav-list>li>a {
	color: white;
	font-size: 14px;
}

.copyright {
	color: white;
	opacity: 0.2;
	text-align: center;
	background: #232e3d;
	line-height: 40px;
}

form#mailformpro dl dt {
	padding: 10px 0px 8px !important;
}

.link {
	padding-right: 18px;
	text-decoration: underline !important;
}

.sp {
	display: none !important;
}

.br-sp {
	display: none;
}

/*
ANI
*/
.ani-text-1 {
	opacity: 0;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
	transition: opacity 0.2s linear 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	transition: opacity 0.2s linear 0.4s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	transition: opacity 0.2s linear 0.4s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.ani-text-1.ani-active {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/*
MODAL
*/
.modal-check-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	z-index: -1;
	text-align: center;
}

.modal-check-overlay.is-active {
	opacity: 0.8;
	z-index: 99999;
}

.modal-check {
	display: flex;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #d7d7d7;
	width: 520px;
	height: 380px;
	opacity: 0;
	background-color: #fff;
	z-index: -1;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
}

.modal-check .modal-check-header {
	border-bottom: 1px solid black;
	margin: 0 -30px 20px;
}

.modal-check img {
	display: block;
	margin: 0 auto 20px;
	width: 200px;
}

.modal-check .page-home-btns {
	margin: 20px auto;
	padding: 0;
}

.modal-check .page-home-btns .page-home-btn-yes {
	width: 100px;
	margin: 0 15px;
}

.modal-check .page-home-btns .page-home-btn-yes>a {
	line-height: 50px;
}

.modal-check .page-home-btns .page-home-btn-no {
	width: 100px;
	margin: 0 15px;
}

.modal-check .page-home-btns .page-home-btn-no>a {
	line-height: 50px;
}

.modal-check.is-active {
	opacity: 1;
	z-index: 100000000;
}

.modal-check p {
	text-align: left;
	font-size: 15px;
}