@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald");
@import url("https://fonts.googleapis.com/css2?family=Roboto");
.clearfix, #documentRequestTop #documentIntroduction, .completePage .contentInner address ul {
  *zoom: 1;
  overflow: hidden;
}
.clearfix:before, #documentRequestTop #documentIntroduction:before, .completePage .contentInner address ul:before, .clearfix:after, #documentRequestTop #documentIntroduction:after, .completePage .contentInner address ul:after {
  content: " ";
  display: table;
}
.clearfix:after, #documentRequestTop #documentIntroduction:after, .completePage .contentInner address ul:after {
  clear: both;
}

/* form */
.formPage #mailfrom_hidden_object {
  visibility: hidden;
}
.formPage noscript .errorMessage {
  border: 2px solid #ccc;
  padding: 18px 14px;
  background: #f6f6f6;
}
.formPage noscript .errorMessage h1 {
  font-size: 1.4em;
  color: #855;
  border-bottom: 3px solid #855;
  margin: 0 0 14px 0;
}
.formPage noscript .errorMessage p {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.formPage noscript .errorMessage dl {
  margin: 20px 0;
}
.formPage noscript .errorMessage dl dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}
.formPage #privacyConfirmArea {
  margin: 40px 0 30px;
}
.formPage #privacyConfirmArea h2 {
  font-size: 1.2em;
  padding: 0;
  text-align: left;
}
.formPage #privacyConfirmArea .clmArea {
  font-size: 14px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 14px;
  margin: 10px 0;
  overflow: auto;
  height: 260px;
  line-height: 1.4;
}
.formPage #privacyConfirmArea .clmArea h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 24px 0 8px;
  color: #555;
  border-bottom: 1px solid #555;
}
.formPage #privacyConfirmArea .clmArea h4:nth-of-type(1) {
  margin-top: 0;
}
.formPage #privacyConfirmArea .clmArea ul {
  margin: 5px 0 10px 18px;
}
.formPage #privacyConfirmArea .clmArea ul li {
  list-style: square outside;
  margin-bottom: 3px;
}
.formPage #privacyConfirmArea label {
  padding: 5px 0 5px 1.8em;
  display: flex;
  align-items: center;
  margin: 8px 0 5px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}
.formPage #privacyConfirmArea label::before {
  left: 5px;
}
.formPage #privacyConfirmArea label::after {
  left: 10px;
}
.formPage #mailformpro {
  display: none;
}
.formPage #mailformpro input[type=text], .formPage #mailformpro textarea {
  border: 1px solid #ccc;
  padding: 5px;
}
.formPage #mailformpro .mailform {
  width: 100%;
}
.formPage #mailformpro .mailform .required:before {
  content: "必須";
  line-height: 1;
  padding: 2px 3px 1px;
  background: #c00;
  color: #fff;
  font-size: 10px;
  border-radius: 2px;
  display: block;
  float: left;
  margin: 0;
}
.formPage #mailformpro .mailform th, .formPage #mailformpro .mailform td {
  border: 1px solid #ccc;
  background: #fff;
  padding: 7px 8px 6px;
  vertical-align: middle;
  line-height: 1.4;
}
.formPage #mailformpro .mailform th {
  text-align: right;
  width: 26%;
  font-size: 12px;
  font-weight: bold;
}
.formPage #mailformpro .mailform > tbody > tr:nth-of-type(odd) > th, .formPage #mailformpro .mailform > tbody > tr:nth-of-type(odd) > td {
  background: rgb(232, 238, 249);
}
.formPage #mailformpro .mailform .comment {
  margin: 8px 0 5px;
}
.formPage #mailformpro .mailform .formChildTable th, .formPage #mailformpro .mailform .formChildTable td {
  border: none;
  background: none;
  vertical-align: top;
}
.formPage #mailformpro .mailform .choicesTable {
  width: 100%;
  margin-bottom: 16px;
}
.formPage #mailformpro .mailform .choicesTable th, .formPage #mailformpro .mailform .choicesTable td {
  border: none;
  padding: 3px;
  line-height: 1.4;
  vertical-align: middle;
}
.formPage #mailformpro .mailform .choicesTable th {
  border-width: 0 0 1px 0;
  background: #f3f3f3;
  text-align: left;
  padding: 3px 0 2px 5px;
}
.formPage #mailformpro .mailform .choicesTable td {
  padding: 0;
  vertical-align: top;
  width: 25%;
}
.formPage #mailformpro .mailform .choicesTable td:first-child {
  width: 39%;
}
.formPage #mailformpro .mailform .choicesTable td:last-child {
  width: 36%;
}
.formPage #mailformpro .mailform .choicesTable td label {
  font-size: 11px;
  padding: 5px 0;
  line-height: 1;
  cursor: pointer;
  display: block;
  position: relative;
}
.formPage #mailformpro .mailform .choicesTable td label:hover {
  font-weight: bold;
}
.formPage #mailformpro .mailform .choicesTable td label input {
  vertical-align: bottom;
}
.formPage #mailformpro .mailform #selectService label {
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
}
.formPage #mailformpro .mailform #addressInputList li {
  margin-bottom: 5px;
}
.formPage #mailformpro .mailform #addressInputList li span {
  display: inline-block;
  width: 5em;
}
.formPage #mailformpro .mfp_err {
  background: #fee;
  border: 1px solid #fff9dd;
  border-radius: 3px;
  padding: 5px;
}
.formPage .mfp_buttons span {
  display: inline-block;
  line-height: 1;
  margin: 8px 20px 10px 0;
  padding: 1px;
  background: #0067B6;
}
.formPage .mfp_buttons span:hover {
  background: #2091E8;
}
.formPage .mfp_buttons span button {
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: none;
  display: block;
  width: 180px;
  padding: 12px;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.formPage .mfp_buttons span button:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: 12px;
}
.formPage .mfp_buttons span.mfp_button_cancel {
  background: #aaa;
}
.formPage .mfp_buttons span.mfp_button_cancel:hover {
  background: #ccc;
}
.formPage .mfp_buttons span.mfp_button_cancel > button:after {
  content: "\f00d";
}
.formPage #fs2Briefing {
  display: none;
}
.formPage footer .footerMenu,
.formPage footer .footerSubmenu,
.formPage footer .footerService {
  display: none;
}

/* complete */
.completePage .titleBox {
  display: none;
}
.completePage .contentInner {
  max-width: 1000px;
  font-size: 16px;
}
.completePage .contentInner .complete_msg .note {
  margin: 20px 0;
}
.completePage .contentInner address {
  margin: 20px 0;
  border: 4px solid #ccc;
  background: #fff;
  padding: 8px 12px 8px;
}
.completePage .contentInner address h1 {
  font-size: 1.2em;
  margin: 10px 0;
}
.completePage .contentInner address ul li {
  margin: 0 30px 10px 0;
  float: left;
}
.completePage .contentInner > aside {
  margin: 60px 0 30px;
}
.completePage .contentInner > aside h1 {
  margin-bottom: 14px;
  border-left: 4px solid #005DAC;
  padding: 2px 0 0 3px;
  line-height: 1;
}
.completePage .contentInner > aside p {
  margin: 0 0 8px 0;
}

/* explanationInfo */
.explanationInfo {
  margin: 60px 0 20px;
}
.explanationInfo .txtTitle {
  font-size: 190%;
  margin-bottom: 30px;
}
.explanationInfo .briefingBox {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  clear: both;
  margin: auto 20px;
  position: relative;
}
.explanationInfo .briefingBox > h3 {
  background-color: #f9f9f9;
  border-left: none;
  border-bottom: 1px dotted #ccc;
  border-radius: 5px 5px 0 0;
  color: #006db8;
  font-family: "FOT-ロダン Pro M";
  font-size: 125%;
  font-weight: bold;
  margin: 0;
  padding: 10px 30px;
}
.explanationInfo .briefingBox > h3 + p {
  font-size: 0.85em;
  position: absolute;
  right: 10px;
  top: 16px;
}
.explanationInfo .briefingBox > div {
  float: left;
  padding: 20px 0 20px 30px;
  width: 660px;
}
.explanationInfo .recentlySchedule h4 {
  border-bottom: 1px dotted #aaa;
  font-family: "FOT-ロダン Pro M";
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
}
.explanationInfo .recentlySchedule .recentlySchedule_container,
.explanationInfo .recentlySchedule .recentlySchedule_category_container {
  overflow: hidden;
}
.explanationInfo .recentlySchedule .recentlySchedule_categoryList {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.explanationInfo .recentlySchedule .recentlySchedule_categoryList li {
  display: block;
  float: left;
  font-size: 1em;
  margin-right: 10px;
  overflow: hidden;
  padding-bottom: 10px;
  width: 325px;
}
.explanationInfo .recentlySchedule .recentlySchedule_categoryList li:nth-child(2n) {
  margin-right: 0;
}
.explanationInfo .recentlySchedule .recentlySchedule_categoryList li .label {
  background: #e90;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 90%;
  margin-right: 8px;
  overflow: hidden;
  padding: 2px 0;
  text-align: center;
  width: 50px;
}
.explanationInfo .recentlySchedule .recentlySchedule_categoryList li .label.tokyo {
  background: #27aad1;
}
.explanationInfo .recentlySchedule .recentlySchedule_categoryList li .label.osaka {
  background-color: #3faf52;
}
.explanationInfo .btnBlue {
  background: #006db8;
  border-radius: 5px;
  box-shadow: 0 3px 0 #004f85;
  float: right;
  font-family: "FOT-ロダン Pro M";
  height: 53px;
  margin: 24px 16px 0 0;
  width: 230px;
}
.explanationInfo .btnBlue a {
  background: url("/_common/_img/ico_arrow02.png") no-repeat 212px center transparent;
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 53px;
  text-align: center;
}
.explanationInfo .btnBlue:hover {
  background: #037acc;
  box-shadow: 0 3px 0 #055e9b;
}
.explanationInfo .btnBlue:hover a {
  text-decoration: none;
}

/* #documentRequestTop */
#documentRequestTop #documentIntroduction {
  margin-bottom: 40px;
}
#documentRequestTop #documentIntroduction #documentIntroductionLead {
  width: 390px;
  float: left;
  font-size: 1.2em;
}
#documentRequestTop #documentIntroduction #documentIntroductionLead p {
  margin-bottom: 10px;
}
#documentRequestTop #documentIntroduction #documentIntroductionContents {
  width: 540px;
  height: 186px;
  padding: 10px;
  float: right;
  border: 1px solid #aaa;
  background: #fff url(../../documentRequest/_img/documentImage.png) right 5px top 5px no-repeat;
}
#documentRequestTop #documentIntroduction #documentIntroductionContents h1 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #666;
  margin-bottom: 7px;
  width: 240px;
}
/*# sourceMappingURL=maps/form.css.map */
