* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', serif;
    margin:0;
    font-weight: 400;
    color:#666;
}

.right:{
    text-align: right;
}

a {color: #0b8793;}


.red {
    color: #ff0000;
    font-weight: 300;
}

footer {
	padding: 30px;
	text-align: center;
	border-top: solid 1px #bbb;
	font-size:0.7vw;
    width:100%;
    margin:0 auto;
    font-weight: 200;
    letter-spacing: 0.1vw;
    text-indent: 0.1vw;
}

footer a {
	text-decoration: none;
}

footer p{
	padding: 5px;
}
@media screen and (max-width: 768px) {
footer {
	padding: 30px;
	text-align: center;
	border-top: solid 1px #bbb;
	font-size:2.5vw;
    width:100%;
    margin:0 auto;
    font-weight: 200;
    letter-spacing: 0.1vw;
    text-indent: 1vw;
}
}

input[type="text"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}
input[type="submit"]{
    background-color: #000;
    color:#fff;
    box-shadow: none;
    outline: none;
    border: none;
    width:30%;
    padding:20px;
}
input[type="reset"], input[type="button"]{
    background-color: #ccc;
    color:#333;
    box-shadow: none;
    outline: none;
    border: none;
    width:30%;
    padding:20px;
}
 select {
    box-shadow: none;
    border: none;
    background: #ffecea;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%x;
    transition: 0.8s;
    border-radius: 0;
}
select:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="text"],
textarea {
    background: #e9f5fb;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    transition: 0.8s;
    border-radius: 0;
}
 
input[type="text"]:focus,
textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
}
 
input::placeholder,
textarea::placeholder {
    color: #ccc;
}
 
::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}
 
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
 
:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}


table {
	margin: 0 auto;
	width: 100%;
    max-width: 800px;
}
table tbody tr {
	border: solid 1px #ccc;
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 2vw 0;
    border-bottom:solid 1px #ccc;
    font-weight: 400;
    font-size:1vw;
    line-height: 240%;
}
table th {
	font-weight: normal;
	padding: 2vw 0;
	text-align: left;
    border-bottom:solid 1px #ccc;
    font-weight: 400;
    font-size:1vw;
    letter-spacing: 0.5vw;
    
}

@media screen and (max-width: 980px) {
.Table th,
.Table td{
    display: block;
}
table td, table th {
  border-bottom:none;
    font-size:3vw;
    font-weight: 300;
    padding:3%;
}
table th {
  background-color: #ddd;
    
}
}

.float-l {float: left;}

.float-r {float: right;}

@media screen and (max-width: 640px) {

.float-l {float: none;}
    
.float-r {float: none;}



