@charset "utf-8";
.pagetitle {
    height: 250px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 250px;
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    background-image: url(../images/mv.jpg);
    background-repeat: no-repeat;
    background-position: center -120px;
    background-size: cover;
}
.form-section {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 80px;
}
.form-section .midashi {
    text-align: center;
}
/* 吹き出し本体 - 左右の中心 */
.balloon1{
    position: relative;
    padding: 20px;
    background-color: #21358C;
    color: rgba(255,255,255,1.00);
    font-size: 24px;
}
/* 三角アイコン - 左右の中心 */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-top: 15px solid #21358C;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.form-section .txtbox {
    margin-top: 40px;
}
fieldset {
    border-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
textarea.form-l {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 60%;
}

fieldset .fbutton {
	text-align: center;
}

fieldset .fbutton #submit {
	background-color: #014190;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	border-style: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
fieldset .fbutton #submit:hover{
	opacity: 0.8;
}
fieldset .fbutton #myreset {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	border-style: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
fieldset .fbutton #myreset:hover{
	opacity: 0.8;
}
table.formTable{
	margin-top: 10px!important;
}
.wtn_copyright {
	display: none;
}