@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v6.0.0/css/all.css");
/*	clearfix
-------------------------------------------------------------*/
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
/*	reset
-------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote {
  margin: 0;
  padding: 0;
}
* {
  word-wrap: break-word;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
    border: 0;
}
/*	aligin
-------------------------------------------------------------*/
.blockC {
  text-align: center;
}
.blockC .block {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
* html .blockC .block {
  margin-right: 0;
  margin-left: 0;
} /* ie 6 Fix */
.blockR {
  text-align: right;
}
.blockR .block {
  margin-left: auto;
  text-align: left;
}
* html .blockR .block {
  margin-left: 0;
} /* ie 6 Fix */
/*	inline align
-------------------------------------------------------------*/
.inlineL {
  text-align: left;
}
.inlineC {
  text-align: center;
}
.inlineR {
  text-align: right;
}
/*	margin
-------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt29 {
  margin-top: 29px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr105 {
  margin-right: 105px !important;
}
.ml40 {
  margin-left: 40px !important;
}
/*	float
-------------------------------------------------------------*/
.fltL {
  float: left;
}
.fltR {
  float: right;
}
.fltImgR {
  display: inline;
  float: right;
  margin-left: 20px;
}
.fltImgL {
  display: inline;
  float: left;
  margin-right: 20px;
}
.secLeft {
  float: left;
  width: 340px;
}
.secRight {
  float: right;
  width: 340px;
}
.ft {
  overflow: hidden;
  zoom: 1;
}
/*	font
-------------------------------------------------------------*/
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.fNormal {
  font-weight: normal;
}
.fS {
  font-size: 10px;
  line-height: 130%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666;
}
.fBold {
  font-weight: bold;
}
.fRed {
  color: #C83841;
}
.cap {
  color: #555555;
  font-size: 10px;
  line-height: 140%;
}
.noteB {
  color: #3369DB;
}
/*	common
-------------------------------------------------------------*/
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 180%;
  color: #333333;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;
}
a:link {
  color: #0059B2;
  text-decoration: none;
}
a:visited {
  color: #0059B2;
}
a:hover {
  color: #0CF;
}
a:active {
  color: #0CF;
}
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
}
.mainContainer {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.mainContainerpopup {
  width: 560px;
  margin-right: auto;
  margin-left: auto;
}
/*	left navi
-------------------------------------------------------------*/
.leftNavi {
  background-color: #000;
  float: left;
  width: 200px;
}
.leftNavi ul {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.leftNavi li {
  background-image: url(../images/arrow_orange.gif);
  background-repeat: no-repeat;
  background-position: 0px 18px;
  padding-left: 18px;
  height: 25px;
  padding-top: 15px;
}
.leftNavi .cr {
  background-image: url(../images/burette_cr.png);
  background-repeat: no-repeat;
  color: #FFC926 !important;
  font-weight: bold;
}
.leftNavi .cr a:link {
  color: #FFC926 !important;
  font-weight: bold;
}
.indent {
  margin-left: 15px;
}
.partition {
  margin-top: 15px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #666;
}
.leftNavi a:link, .leftNavi a:visited {
  color: #FFF;
}
.leftNavi a:hover {
  color: #FC0;
}
/*	layout
-------------------------------------------------------------*/
.header {
  background-image: url(../images/head_bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
}
.cmnFooter {
  background-color: #EEE;
  width: 96%;
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 40px;
  margin-top: 40px;
}
.cmnFooter .copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  float: left;
}
.cmnFooter .linkContact {
  float: right;
  background-image: url(../images/arrow_blue.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
}
.secContents {
  float: right;
  width: 700px;
  padding-top: 30px;
}
.secContentspopup {
  width: 500px;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.secContents h1 {
  font-size: 28px;
  line-height: 120%;
  color: #1D48A3;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #8FA9ED;
  margin-bottom: 20px;
  padding-top: 20px;
}
.secContentspopup h1 {
  font-size: 16px;
  line-height: 120%;
  color: #1D48A3;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #8FA9ED;
  margin-bottom: 20px;
  padding-top: 20px;
}
.secContents h2 {
  font-size: 16px;
  color: #333;
  background-image: url(../images/h2_base.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  height: 32px;
  line-height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 10px;
}
.secContents h2 span {
  font-size: 12px;
  font-weight: normal;
}
.secContents h3 {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCC;
  padding-bottom: 10px;
}
.secContents h4 {
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  padding-left: 7px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #8FA9ED;
  margin-top: 20px;
  margin-bottom: 10px;
}
.secContents p {
  padding-bottom: 20px;
}
.secIn {
  padding-bottom: 20px;
}
.linkTxt {
  background-image: url(../images/arrow_blue.gif);
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: 0px 2px;
  line-height: 150%;
  width: calc(48% - 20px);
}
.linkTxt2 {
  background-image: url(../images/arrow_blue.gif);
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: 0px 2px;
  line-height: 150%;
}
.linkTxt-wide {
  background-image: url(../images/arrow_blue.gif);
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: 0px 2px;
  line-height: 150%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC;
}
.linkBackTxt {
  background-image: url(../images/arrow_back.gif);
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: 0px 2px;
  line-height: 150%;
}
.secBorder {
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #8FA9ED;
}
.secBorderDot {
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCCCCC;
}
.pageTop {
  float: right;
}
.pageTop a {
  background-image: url(../images/arrow_top.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 16px;
}
/*	added on 2022.03.08
-------------------------------------------------------------*/
.secContents-wide {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.secContents-wide p {
  font-size: 14px;
  line-height: 1.8;
}
.secContents-wide h1 {
  font-size: 28px;
  line-height: 120%;
  color: #1D48A3;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #8FA9ED;
  margin-bottom: 20px;
  padding-top: 20px;
}
.secContents-wide h2 {
  font-size: 20px;
  color: #333;
  height: 32px;
  line-height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: bold;
  border-top: 2px solid #1E47A4;
  background-color: #EBEFF4;
  margin-bottom: 20px;
}
.secContents-wide h2 span {
  font-size: 14px;
  font-weight: normal;
}
.secContents-wide h3 {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  /* [disabled]padding-top: 10px; */
  border-top-width: 1px;
  /* [disabled]padding-bottom: 10px; */
  padding-left: 10px;
  border-left: 5px solid #1F46A5;
  margin-bottom: 10px;
}
.secContents-wide p {
  padding-bottom: 20px;
}
.secContents-wide h1 span {
  font-size: 18px;
  color: #333333;
  margin-left: 20px;
}
.attention {
  padding: 20px;
  background-color: #FFE7E8;
  font-size: 14px;
  line-height: 1.8;
}
.attention h3 {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  color: #CC0000;
  border-left: none;
  padding-bottom: 10px;
  margin-top: 0;
}
.attention dt {
  width: 1.2em;
  float: left;
}
.attention dd {
  padding-left: 1.2em;
}
.sec-btn-entry {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.btn-entry {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  background-color: #1E47A4;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 0px;
  border-style: none;
}
.sec-btn-entry a:link {
  color: #ffffff;
  text-decoration: none;
}
.sec-btn-entry a:visited {
  color: #ffffff;
  text-decoration: none;
}
.btn-entry:hover {
  background-color: #2456C8;
}
.btn-gray {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  background-color: #CCCCCC;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 0px;
  border-style: none;
}
.entry-table table {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.entry-table table th {
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.entry-table table td {
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  font-size: 14px;
  line-height: 1.5;
}
.entry-table table td h3 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.entry-table table td h3 span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #CC0000;
}
.error {
  margin-top: 10px;
  color: #CC0000;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  background-color: #FFE7E8;
}
.dl-list {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #5076B7;
}
.dl-list ul {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 1em;
}
.dl-list li {
  list-style-type: disc;
}
.doc-list {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1em;
}
/*	added on 2022.07.03
-------------------------------------------------------------*/
.table-note {
  margin-top: 10px;
  text-align: right;
}
/*	added on 2023.12.09
-------------------------------------------------------------*/
.sec-event-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*	added on 2024.02.27
-------------------------------------------------------------*/
.indent1w dt {
  width: 1.5em;
  float: left;
}
.indent1w dl {
  margin-left: 1.5em;
}
.fa-solid {
  font-size: 15px;
}
.fa-file-pdf {
  color: #AD0B00;
}
/*	added on 2024.03.12
-------------------------------------------------------------*/
.sec-btn-entryinfo {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.btn-entryinfo {
  width: 200px;
  background-color: #0059B2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  text-align: center;
  font-size: 14px;
}
.sec-btn-entryinfo a:link {
  color: #ffffff !important;
  text-decoration: none;
}
.sec-btn-entryinfo a:visited {
  color: #ffffff !important;
  text-decoration: none;
}
.btn-entryinfo :hover {
  background-color: #00CCFF;
}
.sec-btn-graain {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.sec-btn-graain a:link {
  color: #ffffff;
}
.sec-btn-graain a:visited {
  color: #ffffff;
}
.btn-graain:hover {
  background-color: #e98bba;
}
.btn-graain {
  width: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  background-color: #D93D8B;
  font-size: 16px;
  color: #FFFFFF;
  border-style: none;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#entry-graain .indent1w dl {
  margin-left: 0 !important;
}
#entry-graain .indent1w dt {
  width: 1.5em;
  float: left;
}
#entry-graain .indent1w dd {
  margin-left: 1.5em;
}
.link-manual {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.link-manual .fa-circle-right {
  margin-right: 5px;
}
.link-manual .fa-file-pdf {
  margin-right: 5px;
  margin-left: 3px;
  font-size: 18px;
}
footer {
  margin-top: 40px;
}
.common-footer {
  display: flex;
  justify-content: space-between;
  background-color: #eeeeee;
  padding: 20px;
  align-items: center;
}
.common-footer .copyright {
  font-size: 10px;
}
.common-footer .linkContact :before {
  content: url("/common/images/arrow_blue.gif");
  margin-right: 3px;
  vertical-align: -2px;
}
/*	added on 2024.07.03
-------------------------------------------------------------*/
.login-form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.login-form table {
  margin-bottom: 20px;
  font-size: 16px;
}
.login-form th {
  padding: 20px;
  background-color: #E0E8F3;
  text-align: center;
  border-bottom: 10px solid #FFFFFF;
  font-weight: normal;
}
.login-form td {
  padding: 20px;
  text-align: center;
  background: #f6f6f6;
  border-bottom: 10px solid #FFFFFF;
}
.login-form td input {
  padding: 5px
}
.login-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.submit-button {
  display: inline-block;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #16387B;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.sec-flexbox {
  display: flex;
  justify-content: space-between;
}
.column-2d {
  width: 47%;
}
.sec-btn-download {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	margin-top: 20px;
}
.sec-btn-download p {
  width: 100%;
  text-align: center;
}
.btn-download {
  background-color: #16387B;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 10px;
}
.sec-btn-download a:link {
  color: #fff;
}
.sec-btn-download a:visited {
  color: #fff;
}

/*	added on 2025.02.04
-------------------------------------------------------------*/
.indent1w dt {
    width: 1.2em;
}
.indent1w dd {
    margin-left: 1.2em;
}