@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');*/

/* 基本スタイル---------------- */

* {
  box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	color: #252525;
	background: #fff;
	text-align: center;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
	font-size: 100%;
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #353535;
	outline: none;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
p {
	word-wrap: break-word;
  line-height: 1.6;
}
li {
	line-height: 100%;
}
label {
	display: inline-block;
	cursor: pointer;
}
button, input, select, textarea {
  font-family: inherit;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], textarea {
  background: #fff;
  border: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus, button:focus {
  background: #ffe;
  border: none;
}
input[type="submit"] {
	font-size: 100%;
	cursor: pointer;
}
html input[type=button], input[type=reset], input[type=submit] {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
select {
	min-width: 7em;
	background: #fff;
  border: none;
}
input::placeholder, textarea::placeholder {
  color: #515151;
}

.goth {
	font-family: "Noto Sans JP", sans-serif;
}
.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* 口コミの色 */
.voice_gomi_tab {
	background: #db893b !important;
}

.voice_gomi_dsc {
	border: 2px solid #db893b!important;
}

.voice_ihin_tab {
	background: #cf4c75!important;
}

.voice_ihin_dsc {
	border: 2px solid #cf4c75!important;
}