@charset "utf-8";

/*--------------------------------------------------------------
	基本スタイル
--------------------------------------------------------------*/


html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #333;
	line-height: 2;
	background: #fff;
}

/* iframeのレスポンシブ設定 */
embed,
iframe,
object{
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

div,
p,
span,
table,
td,
th,
tr,
a,
input {
	box-sizing: border-box;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

ul,
li,
ol {
	box-sizing: border-box;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

ul ul {
	margin: 0 0 30px;
}

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

a:hover,
a:active {

}

a img {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	clear: both;
	margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

h2 {
	font-size: 2.2rem;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

figure {
	max-width: 100%;
}

blockquote {
	color: #999;
	border: 1px solid #f4f4f4;
	border-radius: 10px;
	background: #fdfdfd;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

textarea {
	width: 100%;
}

table {
	width: 100%;
	margin: 0 auto 50px;
}

thead {
}

th,
td {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 15px 15px 15px 10px;
}

th {
	white-space: normal;
}

tr {
	white-space: normal;
}

dl {
	margin: 0 0 50px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 10px 30px;
}

/*定義リストのレスポンシブ対応*/
@media ( max-width: 768px ) {
	dt,
	dd {
		width: 100%;
		margin: 0;
	}
}

ul li {
	overflow: visible;
	margin: 0;
	padding: 0;
	/*list-style: disc;*/
	list-style-type: none;
}

input,
button,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 5px;
}

input[type='submit'] {
	padding: 10px 20px;
	color: #fff;
	border: none;
	background: #999999;
}

input[type='submit']:hover {
	color: #ffffff;
	background: #666666;
}

input[type='text'] {
	width: 100%;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

figure {
	margin: 0 0 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}
