@charset "utf-8";


/*==================================================
sectioning
==================================================*/
/*	outline	*/
html {
	font-size: 62.5%;
	/* 10px */
}

html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 100%;
}

body {
	/* font-family: 'M PLUS Rounded 1c', sans-serif; */
	font-family: YuGothic, 'Yu Gothic', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	/* デザインに合わせて変更する */
	font-weight: 500;
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}

p,
blockquote,
address,
small,
dt,
dd,
li,
span {
	line-height: 1.8;
	/* デザインに合わせて変更する */
}

div {
	line-height: 1.8;
}


/*	heading	*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: 500;
	font-size: 100%;
	line-height: 180%;
	/* デザインに合わせて変更する */
}


/*==================================================
link
==================================================*/
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.4s;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}


/*==================================================
content
==================================================*/
/* text */
p,
blockquote {
	margin: 0;
}

address {
	font-style: normal;
}

/* list	*/
ol,
ul,
dl,
dd {
	margin: 0;
}

ol,
ul {
	padding: 0;
	list-style: none;
}

/* table */
table {
	border-collapse: collapse;
}

th,
td {
	padding: 0;
	line-height: 2;
}

th {
	font-weight: normal;
}

/* embed */
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}

figure {
	margin: 0;
	padding: 0;
}

/* semantics */
ruby,
rt,
mark,
menu {
	margin: 0;
	padding: 0;
}

small {
	font-size: 100%;
}

em,
cite,
dfn,
i {
	font-style: normal;
}

strong,
b {
	font-weight: 500;
}

ins,
del {
	text-decoration: none;
}

q {
	quotes: none;
}

sup,
sub {
	vertical-align: baseline;
}

ruby,
rt,
mark {
	line-height: 100%;
}

mark {
	background: none;
}


/*==================================================
form
==================================================*/
form {
	margin: 0;
}

input,
select,
textarea,
button {
	margin: 0;
	padding: 0;
	/* font-family: inherit;
	font-size: 100%;
	font-size: 1.6rem; */
}

textarea {
	padding: 10px;
}

select {
	padding: 10px;
	line-height: 100%;
	font-weight: 500;
	cursor: pointer;
}

.ui-datepicker select {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}