@charset "utf-8";

/* CSSリセット
  ############################################################################################# */

* {
	-webkit-tap-highlight-color: transparent;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}
th, td {
	text-align: left;
	vertical-align: top;
}
li {
	list-style: none;
}
img {
	vertical-align: top;
}
input,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}
.visual {
	text-align: center;
}
.visual img {
	margin: 50px auto;
}
#sub .section .title,
#sub .section .title2,
#sub .section .title3{
	margin-top: 50px;
}
#sub .section .text {
	line-height: 1.6em;
}
#sub .section .text .small_text{
    text-indent: -1em;
    padding-left: 1em;
}
.head {
	width: 100%;
    max-width: 800px;
    margin: 80px auto 0px auto;
    text-align: left;
    padding-left: 50px;
}
.text td, .text2 td {
	font-size: 20px;
}

/*header
  ############################################################################################# */


/* body
  ############################################################################################# */

@media screen and (max-width: 767px){
	.head {
		width: 80%;
		padding-left: 0px;
	}
	.text td, .text2 td {
		line-height: 30px;
	}
}