@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  background: #ffffff;
  color: #505050;
  font-size: 1.4em;
  font-family: -apple-system, blinkMacSystemFont, 'Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif;
}
/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'), local('Yu Gothic Medium');
}
a {
  color: #135e92;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
pre {
  white-space: pre-wrap;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.7;
}
.headerLine {
  background: #135e92;
  min-width: 1024px;
  height: 1px;
}
.headerNav li {
  position: relative;
  flex: 1;
}
.pc_hidden{
  display: none;
}
.grad_item {
  position: relative;
  overflow: hidden;
  height: 185px; /*隠した状態の高さ*/
  padding-bottom: 10px;
}
.grad_item.none + .grad_btn {
  display: none;
}
.grad_item.none {
  height: auto;
}
.grad_item.none::before {
  display: none;
}
.grad_item::before {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 0));
  content: "";
}
.grad_btn {
  cursor: pointer;
  font-size: 1.4rem;
  color: #135e92;
  line-height: 1.2;
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-end;
}
.grad_btn:hover {
  text-decoration: underline;
}
.grad_trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad_item.check + .grad_btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad_item.check {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad_item.check::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad_item + .grad_btn .close {
  display: none;
}
/*サンプル*/
.header_wrap_inner {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 20px auto 20px;
}
.headerNavWrap {
  background: #135e92;
  min-width: 1024px;
}
.headerNav {
  display: flex;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
}
.headerNav.part2 {
  background: none;
}
.headerNav + .headerLine {
  margin-bottom: 20px;
}
.headerNav li::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 0;
  content: "";
  background: #ffffff;
}
.headerNav li:last-child::after {
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 0;
  content: "";
  background: #ffffff;
}
.headerNav.part2 li:last-child::after, .headerNav.part2 li::before {
  background: #d7d9db;
}
.headerNav li a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.headerNav.part2 li a {
  color: #505050;
}
.headerNav li a:hover {
  color: #8dc7f0;
}
.headerNav.part2 li a:hover {
  color: #e1e3e5;
}
.mainTitle {
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: bold;
}
.contents {
  width: 1024px;
  margin: 20px auto 40px;
  line-height: 1.7;
  word-break: break-word;
}
.contents::after {
  display: block;
  clear: both;
  content: "";
}
.contents_mainArea {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.contents_menuColumn {
  float: left;
  width: 190px;
  margin-bottom: 20px;
}
.contents_mainColumn {
  float: left;
  width: 780px;
  margin-left: 35px;
}
.header_wrap {
  width: 100%;
  margin: 0 auto;
}
.header_box {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_nav {
  display: flex;
  align-items: center;
  width: 50%;
}
.header_nav li {
  position: relative;
  flex: 1;
}
.header_nav li::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  top: calc(50% - 5px);
  left: 0;
  content: "";
  background: #cccccc;
}
.header_nav li:last-child::after {
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  top: calc(50% - 5px);
  right: 0;
  content: "";
  background: #cccccc;
}
.header_nav li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #505050;
}
.header_nav li a:hover {
  color: #cccccc;
}
.facility_name {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pagetop a:hover {
  background: rgba(255, 255, 255, .5);
  color: #ffffff;
  text-decoration: none;
}
.pagetop a::before {
  position: absolute;
  top: 1px;
  left: 15px;
  border: solid 10px transparent;
  border-bottom: solid 15px #ffffff;
  content: "";
}
.pagetop a::after {
  position: absolute;
  top: 26px;
  left: 21px;
  width: 8px;
  height: 12px;
  background: #ffffff;
  content: "";
}
.footer_wrap {
  width: 100%;
  min-width: 1024px;
  background: #eef0f3;
  line-height: 1.2;
}
.footer_wrap_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer_address {
  width: 300px;
}
.btnLarge {
  width: 450px;
  margin: 0 auto;
}
.btnMiddle {
  width: 350px;
  margin: 0 auto;
}
.btnSmall {
  width: 200px;
  margin: 0 auto;
}
.boxMiddle {
  width: 800px;
  margin: 0 auto 20px;
}
.boxSmall {
  width: 500px;
  margin: 0 auto 20px;
}
.btnBox {
  display: flex;
}
.btnBox li {
    width: 100%;
}
.btnBox li + li {
    margin-left: 10px;
}
button {
  font-size: inherit;
  font-family: inherit;
}
.buttonType01 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  background-color: #135e92;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, .3);
}
.buttonType02 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  background-color: #cc0000;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, .3);
}
.buttonType03 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  background-color: #207349;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, .3);
}
.buttonType04 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  border: 1px solid #90939a;
  background-color: #F6F7F9;
  color: #505050;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, .3);
}
.buttonType05 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #135e92;
  border-radius: 4px;
  font-weight: bold;
  background-color: #ffffff;
  color: #135e92;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, .3);
}
.buttonType06 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #207349;
  border-radius: 4px;
  font-weight: bold;
  background-color: #207349;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, .3);
}
.disabledBtn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #f6f6f6;
  color: #bbbbbb;
  pointer-events: none;
  box-shadow: none;
}
.buttonType01:disabled,.buttonType02:disabled,.buttonType03:disabled,.buttonType04:disabled,.buttonType05:disabled,.buttonType06:disabled{
  box-shadow: none;
}
.buttonType01:hover, .buttonType02:hover, .buttonType03:hover, .buttonType04:hover {
  opacity: 0.7;
  text-decoration: none;
}
.note li {
  margin-left: 1.8rem;
  text-indent: -1.8rem;
}
.list_number {
  margin-bottom: 20px;
  margin-left: 20px;
}
h2 {
  margin: 0 0 20px;
  font-size: 2.2rem;
}
h3 {
  margin: 10px 0 20px;
  padding-left: 10px;
  border-left: 5px solid #135e92;
  font-size: 1.6rem;
}
h4 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.textBox {
  margin-bottom: 20px;
}
.borderBox {
  border: 1px solid #eeeeee;
  margin: 10px 0 20px;
  padding: 10px;
}
.text_red {
  color: #d00000;
  font-weight: bold;
}
.text_small {
  font-size: 1.2rem;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_bold {
  font-weight: bold;
}
.text_redBox {
  margin-bottom: 20px;
  text-align: center;
  color: #d00000;
  font-size: 1.6rem;
  font-weight: bold;
}
.inputLabel_image {
    width: 20px;
    height: auto;
}
.markType01 {
  padding: 2px 10px;
  background: #135e92;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
}
.markType02 {
  position: relative;
  margin: 0;
  padding-left: 10px;
  color: #135e92;
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
}
.markType02::before {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -10px;
  left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #135e92;
  border-right: none;
  transform: translateY(0.6rem);
  content: "";
}
.markType03 {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 1px 5px;
  background: #f6f6f6;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  font-size: 1.1rem;
}
.markType04 {
  margin: 0px 5px;
  padding: 0 3px;
  border: 1px solid #d00000;
  border-radius: 2px;
  background: #ffffff;
  color: #d00000;
  font-weight: normal;
}
.marginTop10{
  margin-top:10px;
}
.markType05,.markType06{
  position: relative;
  padding: 4px 5px 4px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.markType05{
  background: #e1315b;
}
.markType06{
  background: #4ebaaa;
}
.markType05:after,.markType06:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 15px 7px;
  border-style: solid;
}
.markType05:after{
  border-color: #e1315b;
  border-right-color: transparent;
}
.markType06:after{
  border-color: #4ebaaa;
  border-right-color: transparent;
}
.memberLabel{
  display: inline-block;
  width: 67%;
  margin-right: auto;
}
.contractCompanyLabel{
  display: inline-block;
  width: 30%;
  margin-left: auto;
}
.emBox{
  margin: 10px 0;
  padding: 10px;
  background: #f3f8fd;
  text-align: center;
  font-weight: bold;
}
input {
  margin: 0;
  padding: 5px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  font-size: 16px;
  font-family: inherit;
  color: #505050;
  background: #ffffff;
}
input::-webkit-credentials-auto-fill-button {
  margin-right: 30px;
}
.resetIconWrap01 input,.resetIconWrap input{
  padding: 5px 20px 5px 5px;
}
.passwordIconWrap input,.passwordIconWrap input{
  padding: 5px 40px 5px 5px;
}
textarea:disabled:-ms-input-placeholder,input:disabled:-ms-input-placeholder,input:-ms-input-placeholder,textarea:-ms-input-placeholder{
  color: #aaaaaa;
}
textarea:disabled::placeholder,input:disabled::placeholder,input::placeholder ,textarea::placeholder{
  color: #aaaaaa;
}
input:disabled,select:disabled,textarea:disabled{
  background-color:#eef0f3;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  cursor: auto;
}
select option:disabled{
  background: #eef0f3;
}
input::placeholder {
  color: #aaaaaa;
}
.inputBtn_checkbox:disabled + .inputLabel_txt {
  color: #aaaaaa;
  cursor: auto;
}
.inputBtn_checkbox:disabled + .inputLabel_txt::before {
  background: #eeeeee;
  border: 1px solid #aaaaaa;
}
.inputBtn_radio:disabled + .inputLabel_txt {
  color: #aaaaaa;
  cursor: auto;
}
.inputBtn_radio:disabled + .inputLabel_txt::before {
  background: #eeeeee;
  border: 1px solid #aaaaaa;
}
textarea {
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 3px;
  color: #333333;
  font-size: 16px;
  font-family: inherit;
}
select {
  min-width: 60px;
  background-color: #ffffff;
  vertical-align: bottom;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  color: #505050;
  cursor: pointer;
  height: 25px;
  font-size: inherit;
  font-family: inherit;
  line-height: 1;
}
.inputBtn_checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.inputBtn_checkbox:focus + .inputLabel_txt:before {
  border-color: #1589ee;
  box-shadow: 0 0 2px #4d90fe;
}
.inputBtn_checkbox + .inputLabel_txt {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 2.5rem;
  cursor: pointer;
}
.inputBtn_checkbox + .inputLabel_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
}
.inputBtn_checkbox:checked + .inputLabel_txt {
  font-weight: bold;
}
.inputBtn_checkbox:checked + .inputLabel_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 8px;
  height: 15px;
  border-bottom: 3px solid #666666;
  border-right: 3px solid #666666;
  transform: rotate(40deg);
}
.inputBtn_radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.inputBtn_radio + .inputLabel_txt {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 2.5rem;
  cursor: pointer;
}
.inputBtn_radio:focus + .inputLabel_txt:before {
  border-color: #1589ee;
  border-radius: 50%;
  box-shadow: 0 0 2px #4d90fe;
}
.inputBtn_radio + .inputLabel_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 50%;
  margin-top: -10px;
}
.inputBtn_radio:checked + .inputLabel_txt {
  font-weight: bold;
}
.inputBtn_radio:checked + .inputLabel_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #666666;
  border-radius: 50%;
  margin-top: -6px;
}
.inputArea {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.inputArea dt {
  width: 100%;
  font-weight: bold;
}
.inputArea dd {
  width: 100%;
  padding-bottom: 10px;
}
.inputArea input {
  width: 100%;
}
.inputArea input[type=tel] {
  width: 25%;
}
.dlList_item {
  margin-bottom: 20px;
}
.dlList_item dt, .dlList_item dd {
  display: inline;
}
.dlList_item dd {
  margin-left: 5px;
}
.dlList_item dt::before {
  content: "";
  display: block;
}
.inlineList dt, .inlineList dd {
  display: inline;
}
.inlineList dt {
  padding-right: 5px;
}
.inlineList dd + dt {
  margin-left: 5px;
}
.switchItem {
  display: none;
}
.switchItem.active {
  display: block;
}
.pager {
  margin: 20px 0 10px;
  font-size: 1.2rem;
}
.pager:after, .pager ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pager_result {
  text-align: center;
  font-size: 1.2rem;
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.pager li {
  margin: 0 0 0 5px;
  text-align: center;
}
.pager li:first-child {
  margin-left: 0;
}
.pager .active a {
  background-color: #777777;
  color: #ffffff;
  pointer-events: none;
}
.pager li a {
  width: 29px;
  height: 29px;
  border: 1px solid #777777;
  border-radius: 2px;
  color: #777777;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pager li.nav a {
  width: auto;
  padding: 5px 10px;
}
.pager li a:hover {
  background: #777777;
  color: #ffffff;
}

/* tab */
.tab_wrap {
  margin: 10px auto 20px;
}
.panel_area {
  background: #ffffff;
}
.tab_item {
  width: 100%;
  padding: 40px 30px 20px;
  border: 1px solid #cccfd5;
}
.tab_item02 {
  width: 100%;
}
.tab_label:first-child {
  margin-left: 0;
}
.tab_area02 {
  position: relative;
  display: flex;
  top: 1px;

}
.tab_area {
  display: flex;
  float: left;
}
.tab_outWrap:after {
  content: "";
  clear: both;
  display: block;
}
.tab_label {
  width: 170px;
  margin-left: 5px;
  background: #ffffff;
  border: 1px solid #135e92;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  border-radius: 2px;
}
.tab_area02 .tab_label {
  width: 100%;
  background: #cccfd5;
  border: 1px solid #cccfd5;
  border-bottom: none;
  border-radius: 0;
}
.tab_area02 .tab_label:not(:first-child) {
  margin-left: 10px;
}
.tab_label a {
  display: block;
  padding: 9px 0 7px;
  color: #135e92;
  text-decoration: none;
}
.tab_area02 .tab_label a {
  padding: 12px 0;
  color: #505050;
}
.tab_label.active a {
  color: #ffffff;
}
.tab_area02 .tab_label.active a {
  color: #505050;
}
.tab_label:hover a {
  background: #135e92;
  color: #ffffff;
}
.tab_area02 .tab_label:hover a {
  background: #eef0f3;
  color: #505050;
}
.tab_area02 .tab_label:hover {
  border: 1px solid #cccfd5;
  border-bottom: none;
}
.tab_label.active {
  background: #135e92;
  pointer-events: none;
  position: relative;
  border: 1px solid #135e92;
}
.tab_area02 .tab_label.active {
  background: #ffffff;
  color: #505050;
  font-weight: bold;
  pointer-events: none;
  border: 1px solid #cccfd5;
  border-bottom: none;
}
.tab_area .tab_label.active::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #135e92 transparent transparent transparent;
}
.line_up {
  height: 45px;
  float: right;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.line_up_list {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}
.line_up_item {
  margin-right: 3px;
  text-align: center;
}
.line_up_item a {
  display: block;
  padding: 4px 10px 0;
  border-bottom: 4px solid #cccccc;
  background: #ffffff;
  color: #505050;
}
.line_up_item.active a {
  color: rgb(19, 94, 146);
  font-weight: bold;
  cursor: text;
  border-bottom: 4px solid rgb(19, 94, 146);
}
.line_up_item a:hover {
  color: rgb(19, 94, 146);
  border-bottom: 4px solid rgb(19, 94, 146);
  text-decoration: none;
}
.sectionBox {
  margin: 0 0 40px;
  border: 2px solid #eef0f3;
}
.sectionBox_inner {
  padding: 10px 10px 0;
}
.sectionBox_ttl {
  padding: 10px 20px;
  background: #eef0f3;
  display: flex;
  justify-content: space-around;
  background-color: #eef0f3;
}
h3.sectionBox_ttl {
  border: none;
  justify-content: flex-start;
  margin: 0;
}
.sectionBox_btnWrap {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-end;
}
.sectionBox_btnList {
  display: flex;
  width: 35%;
  justify-content: flex-end;
}
.sectionBox_btnList li {
  width: 45%;
  margin-left: 10px;
}
.sectionBox_btnList li:first-child {
  margin-left: 0;
}
.siteseal {
  width: 1024px;
  margin: 0 auto 5px;
}
.separator {
  margin-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dotted #cccccc;
}
#stay_text {
  display: none;
}
.hide {
  display: none;
}
ul.importantMessage li {
  padding: 5px 10px;
  border: 1px solid #d00000;
  border-radius: 3px;
  color: #d00000;
  font-weight: bold;
  margin: 15px 0;
}
/*パスワード表示アイコン*/
/*ieで目のマーク削除*/
input::-ms-reveal {
  visibility:hidden;
}
/*ieで✕マーク削除*/
input::-ms-clear {
  visibility:hidden;
}
.mdi-eye:before {
  content: "";
  background: url(../images/icon_password_on.png)top 8px left 1px/ 12px 8px no-repeat;
  width: 14px;
  height: 24px;
  position: absolute;
  TOP: 0;
  left: -14px;
}
.mdi-eye-off:before {
  content: "";
  background: url(../images/icon_password_off.png)top 8px left 1px / 12px 8px no-repeat;
  width: 14px;
  height: 24px;
  position: absolute;
  TOP: 0;
  left: -14px;
}
.mdi:before {
  font-size: 1.0rem;
  display: inline-block;
}
.passwordIcon {
  position: absolute;
  top: 2px;
  right: 20px;
  cursor: pointer;
}
.passwordIconWrap01,.resetIconWrap01{
  display: block;
  position: relative;
}
.passwordIconWrap,.resetIconWrap{
  display: inline-block;
  position: relative;
}
.inputBox .resetIconWrap.passwordIconWrap input{
  padding-right: 35px;
}
.inputBox .resetIconWrap.passwordIconWrap01 input{
  padding-right: 35px;
}
[name="stopText"]{
  display: none;
}

/*テキスト削除　✕*/
.inputBox .resetIconWrap input{
  padding-right:16px;
}
.resetIcon{
  position: absolute;
  width: 20px;
  height: 28px;
  right: 2px;
  top: 50%;
  cursor: pointer;
  color: #505050;
  margin-top: -14px;
}
.resetIcon:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.resetIcon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.colW {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.colW dl {
  background: #eeeeee;
  padding: 10px;
  margin-bottom: 10px;
}
.colW dl:not(:last-child) {
  margin-right: 10px;
}
.colW dt {
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.colW dd {
  font-size: 1.2rem;
}
.flex {
  display: flex;
}
.flex_center{
  align-items: center;

}
.flex_between {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pc_hidden {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
  .header_box {
    width: 100%;
    flex-wrap: wrap;
  }
  .headerLine, .headerNavWrap{
    min-width: auto;
  }
  .header_wrap_inner {
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
  }
  .facility_name {
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .mainTitle {
    margin: 0 10px;
    font-size: 1.4rem;
  }
  .header_nav {
    width: 100%;
  }
  .headerNav {
    width: 100%;
  }
  .header_nav li {
    width: 25%;
    font-size: 1.2rem;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .headerNav .nav_longName{
    font-size: 1rem;
  }
  .headerNav li {
    font-size: 1.2rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 10px;*/
  }
  .header_nav li a {
    padding: 10px 0;
    text-decoration: none;
  }
  .headerNav li a {
    padding: 0;
    text-decoration: none;
  }
  .headerNav .nav_longName{
    font-size: 1rem;
  }
  .header_nav li:first-child::before, .headerNav li:first-child::before {
    display: none;
  }
  .header_nav li:last-child::after, .headerNav li:last-child::after {
    display: none;
  }
  .contents {
    width: 100%;
    margin: 0 auto 20px
  }
  .contents_mainArea, .contents_menuColumnm, .contents_mainColumn {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .contents_mainArea{
    margin: 20px 0;
  }
  .footer_wrap_inner {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .footer_wrap {
    width: 100%;
    min-width: auto;
    padding: 10px 0 20px;
    flex-wrap: wrap;
  }
  .footer_address {
    width: 100%;
    margin: 10px;
  }
  .btnLarge, .btnMiddle, .btnSmall, .boxMiddle, .boxSmall {
    width: 100%;
  }
  .btnBox {
    flex-wrap: wrap;
  }
  .btnBox li {
    margin: 0 0 10px;
  }
  .btnBox li + li {
    margin-left: 0;
  }
  .inputArea {
    flex-wrap: wrap;
  }
  .inputArea dt, .inputArea dd {
    width: 100%;
    text-align: left;
  }
  .inputArea dt {
    padding-bottom: 0;
  }
  .inputBtn_checkbox + .inputLabel_txt {
    display: block;
  }
  .inputBtn_checkbox + .inputLabel_txt::before {
    top: 3px;
  }
  .pager li.nav a {
    width: 29px;
    height: 29px;
    position: relative;
  }
  .pager li.switchLabel a {
    font-weight: bold;
  }
  .pager li a {
    width: 29px;
    height: 29px;
  }
  .pager li .first::before, .pager li .last::before, .pager li .first::after, .pager li .last::after {
    content: '';
    position: absolute;
    margin-top: -4px;
    top: 14px;
    width: 7px;
    height: 7px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
  }
  .pager li .first::before {
    left: 14px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 0px;
  }
  .pager li .first::after {
    left: 14px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -7px;
  }
  .pager li .last::before {
    right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 0;
  }
  .pager li .last::after {
    right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -7px;
  }
  .pager li .prev::before, .pager li .next::before {
    content: '';
    position: absolute;
    top: 14px;
    width: 7px;
    height: 7px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    margin-top: -4px;
  }
  .pager li .prev::before {
    left: 14px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -3px;
  }
  .pager li .next::before {
    right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -3px;
  }
  .tab_item .sectionBox:last-of-type {
    margin: 0;
  }
  .tab_label {
    font-size: 1.2rem;
    margin: 0;
  }
  .tab_area, .line_up {
    float: none;
  }
  .tab_area .tab_label {
    width: 100%;
    border-radius: 0;
  }
  .tab_area02 .tab_label {
    margin: 0;
    border-left: none;
    border-right: none;
  }
  .tab_area02 .tab_label:not(:first-child) {
    margin-left: 0px;
    border-left: 1px solid #ffffff;
  }
  .tab_area02 .tab_label:not(:last-child).active {
    border-right: none;
  }
  .tab_area02 .tab_label:hover a {
    background: #ffffff;
  }
  .line_up {
    margin-bottom: 20px;
  }
  .tab_item {
    padding: 20px 10px;
  }
  h2{
    font-size: 1.8rem;
  }
  h3.sectionBox_ttl {
    display: block;
    padding: 5px;
  }
  .sectionBox_ttl {
    padding: 5px;
    display: block;
  }
  .sectionBox_inner {
    padding: 5px 5px 0 5px;
  }
  .sectionBox_btnWrap {
    padding: 0;
  }
  .sectionBox_btnList {
    width: 100%;
    flex-wrap: wrap;
  }
  .sectionBox_btnList li {
    width: 100%;
    margin: 0 0 10px;
    flex: auto;
  }
  .sectionBox_btnList li:last-of-type {
    margin: 0;
  }
  .siteseal {
    width: 100%;
  }
  .colW {
    display: block;
  }
  .colW dl {
    width: 100%;
  }
  .colW dl:not(:first-child) {
    margin: 10px 0 0 0;
  }
  /*こだわり条件*/
  .grad_item, .grad_item.none {
    height: 0;
    margin: 0;
    padding: 0;
  }
  .grad_item.check {
    padding: 10px;
    position: relative;
    background: #ffffff;
    margin-bottom: 10px;
  }
  .grad_wrap {
    padding: 0;
    position: relative;
  }
  .grad_btn {
    position: absolute;
    top: -25px;
    right: 0;
    margin: 0;
  }
  .grad_item.none + .grad_btn {
    display: block;
  }
  .grad_item.check + .grad_btn {
    display: block;
  }
  .grad_item.check + .grad_btn .open {
    display: none;
  }
  .grad_item.check + .grad_btn .close {
    display: block;
  }
  ul.importantMessage li{
    margin-left:10px;
    margin-right:10px;
  }
}
[v-cloak] {
  display: none
}