@charset "utf-8";

#header{
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding: 8px;
	box-sizing: border-box;
	position: relative;
	background-color: #f6f6f6;
}
#header #menu_open_btn{
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
	background: #f22516;
}
#header #menu_open_btn img{
	width: auto;
	height: 100%;
}
#header #menu_close_btn{
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
	background: #073790;
}
#header #menu_close_btn img{
	width: auto;
	height: 100%;
}
#menu{
	width: 98%;
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
	box-sizing: border-box;
	background: rgba(242,37,22,0.8);
	z-index: 99;
}
#menu_head_out{
	background-color: #ffffff;
	width: 98%;
	margin: 0 0 0 auto;
	height: 100%;
	color: #f22516;
	border-bottom: 2px solid #ffffff;
}
#menu_head{
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
	box-sizing: border-box;
	font-size: 3vw;
	border-bottom: 1px solid #f22516;
	width: 100%;
}
#home{
	margin: 0 0 0 10px;
	width: 15%;
}
/*言語ボタン*/
#langChenge{
	display: flex;
	justify-content: flex-end;
	width: 70%;
	height: 50%;
	box-sizing: border-box;
	margin-right: 15%;
	flex-grow: 1;
	margin-left: 10px;
}
#langChenge input[type="radio"] {
 	display:none; 
}
#langChenge label {
  display:inline-block;
  color:#000000;
  background-color:#ffffff;
  padding:5px 20px;
  width: 30%;
  text-align: center;
  position: relative;
  border: 1px solid #f22516;
  margin-right: 1%;
}
#langChenge input[type="radio"]:checked + label { 
  background-color:#f22516;
  color:#ffffff;
} 

.logo{
	width: 35%;
}
.name{
	padding-left: 8px;
	box-sizing: border-box;
}

#contents{
	width: 100%;
	position: relative;
}
#menu_link{
	width: 98%;
	position: absolute;
	top:0;
	right: 0;
	box-sizing: border-box;
	background: rgba(242,37,22,0.8);
	padding: 10px 10px;
	z-index: 99;
}
#menu_link ul{
	display: flex;
	flex-wrap:wrap;
	color: #ffffff;
	font-weight: bold;
	margin: 20px 0;
}
#menu_link ul li{
	width: 50%;
}
#menu_link ul li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0 10px 10%;
	box-sizing: border-box;
	color: #ffffff;
}
#menu_link #imglink{
	display: flex;
	background-color: #ffffff;
	padding: 10px;
	box-sizing: border-box;
}
#menu_link #imglink a{
	width: 50%;
}

/*footer*/
#page_end_link{
	width: 100%;
	margin: 30px auto;
	text-align: center;
	border-top: solid 5px #f7f7f5;
}
#catchcopy{
	width: 60%;
	margin: 15px auto 30px;
	max-width: 400px;
}
#page_end_link .item{
	width: 95%;
	margin: 0 auto 30px;
}
#page_end_link .title{
	font-size: 160%;
	font-weight: bold;
	margin-top: 10px;
}
#page_end_link .title_en{
	font-size: 70%;
	margin-top: 10px;
}
#page_end_link .text{
	margin: 18px 10px 0;
	font-weight: bold;
}
#page_end_link .diamond_out{
  margin-top: 15px;
  height: 50px;
}
#page_end_link .diamond {
  background: #f22516;
  width: 25px;
  height: 25px;
}
#page_end_link .diamond_inner {
  top: -12.5px;
  left: -12.5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

#footer{
	background-color: #f6f8f8;
	padding-top: 30px;
}
#footer .form_btn{
	text-align: center;
	font-size: 3.5vw;
	position: relative;
}
#footer .form_btn a{
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	padding:15px 15px;
	box-sizing: border-box;
}
#footer .form_btn a span{
	background-image: url("./../../img/icon_mail_w.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
	background-size: 25px;
}
#footer #toiawase_link{
	position: relative;
}
#footer #page_top{
	position: absolute;
	right: 0;
	bottom:20px;
	padding:15px 20px;
	background-color: #073790;
	color: #ffffff;
	text-align: center;
	font-size: 150%;
	display: block;
	opacity: 0.7;
	font-weight: bold;
}
#footer .space{
	margin-bottom: 50px;
}
#footer .space .text{
	text-align: center;
	font-size: 140%;
}
#footer .space .textimg{
	width: 80%;
	margin: 15px auto;
	max-width: 400px;
}
#footer .space .company_name{
	text-align: center;
	font-size: 200%;
	letter-spacing: 3px;
}
#address{
	margin-top:10px;
	text-align: center;
	font-size: 120%;
	margin-bottom: 50px;
}
#copylight{
	margin-top:10px;
	text-align: center;
	font-size: 140%;
}