/*======================================

	0. WPネイティブ設定
	
=======================================*/

/* editor */
 
p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*======================================

	1. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.3;
	font-style: normal;
}

strong {
	font-weight:bold;
}



/*======================================

	2. サイト構造
	
=======================================*/

html {
box-sizing: border-box;
}

*, *:before, *:after {
box-sizing: inherit;
}

body {
margin: 0 auto;
padding: 0;
color: #000;
background-color: #FFF;
font-family: "kozuka-gothic-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
background-image: url("img/bg.jpg");
background-size: cover;
background-attachment: fixed;
}

br.clear {
clear: both;
font: 0pt/0pt sans-serif;
}

a {
color: #009de1;
text-decoration: none;
}

a:hover {
color: #009de1;
text-decoration: underline;
}

section {
clear: both;
}

.main-color {
color: #f64747;
}

/*======================================

	3. ヘッダ設定
	
=======================================*/

header {
width: 100%;
height: 90px;
transition: .3s;
background:rgba(255,255,255,0.9);
position: fixed;
z-index: 1000;
border-top: 5px solid #a52c1d;
}

header #contents-header {
margin: 0px 20px;
padding: 15px 0 0 0;
display: flex;
justify-content: space-between;
}

h1 {
margin: 0;
padding: 0;
font-size: 26px;
}

h1 img {
height: 50px;
width: auto;
}

h1 a {
color: #000;
}

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

nav ul {
margin: 0;
padding: 30px 0 0 0;
display: flex;
}

nav ul li {
list-style: none;
}

nav ul li a {
margin: 0 10px;
font-size: 18px;
font-weight: 700;
display: block;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
color: #000;
}

nav ul li a:hover {
text-decoration: none;
color: #999;
}

.recruit-button-box {

}

.recruit-button {
margin: 10px 10px 0 0;
width: 170px;
text-decoration: none;
display: inline-block;
}

.recruit-button a {
display:block;
color: #FFF;
background-color: #000;
text-decoration: none;
padding:10px;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
font-weight: 700;
font-size: 18px;
border-radius: 5px;
text-align: center;
}

.recruit-button a:hover {
text-decoration: none;
background-color: #555;
}

.recruit-button2 {
margin: 10px 0 0 0;
width: 170px;
text-decoration: none;
display: inline-block;
}

.recruit-button2 a {
display:block;
color: #FFF;
background-color: #a52c1d;
text-decoration: none;
padding:10px;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
font-weight: 700;
font-size: 18px;
border-radius: 5px;
text-align: center;
}

.recruit-button2 a:hover {
text-decoration: none;
background-color: #6f1004;
}


#drawer {
	display: none;
}
label.open,
label.close {
	display: none;
}

nav.menu {
display: none;
}


/*======================================

	4. TOP設定
	
=======================================*/

/* --- スライダー ---*/

.splide {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw));
position: relative;
}

.splide-text {
padding: 50px 100px;
position: absolute;
font-size: 40px;
font-family: "kozuka-mincho-pro", serif;
font-weight: 700;
font-style: normal;
color: #FFF;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
border: 2px solid #FFF;
display: block;
background:rgba(0,0,0,0.3);
white-space: nowrap;
}


/* --- SERVIS ---*/

#ss01 {
margin-top:-90px;
padding-top:90px;
}

.ss01 {
margin: 0 0 240px 0;
padding: 0;
}

.ss01 h2 {
margin: 50px auto 0 auto;
padding: 0;
max-width: 1100px;
}

.ss01 h2 .h2-inner {
padding: 0;
font-size: 65px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss01 h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.ss01 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.service-text {
margin: -45px 0 0 0;
font-family: "Anton", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 50px;
transform: rotate(4deg);
text-align: center;
}

.service {
margin: 0 auto;
width: 1100px;
}

.service p {
font-size: 18px;
line-height: 1.8em;
}


/* --- WORKS ---*/

#ss02 {
margin-top:-90px;
padding-top:90px;
}

.ss02 {
margin: 0 0 310px 0;
}

.ss02 h2 {
margin: 0 auto;
padding: 0;
max-width: 1100px;
}

.ss02 h2 .h2-inner {
padding: 0;
font-size: 65px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss02 h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.ss02 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.about {
margin: 0 0 65px 0;
position: relative;
}

.about::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
transform: skewY(-5deg);
z-index: -1;
}

.about::after {
content: '';
position: absolute;
top: -20px;
bottom: -20px;
left: 0;
right: 0;
background-color: #a52c1d;
transform: skewY(-9deg);
z-index: -2;
}

.about-inner {
margin: 0 auto;
padding: 0 0 50px 0;
width: 1100px;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.about-inner .work {
width: 500px;
}

.about-inner .work img {
margin: 0 0 15px 0;
width: 500px;
height: auto;
}

.about-inner .work h3 {
font-size: 24px;
font-variant: 900;
color: #FFF;
}

.about-inner .work p {
font-size: 17px;
line-height: 1.8em;
color: #FFF;
}


/* --- REAL ---*/

#ss03 {
margin-top:-90px;
padding-top:90px;
}

.ss03 {
margin: 0 0 235px 0;
}

.real-h2-outer {
margin: 0 auto;
max-width: 1100px;
display: flex;
justify-content: space-between;
}

.ss03 h2 {
margin: 0 auto;
padding: 0;
max-width: 400px;
height: 215px;
background-image: url("img/h2-bg.svg");
background-repeat: no-repeat;
background-position: top left;
order: 2;
}

.ss03 h2 .h2-inner {
padding: 100px 0 0 110px;
font-family: "Adobe Clean UX Bold";
font-size: 65px;
color: #00758D;
letter-spacing: -0.1em;
line-height: 0;
}

.ss03 h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.ss03 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.real-h2-text {
padding: 50px 0 0 100px;
max-width: 700px;
order: 1;
}

.real-h2-text p {
margin: 0 auto;
font-size: 17px;
line-height: 1.8em;
}

.real-video {
margin: 0;
width: 100%;
}

.real-video video {
width: 100%;
height: auto;
}


/* --- MEMBER ---*/

#ss04 {
margin-top:-130px;
padding-top:130px;
}

.ss04 {
margin: 0 0 150px 0;
}

.ss04 h2 {
margin: 0 auto;
padding: 0;
max-width: 1100px;
}

.ss04 h2 .h2-inner {
padding: 0;
font-size: 65px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss04 h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.ss04 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.member {
margin: -70px 0 0 0;
background-image: url("img/member-bg.jpg");
background-position: center center;
background-size: cover;
clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}

.member-inner {
margin: 0 auto;
padding: 200px 0 200px 0;
width: 1100px;
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.box {
width: 350px;
margin: 0;
box-sizing:border-box;
list-style: none;
background:rgba(255,255,255,0.9);
border-radius: 8px;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}

.box-inner {
overflow: hidden;
padding: 20px;
border-radius: 8px;
position: relative;
}

.box .no {
position: absolute;
top: -40px;
left: -20px;
font-size: 120px;
font-family: "Anton", sans-serif;
font-weight: 400;
font-style: normal;
}

.box .busho {
margin: 0 0 8px 0;
font-size: 20px;
font-weight: 700;
text-align: center;
}

.box .year {
margin: 0 0 20px 0;
font-size: 17px;
text-align: center;
}

.box .name {
margin: 0;
font-size: 25px;
font-weight: 700;
text-align: center;
}

.box .kana {
margin: 0 0 30px 0;
font-size: 15px;
font-weight: 400;
text-align: center;
color: #a52c1d;
}

.box .comm {
padding: 30px 0 0 0;
border-top: 1px solid #000;
font-size: 17px;
line-height: 1.6;
}



/* --- MESSAGE ---*/

#ss05 {
margin-top:-90px;
padding-top:90px;
}

.ss05 {
margin: 0 0 270px 0;
}

.message-h2-outer {
margin: 0 auto;
max-width: 1100px;
}

.ss05 h2 {
margin: 0 auto;
padding: 0;
}

.ss05 h2 .h2-inner {
padding: 0;
font-size: 65px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss05 h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #FFF;
letter-spacing: 0em;
}

.ss05 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.message {
padding: 140px 0;
background-image: url("img/message.jpg");
background-size: 60%;
background-repeat: no-repeat;
background-position: center right;
}

.message-outer {
max-width: 1100px;
margin: 0 auto;
}

.message-inner {
max-width: 700px;
margin: 0 auto 0 0;
padding: 0 50px 50px 50px;
background:rgba(0,0,0,0.9);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}

.message-h2-text {
padding: 50px 0 0 0;
}

.message-h2-text p {
margin: 0 auto;
font-size: 17px;
line-height: 1.8em;
color: #FFF;
}

.message .sp-image {
display: none;
}


/* --- workplace ---*/

#ss06 {
margin-top:-90px;
padding-top:90px;
}

.ss06 {
margin: 0 0 100px 0;
}

.ss06 h2 {
margin: 0 auto;
padding: 0;
max-width: 1100px;
}

.ss06 h2 .h2-inner {
padding: 0;
font-size: 65px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss06 h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.ss06 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.workplace {
content: '';
margin: -70px 0 0 0;
height: 300px;
background-image: url("img/member-bg2.jpg");
background-position: center center;
background-size: cover;
clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}

.workplace-text {
margin: -70px auto 0 auto;
width: 1100px;
}

.workplace-inner {
margin: 0 0 0 auto;
width: 900px;
}

.workplace-inner p.explain {
font-weight: 700;
font-size: 22px;
text-align: right;
}

.workplace-inner p.explain br {
display: none;
}

.workplace-inner p {
font-size: 17px;
line-height: 1.8em;
}


/* --- work environment ---*/

#ss07 {
margin-top:-90px;
padding-top:90px;
}

.ss07 {
margin: 0 0 260px 0;
}

.ss07 h2 {
margin: 0 auto;
padding: 0;
max-width: 1100px;
}

.ss07 h2 .h2-inner {
padding: 0;
font-size: 65px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.ss07 h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.ss07 h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.environment {
content: '';
margin: -70px 0 0 0;
height: 300px;
background-image: url("img/member-bg3.jpg");
background-position: center center;
background-size: cover;
clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}

.environment-text {
margin: -70px auto 0 auto;
width: 1100px;
}

.environment-inner {
margin: 0 0 0 auto;
width: 900px;
}

.environment-inner p.explain {
font-weight: 700;
font-size: 22px;
text-align: right;
}

.environment-inner p.explain br {
display: none;
}

.environment-inner p {
font-size: 17px;
line-height: 1.8em;
}



/* --- FOOTER NAV ---*/

.footer-nav {
padding: 150px 0;
background-image: url("img/footer-bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.entry-button a{
margin: 0 auto;
padding: 20px 0;
display: block;
background-color: #a52c1d;
color: #FFF;
width: 350px;
text-align: center;
font-size: 20px;
font-weight: 700;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
}

.entry-button a:hover {
color: #FFF;
text-decoration: none;
background-color: #6f1004;
}



/*======================================

	5. FOOTER設定
	
=======================================*/

footer {
margin: 0;
padding: 30px 0;
text-align: center;
background-color: #000;
}

footer .footer-logo {
margin: 0 auto;
padding: 0 0 20px 0;
text-align: center;
color: #FFF;
font-size: 24px;
font-weight: 700;
}

footer .footer-logo img {
margin: 0 10px 0 0;
width: 40px;
height: auto;
}

footer .footer-menu {
margin: 0 0 110px 0;
font-size: 10px;
}

footer .footer-menu a {
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
color: #333;
}

footer .footer-menu a:hover {
text-decoration: none;
color: #999;
}

footer .add {
margin: 0 0 20px 0;
font-size: 16px;
color: #FFF;
}

footer .cr {
font-size: 12px;
color: #666;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 60%;
}
#page-top a {
    background: #444;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}



/*======================================

	5. RECRUIT設定
	
=======================================*/

.recruit-image-outer {
padding: 0;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw));
}

.recruit-image {
padding: 0;
height: 600px;
width: 100%;
background-color: #fff;
background-image: url("img/recruit-bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.recruit {
margin: 0 auto 230px auto;
width: 1100px;
}

.recruit h2 {
margin: 0 0 100px 0;
padding: 0;
}

.recruit h2 .h2-inner {
padding: 0;
font-size: 65px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.recruit h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.recruit h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.recruit h3 {
border-bottom: 2px solid #a52c1d;
color: #a52c1d;
font-size: 22px;
font-weight: 700;
}

.recruit table {
margin: 0;
border-collapse: collapse;
}

.recruit table th {
padding: 50px;
text-align: left;
border-bottom: 1px solid #aaa;
vertical-align: top;
font-size: 18px;
}

.recruit table td {
padding: 50px;
text-align: left;
vertical-align: middle;
border-bottom: 1px solid #aaa;
font-size: 18px;
line-height: 1.8;
}

.recruit2 {
margin: 0 auto 130px auto;
width: 1100px;
}

.recruit2 h3 {
margin: 0 0 60px 0;
border-bottom: 2px solid #a52c1d;
color: #a52c1d;
font-size: 22px;
font-weight: 700;
}

.recruit2  p {
line-height: 2em;
}

.recruit3 {
margin: 0 auto 180px auto;
width: 1100px;
}

.recruit3 h3 {
margin: 0 0 60px 0;
border-bottom: 2px solid #a52c1d;
color: #a52c1d;
font-size: 22px;
font-weight: 700;
}

.recruit3  p {
line-height: 2em;
}

.contact-button {
margin: 170px 0 230px 0;
}

.contact-button a {
display: block;
margin: 0 auto 0 auto;
padding: 20px 0;
border: 2px solid #a52c1d;
background-color: #a52c1d;
color: #FFF;
width: 200px;
text-align: center;
transition : all 0.5s ease 0s;
transition-timing-function: ease-out;
font-weight: 700;
}

.contact-button a:hover {
border: 2px solid #6f1004;
background-color: #FFF;
color: #6f1004;
text-decoration: none;
}


/*======================================

	5. CONTACT設定
	
=======================================*/

.contact-image-outer {
padding: 0;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7vw));
}

.contact-image {
padding: 0;
height: 600px;
width: 100%;
background-color: #fff;
background-image: url("img/contact-bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.contact {
margin: 0 auto 230px auto;
width: 1100px;
}

.contact h2 {
margin: 0 0 100px 0;
padding: 0;
}

.contact h2 .h2-inner {
padding: 0;
font-size: 65px;
color: #a52c1d;
letter-spacing: -0.1em;
line-height: 0;
}

.contact h2 .h2-inner span {
font-weight: 900;
font-size: 22px;
color: #000;
letter-spacing: 0em;
}

.contact h2 .h2-inner span::before {
content: "\A" ;
white-space: pre;
}

.contact h3 {
margin-bottom: 80px;
border-bottom: 2px solid #a52c1d;
color: #a52c1d;
font-size: 22px;
font-weight: 700;
}

.contact table {
margin: 0;
border-collapse: collapse;
}

.contact table th {
padding: 50px;
text-align: left;
vertical-align: top;
font-size: 18px;
}

.contact table td {
padding: 50px;
text-align: left;
vertical-align: middle;
font-size: 18px;
line-height: 1.8;
}



.alert-warning {

}

.alert {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {

}

.alert-mess {
    margin-top: 5px;
    padding: 8px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-mess-top {
margin: 30px 0;
padding: 15px;
text-align: center;
color: #a52c1d;
font-size: 20px;
font-weight: 700;
background-color: #f8d7da;
}

.form-group {
    margin-bottom: 2rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-form-label {
    padding-top: calc(0.75rem + 1px);
    padding-bottom: calc(0.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

#name,
#kana,
#tel,
#add,
#email,
#sex,
#birth,
#apo,
#time,
#comment {
    padding-top: calc(0.75rem + 1px);
    padding-bottom: calc(0.75rem + 1px);
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    cursor: default;
}

.badge-danger {
    color: #fff;
    background-color: #a52c1d;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

::placeholder {
color: #aaa;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    height: 100px!important;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

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

.btn {
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 50px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #a52c1d;
    border-color: #a52c1d;
    transition : all 0.5s ease 0s;
    transition-timing-function: ease-out;
}

.btn-secondary {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
    transition : all 0.5s ease 0s;
    transition-timing-function: ease-out;
}

.btn-primary:hover {
    color: #6f1004;
    background-color: #FFF;
    border-color: #6f1004;
}

.btn-secondary:hover {
    color: #333;
    background-color: #FFF;
    border-color: #333;
}

.contact-mess {
margin: 0 0 50px 0;
}

.text-right {
text-align: right;
font-size: 12px;
color: 999;
}

.thanks-comm,
.error-mess {
margin-bottom: 80px;
font-size: 17px;
line-height: 2;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}