/* lwccommon.css .content-container と同値に設定する  */
.mainConteiner { 
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .mainConteiner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1080px;
  }
  .mobile-screen{
    display:none;
  }
  .pc-screen{
    display:block;
  }
}

@media only screen and (min-width: 921px), only print and (min-width: 921px) {
  .margin-title {
    margin: 0 -27px;
  }
}

.maintitle{
  margin-top: 1.25rem !important;
  margin-bottom: 1.0rem !important;
  padding-left: 18px;
  padding-right: 18px;
}

.maintitleInquiry{
  margin-top: 1.0rem !important;
  margin-bottom: 0rem !important;
}

.undertitle{
  margin-top: 1.25rem !important;
  margin-bottom: 1.0rem !important;
  padding-left: 18px;
  padding-right: 18px;
}

/* 行頭文字 */
/* <h1 タイトル>の先頭文字記号 ■ */
.bullet-square{
  width: 14px;
  height: 20px;
  background: rgb(43, 125, 84);
  margin-right: 6px;
  margin-bottom: 1px;
  margin-top: 6px !important;
}

.textArea{
  background-color: rgb(255, 255, 255);
  padding: 0.5rem;
  border-width: 0px;
  border-radius: 0.5rem;
  margin-bottom: 1rem !important;
}

.textAreaInquiry{
  background-color: rgb(255, 255, 255);
  padding: 0.5rem;
  border-width: 0px;
  border-radius: 0.5rem;
  margin-bottom: 1.0rem !important;
}

.flexConteiner1{
  display: flex;
  justify-content: flex-start;
  margin: 0.75rem;
  gap: 0.5rem;
}

.shinseiFlowConteiner{
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .shinseiFlowConteiner{
    display: flex;
    justify-content: space-between;
  }
}

.flexConteiner{
  display: flex;
  justify-content: space-between;
}
.flexConteiner3{
  display: flex;
  justify-content: space-between;
  margin-right: 0.75rem;
}

.relativeConteiner1{
  display: flex;
  justify-content: space-between;
  margin-right: 0.75rem;
}
@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .relativeConteiner1{
    display: flex;
    justify-content: space-between;
    margin-right: 0.75rem;
    position: relative;
    top: -50px;
  }
}
.relativeConteiner2{
  display: flex;
  justify-content: space-between;
  margin-right: 0.75rem;
}
@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .relativeConteiner2{
    display: flex;
    justify-content: space-between;
    margin-right: 0.75rem;
    position: relative;
    top: -90px;
  }
}
.flexConteiner2{
  display: flex;
  justify-content: space-between;
  margin-left: 12px;
}
.flexConteiner4{
  flex-wrap: wrap;
  padding-top: 12px;
}
@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .flexConteiner4{
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
  }
}
.flexDirectionColumn2{
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .flexDirectionColumn2{
    width: 210px;
  }
}

.img-w2-next {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.img-w2-next img{
  transform: rotate( 90deg );
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .img-w2-next {
    padding-top: 60px;
  }

  .img-w2-next img{
    transform: rotate( 0deg );
  }
  
}

.flexContent{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0.75rem;
}

.flexContent_LG{
  display: flex;
  justify-content: space-evenly;
  margin: 0.75rem;
}

.boxContent{
  background-color: rgb(255, 255, 255);
  padding: 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  width: 41%;
  text-align: center;
}

.flexBoxContent{
  margin: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.flexBoxContent2{
  margin: 0.75rem 0rem 0.75rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.boxContent_LG{
  border: 0.1rem solid;
  padding: 0.5rem 1rem;
  height: 90%;
}

.boxContent_LGL{
  border: 0.1rem solid;
  padding: 0.5rem 1rem 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  height: 90%;
}

.fontSubTitle{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.boxContent3{
  border: 0.05rem solid rgb(241, 241, 241);
  background-color: rgb(255, 255, 255);
  padding: 0.3rem 1rem !important;
}

.contentLayout{
  background-color: rgb(255, 255, 255);
  padding: 0.5rem;
  border-width: 0px;
  border-radius: 0.5rem;
  margin: 0 0 1.5rem 1rem !important;
}

.contentLayout_Top{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.textContentH3{
  font-size: 1rem !important; /* 18px */
  color: rgb(43, 125, 84);
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .textContentH3 {
    font-size: 1.125rem !important; /* 18px */
    color: rgb(43, 125, 84);
  }
}

.textContent3{
  font-weight: bold;
  color: rgb(43, 125, 84);
}

.flexInquiryConteiner{
  display: flex;
  justify-content: space-between;
  margin: 0rem !important;
}

.flexDirectionColumn{
  flex-direction: column;
}

.flexItem{
  margin: 0rem;
}
.alignSelfCenter{
  align-self: center;
}

.titletext{
  flex: 1;
}

/* .slds-grid > .title{
  min-height: 69px;
} */

.triangle{
  width: 0;
  height: 0;
  border-left: 20px solid rgb(43, 125, 84);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin: 2rem;
}

.green{
  color: rgb(255, 255, 255) !important;
  background-color: rgb(43, 125, 84) !important;
}
.greenText{
  color:rgb(43, 125, 84) !important;
  font-size: 15px;
  font-weight: bold;
  margin-top: 18px;
}

.lightningGreen > button{
  color: rgb(255, 255, 255) !important;
  background-color: rgb(43, 125, 84) !important;
}

.tel{
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0 !important;
}

.subtitle{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.subtitleInquiry{
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.subConteiner{
  padding-top: 0.75rem;
}

.text{
  line-height:30px;
}

.text1{
  line-height:30px;
  padding-left: 0.25rem;
}

.contentLayout_text{
  line-height:20px;
  margin: 0;
  display: flex;
  justify-content: center;
}

.pageTitle{
  padding: 0 0 1rem !important;
}

.indent{
  padding: 0 1rem 0 1rem;
}

hr{
  margin: 0.75rem 0;
}

.slds-scope {
  color: rgb(0, 0, 0)!important;
}

.slds-scope:not(html){
  font-size: 0.875rem !important;
}

.slds-button-group-row .slds-button-group-item .slds-button {
  /* border-radius: 0.25rem !important; */
  margin: 0px;
}

.slds-card{
  border: none !important;
  border-radius: 0.5rem !important;
  padding: 0.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mainConteiner .slds-button{
  height: 46px;
  min-width: 170px;
  --slds-c-button-radius-border: 1.5rem;
  --slds-c-button-sizing-border: 2px;
  font-size: 18px;
  font-weight: bold;
}

/* UIUX:ページングテーブルのボタンは角を丸くしない */
.mainConteiner .slds-button-group-row .slds-button-group-item .slds-button {
  border-radius: 0.25rem!important;
  margin: 0px!important;
}
.mainConteiner .slds-scope .slds-button-group-list .slds-button {
  border-radius: 0!important;
}

.mainConteiner .slds-button .slds-button_brand{
  color: rgb(255, 255, 255) !important;
  background-color: rgb(43, 125, 84) !important;
}

.slds-button .slds-button_brand .slds-m-horizontal_x-small .fontSubTitleTop{
  height: 2.5em;
}
.mainConteiner .slds-button_brand{
  --slds-c-button-line-height: 46px;
  min-width: 170px;
  border-radius: 1.5rem;
  border: 2px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(43, 125, 84) !important;
}

/* .mainConteiner .slds-button .slds-button_natural{
  color: rgb(43, 125, 84) !important;
}
 */
.mainConteiner .slds-button_neutral{
  color: rgb(43, 125, 84) !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(43, 125, 84) !important;
  line-height: 46px;
  min-width: 170px;
  border-radius: 2rem;
  border: 2px solid;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.flexRight{
  justify-content: flex-end;
}

/* 横幅画面にあわせる設定追加 */
.list {
  table-layout: fixed;
}

.list thead th {
  text-align: center;
  vertical-align: middle;
  color: #514F4D;
  background: #D4E5DD !important;
  border: 1px solid #B0ADAB !important;
  padding: 10px 10px;
  font-weight: bold;
}

.list tbody td {
  text-align: center;
  background: white;
  border: 1px solid #a8b7c5 !important;
  border-top: none;
  padding: 10px 10px;
}

.login-questions thead th {
  text-align: center;
  vertical-align: middle;
  color: #514F4D;
  background: #D4E5DD !important;
  border: 1px solid #B0ADAB !important;
  padding: 10px 10px;
  font-weight: bold;
}

.login-questions tbody td {
  vertical-align: baseline;
  background: white;
  border: 1px solid #a8b7c5 !important;
  border-top: none;
  padding: 10px 10px;
}

.pager {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.pagerSelector {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  border: 1px solid #ECECEC;
  padding: 10px 15px;
  cursor: pointer;
}

.pagerSelectorSelected {
  cursor: default;
  background-color: #D4E5DD;
}

.accordion-container dt{
display:block;
width:100%;
height:50px;
line-height:50px;
text-align:center;
border:#666 1px solid;
cursor:pointer;
}
.accordion-container dd{
width:100%;
text-align:left;
border:#666 1px solid;
display:none;
}

.fontTitle{
  color: rgb(43, 125, 84);
  text-align: center;
  font-size: 1.375rem;
  font-weight: Bold;
}

.headerofcontainer2{
  font-size: 60px !important;
  font-weight: Bold;
}

.headerofcontainer3{
  font-weight: Bold;
  position:relative;
  top: -40px;
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .headerofcontainer3{
    font-weight: Bold;
    /* padding-left: 60px; */
    position:relative;
    top: -40px !important;
  }
}

@media only screen and (max-width: 480px){
  .contentLayout{
    margin: 0.5em !important;
  }
  .sub-title {
    font-size: 9.5px;
    min-width: 234px;
  }
  .title-style {
    font-size: 20px!important;
  }
  .sub-title-green {
    font-size: 16px!important;
  }
  .guestportal-helptext .slds-button__icon {
    width: 11px !important;
    height: 11px !important;
  }
  .flexContent{
    display: flex;
    gap: 2rem;
    margin: 0.75rem;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .fontTitle{
    font-size: 1.2rem;
  }
  .titleLG{
    font-size: 1.2rem !important;
  }
  .titleLG1{
    font-size: 0.9rem !important;
  }
  .boxContent_LG{
    width: 100%;
  }
  .buttonSize{
    width: 60% !important;
  }
  .fontSubTitle{
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }
  .flexContent_LG{
    display: flex;
    margin: 0.75rem;
    flex-direction: column;
  }
  .boxContent_LGL{
    border: 0.1rem solid;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    height: 90%;
  }
  .wrapperbox {
    width: 100% !important;
    height: 100% !important;
    margin: 0 0 1em 0 !important;
  }
  .formst2{
    height: 100% !important;
    width: 100% !important;
    margin: 0 0 1em 0 !important;
  }
  .contentheaderbot{
    display: flex;
    flex-direction: column !important;
  }
  .titletwo{
    text-align: center;
  }
  .contentheader{
    width: 95% !important;
  }
  .titlefirst{
    font-size: 1.2rem;
    text-align: center;
  }
  .titlebot{
    margin: 0 auto !important;
  }
  .text-bottom{
    margin: 0 1em !important;
  }
  .title-style{
    margin-left: 0.5em !important;
  }
  .guesttitle2{
    margin-left: 0.5em !important;
  }
  .container2{
    padding: 0.5em !important;
  }
  .titlelast{
    padding: 0.5em !important;
  }
  .textbot-img{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .desImg{
    width: 100% !important;
    margin: 0.5em !important;
    padding: 0 !important;
  }
  .flexConteiner2{
    display: flex;
    justify-content: space-between;
    margin-left: 0.75rem;
    flex-direction: column !important;
  }
  .btnGbiz{
    height: 2rem;
    font-size: 0.6rem;
  }
  .margin_subtitle{
    height: 1.75em;
    margin-top: 0.5em;
  }
  .boxContent {
    border: 0.05rem solid rgb(241, 241, 241);
    background-color: rgb(255, 255, 255);
    padding: 1rem !important;
    width: 85% !important;
    gap: 5px;
  }
  .img-w {
    width: 100% !important;
  }
  .flexDirectionColumn2{
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  
  .flexRight{
    justify-content: center;
  }
 

}
@media only screen and (max-width: 581px), only print and (max-width: 581px){
  .contentLayout{
    margin: 0.5em !important;
  }

  .sub-title {
    font-size: 9.5px;
    min-width: 270px;
  }
  .flexContent{
    display: flex;
    gap: 2rem;
    margin: 0.75rem;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .flexContent_LG{
    display: flex;
    margin: 0.75rem;
    flex-direction: column;
  }
  .wrapperbox {
    width: 100% !important;
    height: 100% !important;
    margin: 0 0 1em 0 !important;
  }
  .formst2{
    height: 100% !important;
    width: 100% !important;
    margin: 0 0 1em 0 !important;
  }
  .contentheaderbot{
    display: flex;
    flex-direction: column !important;
  }
  .titletwo{
    text-align: center;
  }
  .contentheader{
    width: 95% !important;
  }
  .titlefirst{
    font-size: 1.2rem;
    text-align: center;
  }
  .titlebot{
    margin: 0 auto !important;
  }
  .title-style{
    margin-left: 0.5em !important;
  }
  .guesttitle2{
    margin-left: 0.5em !important;
  }
  .container2{
    padding: 0.5em !important;
  }
  .titlelast{
    padding: 0.5em !important;
  }
  .textbot-img{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .desImg{
    width: 100% !important;
    margin: 0.5em !important;
    padding: 0 !important;
  }
  .flexConteiner2{
    display: flex;
    justify-content: space-between;
    margin-left: 0.75rem;
    flex-direction: column !important;
  }
  .btnGbiz{
    --slds-c-button-line-height: 46px;
    min-width: 170px;
    --slds-c-button-radius-border: 1.5rem;
    --slds-c-button-sizing-border: 2px;
    font-size: 18px;
    font-weight: bold;
  }
  .margin_subtitle{
    height: 1.75em;
    margin-top: 0.5em;
  }
  .fontSubTitle{
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    width: 90%;
  }
  .boxContent3 {
    border: 0.05rem solid rgb(241, 241, 241);
    background-color: rgb(255, 255, 255);
    padding: 0.3rem 1rem !important;
  }
  .img-w {
    width: 100% !important;
  }
  .flexDirectionColumn2{
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .titleLG{
    font-size: 1.2rem;
  }
}

.sub-title {
  word-break: break-all;
}

.title-right {
  text-align: right;
  margin-bottom: 30px;
}

.title-left {
  display: inline-block;
  align-self: flex-end;
}

.display-flex {
  display: flex;
}

.slds-scope .guestportal-helptext .slds-form-element__icon {
  display: inline-block;
    position: relative;
    padding-top: 0px !important;
    vertical-align: middle !important;
    line-height: var(--lwc-lineHeightReset,1);
    z-index: 1;
    margin-bottom: 2px;
}

.guestportal-helptext .slds-button:hover, .guestportal-helptext .slds-button:focus {
  color: #1e573a !important;
}

/* Login page css */

.navbar-form{
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0px;
}

.boxFexColumn{
  display: flex;
  flex-direction: column;
}

.navbar-form button{
  margin-top: 1.3em;
  height: 4em;
}

.usernamelabel{
  font-size: 14px;
  color: #000;
  margin: 1em 0em 0.4rem 0em;
  line-height: inherit;
  text-align: left;
}

input.loginButton{
  border: #1797C0 !important;
  background-color: #1797C0 !important;
  width: 80%;
  height: auto;
  min-height: 46px;
  margin: 0 auto !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  background-image: none !important;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #FFFFFF !important;
  opacity: 0.9;
  white-space: normal;
}

.loginButton:hover{
  opacity: 1;
}

.ip_login{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  font-family: SFS, Arial, sans-serif !important;
  box-sizing: border-box;
  appearance: none;
  font-size: 0.8125rem !important;
  transition: all 0.1s ease 0s;
  height: 2.6rem ;
  width: 100% ;
  padding: 1em;
  margin: 0.4em 0 1em 0 !important;
  border: 1px solid #D8DDE6;
}

.ip_login:focus{
  border: 1px solid #1589ee;
  outline: 0;
  box-shadow: 0 0 3px #0070d2;
}

.text_padding{
  font-size: small;
  padding-top: 0.5em;
  line-height: 20px;
}

.titleLG1{
  font-size: medium;
}

.margin_subtitle{
  margin-left: 0.7rem;
}

.subTitleLG{
  font-size: 1.125rem;
  font-weight: Bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.margin_subtitle{
  margin-left: 0.7rem;
}

.subTitleLG{
  font-size: 1.125rem;
  font-weight: Bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

/* responsive ipad */
@media only screen and (max-width: 920px), only print and (max-width: 920px) {
  .mainConteiner{
    padding: 0em;
  }
  .bulletSquareConteiner{
    padding: 0 10px;
  }

  .contentLayout{
    margin: 0.5em !important; 
  }

  .titleLG{
    font-size: 1.2rem;
  }
  .boxContent_LGL {
    padding: 0.5rem 1rem;
  }
  .boxContent_LGL .slds-button.slds-button_brand {
    font-size: 17.5px;
  }
  .subTitleLG{
    font-size: 1rem;
  }
  .flexContent_LG{
    gap: 1rem;
  }
  .navbar-form{
    max-width: 100%;
  }
  .wrapperbox {
    width: 37em;
    height: 35em;
  }
  .formst2{
    min-height: 35em;
    width: 37em;
  }
  .textbot-img{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .desImg{
    width: 87% !important;
    margin: 0.5em !important;
    padding: 0 !important;
  }
  .boxContent {
    border: 0.05rem solid rgb(241, 241, 241);
    background-color: rgb(255, 255, 255);
    padding: 1rem !important;
    width: 85% !important;
    gap: 5px;
  }
  .container2{
    padding: 0.5em !important;
  }
  .img-w {
    width: 100% !important;
  }
  .flexDirectionColumn2{
    flex-direction: column;
    text-align: center;
  }
  .titleLG{
    font-size: 1.2rem;
  }
}
.container4 {
  border: 0.05rem solid #B0ADAB;
  padding: 12px 8px 0px 8px;
  margin: 24px 12px 48px 12px;
  border-radius: 1rem;
  gap: 5px;
}

@media only screen and (max-width: 800px){
  .contentLayout{
    margin: 0.5em !important;
  }
  .titleLG{
    font-size: 1.2rem;
  }
  .subTitleLG{
    font-size: 0.85rem;
  }
  .boxContent_LGL{
    padding: 0.5rem 2rem;
  }
  .boxContent_LGL .slds-button.slds-button_brand {
    font-size: 18px;
  }
  .navbar-form{
    max-width: 100%;
    margin: 0 auto;
  }
  .btn-right{
    height: auto !important;
    width: 100% !important;
    margin-bottom: 1em;
  }
  .wrapperbox {
    width: 30em;
    height: 34em;
  }
  .formst2{
    min-height: 34em;
    width: 30em;
  }
  .textbot-img{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .desImg{
    width: 95% !important;
    margin: 0.5em !important;
    padding: 0 !important;
  }
  .boxContent{
    border: 0.05rem solid rgb(241, 241, 241);
    width: 50%;
    padding: 1rem 1rem;
  }
  .flexRight a{
    /* height: 2em; */
    font-size: 0.8em;
    padding: 10px !important;
  }
  .btnGbiz{
    --slds-c-button-line-height: 46px;
    min-width: 170px;
    --slds-c-button-radius-border: 1.5rem;
    --slds-c-button-sizing-border: 2px;
    font-size: 18px;
    font-weight: bold;
  }
  .container2{
    padding: 0.5em !important;
  }
  .img-w {
    width: 100% !important;
  }
  .flexDirectionColumn2{
    flex-direction: column;
    text-align: center;
  }
  .flexContent_LG{
    gap: 1rem;
  }
  
}

@media only screen and (max-width: 60em), only print and (max-width: 60em){
  .fontTitle{
    font-size: 1.2rem;
  }
  .flexContent{
    justify-content: space-around;
  }
  .boxContent3 {
    margin-bottom: 10px;
  }
  .repons_Ipad {
    line-height: 47px;
  }
}

@media only screen and (max-width: 670px), only print and (max-width: 670px){
  .contentLayout{
    padding: 0.5em !important;
  }
  .margin_subtitle {
    margin-top: 0.5em;
  }
  .container2{
   padding: 0.5em !important; 
  }
  .titleLG{
    font-size: 1.2rem !important;
  }
  .subTitleLG{
    font-size: 0.7rem;
  }
  .boxContent_LGL a{
    font-size: 0.7rem;
  }
  .boxContent_LGL{
    padding: 0.5rem 1rem;
  }
  .navbar-form{
    max-width: 100%;
  }
  .wrapperbox {
    width: 30em;
    height: 35em;
  }
  .formst2{
    min-height: 35em;
    width: 30em;
  }
  .boxContent{
    border: 0.05rem solid rgb(241, 241, 241);
    width: 50%;
  }
  .btnGbiz{
    --slds-c-button-line-height: 46px;
    min-width: 170px;
    --slds-c-button-radius-border: 1.5rem;
    --slds-c-button-sizing-border: 2px;
    font-size: 18px;
    font-weight: bold;
  }
  .btnGbiz a:hover {
    color:var(--sds-c-button-text-color, var(--lwc-brandAccessible,rgb(43, 125, 84)));
  }

  .flexContent{
    display: flex;
  }
  .img-w {
    width: 100% !important;
  }
  .flexDirectionColumn2{
    flex-direction: column;
    text-align: center;
  }
}
.buttonSize{
  width: 46%;
}


p.textlgwan{
  color: red!important;/* @media only print 対応 important*/
}

.wrapperbox{
  width: 35em;
}
#text-under-btn{
  margin-top: 1em;
}
.btn-right{
  margin: 0 auto !important;
  width: 80%;
  min-width: 20em;
  white-space: normal;
}
.btn-pink > a{
  width: 15em !important;
  justify-content: center;
}
.btn-pink-bottom > a{
  --slds-c-button-line-height: 46px;
  min-width: 170px;
  --slds-c-button-radius-border: 1.5rem;
  --slds-c-button-sizing-border: 2px;
  font-size: 18px;
  font-weight: bold;
  width: 20em !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.textbot-img{
  width: 100% !important;
  font-size: 0.76rem;
}
.textbot-button{
  text-align: center;
  font-size: medium;
}

a.slds-button.btnbottom {
  text-align: center;
  color: rgb(255, 255, 255) !important;
  background-color: #DC2577 !important;
}
.titlebot{
  margin-left: 1em !important;
}
.contentheader{
  margin-left: 1em !important;
  padding-right: 0.5em;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.contentheaderbot{
  display: flex;
  flex-direction: row;
}
.listaction{
  display: grid;
  justify-content: center;
  margin: 0 1em 1em 1em;
  align-items: center;
  text-align: center;
}
.wrapperbottom{
  line-height:20px;
  margin-left: 1em;
}
.text-bottom{
  margin-left: 1em;
  font-weight: 500;
}
.actionmid{
  margin: 10px 0 6px 0;
}
#titlebody{
  margin: 10px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.titlebot{
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
}
.titlefirst{
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.8em 0 0em 10px !important;
}
.linemid{
  margin: 0 4em 0 4em !important;
}
.formst2{
  width: 35em;
  margin-left: 1em;
}
.container2{
  background-color: rgb(255, 255, 255);
  padding: 0.5rem 0.5rem 0.5rem 0.5rem; 
  border-width: 0px; border-radius: 0.5rem;
  margin-bottom: 1rem !important;
}
.titleform{
  font-size: 1rem !important;
}
.desImg{
  padding-left: 8em;
}
.flexRight a{
  /* height: 2.8em; */
  font-size: 0.8em;
  padding: 1.5em !important;
}
.margin_subtitle{
  height: 1.75em;
  margin-top: 0.5em;
}

.titletwo{
  font-weight: 600;
}

.riyou-nagare {
  background-color: rgb(241, 241, 241);
  border: solid;
  border-color: rgb(241, 241, 241);
  margin: 12px 8px 12px 8px;
  padding: 8px;
}

.riyou-nagare hr {
  margin: 0.75rem 0.75rem 1.5rem 0.75rem;
}
@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .riyou-nagare hr {
    margin: 0 0.75rem 1.5rem 0.75rem;
  }
}

div[lightning-datatable_table] button.slds-button.slds-button_icon.slds-button_icon-border[name='show_details'], 
button.slds-button[c-datatablepagination_datatablepagination].slds-button_neutral[data-name='show_details']{
  border-color: rgb(212, 212, 212) !important;
}

div[c-datatablepagination_datatablepagination] .slds-button-group-row .slds-button-group-item .slds-button {
  border-color: rgb(212, 212, 212) !important;
}

div[c-datatablepagination_datatablepagination] .slds-button-group-row .slds-button-group-item .slds-button_neutral[disabled] {
  color: rgb(201, 201, 201) !important;
  background-color: rgb(255, 255, 255) !important;
}

div[c-datatablepagination_datatablepagination] .slds-button-group-row .slds-button-group-item .slds-button_neutral[disabled]:hover, 
div[c-datatablepagination_datatablepagination] .slds-button-group-row .slds-button-group-item .slds-button_neutral[disabled]:focus {
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(212, 212, 212) !important;
}

.slds-combobox__input.slds-input_faux.slds-combobox__input-value {
  background: none;
}

.slds-combobox__input.slds-input_faux.slds-is-disabled.slds-combobox__input-value {
  background: none;
  background-color: rgb(243, 243, 243) !important;
}

.slds-modal__content article.slds-card {
  margin-bottom: 0rem !important;
}

.slds-rich-text-editor__toolbar.slds-shrink-none {
  background-color: #FFFFFF !important;
}

.slds-rich-text-editor__toolbar.slds-shrink-none .slds-button_icon-border-filled[disabled] {
  border-color: rgb(212, 212, 212) !important;
}

.slds-rich-text-editor__toolbar.slds-shrink-none .slds-button-group-list li:first-child .slds-button {
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.slds-rich-text-editor__toolbar.slds-shrink-none .slds-button-group-list li:last-child .slds-button {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

.slds-rich-text-editor__toolbar.slds-shrink-none .slds-button-group-list li:only-child .slds-button {
  border-radius: 0.25rem !important;
}

.slds-modal__footer .slds-button_neutral, .slds-modal__footer .slds-button_neutral {
  border-color: rgb(212, 212, 212) !important;
}

.slds-modal__footer .slds-button_neutral:hover, .slds-modal__footer .slds-button_neutral:focus {
  background-color: rgba(43, 125, 84, 0.05) !important;
  border-color: rgb(212, 212, 212) !important;
  color: #1e573a !important;
}

div[lightning-datatable_table] .slds-resizable__divider:hover:before, 
div[lightning-datatable_table] .slds-resizable__divider:focus:before, 
div[lightning-datatable_table] .slds-resizable__divider:active:before {
  background-color: rgb(43, 125, 84) !important;
}

div[lightning-datatable_table] .slds-resizable__divider:after {
  background-color: rgb(43, 125, 84) !important;
}

div[lightning-datatable_table] .slds-is-sortable.slds-has-focus .slds-th__action .slds-is-sortable__icon, 
div[lightning-datatable_table] .slds-is-sortable.slds-has-focus .slds-th__action:hover .slds-is-sortable__icon, 
div[lightning-datatable_table] .slds-is-sortable.slds-has-focus .slds-th__action:focus .slds-is-sortable__icon, 
div[lightning-datatable_table] .slds-is-sortable .slds-th__action:hover .slds-is-sortable__icon, 
div[lightning-datatable_table] .slds-is-sortable .slds-th__action:focus .slds-is-sortable__icon {
  fill: rgb(43, 125, 84) !important;
}

div[lightning-datatable_table] .slds-has-focus.slds-is-resizable .slds-th__action, 
div[lightning-datatable_table] .slds-has-focus.slds-is-resizable .slds-th__action:focus, 
div[lightning-datatable_table] .slds-has-focus.slds-is-resizable .slds-th__action:hover, 
div[lightning-datatable_table] .slds-has-focus.slds-is-resizable .slds-th__action:focus:hover, 
div[lightning-datatable_table] .slds-is-resizable .slds-th__action:focus, 
div[lightning-datatable_table] .slds-is-resizable .slds-th__action:focus:hover {
  box-shadow: #1e573a 0 0 0 1px inset, #1e573a -0.25rem 0 0 inset !important;
}

div[lightning-datatable_table] .slds-dropdown__item>a:hover, div[lightning-datatable_table] .slds-dropdown__item>a:focus {
  background-color: rgba(43, 125, 84, 0.05) !important;
}
div[lightning-datatable_table] .slds-dropdown__item>a:active, div[lightning-datatable_table] .slds-dropdown__item>a:focus {
  color: #0005d6 !important;
}

div[lightning-datatable_table] button.slds-button.slds-button_icon.slds-button_icon-border[name='show_details']:hover, 
div[lightning-datatable_table] button.slds-button.slds-button_icon.slds-button_icon-border[name='show_details']:focus {
  color: #1e573a !important;
}

div[lightning-datatable_table] button.slds-button.slds-button_icon.slds-button_icon-border[name='show_details']:active {
  color: #1e573a !important;
  border-color: #1e573a !important;
}

button.slds-button[c-datatablepagination_datatablepagination].slds-button_neutral[data-name='show_details']:hover, 
button.slds-button[c-datatablepagination_datatablepagination].slds-button_neutral[data-name='show_details']:focus {
  background-color: rgba(43, 125, 84, 0.05) !important;
  border-color: rgb(212, 212, 212) !important;
  color: #1e573a !important;
}

button.slds-button[c-datatablepagination_datatablepagination].slds-button_neutral[data-name='show_details']:active {
  background-color: rgb(243, 243, 243) !important;
  border-color: rgb(212, 212, 212) !important;
  color: #1e573a !important;
}

div[lightning-datatable_table] .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-has-focus), 
div[lightning-datatable_table] .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-has-focus), 
div[lightning-datatable_table] .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-has-focus), 
div[lightning-datatable_table] .slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-has-focus), 
div[lightning-datatable_table] .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-has-focus), 
div[lightning-datatable_table] .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-has-focus), 
div[lightning-datatable_table] .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-has-focus), 
div[lightning-datatable_table] .slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-has-focus) {
  box-shadow: rgb(212, 212, 212) 0 calc(-1 * 1px) 0 inset, rgb(212, 212, 212) 0 1px 0 inset !important;
}

div[lightning-datatable_table] .slds-table:not(.slds-no-row-hover) tbody tr:hover>td, 
div[lightning-datatable_table] .slds-table:not(.slds-no-row-hover) tbody tr:hover>th, 
div[lightning-datatable_table] .slds-table:not(.slds-no-row-hover) tbody tr:focus>td, 
div[lightning-datatable_table] .slds-table:not(.slds-no-row-hover) tbody tr:focus>th {
  background-color: rgba(43, 125, 84, 0.05) !important;
}

div[lightning-datatable_table] .slds-table th:focus, div[lightning-datatable_table] .slds-table th.slds-has-focus, 
div[lightning-datatable_table] .slds-table [role=gridcell]:focus, div[lightning-datatable_table] .slds-table [role=gridcell].slds-has-focus {
  box-shadow: rgb(43, 125, 84) 0 0 0 1px inset !important;
}

div[c-datatablepagination_datatablepagination] .slds-button-group-row .slds-button-group-item .slds-button_neutral:hover, 
div[c-datatablepagination_datatablepagination] .slds-button-group-row .slds-button-group-item .slds-button_neutral:focus {
  background-color: rgba(43, 125, 84, 0.05) !important;
  border-color: rgb(212, 212, 212) !important;
}

div[c-datatablepagination_datatablepagination] .slds-button-group-row .slds-button-group-item .slds-button_brand:hover, 
div[c-datatablepagination_datatablepagination] .slds-button-group-row .slds-button-group-item .slds-button_brand:focus {
  background-color: #1e573a !important;
  color: #FFFFFF !important;
}

.cGuestPortalHeader button,
.cLoginHeader button {
  border-radius: 0 !important;
}

a[c-communityFooter_communityFooter], 
a[c-communityloginfooter_communityloginfooter] {
  color: rgb(255, 255, 255) !important;
}

div[c-oshirasedetail_oshirasedetail] .slds-backdrop.slds-backdrop_open, 
div[c-faqdetail_faqdetail] .slds-backdrop.slds-backdrop_open {
  background: rgba(8, 7, 7, 0.6) !important;
}

.mainConteiner .slds-button_brand, .mainConteiner .slds-button--brand {
  background-color: rgb(43, 125, 84) !important;
  border-color: rgb(43, 125, 84) !important;
  color: #FFFFFF !important;
  line-height: 46px;
  min-width: 170px;
  border-radius: 1.5rem;
  border: 2px solid;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.mainConteiner .slds-button_brand:focus, .mainConteiner .slds-button--brand:focus {
  background-color: rgb(43, 125, 84)!important;
}
.mainConteiner .slds-button_brand:hover, .mainConteiner .slds-button--brand:hover {
  background-color: rgb(43, 125, 84)!important;
}
.mainConteiner .slds-button_brand:active, .mainConteiner .slds-button--brand:active {
  background-color: rgb(43, 125, 84, 0.5)!important;
}
/* ＰＣサイズ */
@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .mainConteiner .slds-button_brand:focus, .mainConteiner .slds-button--brand:focus {
    background-color: rgb(43, 125, 84)!important;
  }
  .mainConteiner .slds-button_brand:hover, .mainConteiner .slds-button--brand:hover {
    background-color: rgb(43, 125, 84, 0.5)!important;
  }
  .mainConteiner .slds-button_brand:active, .mainConteiner .slds-button--brand:active {
    background-color: rgb(43, 125, 84)!important;
  }
}
/* ＰＣサイズ ＆ タッチデバイス （iPad）*/
@media only screen and (min-width: 48em) and (hover: none) and (pointer: coarse), only print and (min-width: 48em) and (hover: none) and (pointer: coarse) {
  .mainConteiner .slds-button_brand:focus, .mainConteiner .slds-button--brand:focus {
    background-color: rgb(43, 125, 84)!important;
  }
  .mainConteiner .slds-button_brand:hover, .mainConteiner .slds-button--brand:hover {
    background-color: rgb(43, 125, 84)!important;
  }
  .mainConteiner .slds-button_brand:active, .mainConteiner .slds-button--brand:active {
    background-color: rgb(43, 125, 84, 0.5)!important;
  }
}

.slds-listbox_vertical .slds-listbox__option:focus, .slds-listbox_vertical .slds-listbox__option:hover, .slds-listbox_vertical .slds-listbox__option.slds-has-focus {
  background-color: rgba(43, 125, 84, 0.05) !important;
  text-decoration: none;
}

.flexConteiner1 a[href], .boxContent3.text a[href], 
.listaction a[href], .boxContent_LG.formfirst a[href], 
div[lightning-datatable_table] .slds-truncate a[href],
a[c-datatablepagination_datatablepagination][href], 
div[c-privacypolicy_privacypolicy] a[href] {
  color: rgb(0, 6, 255) !important;
  text-decoration: none;
  transition: color .1s linear;
}

.flexConteiner1 a[href]:hover, .flexConteiner1 a[href]:focus, 
.boxContent3.text a[href]:hover, .boxContent3.text a[href]:focus, 
.listaction a[href]:hover, .listaction a[href]:focus, 
.boxContent_LG.formfirst a[href]:hover, .boxContent_LG.formfirst a[href]:focus, 
div[lightning-datatable_table] .slds-truncate a[href]:hover , div[lightning-datatable_table] .slds-truncate a[href]:focus, 
a[c-datatablepagination_datatablepagination][href]:hover, a[c-datatablepagination_datatablepagination][href]:focus, 
div[c-privacypolicy_privacypolicy] a[href]:hover, div[c-privacypolicy_privacypolicy] a[href]:focus {
  text-decoration: underline;
  color: #0005d6 !important;
}

.flexConteiner1 a[href]:active, .flexConteiner1 a[href]:focus, 
.boxContent3.text a[href]:active, .boxContent3.text a[href]:focus, 
.listaction a[href]:active, .listaction a[href]:focus, 
.boxContent_LG.formfirst a[href]:active, .boxContent_LG.formfirst a[href]:focus, 
div[lightning-datatable_table] .slds-truncate a[href]:active , div[lightning-datatable_table] .slds-truncate a[href]:focus, 
a[c-datatablepagination_datatablepagination][href]:active, a[c-datatablepagination_datatablepagination][href]:focus, 
div[c-privacypolicy_privacypolicy] a[href]:active, div[c-privacypolicy_privacypolicy] a[href]:focus {
  color: #0005d6 !important;
}

.slds-scope .slds-listbox_vertical .slds-listbox__option_plain, 
.slds-scope .slds-listbox_vertical .slds-listbox__option--plain, 
.slds-scope .slds-listbox--vertical .slds-listbox__option_plain, 
.slds-scope .slds-listbox--vertical .slds-listbox__option--plain {
  color: #333 !important;
}

.red-text {
  color: red;
}

.emergency-tel {
  font-size: 1.5rem;
}

#kinkyujohoParent {
  padding: 1rem 1rem 0 1rem !important; 
  color: rgb(204, 68, 51); 
  font-size: 1.125rem; 
  font-weight: Bold; 
  white-space: pre-line;
  min-height: 54px;
  max-width:1080px;
  margin: 0 auto;
}

@media (max-width: 580px) {
  .btnContainer {
    justify-content: center !important;
  }

  .blankSpace {
   display: none;
  }

  .btn-pink-bottom{
    text-align: center;
    width: 80% !important;
  }

  .btn-pink-bottom > a{
    min-width: initial !important;
    width: 15em !important;
  }

  .loginButton{
    width: 100% !important;
  }
  
  .undertitle{
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 21px !important;
    margin-right: 7px !important;
  }
}

.slds-button_neutral:active, .slds-button--neutral:active {
  border-color: rgb(43, 125, 84) !important;
  color: #1e573a !important;
}

.slds-button_neutral:hover, .slds-button_neutral:focus, .slds-button--neutral:hover, .slds-button--neutral:focus {
  border-color: rgb(43, 125, 84) !important;
  color: #1e573a !important;
}

.mainConteiner .slds-button_neutral:focus, .mainConteiner .slds-button--neutral:focus {
  background-color: white!important;
}
.mainConteiner .slds-button_neutral:hover, .mainConteiner .slds-button--neutral:hover {
  background-color: white!important;
}
.mainConteiner .slds-button_neutral:active, .mainConteiner .slds-button--neutral:active {
  background-color: #f3f3f3!important;
}
/* ＰＣサイズ */
@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .mainConteiner .slds-button_neutral:focus, .mainConteiner .slds-button--neutral:focus {
    background-color: white!important;
  }
  .mainConteiner .slds-button_neutral:hover, .mainConteiner .slds-button--neutral:hover {
    background-color: #f3f3f3!important;
  }
  .mainConteiner .slds-button_neutral:active, .mainConteiner .slds-button--neutral:active {
    background-color: white!important;
  }
}
/* ＰＣサイズ ＆ タッチデバイス （iPad）*/
@media only screen and (min-width: 48em) and (hover: none) and (pointer: coarse), only print and (min-width: 48em) and (hover: none) and (pointer: coarse) {
  .mainConteiner .slds-button_neutral:focus, .mainConteiner .slds-button--neutral:focus {
    background-color: white!important;
  }
  .mainConteiner .slds-button_neutral:hover, .mainConteiner .slds-button--neutral:hover {
    background-color: white!important;
  }
  .mainConteiner .slds-button_neutral:active, .mainConteiner .slds-button--neutral:active {
    background-color: #f3f3f3!important;
  }
}


.flexConteinerMainTitle{
  margin-top: 0rem !important;
  margin-bottom: 1.0rem !important;
  padding-left: 20px;
  padding-right: 18px;
  display: flex;
  justify-content: flex-start;
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .flexConteinerMainTitle{
    margin-top: 0rem !important;
    margin-bottom: 1.0rem !important;
    padding-left: 10px;
    padding-right: 18px;
    display: flex;
    justify-content: flex-start;
  }
}

p.emergencyInformationText{
  color: rgb(204, 68, 51)!important;/* @media only print 対応 important*/
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .innerContainer{
    padding-left: 48px;
    padding-right: 48px;
  }
}

.img-w2-text{
  font-size: 1.1rem;
  color: rgb(105, 105, 105);
  text-align: center;
  font-weight: Bold;
}

.bulletSquareConteiner{
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
}

.visual-page-icon{
  --slds-c-icon-color-foreground: rgb(43, 125, 84) !important;
  margin-top: 2.5px !important;
  margin-right: 6px !important;
  width: var(--lwc-squareIconSmallBoundary,1.5rem) !important;
  height: var(--lwc-squareIconSmallBoundary,1.5rem) !important;
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .visual-page-icon{
    --slds-c-icon-color-foreground: rgb(43, 125, 84) !important;
    margin-top: 3.5px !important;
    margin-right: 6px !important;
    width: var(--lwc-squareIconSmallBoundary,1.5rem) !important;
    height: var(--lwc-squareIconSmallBoundary,1.5rem) !important;
  }
}

.OuterConteiner{
  display: flex;
  justify-content: flex-start;
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
  gap: 0.5rem;
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .OuterConteiner{
    display: flex;
    justify-content: flex-start;
    margin-top: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    margin-left: 2rem;
    gap: 0.5rem;
  }
}

.shutokuTejunPadding{
  padding-left: 5px;
}

@media only screen and (min-width: 48em), only print and (min-width: 48em) {
  .shutokuTejunPadding{
    padding-left: 18px;
  }
}

.textBold {
  color: rgb(43, 125, 84);
  font-weight: bold;
  font-size: 14px;
}

.information-container {
  padding: 1rem 1rem 0 1rem !important;
  color: rgb(204, 68, 51);
  font-size: 1.125rem;
  font-weight: Bold;
  min-height: 54px;
  max-width: 1080px;
  margin: 0 auto;
}

.login-manual-title {
  margin-top: 0.75rem;
}

.login-manual-title p {
  text-align: center;
  font-size: 1.1rem;
  color: red;
  font-weight: bold;
}

.login-manual-title p a {
  text-decoration: underline;
}

.login-questions tbody tr td a {
  text-decoration: underline;
}

.box-style {
  border: 0.1rem solid;
  padding: 0.5rem 1rem 0.9rem 1rem;
  flex-direction: column;
  margin: 0 0.75rem 0.75rem 0.75rem;
  margin-bottom: 25px;
}

.green-text {
  color:rgb(43, 125, 84) !important;
  text-align: center !important;
  font-weight: 700 !important;
  margin: 0 0.75rem;
}

.underline-text {
  text-decoration-line: underline !important;
}