@charset "UTF-8";
/* ================================================
cut.css
================================================ */
/***************************************************
.cut-banner
***************************************************/
@media screen and (max-width: 767px) {
  .cut-banner__pattern-1.sp-1 {
    padding: 10px 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .cut-banner__pattern-1.sp-1 {
    margin: 0 auto;
    padding-top: 30px;
    width: 870px;
  }
}

@media screen and (min-width: 768px) {
  .cut-banner__pt01 > .ul01, .cut-banner__pt02 > .ul01, .cut-banner__pt03 > .ul01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -15px -7.5px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .cut-banner__pt01 > .ul01 > li, .cut-banner__pt02 > .ul01 > li, .cut-banner__pt03 > .ul01 > li {
    margin-top: 10px;
  }
  .cut-banner__pt01 > .ul01 > li:first-child, .cut-banner__pt02 > .ul01 > li:first-child, .cut-banner__pt03 > .ul01 > li:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .cut-banner__pt01 > .ul01 > li, .cut-banner__pt02 > .ul01 > li, .cut-banner__pt03 > .ul01 > li {
    margin-top: 15px;
    padding: 0 7.5px;
    width: 33.333%;
  }
}

.cut-banner__pt01 a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  .cut-banner__pt01 a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .cut-banner__pt01 a:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .cut-banner__pt01 a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

html.ipad .cut-banner__pt01 a:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

html.ipad .cut-banner__pt01 a:hover:before {
  background-color: transparent !important;
}

.cut-banner__pt01 .figure01 {
  overflow: hidden;
}

.cut-banner__pt01 .figure01 > img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cut-banner__pt01 .figure01 > img.-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cut-banner__pt01 .figure01 > img.-onlyPc {
    display: none;
  }
}

.cut-banner__pt02 {
  margin-top: 15px;
}

.cut-banner__pt02 .div01 {
  border-radius: 6px;
}

.cut-banner__pt02 .div01 > .a01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .cut-banner__pt02 .div01 > .a01:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .cut-banner__pt02 .div01 > .a01:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .cut-banner__pt02 .div01 > .a01:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .cut-banner__pt02 .div01 > .a01:hover:after {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

html.ipad .cut-banner__pt02 .div01 > .a01:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

html.ipad .cut-banner__pt02 .div01 > .a01:hover:before {
  background-color: transparent !important;
}

.cut-banner__pt02 .div01 > .a01 > figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .cut-banner__pt02 .div01 > .a01 > figure {
    width: 75px;
  }
}

@media screen and (min-width: 768px) {
  .cut-banner__pt02 .div01 > .a01 > figure {
    width: 70px;
  }
}

.cut-banner__pt02 .div01 > .a01 > figure > img {
  display: block;
  width: 100%;
  border-radius: 6px 0 0 6px;
}

@media screen and (min-width: 768px) {
  .cut-banner__pt02 .div01 > .a01 > figure > img.-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cut-banner__pt02 .div01 > .a01 > figure > img.-onlyPc {
    display: none;
  }
}

.cut-banner__pt02 .div01 > .a01 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .cut-banner__pt02 .div01 > .a01 > div {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .cut-banner__pt02 .div01 > .a01 > div {
    font-size: 11px;
  }
}

.cut-banner__pt03 > .ul01 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .cut-banner__pt03 > .ul01 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .cut-banner__pt03 > .ul01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
  }
}

.cut-banner__pt03 > .ul01 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .cut-banner__pt03 > .ul01 > li {
    padding: 0 7px;
  }
}

@media screen and (max-width: 767px) {
  .cut-banner__pt03 > .ul01 > li {
    padding: 0 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cut-banner__pt03 > .ul01 > li:first-child {
    margin-top: 15px;
  }
}

.cut-banner__pt03 > .ul01 > li img {
  max-width: 100%;
}

.cut-banner__pt03 > .ul01 > li:last-child img {
  width: 266px;
}

.cut-banner__pt03 > .yuryonintei_sp > a > figure > img {
  margin-top: 15px;
  width: 266px;
}

@media screen and (min-width: 768px) {
  .cut-banner__pt03 > .ul01 > li img.-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cut-banner__pt03 > .ul01 > li img.-onlyPc {
    display: none;
  }
}

/***************************************************
.cut-popularLink
***************************************************/
@media screen and (max-width: 767px) {
  .cut-popularLink__pattern-1.sp-1 {
    padding: 10px 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .cut-popularLink__pattern-1.sp-1 {
    padding-top: 20px;
  }
}

.cut-popularLink__bg01 {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .cut-popularLink__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .cut-popularLink__bg01 {
    padding: 20px;
  }
}

.cut-popularLink__pt01 > .-heading03 {
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .cut-popularLink__pt01 > .-heading03 {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .cut-popularLink__pt01 > .-heading03 {
    padding-left: 15px;
    font-size: 18px;
  }
}

.cut-popularLink__pt01 > .-heading03:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: #ba955b;
}

.cut-popularLink__pt01 > .p01 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.cut-popularLink__pt01 > .ul01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -7px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cut-popularLink__pt01 > .ul01 > li {
  margin-top: 5px;
  padding: 0 7px;
}

.cut-popularLink__pt01 > .ul01 > li > a {
  display: block;
  color: #ba955b;
  font-size: 14px;
}

html.ipad .cut-popularLink__pt01 > .ul01 > li > a:hover {
  text-decoration: underline;
}

/***************************************************
.cut-popularJob
***************************************************/
@media screen and (max-width: 767px) {
  .cut-popularJob__pattern-1.sp-1 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .cut-popularJob__pt01 > .ul01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -15px -7px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .cut-popularJob__pt01 > .ul01 > li {
    margin-top: 10px;
  }
  .cut-popularJob__pt01 > .ul01 > li:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .cut-popularJob__pt01 > .ul01 > li {
    margin-top: 15px;
    padding: 0 7px;
    width: 20%;
  }
}

.cut-popularJob__pt01 > .ul01 > li .-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 17px 35px 17px 15px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  .cut-popularJob__pt01 > .ul01 > li .-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .cut-popularJob__pt01 > .ul01 > li .-button:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .cut-popularJob__pt01 > .ul01 > li .-button {
    padding-left: 10px;
  }
}

.cut-popularJob__pt01 > .ul01 > li .-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/cut/html/images/arw_002a.svgz?fix=BP_EHC-3941) no-repeat;
  background-size: 12px;
}

@media screen and (min-width: 768px) {
  .cut-popularJob__pt01 > .ul01 > li .-button:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

html.ipad .cut-popularJob__pt01 > .ul01 > li .-button:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

html.ipad .cut-popularJob__pt01 > .ul01 > li .-button:hover:before {
  background-color: transparent !important;
}

.cut-popularJob__pt01 > .ul01 > li .-button > span {
  display: block;
  position: relative;
}

.cut-popularJob__pt01 > .ul01 > li .-button.is-new > span {
  padding-left: 35px;
}

.cut-popularJob__pt01 > .ul01 > li .-button.is-new > span:before {
  content: 'NEW';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f00;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/***************************************************
.cut-articleCard
***************************************************/
@media screen and (min-width: 768px) {
  .cut-articleCard {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-1 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cut-articleCard__pattern-1.sp-1 {
    padding: 10px 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-1.sp-1 {
    padding-top: 20px;
  }
}

.cut-articleCard__pattern-1 .cut-articleCard__pt01 > .p01 {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .cut-articleCard__pattern-1 .cut-articleCard__pt01 > .p01 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-1 .cut-articleCard__pt01 > .p01 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.cut-articleCard__pattern-1 .cut-articleCard__pt01 > .p02 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.cut-articleCard__pattern-1 .cut-articleCard__pt01 > .p03 {
  margin-top: 10px;
  font-size: 10px;
}

.cut-articleCard__pattern-1 .cut-articleCard__pt01 > .p04 {
  margin-top: 15px;
}

.cut-articleCard__pattern-1 .cut-articleCard__pt01 > .p04 > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #ba955b;
  font-size: 14px;
}

.cut-articleCard__pattern-1 .cut-articleCard__pt01 > .p04 > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(/cut/html/images/arw_003a.svgz?fix=BP_EHC-3941);
  background-size: 14px;
}

@media screen and (max-width: 767px) {
  .cut-articleCard__pattern-1 .cut-articleCard__pt01 img.-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-1 .cut-articleCard__pt01 img.-onlySp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-2 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cut-articleCard__pattern-2.sp-1 {
    padding: 10px 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-2.sp-1 {
    padding-top: 20px;
  }
}

.cut-articleCard__pattern-2 > a {
  display: block;
  position: relative;
  height: 100%;
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-2 > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .cut-articleCard__pattern-2 > a:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-2 > a:hover .cut-articleCard__bg01 {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

html.ipad .cut-articleCard__pattern-2 > a:hover .cut-articleCard__bg01 {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

html.ipad .cut-articleCard__pattern-2 > a:hover:before {
  background-color: transparent !important;
}

.cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 > .figure01 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 > .figure01 {
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 > .figure01 {
    width: 200px;
  }
}

.cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 > .div02 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 .p01 {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 .p01 {
    padding-left: 10px;
  }
  .cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 .p01:first-child {
    margin-top: -4px;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 .p01 {
    padding-left: 15px;
  }
  .cut-articleCard__pattern-2 .cut-articleCard__pt01 > .div01 .p01:first-child {
    margin-top: -5px;
  }
}

.cut-articleCard__bg01 {
  display: block;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .cut-articleCard__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__bg01 {
    padding: 25px 30px 30px;
    height: 100%;
  }
}

.cut-articleCard__pt01 > .-heading03 {
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .cut-articleCard__pt01 > .-heading03 {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .cut-articleCard__pt01 > .-heading03 {
    padding-left: 15px;
    font-size: 18px;
  }
}

.cut-articleCard__pt01 > .-heading03:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: #ba955b;
}

.cut-articleCard__pt01 .figure01 > img {
  display: block;
  width: 100%;
}

/***************************************************
.cut-requireLogin
***************************************************/
.cut-requireLogin__pt01 > .figure01 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .cut-requireLogin__pt01 > .figure01 {
    margin-top: 15px;
  }
}

.cut-requireLogin__pt01 > .figure01 img {
  width: 100%;
}

/***************************************************
.cut-benefits
***************************************************/
.cut-benefits__pt01 {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cut-benefits__pt01 {
    width: 370px;
  }
}

.cut-benefits__pt01 > .p01 {
  font-size: 12px;
  line-height: 1.5;
}

.cut-benefits__pt02 > .div01 {
  margin-top: 15px;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

@media screen and (min-width: 768px) {
  .cut-benefits__pt02 > .div01 {
    padding-top: 30px;
  }
}

/***************************************************
.cut-boxThankyou
***************************************************/
.cut-boxThankyou__pt01 > .div01 > .div02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .cut-boxThankyou__pt01 > .div01 > .div02 {
    padding: 20px 0;
  }
}

.cut-boxThankyou__pt01 > .div01 > .div02 > .div03 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cut-boxThankyou__pt01 > .div01 > .div02 > .div03 {
    padding: 0 35px;
  }
}

.cut-boxThankyou__pt01 > .div01 > .div02 > .div03 > .p01 {
  font-size: 12px;
  font-weight: normal;
}

/***************************************************
.cut-keepList
***************************************************/
@media screen and (max-width: 767px) {
  .cut-keepList__pattern-1.sp-1 {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.cut-keepList__bg01 {
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .cut-keepList__bg01 {
    padding: 30px;
  }
}

.cut-keepList__pt01 {
  position: relative;
}

.cut-keepList__pt01 .h01 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cut-keepList__pt01 .h01 {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 768px) {
  .cut-keepList__pt01 .h01 > br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cut-keepList__pt01 .-boxContentW370PC {
    margin: 0 auto;
    width: 370px;
  }
}

.cut-keepList__pt01 * + .figure01 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .cut-keepList__pt01 * + .figure01 {
    margin-top: 15px;
  }
}

.cut-keepList__pt01 .figure01 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cut-keepList__pt01 .figure01 img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cut-keepList__pt01 .figure01 img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cut-keepList .-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cut-keepList .-onlyPc {
    display: none;
  }
}

/***************************************************
.cut-applicationHistory
***************************************************/
.cut-applicationHistory__pt01 {
  padding: 26px 30px;
}

@media screen and (max-width: 767px) {
  .cut-applicationHistory__pt01 {
    padding: 10px;
  }
}

.cut-applicationHistory__pt01 > .p01 {
  text-align: center;
}

.cut-applicationHistory__pt01 > .-listReference {
  color: #444;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 10px;
}

.cut-applicationHistory__pt01 > .-listReference > li {
  margin-bottom: 5px;
}

.cut-applicationHistory__pt01 > .-listReference > li:last-child {
  margin-bottom: 0;
}

.cut-applicationHistory__pt01 > .-listReference > li {
  position: relative;
  padding-left: 14px;
}

.cut-applicationHistory__pt01 > .-listReference > li:before {
  content: '※';
  position: absolute;
  left: 0;
}

html.ipad .cut-applicationHistory__pt01 > .-listReference > li > a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .cut-applicationHistory__pt01 > .-listReference {
    margin-left: 150px;
    font-size: 12px;
  }
}

.cut-applicationHistory__pattern-1 .cut-applicationHistory__pt01 > .-heading01 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  text-align: center;
}

.cut-applicationHistory__pattern-1 .cut-applicationHistory__pt01 > .-heading01 > span {
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .cut-applicationHistory__pattern-1 .cut-applicationHistory__pt01 > .-heading01 {
    margin-bottom: 10px;
  }
}

.cut-applicationHistory__pattern-2 .cut-applicationHistory__pt01 > .-heading01,
.cut-applicationHistory__pattern-3 .cut-applicationHistory__pt01 > .-heading01 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
  text-align: center;
}

.cut-applicationHistory__pattern-2 .cut-applicationHistory__pt01 > .-heading01 > span,
.cut-applicationHistory__pattern-3 .cut-applicationHistory__pt01 > .-heading01 > span {
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .cut-applicationHistory__pattern-2 .cut-applicationHistory__pt01 > .-heading01,
  .cut-applicationHistory__pattern-3 .cut-applicationHistory__pt01 > .-heading01 {
    margin-bottom: 10px;
  }
}

/***************************************************
.cut-boxHappy
***************************************************/
@media screen and (max-width: 767px) {
  .cut-boxHappy__pattern-1.sp-1 {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.cut-boxHappy__bg01 {
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__bg01 {
    padding: 28px 30px 30px;
  }
}

.cut-boxHappy .-heading05 {
  margin-bottom: 20px;
  padding-bottom: 6px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  border-bottom: 2px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .cut-boxHappy .-heading05 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .cut-boxHappy .-heading05 br {
    display: none;
  }
}

.cut-boxHappy__pt01 .div01 > div {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cut-boxHappy__pt01 .div01 > div:not(:first-child) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cut-boxHappy__pt01 .div01 > div > .div02 {
    padding: 15px 0 20px;
  }
  .cut-boxHappy__pt01 .div01 > div > .div02:first-child {
    padding-top: 0;
  }
}

.cut-boxHappy__pt01 .div01 > div > .div02:first-child {
  padding-top: 0;
}

.cut-boxHappy__pt01 .div01 img {
  width: 100%;
}

.cut-boxHappy__pt01 .div01 .p02 {
  margin-bottom: 20px;
}

.cut-boxHappy__pt01 .div01 .-heading03 {
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cut-boxHappy__pt01 .div01 .-heading03 {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__pt01 .div01 .-heading03 {
    padding-left: 15px;
    font-size: 18px;
  }
}

.cut-boxHappy__pt01 .div01 .-heading03:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: #ba955b;
}

.cut-boxHappy__pt01 .div01 .-listReference {
  color: #444;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 10px;
}

.cut-boxHappy__pt01 .div01 .-listReference > li {
  margin-bottom: 5px;
}

.cut-boxHappy__pt01 .div01 .-listReference > li:last-child {
  margin-bottom: 0;
}

.cut-boxHappy__pt01 .div01 .-listReference > li {
  position: relative;
  padding-left: 14px;
}

.cut-boxHappy__pt01 .div01 .-listReference > li:before {
  content: '※';
  position: absolute;
  left: 0;
}

html.ipad .cut-boxHappy__pt01 .div01 .-listReference > li > a:hover {
  text-decoration: underline;
}

.cut-boxHappy__pt02 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__pt02 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__pt02 .div01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -13px;
    margin-left: -13px;
  }
}

.cut-boxHappy__pt02 .div01 > .div02 {
  padding: 10px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__pt02 .div01 > .div02 {
    padding: 0 13px;
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .cut-boxHappy__pt02 .div01 > .div02:not(:first-child) {
    border-top: 1px dotted #e5e5e5;
  }
}

@media screen and (max-width: 767px) {
  .cut-boxHappy__pt02 .div01 > .div02:first-child {
    padding-top: 0;
  }
}

.cut-boxHappy__pt02 .div01 > .div02 > .h01 {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__pt02 .div01 > .div02 > .h01 {
    font-size: 16px;
  }
}

.cut-boxHappy__pt02 .div01 > .div02 > .h01 > span {
  color: #ba955b;
}

.cut-boxHappy__pt02 .div01 > .div02 > .p01 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__pt02 .div01 > .div02 > .p01 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__pt02 .div01 + .p01 {
    margin-top: 20px;
  }
}

.cut-boxHappy__pt02 .-listReference {
  color: #444;
  font-size: 10px;
  line-height: 1.4;
}

.cut-boxHappy__pt02 .-listReference > li {
  margin-bottom: 5px;
}

.cut-boxHappy__pt02 .-listReference > li:last-child {
  margin-bottom: 0;
}

.cut-boxHappy__pt02 .-listReference > li {
  position: relative;
  padding-left: 14px;
}

.cut-boxHappy__pt02 .-listReference > li:before {
  content: '※';
  position: absolute;
  left: 0;
}

html.ipad .cut-boxHappy__pt02 .-listReference > li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cut-boxHappy__pt02 .-listReference {
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .cut-boxHappy__pt02 .-listReference {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .cut-boxHappy .-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cut-boxHappy .-onlyPc {
    display: none;
  }
}

/***************************************************
.cut-complete
***************************************************/
@media screen and (max-width: 767px) {
  .cut-complete__pattern-1.sp-1 {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.cut-complete__bg01 {
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .cut-complete__bg01 {
    padding: 20px 25px;
  }
}

.cut-complete__pt01 {
  position: relative;
}

/***************************************************
.cut-explanation
***************************************************/
@media screen and (max-width: 767px) {
  .cut-explanation__pattern-1.sp-1 {
    padding: 0 10px;
  }
}

.cut-explanation__bg01 {
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .cut-explanation__bg01 {
    padding: 20px 25px;
  }
}

.cut-explanation__pt01 > .p01 {
  margin-top: 10px;
  font-size: 12px;
}

.cut-explanation__pt01 > .p01 > span {
  color: #f00;
}

/***************************************************
.cut-registered
***************************************************/
@media screen and (min-width: 768px) {
  .cut-registered .-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cut-registered__pattern-1.sp-1 {
    padding: 0 10px;
  }
}

.cut-registered__bg01 {
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .cut-registered__bg01 {
    padding: 27px 25px;
  }
}

.cut-registered__pt01 .-linkExternal {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  margin-top: 10px;
}

.cut-registered__pt01 .-linkExternal:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/cut/html/images/icon_031a.svgz?fix=BP_EHC-3941) no-repeat;
  background-size: 12px;
}

.cut-registered__pt01 > p {
  font-size: 18px;
}

.cut-registered__pt01 > figure {
  margin-top: 10px;
}

.cut-registered__pt01 > figure img {
  width: 100%;
  max-width: 315px;
}

/***************************************************
.cut-imageLogin
***************************************************/
.cut-imageLogin__pt01 > .p01 {
  margin-top: 15px;
}

.cut-imageLogin__pt01 .-linkExternal {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.cut-imageLogin__pt01 .-linkExternal:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/cut/html/images/icon_031a.svgz?fix=BP_EHC-3941) no-repeat;
  background-size: 12px;
}

.cut-imageLogin__pt01 > figure {
  margin-top: 15px;
}

.cut-imageLogin__pt01 > figure > img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cut-imageLogin__pt01 > figure > img {
    max-width: 315px;
  }
}

/***************************************************
.cut-keyvisual
***************************************************/
.cut-keyvisual .cut-keyvisual__pattern-1 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .cut-keyvisual .cut-keyvisual__pattern-1 {
    min-width: 1200px;
  }
}

.cut-keyvisual__pt01 {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .cut-keyvisual__pt01 > figure {
    min-width: 1200px;
  }
}

.cut-keyvisual__pt01 > figure > img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cut-keyvisual__pt01 > figure > img.-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cut-keyvisual__pt01 > figure > img.-onlyPc {
    display: none;
  }
}

.cut-keyvisual__pt01 > h1 {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

/* No1表記 */
.no1ModalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no1ModalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.no1ModalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 315px;
  max-width: 500px;
  padding: 30px 20px 20px;
  background-color: #fff;
}

.no1ModalContents p:first-child {
  font-size: 14px;
  color: #333333;
  text-align: left
}

.no1ModalContents p:last-child {
  font-size: 12px;
  color: #999999;
  text-align: right;
  margin-top: 8px
}

.closeNo1Modal {
  background: #EEEEEE;
  border-radius: 6px;
  padding: 6px 0;
  margin: 29px auto 0;
  width: 85px;
  cursor: pointer;
  color: #666666;
  display: flex;
  justify-content: center;
}

.closeNo1Modal div:first-child {
  margin-right: 5px;
}

.closeNo1Modal div:first-child img {
  vertical-align: baseline;
  width: 8px;
  height: 8px;
}

.topNo1Area {
  background: rgba(229,216,195,0.7);
  padding: 8px 0;
  text-align: center;
}

.topNo1Area #openNo1Modal {
  display: inline-block;
}

.topNo1Area #openNo1Modal img {
  width:307px;
}

@media screen and (min-width: 768px){
  .topNo1Area {
    padding: 9px 0;
  }

  .topNo1Area #openNo1Modal {
    cursor: pointer;
  }

  .topNo1Area #openNo1Modal img {
    width:691px;
  }
}

.gyokaiNo1Area {
  background: rgba(229,216,195,0.7);
  padding: 9px 0 8px;
  text-align: center;
}

.gyokaiNo1Area #openNo1Modal {
  display: inline-block;
}

.gyokaiNo1Area #openNo1Modal img {
  width:307px;
}

@media screen and (min-width: 768px){
  .gyokaiNo1Area {
    background: none;
    padding: 0;
    margin-bottom: 15px;
  }

  .gyokaiNo1Area #openNo1Modal {
    cursor: pointer;
  }

  .gyokaiNo1Area #openNo1Modal img {
    width:100%;
  }
}

/* 緊急お知らせ */
.cut-keyvisual__pt01 > .urgent_notice {
  margin: 0 auto;
  padding: 8px 20px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: normal;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

.cut-keyvisual__pt01 > .urgent_notice p {
  text-align: left;
  display: inline-block;
}

.cut-keyvisual__pt01 > .urgent_notice > p > a {
  display: block;
  text-decoration: underline;
  color: #CC1717;
}

.cut-keyvisual__pt01 > .urgent_notice > p > a:nth-child(n+2) {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .cut-keyvisual__pt01 > .urgent_notice {
    font-size: 14px;
    padding: 10px 100px;
  }

  .cut-keyvisual__pt01 > .urgent_notice > p > a {
    text-align: center;
  }

  .cut-keyvisual__pt01 > .urgent_notice > p > a:hover {
    text-decoration: none;
  }
}

.cut-keyvisual__pattern-1 .cut-keyvisual__pt01 .div01 {
  position: relative;
  bottom: 25px;
  left: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cut-keyvisual__pattern-1 .cut-keyvisual__pt01 .div01 {
    left: 0;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 768px) {
  .cut-keyvisual__pattern-1 .cut-keyvisual__pt01 .div01 {
    padding: 0 15px;
    width: 1200px;
  }
}

.cut-keyvisual__pattern-1 .cut-keyvisual__pt01 .div01 > p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 24px;
  font-weight: 700;
}

/***************************************************
.cut-mailInfor
***************************************************/
.cut-mailInfor__pt01 > .p02 {
  margin-top: 10px;
}

.cut-mailInfor__pt01 > .p02 > .-linkExternal {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  font-size: 14px;
}

.cut-mailInfor__pt01 > .p02 > .-linkExternal:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/cut/html/images/icon_031a.svgz?fix=BP_EHC-3941) no-repeat;
  background-size: 12px;
}

.cut-mailInfor__pt01 > .-listReference {
  color: #444;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 5px;
  line-height: 1.5;
}

.cut-mailInfor__pt01 > .-listReference > li {
  margin-bottom: 5px;
}

.cut-mailInfor__pt01 > .-listReference > li:last-child {
  margin-bottom: 0;
}

.cut-mailInfor__pt01 > .-listReference > li {
  position: relative;
  padding-left: 14px;
}

.cut-mailInfor__pt01 > .-listReference > li:before {
  content: '※';
  position: absolute;
  left: 0;
}

html.ipad .cut-mailInfor__pt01 > .-listReference > li > a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .cut-mailInfor__pt01 > .-listReference {
    font-size: 12px;
  }
}

.cut-mailInfor__pt01 > .-listReference li > a {
  color: #333;
  text-decoration: none;
}

/***************************************************
.cut-regisCompleted
***************************************************/
.cut-regisCompleted__pt01 > .p01 {
  margin-top: 15px;
  font-size: 12px;
}

.cut-regisCompleted__pt01 > .p01 > .-linkExternal {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
}

.cut-regisCompleted__pt01 > .p01 > .-linkExternal:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/cut/html/images/icon_031a.svgz?fix=BP_EHC-3941) no-repeat;
  background-size: 12px;
}

/***************************************************
.cut-boxLoginText
***************************************************/
.cut-boxLoginText__pt01 .-linkExternal {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}

.cut-boxLoginText__pt01 .-linkExternal:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/cut/html/images/icon_031a.svgz?fix=BP_EHC-3941) no-repeat;
  background-size: 12px;
}

.cut-boxLoginText__pt01 > .p01 {
  margin-top: 15px;
}

.cut-boxLoginText__pt01 > .p02 {
  margin-top: 10px;
  font-size: 12px;
}

/***************************************************
.cut-keyvisualImage
***************************************************/
.cut-keyvisualImage__pt01 {
  position: relative;
  overflow: hidden;
  background-color: #ccc;
  z-index: -1
}

@media screen and (min-width: 768px) {
  .cut-keyvisualImage__pt01 {
    min-height: 300px;
  }
}

@media screen and (max-width: 374px) {
  .cut-keyvisualImage__pt01 {
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .cut-keyvisualImage__pt01 > figure {
    min-width: 1170px;
  }
}

.cut-keyvisualImage__pt01 > figure > img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 374px) {
  .cut-keyvisualImage__pt01 > figure > img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
}

@media screen and (min-width: 768px) {
  .cut-keyvisualImage__pt01 > figure > img.-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cut-keyvisualImage__pt01 > figure > img.-onlyPc {
    display: none;
  }
}

/***************************************************
.cut-whiteBar
***************************************************/
.cut-whiteBar__pt01 > p {
  padding: 6px 10px;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
}

/***************************************************
.cut-AppliyCompSupple 
***************************************************/
.cut-multiple_job_applications_recommended {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px;
}
.cut-multiple_job_applications_recommended > .jobsearch_icon {
  margin-bottom: 5px;
}
.cut-multiple_job_applications_recommended > .application_appeal_text1 {
  font-size: 14px;
  font-weight: bold;
  color: #780000;
  margin-bottom: 5px;
}
.cut-multiple_job_applications_recommended > .application_appeal_text2 {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #E5D8C3;
  padding: 0 20px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.cut-multiple_job_applications_recommended > .application_appeal_text2:after, .cut-multiple_job_applications_recommended > .application_appeal_text2:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cut-multiple_job_applications_recommended > .application_appeal_text2:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f5f5f5;
  border-width: 10px;
  margin-left: -10px;
}
.cut-multiple_job_applications_recommended > .application_appeal_text2:before {
  border-color: rgba(229, 216, 195, 0);
  border-top-color: #E5D8C3;
  border-width: 13px;
  margin-left: -13px;
}

@media screen and (min-width: 768px) {
  .cut-multiple_job_applications_recommended {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .cut-multiple_job_applications_recommended > .jobsearch_icon {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }
  .cut-multiple_job_applications_recommended > .application_appeal_text1 {
    font-size: 16px;
  }
  .cut-multiple_job_applications_recommended > .application_appeal_text2 {
    font-size: 20px;
    padding: 0 25px 20px;
  }
}

/***************************************************
.waiting-information_appeal
***************************************************/
.waiting-information_appeal {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

/***************************************************
cutAppliyCompNurse
***************************************************/
.cut-AppliyCompNurse .cut-AppliyCompNurse__pattern-1.sp-1{
	margin-top: 10px;
}
@media screen and (max-width: 767px){
	.cut-AppliyCompNurse .cut-AppliyCompNurse__pattern-1.sp-1{
		padding: 0 10px;
	}
}
.cut-AppliyCompNurse__bg01{
	padding: 20px 5px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
	background: #fff;
}
@media screen and (min-width: 768px){
	.cut-AppliyCompNurse__bg01{
		padding:30px;
	}
}
.cut-AppliyCompNurse__pt01{
	text-align:center;
}
@media screen and (min-width: 768px){
	.cut-AppliyCompNurse__pt01 .-onlySp{
		display:none;
	}
}
@media screen and (max-width: 767px){
	.cut-AppliyCompNurse__pt01 .-onlyPc{
		display:none;
	}
}
.cut-AppliyCompNurse__pt01 > .div01 .p01{
	font-size:16px;
	font-weight:700;
}
@media screen and (min-width: 768px){
	.cut-AppliyCompNurse__pt01 > .div01 .p01{
		font-size:18px;
	}
}
.cut-AppliyCompNurse__pt01 > .div01 .p02{
	font-size:12px;
	line-height:1.8;
	padding-top:10px;
}
@media screen and (min-width: 768px){
	.cut-AppliyCompNurse__pt01 > .div01 .p02{
		font-size:14px;
	}
}
.cut-AppliyCompNurse__pt01 > .div01 .p02 .span01{
	font-weight:700;
}
.cut-AppliyCompNurse__pt01 > .div01 .p03{
	font-size:10px;
	padding-top:10px;
}
@media screen and (min-width: 768px){
	.cut-AppliyCompNurse__pt01 > .div01 .p03{
		font-size:12px;
	}
}
.cut-AppliyCompNurse__pt01 > .div02{
	border-top:1px solid #e5e5e5;
	font-size:10px;
	padding-top:10px;
	margin-top:15px;
}
@media screen and (min-width: 768px){
	.cut-AppliyCompNurse__pt01 > .div02{
		font-size:12px;
	}
}
.cut-AppliyCompNurse__pt01 > .div02 .p02{
	padding-top:5px;
}

/***************************************************
banner.xml, industry_banner1~6
***************************************************/
.top-banner_articleInfoCard {
  width: 100%;
  margin: auto;
  padding-bottom: 10px;
}

.top-banner_infoTextArea {
  padding: 10px;
  line-height: 28px;
}

.bell-image {
  width: 15px;
  vertical-align: text-top;
}

.annotationArea {
  margin-top:30px;
}

.annotationArea a {
  color: #BA955B;
}

.annotationArea p:first-child {
  margin-bottom:5px;
}

@media screen and (min-width: 768px){
  /* .top-banner_articleInfoCard { width: 870px; } */
  .top-banner_infoTextArea { padding: 15px; line-height: normal; display: flex; }
  .bell-image { width: 20px; }
}

/***************************************************
industry_campaign1~6
***************************************************/
.articleInfoCard {
  width: 100%;
  margin: auto;
}

.infoTextArea {
  padding: 7px 10px 10px;
  line-height: 28px;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  font-size: 12px;
  font-weight: normal;
  background: #FFFFFF;
}

.infoTextArea .-heading03 {
  position: relative;
  padding-left: 10px;
  font-weight: normal;
    font-size: 12px;
}

.infoTextArea .-heading03:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 9px;
  left: 0;
  width: 4px;
  background-color: #ba955b;
}

.infoTextArea div a {
  display: block;
  line-height: 14px;
}

.infoTextArea div a:nth-child(n+2) {
  margin-top: 5px;
}

.carouselSlider {
  margin: 10px 10px 0;
}

.carouselSlider div {
  width: 100%;
}

.carouselSlider div img {
  width: 100%;
  height: 100%;
}

.cutBannerCard {
  width: 100%;
  margin: auto;
  margin-top: 15px;
}

.cutBannerArea {
  padding: 10px;
  line-height: 28px;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  font-size: 12px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev-arrow {
  left: -10px;
  z-index: 1;
}

.next-arrow {
  right: -10px;
}

@media screen and (min-width: 768px){
  .infoTextArea {
    padding: 10px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 24%);
  }

  .infoTextArea .-heading03 {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
  }

  .infoTextArea .-heading03:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 7px;
    left: 0;
    width: 4px;
    background-color: #ba955b;
  }

  .infoTextArea div {
    line-height: 20px;
    margin-top: 3px;
  }

  .infoTextArea div a {
    display: block;
    line-height: 20px;
    font-weight: normal;
  }

  .infoTextArea div a:nth-child(n+2) {
    margin-top: 8px;
  }

  .cutBannerArea {
    padding: 10px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 24%);
    background: #FFFFFF;
  }

  .cutBannerArea .-heading03 {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
  }
  
  .cutBannerArea .-heading03:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 7px;
    left: 0;
    width: 4px;
    background-color: #ba955b;
  }

  .cutBanners a {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 24%); */
  }

  .cutBanners a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .cutBanners a:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .cutBanners a:nth-child(n+2) {
    margin-top: 12px
  }
}

/***************************************************
industry_feature_popular_link_1~6
***************************************************/
.common-popularLink__pt01.common-popularLink_feature>.ul01>li {
  margin-top:7px;
  padding: 0 14px 0 0;
}
.common-popularLink__pt01.common-popularLink_feature>.ul01 {
  margin:0px;
}
.common-popularLink__pt01.common-popularLink_feature>.-heading03 {
  margin:0px;
}
.common-popularLink__pt01 .popularTitle {
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 16px;
}
.common-popularLink__pt01 .popularTitle img {
  margin-right: 5px;
}
@media screen and (min-width: 768px){
  .common-popularLink__pt01.common-popularLink_feature>.ul01 {
      margin: 0px;
      padding: 5px 20px 10px;
  }
  .common-popularLink__pt01.common-popularLink_feature>.ul01>li {
    margin-top:10px;
  }
  .common-popularLink__pt01 .popularTitle {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #E5E5E5;
  }
  .common-popularLink__pt01 .popularTitle {
    margin-bottom: 0;
  }
  .pcZeroPadding{
    padding: 0;
  }
}

/***************************************************
industry_feature_popular_link_1~6.xml, industry_place_popular_link1~6.xml, kanren_1~6.xml
***************************************************/
.common-popularLink__pt01.common-popularLink_feature>.ul01>li {
  margin-top:7px;
  padding: 0 14px 0 0;
}
.common-popularLink__pt01.common-popularLink_feature>.ul01 {
  margin:0px;
}
.common-popularLink__pt01.common-popularLink_feature>.-heading03 {
  margin:0px;
}
.common-popularLink__pt01 .popularTitle {
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 16px;
}
.common-popularLink__pt01 .popularTitle img {
  margin-right: 5px;
}
@media screen and (min-width: 768px){
  .common-popularLink__pt01.common-popularLink_feature>.ul01 {
      margin: 0px;
      padding: 5px 20px 10px;
  }
  .common-popularLink__pt01.common-popularLink_feature>.ul01>li {
    margin-top:10px;
  }
  .common-popularLink__pt01 .popularTitle {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #E5E5E5;
  }
  .common-popularLink__pt01 .popularTitle {
    margin-bottom: 0;
  }
  .pcZeroPadding{
    padding: 0;
  }
  .popularLinkArrow {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
  }
  .popularLinkArrow:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(https://www.baitorupro.com/images/2021/arw_003a.svgz?fix=BP_EHC-3941) no-repeat;
    background-size: 14px;
  }
}

/***************************************************
mypage_registformprf_agent_1.xml
mypage_registformprf_agent_2.xml
mypage_registformprf_mail_1.xml
mypage_registformprf_mail_2.xml
mypage_registformprf_mail.xml
***************************************************/
.mypage_registformprf_annotation > .annotation {
    color: #555;
    font-size: 10px;
    margin-top: 8px;
    line-height: 16px;
}
.mypage_registformprf_annotation > .annotation_nurse {
    color: #555;
    font-size: 10px;
    margin-top: 12px;
    line-height: 16px;
}
.mypage_registformprf_annotation > .annotation-nurse_hatarako_terms { 
    margin-top: 4px;
    font-size: 10px;
}
.mypage_registformprf_annotation > .annotation-nurse_hatarako_terms p a {
    position: relative;
    color: #000;
    font-size: 10px;
}
.mypage_registformprf_annotation > .annotation-nurse_hatarako_terms p a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/cut/html/images/icon_link_black.svg?fix=BP_EHC-3941);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    margin-left: 4px;
}
.mypage_registformprf_annotation > .annotation-link {
    font-size: 12px;
    margin-top: 40px;
    color: #333;
}
.mypage_registformprf_annotation > .annotation-link > p > a {
    display: inline;
    color: #000;
    font-size: 12px;
}
@media screen and (min-width: 767px){
    .mypage_registformprf_annotation > .annotation {
        color: #8F8F8F;
        margin-top: 25px;
        line-height: 20px;
        font-size: 12px;
    }
    .mypage_registformprf_annotation > .annotation_nurse {
        color: #8F8F8F;
        font-size: 12px;
    }
    .mypage_registformprf_annotation > .annotation-link {
        font-size: 14px;
    }
    .mypage_registformprf_annotation > .annotation-link > p > a {
        color: #333;
        font-size: 14px;
    }
}

/***************************************************
応募確認画面
***************************************************/
.cut-entryconfirm {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  max-width: 642px;
  margin: 20px auto 0;
}

.cut-entryconfirm p:nth-child(n+2) {
  margin-top: 15px;
}

.cut-entryconfirm > p > a{
text-decoration-line: underline;
color: #BA955B;
}

@media screen and (max-width: 767px){
  .cut-entryconfirm {
    padding-bottom: 30px;
  }
}
