html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
/* ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.base_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* ***** h3 = lead of category ***** */
h3 {
	padding-bottom: 1em;
	font-size: 3em;
	font-weight: 900;
	width: 100%;
}
h3 span {
border-bottom: dashed 1px #000;
}
h3 span.w {
border-bottom: dashed 1px #fff;
}

@media screen and (max-width:480px){
h3 {
	padding-bottom: 1em;
	font-size: 2em;
	width: 100%;
}
}

/* ***** br.mol = break only mobile ***** */
br.mov {display:none;}
@media screen and (max-width:480px){
br.mov {display: inline;}
}


/* ***** logo ***** */
#logo {
text-align:center;
padding: 30px 0;
height: 1000px;
max-height: 100vh;
background-color: #3071b7;
}
#logo img {
  position: absolute;
 top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 400px;
  height: 400px;
}
@media screen and (max-width:480px){
#logo img {
  width: 350px;
  height: 356px;
}
}

/* ***** // logo ***** */

/* ***** header ***** */
#header {
	position: relative;
	height: 1000px;
	max-height: 100vh;
	width: 100%;
	background-color: #DDD;
	background-image: url('../img/header.jpg');
	background-size:cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	color: #FFF;
	overflow: hidden;
}
.header_div01{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
#header p {
	font-size: 1.4em;
	line-height: 2.5em;
}
@media screen and (max-width:480px){
#header p {
	font-size: 1em;
}
}
/* ***** // header ***** */

/* ***** about ***** */
#about {
width: 100%;
padding: 5em 0;
background-color: #EEE;
color: #222;
text-align: center;
}

#about p {
width: 94%;
margin: 0 3%;
padding: 0.5em 0;
font-size: 1.2em;
	line-height: 1.8em;
	text-align: center;
}

#about ul  {
display:block;
width: 94%;
margin: 0 3%;
padding: 0.5em 0;
}
#about ul li {
display:list-item;
text-align: left;
font-size: 1.2em;
line-height: 1.8em;
padding-bottom: 8px;
}

@media screen and (max-width:480px){
.about p {
	font-size: 1.0em;
	line-height: 1.6em;
}
}
/* ***** // about ***** */

/* ***** contact ***** */
#contact {
	width: 100%;
	padding: 5em 0;
	background-color: #2a89fe;
	color: #FFF;
	text-align: center;
}

.box02_div01{
	width: 94%;
	margin: 0 2%;
}
@media screen and (max-width:480px){
.box02_div01{
	width: 94%;
	margin: 0 3% 2em 3%;
	float: clear;
}
}

.box02_div01 p {
	width: 94%;
	margin: 0 3%;
	padding: 0.5em 0;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
}
.box02_div01 h5 {
padding-top:2em;
padding-left:1em;
text-align:left;
}
.box02_div01 ul {
text-align:left;
}
.box02_div01 ul li {
padding-top: 0.2em;
line-height: 1.5;
}

@media screen and (max-width:480px){
.box02_div01 p{
	font-size: 0.8em;
	line-height: 1.4em;
}
}
.box02_div01 table {
max-width: 94%;
margin-top:2em;
}
.box02_div01 table td{
font-size: 1.4em;
padding: 0.5em 0;
}
.box02_div01 table td.c1 {
width:20%;
text-align:left;
padding-right:1em;
white-space: nowrap;
}
.box02_div01 table tr.c3 {
display: none;
}
@media screen and (max-width:480px){
.box02_div01 table td.c1{
display: none;
}
.box02_div01 table tr.c3, .box02_div01 table tr.c3 td {
display: table-cell;
}
}

.box02_div01 table td.c2 {
width:80%;
text-align:left;
}

.box02_div01 input {
font-size: 1.4em;
width: 94%;
padding: 0.5em;
}
.box02_div01 textarea {
font-size: 1.4em;
width: 96%;
padding: 0.5em;
}

.box02_div01 button {
display: inline-block;
text-align: center;
border: 2px solid #FFF;
font-size: 1.2em;
background-color: #FFF;
color: #000;
text-decoration: none;
padding: 0.5em 3em;
margin-top: 1em;
border-radius: 10px;
transition: .4s;
}
/* ***** // contact ***** */

/* ***** box03 ***** */

.box03_div01 p{
	line-height: 1.4em;
                                text-align:left;
}

#box03 {
	width: 100%;
	padding: 5em 0;
	background-color: #EEE;
	color: #222;
	text-align: center;
}
.box03_div01 p span {
	/* font-weight: 900; */
}
#box03 .base_box {
max-width:500px;
padding-left:1em;
padding-right:1em;

}
/* ***** // box03 ***** */







/* ***** footer ***** */
#footer {
	width: 100%;
	padding: 3em 0;
	background-color: #555;
	color: #FFF;
	text-align: center;
}

#footer p {
	font-size: 1em;
	line-height: 1.6em;
}

@media screen and (max-width:480px){
#footer p {
	font-size: 0.8em;
	line-height: 1.6em;
}
}
/* ***** // footer ***** */
