@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

body {
	margin:0 auto;
	padding:0;
	font-size:15px;
	line-height: 1.7;
	background:#fff;
	position:relative;
	color:#333;
	font-family:'Noto Sans JP',"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"Meiryo UI","メイリオ",Meiryo,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:400;
	text-align:left;
	width: 100%;
	overflow-x: hidden;
	min-width: 1330px;
}
a {
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}
.red {
	color: #B20000;
}
.center {
	text-align: center;
}
.inner {
	width: 1000px;
	margin: auto;
	position: relative;
}
header {

}

.contents1 h2 {
	text-align: center;
	font-size: 66px;
	font-weight: bold;
	padding: 280px 0;
	color: #fff;
	background: url(../img/main_bg.png) no-repeat top center fixed;
	background-size: cover;
	line-height: 1.2;
}
.contents1 h2 span {
	font-size: 22px;
}
.contents1>span {
	position: relative;
	top: -90px;
	right: 20px;
	display: block;
	text-align: right;
	color: #fff;
}
.balloon {
	width: 1000px;
	margin: auto;
	position: relative;
}
.balloon dt {
	display: inline-block;
	vertical-align: bottom;
	width: 235px;
}
.balloon dt img {
	width: 100%;
}
.balloon dd {
	width: 760px;
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
	padding: 25px;
	border: 4px solid #888;
	border-radius: 10px;
	font-size: 25px;
	font-weight: bold;
	color: #525252;
	background: #fff;
	filter: drop-shadow(15px 15px 0 rgba(136, 136, 136, .3));
	text-align: left;
	position: relative;
}
.balloon dd:before,
.balloon dd:after {
	content: "";
	position: absolute;
	top: 25px;
	left: -43px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 50px 30px 0;
	border-color: transparent #888 transparent transparent;
	z-index: 1;
	transform: rotate(20deg);
}
.balloon dd:before {
	filter: drop-shadow(15px 15px 0 rgba(136, 136, 136, .3));
}
.balloon dd:after {
	border-color: transparent #fff transparent transparent;
	z-index: 2;
	transform: rotate(20deg) scale(0.85);
	top: 29px;
	left: -35px;
}
.balloon p:before {
	content: "";
	width: 20px;
	height: 80%;
	background: #fff;
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 3;
}
.contents1 .balloon {
	top: -150px;
}
.contents1 .balloon dd span {
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	bottom: -80px;
	right: 0;
}
.contents1 h3 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 60px;
	margin-bottom: 50px;
	position: relative;
}
.contents1 h3:before {
	content: "";
	height: 3px;
	width: 0%;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: 0.3s;
	background: #B20000;
}
.contents1 h3.move:before {
	width: 100%;
	left: 0;
}
.contents1>p {
	position: relative;
	top: -130px;
	text-align: right;
}
.contents1 div.video {
	margin-bottom: 80px;
	text-align: center;
}
.contents1 div.video video {
	width: 640px;
	height: 480px;
	margin: auto;
	display: inline-block;
}
.contents2 {
	text-align: center;
}
.contents2 h2 {
	font-size: 66px;
	font-weight: bold;
	line-height: 1.2;
	color: #525252;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	z-index: 2;
}
.contents2 h2 span {
	font-size: 40px;
}
.contents2>p {
	color: #525252;
	font-size: 25px;
	margin-bottom: 80px;
	position: relative;
}
.contents2>p:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	background: #545454;
	top: -90px;
	left: 50%;
	z-index: 1;
	transition: 0.3s;
}
.contents2>p.move:before {
	left: 0%;
	width: 100%;
}
.contents2>img {
	margin-bottom: 80px;
}
.contents3 {
	text-align: center;
}
.contents3 h2 {
	font-size: 66px;
	font-weight: bold;
	line-height: 1.2;
	color: #525252;
	margin-bottom: 50px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 20px;
}
.contents3 h2 span {
	font-size: 27px;
	color: #B20000;
}
.contents3>p {
	color: #525252;
	font-size: 25px;
	margin-bottom: 80px;
	position: relative;
}
.contents3>p:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	background: #545454;
	top: -90px;
	left: 50%;
	z-index: 1;
	transition: 0.3s;
}
.contents3>p.move:before {
	left: 0;
	width: 100%;
}
.contents3>img {
	padding-bottom: 80px;
	background: #fff;
}
.contents3 div {
	background: url(../img/under_bg.png) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	height: 235px;
	margin-bottom: 80px;
}
.contents3 div:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255, 0.5);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
.contents3 .balloon {
	position: relative;
	top: -30px;
	z-index: 2;
}
.contents3 .balloon dt {
	width: 270px;
}
.contents3 .balloon dd {
	width: 725px;
	bottom: 25px;
}
.contents3 .balloon dd:before,
.contents3 .balloon dd:after {
	left: auto;
	right: -43px;
	border-width: 10px 0 30px 50px;
	border-color: transparent transparent transparent #888;
	transform: rotate(-20deg);
}
.contents3 .balloon dd:before {
	filter: none;
}
.contents3 .balloon dd:after {
	border-color: transparent transparent transparent #fff;
	top: 29px;
	right: -35px;
}
.contents3 .balloon p:before {
	left: auto;
	right: 0;
}
.contents4 {
	text-align: center;
}
.contents4 h2 {
	font-size: 66px;
	font-weight: bold;
	line-height: 1.2;
	color: #525252;
	margin-bottom: 50px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 20px;
}
.contents4 div {
	position: relative;
}
/* .contents4 div:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	background: #545454;
	top: -90px;
	left: 50%;
	z-index: 1;
	transition: 0.3s;
}
.contents4 div.move:before {
	left: 0;
	width: 100%;
} */
.contents4 h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	position: relative;
	width: 1000px;
	margin: auto;
}
.contents4 table {
	width: 1000px;
	margin: auto;
	border: 4px solid #fff;
	border-collapse: collapse;
}
.contents4 table tr {
	border: 4px solid #fff;
	border-collapse: collapse;
	background: #FCE6C5;
}
.contents4 table tr:nth-of-type(even) {
	background: #FFF6D9;
}
.contents4 table thead tr th {
	border: 4px solid #fff;
	border-collapse: collapse;
	text-align: center;
	color: #fff;
	background: #E95413;
	vertical-align: middle;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 0;
}
.contents4 table tbody tr th {
	border: 4px solid #fff;
	border-collapse: collapse;
	text-align: center;
	color: #fff;
	background: #ff8753;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.2;
	padding: 5px 0;
}
.contents4 table tr td {
	border: 4px solid #fff;
	border-collapse: collapse;
	padding: 5px 10px;
}
.contents4 table tr td:nth-of-type(2) {
	text-align: center;
}
.contents4 .balloon {
	text-align: left;
	bottom: 30px;
	left: -80px;
}
.contents4 .balloon dt {
	width: 270px;
}
.contents4 .balloon dt img {
}
.contents4 .balloon dd {
	width: 460px;
}
.contact_area {
	background: url(../img/under_bg.png) no-repeat center bottom fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.contact_area:before {
	content: "";
	width: 100%;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 0;
}
.contact_area .balloon dd {
	width: 600px;
	font-size: 35px;
	padding: 20px 60px;
	bottom: 20px;
}
.contact_area .balloon dd a {
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 23px;
	color: #C33939;
	border: 3px solid #C33939;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
	transition: 0.3s;
	position: relative;
}
.contact_area .balloon dd a:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #C33939;
	border-right: 2px solid #C33939;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	margin: auto;
	transition: 0.3s;
}
.contact_area .balloon dd a:after {
	content: "";
	width: 15px;
	height: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	margin: auto;
	transition: 0.3s;
	background: #C33939;
}
.contact_area .balloon dt {
	width: 370px;
}
.contact_area .balloon dd:before,
.contact_area .balloon dd:after {
	left: auto;
	right: -43px;
	border-width: 10px 0 30px 50px;
	border-color: transparent transparent transparent #888;
	transform: rotate(-20deg);
}
.contact_area .balloon dd:before {
	filter: none;
}
.contact_area .balloon dd:after {
	border-color: transparent transparent transparent #fff;
	top: 29px;
	right: -35px;
}
.contact_area .balloon p:before {
	left: auto;
	right: 0;
}
footer div {
	background: #B20000;
	height: 75px;
	font-size: 17px;
}
footer div nav {
	float: left;
	padding: 10px 50px;
}
footer div nav ul li {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	font-weight: bold;
}
footer div nav ul li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
footer div p {
	float: right;
	padding: 10px 20px;
}
footer>p {
	padding: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
footer>p>a {
    font-size: 13px;
    font-family: Helvetica;
    color: black;
}
.page_title h1 {
	font-size: 54px;
	font-weight: bold;
	color: #fff;
	padding: 100px 0;
	text-align: center;
	background: url(../img/header_bg.png) no-repeat top center;
	background-size: cover;
	margin-bottom: 80px;
}
.subtitle {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 60px;
	margin-bottom: 50px;
	position: relative;
}
.subtitle:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: #B20000;
	transition: 0.3s;
}
.subtitle.move:before {
	left: 0;
	width: 100%;
}
.subtitle>span {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	margin-top: 40px;
}
.about_area table {
	width: 835px;
	margin: auto;
	border-top: 1px solid #ccc;
	margin-bottom: 80px;
}
.about_area table tr {
	border-bottom: 1px solid #ccc;
}
.about_area table tr th {
	padding: 20px 50px;
	font-weight: bold;
	color: #B20000;
}
.about_area table tr td {
	padding: 20px 50px;
}
.about_area table tr td a {
	color: #B20000;
}
.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.about_area .map {
	margin-top: 20px;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.products_area {
	margin-bottom: 80px;
}
.products_area dl {
	width: 970px;
	margin: 0 auto;
	padding: 35px 0;
	border-bottom: 1px solid #ccc;
}
.products_area dl:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.products_area dl dt {
	margin: 0 30px 0 0;
	float: left;
	width: 300px;
}
.products_area dl dd {
	display: inline;
}
.products_area dl dd h3 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
}
.link_area table {
	width: 970px;
	margin: auto;
	margin-bottom: 80px;
}
.link_area table tr {
	border-bottom: 1px solid #ccc;
}
.link_area table tr th {
	padding: 40px 20px;
	vertical-align: middle;
	font-size: 13px;
}
.link_area table tr td {
	padding: 40px 20px;
	vertical-align: middle;
}
.contact_form {
	width: 630px;
	margin: auto;
}
.contact_form table {
	border: none;
}
.contact_form table tbody tr {
	border: none;
}
.contact_form table tbody tr th {
	width: 180px;
	background: none;
	padding: 30px 0;
	vertical-align: top;
}
.contact_form table tbody tr td {
	width: 450px;
	font-size: 12px;
	color: #666;
	padding: 20px 0;
}
.contact_form table tbody tr td input,
.contact_form table tbody tr td textarea {
	border: 1px solid #D7D7D7;
	background: #FFF7F9;
	font-size: 15px;
}
.contact_form button {
	width: 430px;
	margin: 0 auto 80px;
	font-size: 22px;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px;
	background: #B20000;
	border: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
}
.contact_form button span {
	position: relative;
	z-index: 2;
}
.contact_form button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #CA0000;
	z-index: 1;
}
.contact_form button:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	z-index: 2;
	margin: auto;
	transition: 0.3s;
}
.input1 {
	width: 100%;
}
.textarea1 {
	width: 100%;
}
::placeholder {
	color: #999;
}
.Text01 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.Text02 {
	margin-bottom: 20px;
}
.privacyList01 {
	margin-bottom: 20px;
}
.privacyList01 li {
	padding-left: 1em;
	text-indent: -0.5em;
}
.privacyText01 {
	margin-bottom: 5px;
}
.h1txt{
	float: left;
    color: #fff;
    margin: 10px 0 0 35px;
}
.navi{
}
@media screen and (max-width:479px) {
	.nosp{display: none;}
	body {
		min-width: auto;
	}
	header {
		min-width: auto;
	}
	img {
		width: 100%;
	}
	.inner {
		width: 100%;
	}
	.header1 {
		padding: 5px 0;
		text-align: center;
	}
	.header1 p {
		font-size: 11px;
		width: auto;
		margin-right: 1%;
		padding: 0 3%;
		text-align: center;
	}
	.header1 p:last-of-type {
		width: 100%;
		margin: 0;
	}
	.header1 p a {
		color: #fff;
	}
	.header1 p img {
		width: 13px;
		margin-right: 5px;
	}
	.header2 .logo {
		font-size: 13px;
		padding: 3% 3% 3% 1%;
		float: none;
		display: inline-block;
		vertical-align: middle;
		width: 45%;
		box-sizing: border-box;
	}
	.header2 nav {
		float: none;
		padding: 2% 0 3%;
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		box-sizing: border-box;
		width: 53.5%;
		letter-spacing: -.4em;
	}
	.header2 nav ul li {
		font-size: 11px;
		width: 25%;
		vertical-align: middle;
		white-space: nowrap;
		letter-spacing: normal;
	}
	.header2 nav ul li:last-of-type {
		display: none;
	}
	.header2 nav ul li:nth-of-type(4):after {
		display: none;
	}
	.header2 nav ul li a {
		padding: 0 10%;
	}
	.header2 nav ul li a:before {
		display: none;
	}
	.contents1 h2 {
		font-size: 25px;
		padding: 50% 3% 25%;
		color: #fff;
		background: url(../img/main_bg.png) no-repeat top center;
		background-size: cover;
		line-height: 1.5;
	}
	.contents1 h2 span {
		font-size: 12px;
	}
	.contents1>span {
		top: -30px;
		right: auto;
		font-size: 12px;
		padding: 0 3%;
	}
	.balloon {
		width: 100%;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.balloon dt {
		width: 25%;
		vertical-align: top;
		margin-right: 3%;
	}
	.balloon dt img {
		width: 100%;
	}
	.balloon dd {
		width: 70%;
		vertical-align: top;
		padding: 3%;
		border: 2px solid #888;
		font-size: 12px;
		filter: none;
	}
	.balloon dd:before,
	.balloon dd:after {
		top: 25px;
		left: -25px;
		border-width: 10px 30px 10px 0;
	}
	.balloon dd:before {
		filter: none;
	}
	.balloon dd:after {
		top: 26px;
		left: -23px;
	}
	.balloon p:before {
		width: 5%;
		top: 10%;
	}
	.contents1 .balloon {
		top: auto;
	}
	.contents1 .balloon dd span {
		font-size: 16px;
		font-weight: normal;
		position: absolute;
		bottom: -80px;
		right: 0;
	}
	.contents1 h3 {
		font-size: 15px;
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.contents1>p {
		top: auto;
		font-size: 12px;
		padding: 1% 3%;
		box-sizing: border-box;
		margin-bottom: 5%;
	}
	.contents1 div.video {
		margin-bottom: 5%;
	}
	.contents1 div.video video {
		width: 80%;
		height: auto;
	}
	.contents2 h2 {
		font-size: 25px;
		line-height: 1.5;
		margin-bottom: 5%;
		padding: 0 10px;
	}
	.contents2 h2 span {
		font-size: 15px;
	}
	.contents2>p {
		font-size: 13px;
		margin-bottom: 5%;
		padding: 0 5%;
	}
	.contents2>p:before {
		top: -80%;
	}
	.contents2>img {
		margin-bottom: 5%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.contents3 h2 {
		font-size: 25px;
		line-height: 1.5;
		margin-bottom: 5%;
		padding: 0 10px;
	}
	.contents3 h2 span {
		font-size: 15px;
	}
	.contents3>p {
		font-size: 13px;
		margin-bottom: 5%;
		padding: 0 5%;
	}
	.contents3>p:before {
		top: -80%;
	}
	.contents3>img {
		margin-bottom: 5%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.contents3 div {
		background: url(../img/under_bg.png) no-repeat center;
		background-size: cover;
		height: auto;
		margin-bottom: 5%;
		padding: 10% 0 0;
	}
	.contents3 .balloon {
		top: auto;
	}
	.contents3 .balloon dt {
		width: 25%;
		margin: 0;
	}
	.contents3 .balloon dd {
		width: 70%;
		bottom: auto;
	}
	.contents3 .balloon dd:before,
	.contents3 .balloon dd:after {
		top: 15px;
		left: auto;
		right: -25px;
		border-width: 10px 0 10px 30px;
	}
	.contents3 .balloon dd:before {
		filter: none;
	}
	.contents3 .balloon dd:after {
		top: 16px;
		right: -23px;
	}
	.contents4 h2 {
		font-size: 25px;
		line-height: 1.5;
		margin-bottom: 5%;
		padding: 0 10px;
	}
	.contents4 div:before {
		top: -40px;
	}
	.contents4 h3 {
		font-size: 15px;
		text-align: center;
		width: 100%;
	}
	.contents4 table {
		width: 100%;
		margin: auto;
	}
	.contents4 table {
		border: 2px solid #fff;
		margin-bottom: 5%;
	}
	.contents4 table tr {
		border: 2px solid #fff;
	}
	.contents4 table thead tr th,
	.contents4 table tbody tr th {
		border: 2px solid #fff;
		font-size: 13px;
	}
	.contents4 table tr td {
		border: 2px solid #fff;
		font-size: 13px;
		vertical-align: middle;
	}
	.contents4 .balloon {
		bottom: auto;
		left: auto;
		margin-bottom: 10%;
	}
	.contents4 .balloon dt {
		width: 25%;
	}
	.contents4 .balloon dd {
		width: 70%;
	}
	.contact_area {
		background: url(../img/under_bg.png) no-repeat center bottom;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.contact_area:before {
		content: "";
		width: 100%;
		height: 20px;
		background: #fff;
		position: absolute;
		top: 0;
	}
	.contact_area .balloon dd {
		width: 70%;
		font-size: 12px;
		padding: 3%;
		bottom: auto;
		margin-bottom: 2%;
	}
	.contact_area .balloon dd a {
		padding: 5px 0;
		font-size: 12px;
		margin-top: 3%;
		border: 2px solid #C33939;
	}
	.contact_area .balloon dd a:before {
		width: 5px;
		height: 5px;
		right: 2%;
	}
	.contact_area .balloon dt {
		width: 25%;
		vertical-align: bottom;
	}
	.contact_area .balloon dd:before,
	.contact_area .balloon dd:after {
		top: 50px;
		left: auto;
		right: -25px;
		border-width: 10px 0 10px 30px;
	}
	.contact_area .balloon dd:before {
		filter: none;
	}
	.contact_area .balloon dd:after {
		top: 51px;
		right: -23px;
	}
	footer div {
		background: #B20000;
		height: auto;
		font-size: 13px;
	}
	footer div nav {
		float: none;
		padding: 2% 0;
		text-align: center;
	}
	footer div nav ul li {
		color: #fff;
		margin-right: 0;
		margin: 0 2%;
		font-weight: bold;
	}
	footer div nav ul li img {
		width: 15px;
		margin-right: 5px;
	}
	footer div p {
		float: none;
		padding: 0 0 3%;
		text-align: center;
		font-size: 11px;
	}
	footer>p {
		padding: 5% 0;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	.page_title h1 {
		font-size: 25px;
		padding: 80px 3%;
		text-align: center;
		background: url(../img/header_bg.png) no-repeat top center;
		background-size: cover;
		margin-bottom: 10%;
	}
	.subtitle {
		font-size: 18px;
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.subtitle>span {
		font-size: 13px;
		margin-top: 3%;
	}
	.about_area table {
		width: 90%;
		margin: 0 auto 5%;
		border: none;
	}
	.about_area table tr {
		border-bottom: none;
	}
	.about_area table tr th {
		padding: 3%;
		font-weight: bold;
		color: #B20000;
		float: left;
		width: 100%;
		box-sizing: border-box;
		background: #f1f1f1;
	}
	.about_area table tr td {
		padding: 5% 3%;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.products_area {
		margin-bottom: 10%;
	}
	.products_area dl {
		width: 100%;
		padding: 5% 0;
		box-sizing: border-box;
	}
	.products_area dl dt {
		float: none;
		width: 100%;
	}
	.products_area dl dd {
		display: block;
		padding: 0 5% 5%;
	}
	.products_area dl dd h3 {
		font-size: 18px;
		margin-top: 0;
	}
	.link_area table {
		width: 90%;
		margin: 0 auto 10%;
	}
	.link_area table tr th {
		width: 100%;
		float: left;
		padding: 5% 3% 0;
		box-sizing: border-box;
	}
	.link_area table tr td {
		width: 100%;
		float: left;
		padding: 0 3% 5%;
		box-sizing: border-box;
	}
	.contact_form {
		width: 90%;
	}
	.contact_form table tbody tr th {
		width: 100%;
		float: left;
		padding: 3%;
		box-sizing: border-box;
		background: #f1f1f1;
	}
	.contact_form table tbody tr td {
		width: 100%;
		float: left;
		padding: 5% 3%;
		box-sizing: border-box;
	}
	.contact_form button {
		width: 100%;
		margin: 0 auto 15%;
		font-size: 18px;
		padding: 10px 0;
	}
	.privacy_area {
		padding: 0 3%;
		box-sizing: border-box;
	}
	.Text01 {
		font-size: 15px;
	}
	.h1txt{
	width:100%;
		text-align: center;
		font-size: 0.7em;
    margin: 0;
}
	.navi{
		padding-right: 10px;
	}
    .f_privacy {
        font-size: 10px;
    }
}
