@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;700;900&display=swap");
/*-----------------------------------------------
BASE
------------------------------------------------*/
/*JP*/
html,
body,
main,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
form,
ul,
li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.1rem;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6em;
  -webkit-text-size-adjust: 100%;
  color: #444;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

input[type=button],
button, a {
  transition: 0.2s;
}

a {
  color: #244377;
  text-decoration: none;
}
.side_colum a::after {
  content: "》";
  padding: 0 0 0 4px;
}
a:hover {
  color: #0c1729;
}

.visibility {
  visibility: hidden;
}
.visibility-visible {
  visibility: visible;
}

/*-----------------------------------------------
HEADER
------------------------------------------------*/
header {
  min-width: 1300px;
  background-color: #244377;
  border-bottom: 6px solid #182d50;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
header div {
  padding: 20px;
  background-size: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
}
header div p {
  margin: 0 0 0 16px;
  color: #FFF;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}

header div p a {
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 1.8rem;
  }

/*-----------------------------------------------
MENU
------------------------------------------------*/
.menu {
  padding: 16px 0 32px;
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.menu-link {
  border-radius: 6px;
  background-color: #244377;
  border: 1px solid #244377;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 10px 2px;
}
.menu-link::after {
  display: none;
}
.menu-link:hover {
  background-color: #dde6f5;
  color: #244377;
}
.menu-logout {
  border-radius: 6px;
  background-color: #f5f5f5;
  border: 1px solid #d8d1d1;
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 10px 2px;
}
.menu-logout::after {
  display: none;
}
.menu-logout:hover {
  background-color: white;
  color: #d8d1d1;
}

/*-----------------------------------------------
MAIN
------------------------------------------------*/
main {
  padding: 0 32px 32px;
  margin: 0 auto;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

main.twoColumn {
  padding: 0 0 32px 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}

.sideColumn {
  border: 1px solid #d8d1d1;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.4);
  margin: 0 32px 40px auto;
  width: 240px;
  min-width: 240px;
  padding: 32px 16px;
}
.sideColumn nav {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  position: sticky;
  top: 100px;
}
.sideColumn nav ul {
  list-style: none;
}
.sideColumn nav ul li {
  margin: 0 0 16px 0;
}
.sideColumn nav ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sideColumn nav ul li a:hover {
  color: #9e3cb1;
}

.mainColumn {
  flex: 1;
  padding: 32px 0 0 0;
  margin: 0 32px 0 0;
}

.basicFrame {
  border: 1px solid #d8d1d1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.4);
  margin: 0 auto 40px auto;
  min-width: 1000px;
}
.basicFrame h1 {
  padding: 32px 32px 0 32px;
  margin: 0 0 42px 0;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.basicFrame h1::after {
  content: "";
  display: block;
  background-color: #244377;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  margin-top: 10px;
}
.basicFrame h2 {
  font-size: 1.6rem;
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
}
.basicFrame h2::before {
  content: "";
  display: block;
  background-color: #182d50;
  width: 4px;
  height: 24px;
  border-radius: 10px;
  margin: 0 8px 0 0;
}
.basicFrame .inner {
  padding: 0 32px;
}
.basicFrame .inner > p {
  margin: 0 0 40px 0;
}
.basicFrame .inner .message {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 80px;
  border: 1px solid #9e3cb1;
  color: #9e3cb1;
  margin: 0 auto 54px auto;
  padding: 32px;
  border-radius: 8px;
  font-weight: bold;
}

/*-----------------------------------------------
FORM
------------------------------------------------*/
#content {
  padding-top: 24px;
}
#content .item {
  display: none;
}

.item{
  margin: 20px 0;
}

.cell {
  display: flex;
  align-items: flex-start;
  margin: 0 0 0 0;
  padding: 10px 4px;
}
.cell-title {
  min-width: 210px;
  margin-right: 20px;
  font-weight: bold;
}
.cell-text {
  width: 100%;
  max-width: 738px;
}
.cell-input {
  display: flex;
}
.cell + .error {
  margin: 0 0 24px 0;
}

.cellTable .cell {
  border-top: 1px solid #D2D2D2;
}
.cellTable .cell + .error {
  margin: 0 0 24px 200px;
}
.cellTable .noborder {
  border-top: none;
}

/*テキスト-----------------------------------*/
input[type=button],
button, select, input[type=date], input[type=text],textarea {
  min-height: 3rem;
  border-radius: 4px;
  border: 1px solid #d8d1d1;
  background-color: #f5f5f5;
  margin: 0 8px 0 0;
  padding: 0 4px;
}
input[type=button]:focus,
button:focus, select:focus, input[type=date]:focus, input[type=text]:focus {
  outline: solid 1px #555555;
}
input.error[type=button],
button.error, select.error, input.error[type=date], input.error[type=text] {
  background-color: #FFE1E3;
}
input.size-extra-small[type=button],
button.size-extra-small, select.size-extra-small, input.size-extra-small[type=date], input.size-extra-small[type=text] {
  width: 100%;
  max-width: 100px;
}
input.size-small[type=button],
button.size-small, select.size-small, input.size-small[type=date], input.size-small[type=text] {
  width: 100%;
  max-width: 150px;
}
input.size-nomal[type=button],
button.size-nomal, select.size-nomal, input.size-nomal[type=date], input.size-nomal[type=text] {
  width: 100%;
  max-width: 250px;
}
input.size-medium[type=button],
button.size-medium, select.size-medium, input.size-medium[type=date], input.size-medium[type=text] {
  width: 100%;
  max-width: 500px;
}
input.size-large[type=button],
button.size-large, select.size-large, input.size-large[type=date], input.size-large[type=text] {
  width: 100%;
  max-width: 748px;
}

input[type=date] {
  background: url(../images/icon_calendar.svg) no-repeat left 6px center;
  background-size: 1.4rem 1.4rem;
  width: 200px;
  padding-left: 24px;
}
input[type=date] + span {
  display: block;
  padding: 0 1rem;
}

select {
  min-height: auto;
  padding: 6px 4px;
}

input:read-only {
  background-color: #ddd;
  color: #666;  
}

/*-----------------------------------------------
BUTTON
------------------------------------------------*/
input[type=button],
button {
  cursor: pointer;
  background-color: white;
  border: solid 1px #9e3cb1;
  color: #9e3cb1;
  font-weight: bold;
}
input[type=button]:hover,
button:hover {
  background-color: white;
  color: #d7a5e1;
}

.btn, .btn_left {
  border-top: 1px solid #d8d1d1;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
.btn .blockBtn, .btn_left .blockBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.btn .blockBtn input[type=button], .btn_left .blockBtn input[type=button],
.btn .blockBtn button,
.btn_left .blockBtn button {
  padding: 10px;
  border: 1px solid #244377;
  background-color: #244377;
  color: #FFF;
}
.btn .blockBtn input[type=button]:hover, .btn_left .blockBtn input[type=button]:hover,
.btn .blockBtn button:hover,
.btn_left .blockBtn button:hover {
  background-color: #dde6f5;
  color: #244377;
}
.btn .blockBtn input[type=button].btnGray, .btn_left .blockBtn input[type=button].btnGray,
.btn .blockBtn button.btnGray,
.btn_left .blockBtn button.btnGray {
  border: 1px solid #d8d1d1;
  background-color: #555555;
  color: #fff;
}
.btn .blockBtn input[type=button].btnGray:hover, .btn_left .blockBtn input[type=button].btnGray:hover,
.btn .blockBtn button.btnGray:hover,
.btn_left .blockBtn button.btnGray:hover {
  background-color: #f1f1f1;
  color: #555555;
  border: 1px solid #555555;
}
.btn .blockLink, .btn_left .blockLink {
  display: flex;
  align-items: center;
  justify-content: right;
  border-left: 1px solid #555555;
  width: 20%;
}

.btn_left {
  padding: 32px 0;
}
.btn_left .blockBtn {
  justify-content: flex-start;
}

.btn .blockBtn button.btnNotice {
  border: 1px solid #eee;
  background-color: #aaa;
  color: #fff;
}
.btn .blockBtn button.btnNotice:hover {
  border: 1px solid #eee;
  background-color: #aaa;
  color: #fff;
}

/*-----------------------------------------------
LIST
------------------------------------------------*/
.listDisk {
  list-style: none;
  margin: 0 0 32px 0;
}
.listDisk li {
  margin: 0 0 8px 0;
}
.listDisk li::before {
  display: inline-block;
  content: "";
  border-radius: 2px;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #244377;
  margin: 0 4px 0 0;
}

.list-cloud {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0 0 8px 0;
}
.list-cloud li {
  border: 1px solid #D2D2D2;
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 4px 16px;
  display: inline-block;
  margin: 0 4px 8px 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  min-width: 88px;
  text-align: center;
}

.list-terms {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0 0 8px 0;
}
.list-terms li {
  font-weight: bold;
}
.list-terms li span {
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.list-terms li span::after {
  display: inline-block;
  content: "：";
  color: #9e3cb1;
}

/*-----------------------------------------------
TABLE
------------------------------------------------*/
.main-table {
  border: 1px solid #D2D2D2;
  border-collapse: collapse;
  margin: 0 0 32px 0;
  table-layout: fixed;
}
.main-table th, .main-table td {
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #D2D2D2;
  padding: 4px 10px;
  background-color: #f5f5f5;
}
.main-table th:first-child, .main-table td:first-child {
  border-left: none;
}
.main-table td {
  background-color: #FFF;
}

.opacity-table {
  border: none;
  margin: 0 0 32px 0;
}
.opacity-table th, .opacity-table .main-table td, .main-table .opacity-table td {
  border: none;
  background-color: none;
}
.opacity-table td {
  text-align: left;
}

/*-----------------------------------------------
PAGETOP
------------------------------------------------*/
#page_top {
  height: 32px;
  width: 32px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  background-size: 50px;
  border-radius: 4px;
  display: flex;
  border: 1px solid #244377;
  background-color: #244377;
  color: #FFF;
  font-size: 1.4rem;
  z-index: 2;
}
#page_top::after {
  content: "▲";
  font-size: 1rem;
  color: #FFF;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-----------------------------------------------
PAGENATION
------------------------------------------------*/
.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

span.ellipse.clickable {
  cursor: pointer;
}

.ellipse input {
  width: 3em;
}

.light-theme span {
  cursor: pointer;
}

.light-theme {
  margin: 0 auto 32px;
}
.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid #D2D2D2;
}
.light-theme a::after,
.light-theme span::after {
  display: none;
}
.light-theme a :hover {
  text-decoration: none;
  color: #fff;
  background: #244377;
  border: 1px solid #244377;
}
.light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  color: #fff;
  background: #D2D2D2;
  border: 1px solid #D2D2D2;
}
.light-theme .disabled span {
  text-decoration: none;
  color: #fff;
  background: #D2D2D2;
  border: 1px solid #D2D2D2;
}
.light-theme .current {
  background: #244377;
  border: 1px solid #244377;
  color: #FFF;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

/*-----------------------------------------------
ICON
------------------------------------------------*/
.icon-required {
  background-color: #FFF;
  border: 1px solid #244377;
  border-radius: 2px;
  color: #244377;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0.5rem;
  padding: 0 0.2rem;
  white-space: nowrap;
}

/*-----------------------------------------------
FOOTER
------------------------------------------------*/
footer {
  min-width: 1300px;
  background-color: #244377;
  padding: 32px;
  color: #FFF;
}

/*-----------------------------------------------
ADJUST
------------------------------------------------*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.error {
  color: #244377;
  margin: 0 0 16px 0;
}

.w5per {
  width: 5%;
}

.w10per {
  width: 10%;
}

.w15per {
  width: 15%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w35per {
  width: 35%;
}

.w40per {
  width: 40%;
}

.w45per {
  width: 45%;
}

.w50per {
  width: 50%;
}

.w55per {
  width: 55%;
}

.w60per {
  width: 60%;
}

.w65per {
  width: 65%;
}

.w70per {
  width: 70%;
}

.w75per {
  width: 75%;
}

.w80per {
  width: 80%;
}

.w85per {
  width: 85%;
}

.w90per {
  width: 90%;
}

.w95per {
  width: 95%;
}

.w100per {
  width: 100%;
}

.mb8px {
  margin-bottom: 8px;
}

.mb16px {
  margin-bottom: 16px;
}

.mb24px {
  margin-bottom: 24px;
}

.mb32px {
  margin-bottom: 32px;
}

.mb40px {
  margin-bottom: 40px;
}

.mb48px {
  margin-bottom: 48px;
}

.mb56px {
  margin-bottom: 56px;
}

.mb64px {
  margin-bottom: 64px;
}

.mb72px {
  margin-bottom: 72px;
}

.mb80px {
  margin-bottom: 80px;
}

.mb88px {
  margin-bottom: 88px;
}

.mb96px {
  margin-bottom: 96px;
}

.pb8px {
  padding-bottom: 8px;
}

.pb16px {
  padding-bottom: 16px;
}

.pb24px {
  padding-bottom: 24px;
}

.pb32px {
  padding-bottom: 32px;
}

.pb40px {
  padding-bottom: 40px;
}

.pb48px {
  padding-bottom: 48px;
}

.pb56px {
  padding-bottom: 56px;
}

.pb64px {
  padding-bottom: 64px;
}

.pb72px {
  padding-bottom: 72px;
}

.pb80px {
  padding-bottom: 80px;
}

.pb88px {
  padding-bottom: 88px;
}

.pb96px {
  padding-bottom: 96px;
}

.pb104px {
  padding-bottom: 104px;
}

.pb112px {
  padding-bottom: 112px;
}

.pb120px {
  padding-bottom: 120px;
}

.pb128px {
  padding-bottom: 128px;
}

.pb136px {
  padding-bottom: 136px;
}

.pb144px {
  padding-bottom: 144px;
}

.pb152px {
  padding-bottom: 152px;
}

.pb160px {
  padding-bottom: 160px;
}