#table_file_data th,#table_file_data tr,#table_file_data  td{
    border-collapse: collapse;
    border:1px solid #333;
}

/* 追記20210811 */

form,
p{
  margin:0;
}

.global_header{
  background-color:#002063;
}

.global_header_in{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing:border-box;
  max-width:1280px;
  width:100%;
	margin:0;
  margin-left:auto;
  margin-right:auto;
  padding:8px 16px;
  line-height:1;
}

.global_header_left{
  flex:1 0 0%;
}

.global_header_left_in{
  display:flex;
  flex-direction:row;
  align-items:center;
}

.global_header_left_in > *{
  margin-right:16px;
}

.global_header_left_in > *:last-child{
  margin-right:0;
}

.global_header_left_in > img{
  max-width:400px;
  width:100%;
  margin-right:24px;
}

.global_header_left_main{
  display:flex;
  flex-direction:row;
  align-items:center;
  font-size:24px;
  color:#ffffff;
}

.global_header_left_main > *{
  margin-right:16px;
}

.global_header_left_main > *:last-child{
  margin-right:0;
}

.global_header_left_main > i{
  font-size:32px;
}

.global_header_right_in{
  color:#ffffff;
}

.global_header_right_menu{
  display:none;
}



@media screen and (max-width:1023px){
  .global_header_left_in > img{
    max-width:200px;
  }

  .global_header_left_main{
    font-size:16px;
  }

  .global_header_left_main > i{
    font-size:24px;
  }

  .global_header_right_in{
    display:flex;
    flex-direction:row;
    align-items:center;
  }

  .global_header_right_menu{
    display:block;
    margin-left:16px;
  }

  .global_header_right_menu > i{
    font-size:32px;
    color:#ffffff;
  }
}



@media screen and (max-width:767px){
  .global_header_in{
    padding:12px 16px 8px;
  }

  .global_header_left_in{
    display:flex;
    flex-direction:column-reverse;
    align-items:flex-start;
  }

  .global_header_left_main{
    margin-bottom:6px;
  }

  .global_header_left_main > i{
    display:none;
  }
}



@media screen and (max-width:599px){
  .global_header_left_main{
    flex-wrap:wrap;
  }

  .global_header_left_main > *{
    margin-right:0;
  }

  .global_header_right_in{
    flex-direction:column-reverse;
    align-items:flex-end;
  }

  .global_header_right_menu{
    margin-left:0;
    margin-bottom:4px;
  }
}



.main{
  padding-bottom:40px;
}

.main_contents{
  padding-top:16px;
  background-color:#7ECDF4;
}

.main_contents > *{
  padding-bottom:24px;
}

.main_contents > *:last-child{
  padding-bottom:0;
}

.main_contents_title {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(126,205,244,1) 100%);
}

.main_contents_title_in{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  box-sizing:border-box;
  max-width:1280px;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  padding:0 16px;
}

.main_contents_title_left > h1{
  line-height:1;
  font-size:24px;
  margin:0;
  padding:8px;
  border-left:8px solid #002063;
}

.main_contents_title_right {
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  line-height:1;
}

.main_contents_title_right > * {
  margin-right:8px;
}

.main_contents_title_right > *:last-child {
  margin-right:0;
}



@media screen and (max-width:767px){
  .main_contents_title{
    padding-bottom:8px;
  }

  .main_contents_title_in{
    flex-direction:column;
  }

  .main_contents_title_in > *{
    width:100%;
  }

  .main_contents_title_right{
    justify-content:flex-end;
    margin-top:8px;
  }
}



.main_contents_main {
  background-color:#ffffff;
}

.main_contents_main > *{
  box-sizing:border-box;
  max-width:1280px;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0 16px;
}

.main_contents_main > *:first-child{
  margin-top:0;
}

.main_contents_main table > tbody > tr:nth-child(even) > * {
  background-color:#D4DAE8;
}

.main_contents_main_table > dl{
  display:flex;
  flex-direction:row;
  margin-top:24px;
  margin-bottom:0;
}

.main_contents_main_table > dl:first-child{
  margin-top:0;
}

.main_contents_main_table > dl > dt{
  width:300px;
  text-align:right;
  font-size:20px;
  color:#002063;
}

.main_contents_main_table > dl > dd{
  flex:1 0 0%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-left:40px;
}

.main_contents_main_table > dl > dd > *{
  margin-top:8px;
}

.main_contents_main_table > dl > dd > *:first-child{
  margin-top:0;
}

.main_contents_main_table > dl > dd select,
.main_contents_main_table > dl > dd [type="text"],
.main_contents_main_table > dl > dd [type="email"],
.main_contents_main_table > dl > dd [type="password"]{
  box-sizing:border-box;
  height:32px;
  padding:0 8px;
  font-size:16px;
}

.main_contents_main_table > dl > dd textarea,
.main_contents_main_table > dl > dd [type="text"],
.main_contents_main_table > dl > dd [type="email"],
.main_contents_main_table > dl > dd [type="password"]{
  width:100%;
}

.main_contents_main_table > dl > dd textarea{
  box-sizing:border-box;
  padding:0 8px;
  font-size:16px;
}



@media screen and (max-width:1023px){
  .main_contents_main_table > dl > dt{
    width:240px;
  }
}



@media screen and (max-width:767px){
  .main_contents_main_table > dl{
    flex-direction:column;
  }

  .main_contents_main_table > dl > dt{
    width:auto;
    text-align:left;
  }

  .main_contents_main_table > dl > dd{
    margin-left:0;
  }
}



.main_contents_main_cautions{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}

.main_contents_main_cautions_in{
  display:flex;
  flex-direction:column;
}

.main_contents_main_buttons{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}

.main_contents_main_buttons > a{
  font-size:24px;
}

.main_contents_main_buttons label.button{
  font-size:24px;
}



.global_footer_rules{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:16px;
  border:1px solid #000000;
}

.global_footer_rules > dl{
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin:0;
}

.global_footer_rules > dl > *{
  line-height:1.5;
}

.global_footer_rules > dl > dt{
  font-weight:bold;
}

.global_footer_rules > dl > dd{
  display:flex;
  flex-direction:column;
}



@media screen and (max-width:767px){
  .global_footer_rules > dl{
    flex-direction:column;
  }

  .global_footer_rules > dl > dd{
    margin-left:0;
    margin-top:8px;
  }
}



.main_banners,
.global_footer_banners{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}

.main_banners{
  padding: 16px 16px 0;
  background-color:#7ECDF4;
}

.main_banners > *,
.global_footer_banners > *{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-left:40px;
}

.main_banners > *:first-child,
.global_footer_banners > *:first-child{
  margin-left:0;
}

.main_banners > * > *,
.global_footer_banners > * > *{
  margin-top:8px;
}

.main_banners > * > *:first-child,
.global_footer_banners > * > *:first-child{
  margin-top:0;
}

.main_banners a,
.global_footer_banners a{
  color:#000000;
}

.main_banners a{
  max-width:calc((1280px - 72px) / 2);
}

.main_banners > * img,
.global_footer_banners > * img{
  width:100%;
}

@media screen and (max-width:1280px){
  .main_banners > *,
  .global_footer_banners > *{
    margin-left:16px;
  }
}

@media screen and (max-width:1023px){
  .main_banners > *:first-child,
  .global_footer_banners > *:first-child{
    margin-top:0;
  }

  .main_banners a{
    max-width:100%;
  }
}



.global_footer{
  background-color:#ffffff;
}

.global_footer_in{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  max-width: 1280px;
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px 16px;
  line-height: 1;
}

.global_footer_in > *{
  margin-top:40px;
}

.global_footer_in > *:first-child{
  margin-top:0;
}

.global_footer_menu > ul{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  margin-top:-8px;
  padding:0;
}

.global_footer_menu > ul > li{
  list-style:none;
  margin-top:8px;
  padding:0 16px;
  border-right:1px solid #000000;
}

.global_footer_menu > ul > li:first-child{
  padding-left:0;
}

.global_footer_menu > ul > li:last-child{
  padding-right:0;
  border-right:0;
}

.global_footer_menu > ul > li > a{
  display:flex;
}

.global_footer_main{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  width:100%;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #000000;
}



@media screen and (max-width:599px){
  .global_footer_menu{
    width:100%;
  }

  .global_footer_menu > ul{
    justify-content:flex-start;
  }

  .global_footer_menu > ul > li{
    padding:0;
    padding-right:24px;
    border-right:0;
  }
}

.button{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0.8em 1.2em;
  margin-top: 0.5em;
  border-radius:0.4em;
  background-color:#012063;
  line-height:1;
  font-family: 'Lucida Grande' , 'Helvetica Neue' , Arial, Helvetica, sans-serif !important;
  font-weight:bold;
  text-decoration: none;
  color:#ffffff;
  cursor:pointer;
}

.button:hover{
	color: #ffffff;
  text-decoration: none;
  background-color:#40588A;
}

.button > *{
  margin-left:0.5em;
}

.button > *:first-child{
  margin-left:0;
}

.button > i{
  font-size:1.5em;
}

.button input{
  cursor:inherit;
  padding:0;
  border:0;
  background-color:inherit;
  line-height:1;
  font-size:inherit;
  color:inherit;
}



.filelists > *{
  margin-top:8px;
}

.address_list{
  width:100%;
}

.address_list_main{
  margin:0;
  padding:0;
}

.address_list_main > li{
  list-style:none;
}

.address_list_main > li > dl{
  display:flex;
  flex-direction:row;
}

.address_list_main > li > dl > dt{
  width:10em;
  text-align:right;
}

.address_list_main > li > dl > dd{
  flex:1 0 0%;
}
