@charset "utf-8";
/* CSS Document */

/*GoogleFonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body{ font-family: 'Noto Sans JP', sans-serif; }
img { width: 100%; vertical-align: bottom; }

.pageWrap {
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	}

:root {
	--main-color: #004831;
	--sub-color: #a1c81e;
	--bg-color: #e2efbc;
	}

/*===============================================
	header
===============================================*/

header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #FFF;
	z-index: 1000;
	}

header h1 {
	display: inline-block;
	background-image: linear-gradient(to top, var(--main-color) 0%, var(--sub-color) 100%);
	padding: 18px 24px 24px;
	}

header h1 img { width: 150px; }
.loginForm {
	text-align: right;
	margin: 0 30px 0 0;
	}

.loginForm form { display: flex; }
.loginForm form p { margin-right: 30px; }
.loginForm input[type=text] {
	text-align: left;
	width: 200px;
	padding: 6px 9px;
	border: solid 2px #000;
	border-radius: 9px;
	}

.loginForm input[type=submit] {
	text-align: center;
	width: 180px;
	color: #FFF;
	background-image: linear-gradient(to top, var(--main-color) 0%, var(--sub-color) 100%);
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 9px;
	transition: .3s;
	}

.loginForm input[type=submit]:hover { opacity: 0.75; }
.loginForm a {
	position: relative;
	display: inline-block;
	margin: 12px auto 0;
	font-size: 14px;
	transition: .3s;
	}

.loginForm a::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #000;
	bottom: -6px;
	transition: .3s;
	}

.loginForm a:hover { color: var(--main-color); }
.loginForm a:hover::before { background: var(--main-color);	}

@media only screen and (max-width: 1024px) {

.loginForm input[type=text] { width: 100%; }
.loginForm { margin: 0 30px; }
.loginForm form p { margin-right: 18px; }
.loginForm form p label {
    display: block;
    text-align: left;
    margin: 0 0 6px;
	}

}
	
@media only screen and (max-width: 767px) {

header h1 { padding: 42px 18px 46px; }
.loginForm form { flex-wrap: wrap; }
header h1 img { width: 120px; }
.loginForm {
    margin: 0 12px;
    padding: 12px 0;
	}

.loginForm form p {
    display: flex;
	align-items: center;
	margin: 0 0 6px 0;
	}

.loginForm form p label {
	text-align: right;
    font-size: 12px;
	letter-spacing: -1px;
    width: 35%;
	margin: 0;
	}

.loginForm input[type=text] {
	width: 65%;
    padding: 3px 6px;
	font-size: 12px;
	}

.loginForm input[type=submit] {
    font-size: 14px;
    width: 100%;
    padding: 6px 0;
	}

.loginForm a {
    margin: 6px auto 0;
    font-size: 12px;
	}

}

/*===============================================
	footer
===============================================*/

footer {
	background: #333;
	color: #FFF;
	margin: 120px 0 0;
	padding: 60px 0 0;
	}

.footerNav {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
	}

.footerNav a,
.footerNav a i { transition: .3s; }
.footerNav a:hover,
.footerNav a:hover i { color: var(--sub-color); }
.footerList { list-style: circle; }
.footerList li{
	font-size: 14px;
	line-height: 21px;
	margin: 12px 0 12px 18px;
	padding: 0 0 0 6px;
	}

.copy {
	letter-spacing: 5px;
	margin: 60px auto;
	text-align: center;
	}

#goTop a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	border-top: solid 1px #FFF;
	transition: .3s;
	}

#goTop a:hover { background: #444; }
#goTop a i,
.footerNav li i {
	color: #FFF;
	margin-right: 12px;
	}

@media only screen and (max-width: 1024px) {

footer { margin: 80px 0 0; }
.footerNav {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 18px;
	}

.footerNav li {	width: 48%; }

}
	
@media only screen and (max-width: 767px) {

footer { margin: 60px 0 0; }
.footerNav li { width: 100%; }
.copy { letter-spacing: 2px; }
#goTop a { padding: 18px 0; }

}

/*===============================================
	Page
===============================================*/

.pageTitle { padding: 107px 0 0; }
.pageTitleBk {
	padding: 36px 0;
	background:var(--main-color);
	}

.pageTitle h2 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 5px;
	color: #FFF;
	}

@media only screen and (max-width: 1024px) {

.pageTitle { padding: 107px 0 0; }
.pageTitleBk { padding: 30px 0; }
.pageTitle h2 { font-size: 30px; }
}
	
@media only screen and (max-width: 767px) {

.pageTitle {
    padding: 140px 0 0;
}

.pageTitle h2 {
    font-size: 24px;
    letter-spacing: 2px;
}

}

/*===============================================
	non-member-top
===============================================*/

.hero {
	position: relative;
	width: 100%;
	height: 816px;
	text-align: center;
	margin: auto;
	overflow: hidden;
	}

.hero video {	
	object-fit: cover;
    position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
	}

.hero::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	}

.hero .pageWrap { height: 100%; }
.hero h2 {
	position: absolute;
	height: 100%;
	top: 25%;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	letter-spacing: 5px;
	color: #FFF;
	z-index: 200;
	}

.heroImg {
    position: absolute;
    width: 600px;
    top: 22%;
    right: 0;
    z-index: 100;
	animation: fadeinRight 1.5s ease-out forwards;
	}

@keyframes fadeinRight {
	0% {
	   opacity: 0;
	   transform: translateX(40px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
	}

.heroWord {
    position: absolute;
    width: 800px;
    top: 47%;
    left: 0;
    z-index: 100;
	animation: fadeinLeft 1.5s ease-out forwards;
	}

@keyframes fadeinLeft {
	0% {
	   opacity: 0;
	   transform: translateX(-40px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
	}

.reg {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 12px;
	background: #FFF;
	overflow: hidden;
	box-shadow: 0 0 10px #000;
	z-index: 100;
	}

.reg-top { margin: -48px auto 0; }
.reg .point {
	width: 20%;
	background-image: linear-gradient(to top, var(--main-color) 0%, var(--sub-color) 100%);
	padding: 30px 18px;
	}

.reg .regBox {
	width: 80%;
	padding: 12px 18px;
	}

.reg .regBox h3 {
	font-size: 46px;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 0 0 18px;
	}

.reg form {
	display: flex;
	justify-content: space-between;
	}

.reg form input[type="mail"] {
	width: 68%;
	padding: 9px;
	border: solid 2px #000;
	border-radius: 9px;
	}

.reg form input[type="submit"] {
	width: 30%;
	text-align: center;
	padding: 9px 0;
	color: #FFF;
	background-image: linear-gradient(to top, var(--main-color) 0%, var(--sub-color) 100%);
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 9px;
	transition: .3s;
	}

.reg form input[type="submit"]:hover { opacity: .75; }
.regList { margin: 24px auto 0; }
.regList li {
	font-size: 14px;
	line-height: 21px;
	margin: 6px 0 0;
	}

.sp_submit { display: none; }
.about {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 160px auto;
	}

.about .about-left { width: 48%; }
.about .about-left h3 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 900;
	letter-spacing: 5px;
	margin: 0 0 30px;
	}

.about .about-left p {
	font-size: 16px;
	line-height: 30px;
	}

.about .about-right {
	position: relative;
	width: 48%;
	}

.about .about-right::before {
	position: absolute;
	content: "";
	background: url(https://keibatokuhou-site-images-staging.s3.ap-northeast-1.amazonaws.com/pc/common/about-bk.jpg) no-repeat;
	background-position: center center;
	background-size: 600px;
	width: 600px;
	height: 600px;
	top: 180px;
	}

@keyframes aboutBound {
	0% {
	   transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
	   transform: translateY(0);
	}
	}

.results {
	margin: 160px auto;
	padding: 60px 0 30px;
	background: var(--bg-color);
	}

.results h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 5px;
	}

.resultsCard {
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	}

.resultsCard li {
	width: 30%;
	text-align: center;
	background: #FFF;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 0 10px #000;
	}

.resultsCard li p.date {
	background: var(--main-color);
	color: #FFF;
	padding: 6px;
	border-radius: 30px;
	}

.resultsCard li p.name {
	color: var(--main-color);
	font-weight: 800;
	margin: 12px auto;
	}

.resultsCard li p.name i { margin: 0 6px 0 0;}
.resultsCard li .cardFrame {
	background: var(--bg-color);
	border-radius: 9px;
	padding: 12px;
	}

.resultsCard li p.rate {
	border-bottom: dotted 2px var(--main-color);
	margin: 0 0 12px;
	padding: 0 0 12px;
	}

.resultsCard li p.prize {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	color: orange;
	}

.resultsCard li p.prize span {
	display: inline-block;
	background: red;
	color: #FFF;
	padding: 3px 6px;
	margin: 0 6px 0 0;
	font-size: 12px;
	border-radius: 30px;
	}

.resultsCard li p.special {
	position: relative;
	margin-top: 12px;
	font-weight: 700;
	color: red;
	}

.resultsCard li p.special::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 100%;
	height: 4px;
	background: red;
	}

.resultsCard li p.special span {
	position: relative;
	background: #FFF;
	padding: 0 12px;
	z-index: 100;
	}

.catch { margin: 160px auto; }
.catch-title01,
.catch-title02,
.catch-title03 {
	margin: 12px auto;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 5px;
	}

.catch-title02 { padding-left: 120px;}
.catch-title03 { padding-left: 240px;}
.catch-title01 span,
.catch-title02 span,
.catch-title03 span {
	display: inline-block;
	font-size: 48px;
	vertical-align: text-top;
	}

.catch-title01 span::after,
.catch-title02 span::after,
.catch-title03 span::after {
	content: "……";
	font-size: 24px;
	margin: 0 12px;
	}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slideWrap {
	margin: 60px auto;
	display: flex;
	overflow: hidden;
	}
  
.slide-left {
	display: flex;
	list-style: none;
	animation :infinity-scroll-left 60s infinite linear 0.5s both;
	}

.slide-left li {
	width: calc(100vw / 6);
	margin: 0 12px;
	border-radius: 12px;
	overflow: hidden;
	}

.slide-left li > img{ width: 100%; }
.catch-text {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	}

@media only screen and (max-width: 1024px) {

.hero { height: 720px; }
.heroImg { width: 400px; }
.heroWord { width: 620px; }
.hero h2 { text-shadow: 0 0 5px #000,0 0 10px #000; }
.reg .regBox h3 {
    font-size: 3.7vw;
	margin: 0 0 12px;
	}

.reg .point { padding: 30px 12px; }
.regBox form { display: none; }
.sp_submit { display: block; }
.sp_submit a {
	display: block;
    text-align: center;
    width: 100%;
	padding: 9px 0;
    color: #FFF;
    background-image: linear-gradient(to top, var(--main-color) 0%, var(--sub-color) 100%);
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 9px;
	}

.about {
	flex-wrap: wrap-reverse;
    margin: 80px auto;
	}

.about .about-left {
    position: relative;
    width: 100%;
    z-index: 10;
	}

.about .about-right {
    width: 100%;
	margin: 0 0 60px;
	}

.about-right p {
    text-align: center;
    width: 75%;
    margin: 0 auto;
	}

.about .about-right::before {
    top: 20%;
    left: 50%;
    margin-left: -300px;
	}

.results { margin: 80px auto; }
.resultsCard li { width: 47%; }
.catch { margin: 80px auto; }
.catch-title01, .catch-title02, .catch-title03 { font-size: 24px; }
.catch-title01 span, .catch-title02 span, .catch-title03 span { font-size: 30px; }
.catch-title02 { padding-left: 45px; }
.catch-title03 { padding-left: 90px; }
.slide-left li { width: calc(100vw / 4); }

}
	
@media only screen and (max-width: 767px) {

.hero { height: 640px; }
.hero h2 {
    font-size: 18px;
    line-height: 24px;
	top: 30%;
	}

.hero h2 br { display: none; }
.heroImg {
    width: 100%;
    top: 45%;
	}

.heroWord {
    width: 100%;
	top: 60%;
	}

.about .about-right::before {
    background-size: 300px;
    width: 300px;
    height: 300px;
	}

.reg .point {
    width: 100%;
	padding: 6px 18px;
	}

.reg .regBox { width: 100%; }
.reg .regBox h3 { font-size: 4.2vw; }
.reg form input[type="submit"] {
    font-size: 14px;
    letter-spacing: 0px;
	}

.about { margin: 60px auto; }
.about .about-right::before { margin-left: -150px; }
.about .about-left h3 {
    font-size: 24px;
    line-height: 36px;
	}

.results { margin: 60px auto; }
.results h3 { font-size: 30px; }
.resultsCard li { width: 100%; }
.catch { margin: 60px auto; }
.catch-title01, .catch-title02, .catch-title03 {
    font-size: 18px;
    letter-spacing: 1px;
	}

.catch-title01 span, .catch-title02 span, .catch-title03 span {
	display: block;
	margin: 0 0 6px;
	}

.catch-title02 { padding-left: 0; }
.catch-title03 { padding-left: 0; }
.slideWrap { margin: 30px auto; }
.slide-left li {
    width: calc(100vw / 3);
    margin: 0 6px;
	}

.catch-text { letter-spacing: 0; }

}

/*===============================================
	rule
===============================================*/

.rule {
	margin: 120px auto;
	font-size: 14px;
	line-height: 24px;
	}

.rule dt {
	margin: 60px auto 30px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	}

.rule ul {
	list-style: decimal;
	padding-left: 24px;
}

@media only screen and (max-width: 1024px) {
	
.rule { margin: 80px auto; }

}

@media only screen and (max-width: 767px) {

.rule { margin: 60px auto;	}
.rule dt {
	margin: 60px auto 30px;
	font-size: 18px;
	}

}

/*===============================================
	law
===============================================*/

table.lawTable {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0;
	margin: 64px auto;
	}

table.lawTable  td{
	text-align: left;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top:none;
	box-shadow: 0px -3px 5px 1px #eee inset;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 24px;
	box-sizing: border-box;
	}

table.lawTable td:first-child{
	width: 30%;
	vertical-align: middle;
	font-weight: bold;
	background: #eee;
	box-shadow: 0px -3px 5px 1px #ccc inset;
	}

table.lawTable td:last-child{
	width: 70%;
	border-right: 1px solid #666;
	}

table.lawTable tr:first-child td:first-child {
	border-radius: 5px 0 0 0;
	border-top: 1px solid #666;
	}

table.lawTable tr:first-child td:last-child{
	border-radius: 0 5px 0 0;
	border-top: 1px solid #666;
	}

table.lawTable tr:last-child td:first-child { border-radius: 0 0 0 5px; }
table.lawTable tr:last-child td:last-child { border-radius: 0 0 5px 0; }

@media only screen and (max-width: 767px) {

table.lawTable { max-width:none; margin: 32px auto; }
table.lawTable td { padding: 12px;	}
table.lawTable td:first-child {
	display: block;
	width: 100%;
	border-right: 1px solid #666;
	}

table.lawTable td:last-child { display: block; width: 100%;	}
table.lawTable tr:first-child td:first-child { border-radius: 5px 5px 0 0; border-right: 1px solid #666; }
table.lawTable tr:first-child td:last-child{ border-top: none; border-radius: 0; }
table.lawTable tr:last-child td:first-child { border-radius: 0; }
table.lawTable tr:last-child td:last-child { border-radius: 0 0 5px 5px; }

}





/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


