@charset "utf-8";
/* ------------------------------------------------------------------------- */
body {
background: #FFFFFF;
font-size: 18px;
}

th.color1 {
  color: #3030ff;
  background-color: #b0b0ff;
}
th.color2 {
  color: #3030ff;
  background-color: #d0d0ff;
}

.h-style{
	margin-bottom:1em;
	font-weight:700;
	font-size: 24px;
}
.h-style-ribbon4{
	position:relative;
	display:inline-block;
	margin:1rem 0 1rem -10px;
	padding:1rem 3rem;
	color:#fff;
	border-radius:0 100vh 100vh 0;
	background:#878787;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.2);
	box-shadow:3px 3px 5px rgba(0,0,0,.2)
}
.h-style-ribbon4:before{
	position:absolute;
	bottom:-10px;
	left:0;width:0;height:0;
	content:'';
	border-top:10px solid #005276;
	border-left:10px solid transparent
}
.h-body{
	width:90%;
	margin:0 auto;
	padding:0;
	background:#fff
}
.c-body{
	width:90%;
	margin:0 auto;
	padding:3rem;
	font-size: 24px;
}
.h-wrap--orange{
	padding:30px 20px 20px;
	margin-bottom:10px;
	background:#E4E4E4
}

.btn {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 8px 25px;
	background: #7095C6;
	color: #fff;
	font-size: 26px;
	border: none;
	}

.btn:hover{
	-webkit-appearance: none;
	border-radius: 0;
	opacity: 0.7;
	cursor: pointer;
	border: none;
}
hr.line01 {
	margin-top:20px;
	margin-bottom:20px;
	border-style: solid;
	border-color: #806080;
	border-width: 0 0 3px 0;
}
hr.line02 {
	margin-top:20px;
	margin-bottom:20px;
	border-style: solid;
	border-color: #303080;
	border-width: 0 0 3px 0;
}
ul.list1 {
	list-style: square;
	margin: 0 0 0 30px;
	padding-right: 40px;
}
ul.list1 li {
	color: #002288;
}
ul.list2 {
	list-style: square;
	margin: 0 0 0 30px;
	padding-right: 40px;
}
ul.list2 li {
	color: #002288;
}
.next{
	text-align: center;
	margin: 30px auto;
	margin-top: 100px;
}

.next a {
 text-decoration: none;
}

.submit{
	text-align: center;
	margin: 30px auto;
}
.comment_line {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}
.comment1 {
	padding: 10px 30px;
	color: #3300cc;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background-color: #cdf;
	font-size: 24px;
}
div.comment2 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #330033;
	font-size: 16px;
	text-align: center;
}
div.btn_line {
	margin-top: 150px;
}

div.form {
	text-align: center;
}

div.setting {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 5px;
	color: #330033;
	font-size: 30px;
	margin: auto;
	text-align: left;
	width: 660;
}
textarea,
input[type="text"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"]{   
	-webkit-appearance: none;
	border: 1px solid #ccc;
	font-size: 30px;
	padding: 5px;
}
div.form_line {
	margin-top: 20px;
	color: #000066;
	font-weight: bold;
}
div.textbox {
	margin-left: 20px;
}
div.textarea {
	margin-left: 20px;
}
h2 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #990066;
}
h3 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #009966;
}
