@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
	width: 100%;
	max-width: 1280.px;
	background-color: #ACACAC
}

.navi{
	width: 90%;
	max-width: 1120px;
	background-color: #483d8b;
	height:60px;
	margin: 0 auto;
}

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

nav a {
        text-decoration: none;
	    color:#FFFFFF;
		transition-duration: .2s;
    }

.header_menu li{
	margin-left: 40px;
	margin-right: 40px;
	list-style: none;
    display: inline-block;
}
@media (max-width: 480px) {
.header_menu li{
	margin-left: 0px;
	margin-right: 10px;
	list-style: none;
}
}

.header_menu li a:hover {
	text-decoration: none;
	color: yellow;
	border-bottom: 2px solid #FF7A37;
}

.rogo{
	height:60px;
	margin-left: 40px;
	margin-top:0px;
	margin-bottom: 0px;
}

@media (max-width: 480px) {
.rogo{
	height:30px;
	margin-left: 0px;
}
}

.section1 {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	background-image: url("../img/subbg.jpg");
	background-position: center bottom;
	background-size: cover;
	height: 1040px;
}

@media (max-width: 480px) {
.section1 {
	width: 90%;
	background-image: url("../img/subbg.jpg");
	background-position: center bottom;
	background-size: cover;
	height: 1150px;
}
}

.title img {
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
}

@media (max-width: 480px) {
.title img {
	margin-left: 10px;
	width: 250px;
}
}

.inquery {
	width: 700px;
	margin:  0 auto;  
	font-size: 15px;
	color: #FFFFFF;
}

@media (max-width: 480px) {
.inquery {
	width:280px;
	text-align: left;
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px 40px 20px;
}
}

.container {
	margin-top: 10px;
	
}

/* form table */

@media (max-width: 480px) {
table {
	table-layout: fixed;
	width:100%;
}
}

@media (max-width: 480px) {
.haba textarea {
	width:100%;
}
}

.form ul {
	color: #FFFFFF;
}

#form-tbl {
	margin-left: 0;
}

@media (max-width: 480px) {
#form-tbl {
	margin:10px 5px 5px 8px;
	width:95%;
}
}

#form {
	border-collapse: collapse;
	margin: 0 auto;
}

@media (max-width: 480px) {
#form {
	width:100%;
}
}

#form th, #form td {
	border: 1px solid #666;
	padding: 8px;
}

@media (max-width: 480px) {
#form th, #form td {
	border: 1px solid #666;
	padding: 8px;
}
}

@media (max-width: 480px) {
th {
	width: 110px;
}
}

@media (max-width: 480px) {
.company input {
	width:100%;
}
}

@media (max-width: 480px) {
.name input {
	width:100%;
}
}

@media (max-width: 480px) {
.email input {
	width:100%;
}
}

#form th {
	white-space: nowrap;
	background: #e8e8e8;
}
#form td {
	background: #fff;
}
.btn {
	text-align: center;
}
p.btn input {
	width: 110px;
	height: 32px;
}

/*Privacy Policy*/

.policy {
	width:700px;
	margin:  0 auto;  
}

@media (max-width: 480px) {
.policy {
	width:100%;
	margin-left: 0px;
}
}

.policy ol {
	font-size: 15px;
	color:#FFFFFF;
}

.policy h2 {
	width:200px;
	font-size: 15px;
	color: #FFFFFF;
	border-left: solid 4px #ef002d;
	border-bottom: 1px solid #02FF00;
	padding: 4px 6px;
	margin: 1.5em 0;
}

.policy .txt {
	font-size: 15px;
	color:#FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
}
@media (max-width: 480px) {
.policy .txt {
	font-size: 15px;
	color:#FFFFFF;
	margin-bottom: 10px;
}
}

.privacy_policy {
	width: 670px;
  	height: 200px;
  	overflow: scroll;
   	border: 1px solid #ccc;
	background:#FFFFFF;
	font-size: 14px;
	margin:  0 auto; 
}

@media (max-width: 480px) {
.privacy_policy {
	width: 98%;
  	height: 200px;
  	overflow: scroll;
   	border: 1px solid #ccc;
	background:#FFFFFF;
	font-size: 14px;
}
}

.privacy_policy h3 {
	margin-bottom: 10px;
	color: #ef002d;
	border-bottom: 1px solid #ef002d;
}

.privacy_inner {
	font-size: 13px;
}

.privacy_detail h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	
}

.policyBox {
	font-size: 20px;
	color: #E8E7E7;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	width:680px;
	padding: 10px 0 10px; 
	background: #ACACAC;
	background-color: rgb(70 70 70 / 0.5);
	}

@media (max-width: 480px) {
.policyBox {
	font-size: 20px;
	color: #E8E7E7;
	margin-top: 10px;
	width:330px;
	margin-left: 0px;
	background: #ACACAC;
	background-color: rgb(70 70 70 / 0.5);
	}

}
/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}
.footer {
	width: 90%;
	max-width: 1120px;
	background-color: #483d8b;
	height:50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer P {
	color:#FFFFFF;
	font-size: 15px;
	text-align: center;
}