@charset "utf-8";

body {
	background: #efefef;
}
.site-main {
	background: #efefef;
	padding: 20px 0;
}
.screen-reader-response p {
	text-align: center;
}

.forms {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
sup {
	color: red;
}
.forms .wrap {
	width: calc( 100% - 40px);
	margin: 20px 0;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow:1px 1px 2px #ddd;
}
.forms .wrap h2 {
	text-align: center;
	color:#0a2db1;
	font-size:1.2em;
}
.forms .wrap .notes {
	line-height: 1.5;
	margin-bottom: 20px;
}
.forms .wrap .notes span {
	color: red;
}
.forms .wrap > p {
	line-height: 1.5;
}
.forms .mark {
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight:600;
}
.forms .content {
	padding: 20px 10px;
}
.forms dl {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #aaa;
}
.forms dl dt {
	width: 45%;
}
.forms dl dd {
	width: 55%;
	line-height: 1.5;
}
.forms h3 {
	font-size: 22px;
	color:#0a2db1;
	margin: 30px 0 20px;
	padding-bottom: 2px;
	border-bottom: solid 1px #0a2db1;
}
.forms ul {
	padding: 0 20px;
}
.forms ul li {
	line-height: 1.5;
}
.forms .table_wrap {
	margin: 30px 0;
	width: 100%;
}
.forms .table_wrap table {
	margin: 20px 0;
	border-collapse: collapse;
	border: solid 1px #333;
}
.forms .table_wrap table th {
	text-align: left;
	font-weight: 400;
	border: solid 1px #333;
	padding: 5px 10px;
}
.forms .table_wrap table td {
	border: solid 1px #333;
	padding: 10px 20px;
}
.forms .table_wrap table .table_title th,.forms .table_wrap table .table_title td {
	text-align: center;
	background: #316fca;
	color: #fff;
}
.forms .files {
	margin: 20px 0;
}
.forms th.table_title,.forms td.table_title {
	text-align: center;
	background: #316fca;
	color: #fff;
}
.forms .submit_wrap {
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
}
.forms .submit_wrap p {
	margin: 0 10px;
	width: 60%;
}
input.wpcf7-submit,input.wpcf7-previous {
padding:1em 0 !important;/* ボタン内の余白 */
margin:2em 0em !important;/* ボタンの上下の余白 */
background-color: #0a2db1; !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 30%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
}

input.wpcf7-submit:hover {
background-color:#f2d500 !important;/* マウスを乗せたときの背景色 */
color: #fff !important;/* マウスを乗せたときの文字の色 */
}
