/* for body */
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, '游ゴシック', YuGothic,
		'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
		sans-serif;
	background-color: #fff;
	color: #181e20;
	line-height: 1.6;
	font-size: 15px;
	text-size-adjust: 100%;
}

.font_set {
	font-family: 'M PLUS 1p', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

#head {
	background: #00428e;
	color: #fff;
}
#head-in {
	padding: 8px 2em;
}
h1 {
	font-size: 135%;
	margin: 0;
}
#body {
	margin-left: 1.5em;
}

td {
	text-align: left;
}

/* for table */

#form-tbl {
	margin-left: 1.5em;
}
#form {
	border-collapse: collapse;
	margin: 1em 0;
}
#form th,
#form td {
	border: 1px solid #666;
	padding: 8px;
}
#form th {
	white-space: nowrap;
	background: #e8e8e8;
}
#form td {
	background: #fff;
}
p.btn input {
	width: 110px;
	height: 32px;
}

/* for title */
h2 {
	font-size: 100%;
	text-align: left;
	border-left: solid 4px #ef002d;
	border-bottom: 1px solid gray;
	padding: 4px 6px;
	margin: 1.5em 0;
	width: 500px;
}

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

/* for back-button */
form.back {
	margin-top: 2em;
}

/* �X�}�z�p */
@media only screen and (max-width: 480px) {
	#body {
		/* margin-left: 0; */
	}

	/* ���e�t�H�[�� */
	/* #form-tbl {
    margin: 0 auto;
    text-align: center;
  } */
	#form {
		width: 96%;
		margin: 10px auto;
	}
	#form th,
	#form td {
		text-align: left;
		width: 100%;
		display: block;
		padding: 6px 3px;
		border-top: none;
	}
	#form tr:first-child th {
		border-top: 1px solid #666;
	}
	p.btn input {
		width: 10em;
	}

	/* �����o�� */

	/* �T���N�X */
	p.msg {
		margin: 1em auto;
	}
}

/* ここからheader */

.wrapp1 {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: -10px;
}

.header2 {
	align-items: flex-end;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.header_seo {
	font-size: 12px;
	margin-bottom: -5px;
}

.header_logo {
	font-size: 30px;
	color: gray;
}

.header_tel {
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}

.header_address {
	font-size: 12px;
	margin-bottom: 10px;
}

.nav_wrapp {
	background: #13191b;
}

.header_nav {
	width: 70%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}

.header_nav a {
	display: block;
	width: 115px;
	text-align: center;
	color: white;
	font-size: 12px;
}

.main1_pic {
	width: 100%;
	height: 400px;
	background-image: url('../pic/0011.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0%0%50%50%/ 0%0%10%10%;
}

.copy1 {
	display: inline-block;
	font-family: serif;
	font-weight: bold;
	font-size: 30px;
	border-bottom: dotted 3px red;
	color: #ffffff;
	margin-top: 5%;
	margin-left: 10%;
	text-shadow: 1px 2px 3px #13191b;
}

.copy1 span {
	font-size: 50px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background: rgba(18, 196, 196, 0.836);
}

.mainpic {
	border-bottom-right-radius: 400px 30px;
	border-bottom-left-radius: 400px 30px;
}

h2 {
	/* display: inline-block; */
	margin-top: 80px;
	width: 100%;
	font-size: 24px;
	margin-bottom: 10px;
	border-bottom: 2px dotted red;
}

.wrapp3 {
	width: 700px;
	height: 100%;
	margin: 0 auto;
}

.wrapp4 {
	/* text-align: center; */
	margin-top: 80px;
}

.table_wrapp {
	margin-right: auto;
	margin-left: auto;
}

/* ここまでheader */

/* ここからfooter */

.nav_wrapp2 {
	background: #13191b;
	margin-top: 100px;
}

.footer_nav {
	width: 70%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}

.footer_nav a {
	display: block;
	width: 115px;
	text-align: center;
	color: white;
	font-size: 12px;
}

.footer_copyright {
	height: 90px;
	width: 100%;
	background: #36393a;
	text-align: center;
	line-height: 90px;
}

.footer_copyright a {
	text-decoration: none;
	color: rgb(197, 190, 190);
	font-size: 12px;
}
