/*Base*/
@import '';

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	color: #222;
	font-size: 16px;
	line-height: 1.7;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-spacing: normal;
	font-feature-settings: "palt";
}

body {
	margin: 0;
	padding: 0;
}

body,
input,
button,
textarea,
select {
	font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

::before,
::after {
	box-sizing: border-box;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
    word-wrap: break-word;
    font-weight: 700;
    margin: 0;
    font-size: max(1.0248901903vw, 1.4rem)
}
a,a:hover {
    text-decoration: none;
}


img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	
}

address {
	font-style: normal;
}

/*Lists*/
ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dd,
dt,
dl {
	margin: 0px;
}
li {
    position: relative;
}
/*Figures*/
figure {
	margin: 0;
}

/*Forms*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    width: 40vw;
    padding: 0.55em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 3px;
    background-color: none;
    box-shadow: none;
    color: var(--txt-col);
    font-size: 1em;
    line-height: 2.5;
    transition: ease;
}

input[type=submit] {
    position: relative;
}
/*Table*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

/*element*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio[controls],
canvas,
video {
	display: inline-block;
	display: inline;
	zoom: 1;
}