@charset "UTF-8";
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}
q:before,
q:after {
	content: '';
}
strong {
	font-weight: 400;
}
em {
	font-style: normal;
}
img {
	border: none;
	max-width: 100%;
}
input[type='button'],
input[type='submit'],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: none;
	border: 0;
	border-radius: 0;
	width: auto;
	overflow: visible;
	padding: 0;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
}
input[type='button']::-webkit-search-decoration,
input[type='submit']::-webkit-search-decoration,
button::-webkit-search-decoration {
	display: none;
}
input[type='button']:focus,
input[type='button']:active,
input[type='submit']:focus,
input[type='submit']:active,
button:focus,
button:active {
	outline: none;
}
form input,
form input:focus,
form input:active,
form input:-webkit-direct-focus {
	outline: none;
}
form:focus,
form:active {
	outline: none;
}
form:focus input,
form:active input {
	outline: none;
}
form:focus input:focus,
form:focus input:active,
form:active input:focus,
form:active input:active {
	outline: none;
}
textarea {
	background-image: -webkit-linear-gradient(left, #fff, #fff);
}
select {
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type='date'],
input[type='number'] {
	-moz-appearance: textfield;
}
input[type='radio'],
input[type='checkbox'] {
	display: none;
}
select {
	background-color: #fff;
}
a {
	text-decoration: none;
	color: inherit;
}
i {
	font-style: normal;
}
body {
	font-weight: 400;
	/* font-family: Yu Gothic Medium, '游ゴシック Medium', YuGothic, '游ゴシック体', Hiragino Kaku Gothic ProN, 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', sans-serif; */
	color: #40403c;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	line-height: 1.625;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-y: scroll;
}
p,
ol,
ul,
th,
td {
	letter-spacing: 0.025em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
input:-webkit-autofill {
	transition: background-color 9999s !important;
}
* {
	box-sizing: border-box;
}
::-moz-selection {
	background: #ddedfa;
}
::selection {
	background: #ddedfa;
}
::-moz-selection {
	background: #ddedfa;
}
.is-hide {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
div#container,
div#contents {
	width: 100% !important;
}
div#one_maincolumn {
	margin-top: 0;
}
div#wrapper_contents > div:last-child {
	display: none;
}
