@charset "UTF-8";

*{
	-webkit-overflow-scrolling: touch;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
*:focus{
	outline: none;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
aside,
main,
header,
footer,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
	display: block;
}

audio,
canvas,
progress,
video{
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]){
	display: none;
	height: 0;
}

[hidden],
template{
	display: none;
}

a{
	/*background-color: transparent;*/
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	color: #2a2d2e
}
a:not([class]):hover{
	opacity: .6;
}

a:active,
a:hover{
	outline: 0;
}

abbr[title]{
	border-bottom: 1px dotted;
}

b,
strong{
	font-weight: bold;
}

dfn{
	font-style: italic;
}

mark{
	background: #ff0;
	color: #000;
}

small{
	font-size: 80%;
}

sub,
sup{
	vertical-align: baseline;
	line-height: 0;
	position: relative;
	font-size: 75%;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}
img{
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

svg:not(:root){
	overflow: hidden;
}

figure{
	margin: 1em 40px;
}

hr{
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre{
	overflow: auto;
}

code,
kbd,
pre,
samp{
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea{
	margin: 0;
	color: inherit;
	font: inherit;
}

button{
	overflow: visible;
}

button,
select{
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled]{
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
	padding: 0;
	border: 0;
}

input{
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}

input[type="search"]{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

fieldset{
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend{
	padding: 0;
	border: 0;
}

textarea{
	overflow: auto;
}

optgroup{
	font-weight: bold;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th{
	padding: 0;
}

.min-font{
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
li{
	list-style: none;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.red{
	color: #de000f;
	font-weight: 600;
}
.blue{
	color: #4284d0;
	font-weight: 600;
}
.center{
	text-align: center;
}
.txt-box>p:not(:last-child){
	margin-bottom: 15px;
}
.set-width{
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.label-holder{
	/*-webkit-flex: 0 0 90px;
	-moz-flex: 0 0 90px;
	-ms-flex: 0 0 90px;
	-o-flex: 0 0 90px;
	flex: 0 0 90px;*/
}
.input-holder{
	/*-webkit-flex: 0 0 180px;
	-moz-flex: 0 0 180px;
	-ms-flex: 0 0 180px;
	-o-flex: 0 0 180px;
	flex: 0 0 180px;*/
}
.submit-holder{
	/*-webkit-flex: 1 0 130px;
	-moz-flex: 1 0 130px;
	-ms-flex: 1 0 130px;
	-o-flex: 1 0 130px;
	flex: 1 0 130px;*/
}
select,
button,
input{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: #fff;
	border: 1px solid #e5e3db;
	/*border-radius: 10px;*/
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	padding: 3px;
	width: 100%;
}
select{
	width: auto;
}
button{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
::-webkit-input-placeholder { /* Edge */
	color: #dddbd3;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #dddbd3;
}

::placeholder {
	color: #dddbd3;
}
.under{
	display: inline-block;
	position: relative;
}
.under:after{
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: #faab14;
	bottom: 0;
	left: 0;
}
.show-sp,
.show-tab{
	display: none;
}
@media screen and (max-width:768px) {
	body{
		font-size: 14px;
	}
	.show-tab{
		display: block;
	}
	.hidden-tab{
		display: none;
	}
}
@media screen and (max-width:425px) {
	.show-sp{
		display: block;
	}
	.hidden-sp{
		display: none;
	}
	.offcenter-sp{
		text-align: left;
	}
}