* {
	margin: 0;
    overflow-x: hidden;
    font-family:  游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body,html {
    min-height: 600px;
	background-image:linear-gradient(-45deg, #fcfcfc 25%, #ffffff 25%, #ffffff 50%, #fcfcfc  50%, #fcfcfc 75%, #ffffff 75%, #ffffff);
}
h1 {
	position: relative;
	color: #333;
	font-size: 21px;
	padding: 20px 0;
	text-align: center;
	margin: 0;
	display: flex;
	justify-content: center;
	font-weight: 500;
}

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

input[type="checkbox"] {
	width: 14px;
	height:	14px;
    margin-left: 5px;
    margin-right: 2px;
    vertical-align: -1px;
	-moz-transform:	scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#wrap {
	margin: 10px 0 0;
	text-align: center;
    padding: 10px;
}

#footer {
	background: #222;
	color: #eee;
	text-align: center;
	padding: 50px 0;
	margin: 50px 0 0 0;
	position: relative;
	bottom: 0;
	width: 100%;
}
#footer a {
    text-decoration: none;
    color: white;
}

select, input{
  border:none;
  outline:none;
  display: inline-block;
  cursor:pointer;
  font-size:16px;
  color:#eee;
  border-radius:0;
  z-index:2;
  background:#444;
  padding: 5px;
}

.width100 {
	width: 100px;
}
.width50 {
	width: 50px;
}
.width30 {
	width: 30px;
}

.inq {
	width: 90%;
	max-width: 300px;
}
input[type="submit"] {
	padding: 15px 30px;
}

textarea {
	width: 95%;
	max-width: 400px;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}
.box {
	margin: 10px auto;
	max-width: 600px;
    background-color: #f5f5f5;
	padding: 10px;
	border-radius: 20px;
    text-align: left;
}
.box2 {
    width: 95%;
    max-width: 420px;
    margin: 20px auto;
    text-align: left;
}
.box3 {
    width: 95%;
    max-width: 300px;
    margin: 20px auto;
    text-align: left;
}
.form {
    padding: 10px 30px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ib {
	display: inline-block;
}
.minWidth {
	min-width: 85px;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"] { 
  -moz-appearance:textfield; 
} 

#btn_wrap {
	width: 95%;
	max-width: 800px;
	margin: 20px auto;
	display: contents;
}
.btn {
	display: inline-block;
	text-decoration: none;
	background-color: #156f5c;
	border-radius: 5px;
	color: #fff;
	padding: 0 5px; 
	min-width: 100px;
	line-height: 50px;
	margin: 3px;
	cursor: pointer;
}

.border {
	border: 3px double #aaa;
	padding: 5px;
}
label {
	cursor: pointer;
}
.bg {
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 20px;
}

.tool:after{
  content: "?";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  color: #aaa;
  border: solid;
  font-weight: bold;
}
.tool:hover {
  cursor: pointer;
}

.tip {
	display:none; /*-- 基本は非表示 --*/
	position:absolute;
	z-index:100;
}

.tooltip {
	width: 100%;
}

.textLeft {
    text-align: left;
}