@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  overflow-x: hidden;
  color: #595757;
  font-size: 1.6rem;
  line-height: 1.8;
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sidebar.ver_template .side_box {
  position: fixed;
  top: 70px;
  left: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 5;
}
@media (max-width: 768px) {
  .sidebar.ver_template .side_box {
    position: static;
  }
}

.page_the_contents .template_block {
  margin-bottom: 120px;
}
.page_the_contents .template_block .template_ttl {
  margin-bottom: 1em;
  background-color: #000;
  padding: 0.5em 1em;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.page_the_contents .template_block .template_ttl:before {
  content: "👉";
  margin-right: 0.4em;
}
.page_the_contents .template_block .template_ttl .num {
  display: inline-block;
  margin-right: 1em;
  font-size: 1em;
  color: inherit;
}
.page_the_contents .template_block .template_box:not(:last-of-type) {
  margin-bottom: 80px;
}
.page_the_contents .template_block .template_box .template_s_ttl {
  margin-bottom: 1em;
  background-color: #000;
  padding: 0.5em 1em;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
.page_the_contents .template_block .template_box .template_s_ttl .num {
  display: inline-block;
  margin-right: 1em;
  font-size: 1em;
  color: inherit;
}

/*=============================================*/
/*  mb  */
/*=============================================*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/*=============================================*/
/*  department  Base  */
/*=============================================*/
.txt_right {
  text-align: right;
}

.page_the_contents a {
  font-size: 1em;
  color: #2badd7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_the_contents a:hover {
  color: #595757;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_the_contents .underline {
  font-size: 1em;
  color: inherit;
  text-decoration: underline !important;
}
.page_the_contents strong {
  font-size: 1em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page_the_contents .color_blue {
  font-size: 1em;
  font-weight: inherit;
  color: #2badd7;
}
.page_the_contents .color_red {
  font-size: 1em;
  font-weight: inherit;
  color: #d1001f;
}
.page_the_contents .small_txt {
  font-size: 0.85em;
  font-weight: inherit;
  color: inherit;
}
.page_the_contents .del_txt {
  font-size: 1em;
  font-weight: inherit;
  text-decoration: line-through;
}
.page_the_contents .bold_txt {
  font-size: 1em;
  font-weight: bold;
}

.base_btn_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  gap: 15px 2%;
}
@media (max-width: 768px) {
  .base_btn_list {
    margin-bottom: 50px;
  }
}
.base_btn_list li {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.base_btn_list li:not(:last-child) {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .base_btn_list li {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .base_btn_list li {
    width: 100%;
  }
}

.page_link_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 15px;
}

.page_link_list li {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_link_list li:not(:last-child) {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .page_link_list li {
    width: 48%;
  }
}
.page_link_list li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0.5em 0.5em 40px 0.5em;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  color: inherit;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page_link_list li a {
    padding-bottom: 25px;
  }
}
.page_link_list li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: clamp(20px, 2.3vw, 30px);
  height: clamp(20px, 2.3vw, 30px);
  margin: auto;
  background: url(../img/common/arrow-bottom-balloon.svg) no-repeat center/100%;
}
.page_link_list li a:hover {
  color: #2badd7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.txt_base {
  margin-bottom: 80px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .txt_base {
    margin-bottom: 70px;
    font-size: 1.4rem;
  }
}
.txt_base p {
  margin-bottom: 1.5em;
  font-size: 1em;
}
.txt_base p:last-child {
  margin-bottom: 0;
}

.accordion_box h3 {
  margin-bottom: 5px;
  padding: 1.1em 3em 1.1em 1.5em;
  background-color: #ebebeb;
  font-size: 1.8rem;
  border-radius: 10px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accordion_box h3 {
    font-size: 1.6rem;
  }
}
.accordion_box p {
  display: none;
  font-size: 1.6rem;
}
.accordion_box p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .accordion_box p {
    font-size: 1.4rem;
  }
}

.accordion_box h3 {
  position: relative;
}
.accordion_box h3:before, .accordion_box h3:after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .accordion_box h3:before, .accordion_box h3:after {
    width: 15px;
  }
}
.accordion_box h3:after {
  transform: rotate(90deg);
}

.accordion_box h3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion_box h3.active {
  background-color: #de82a7;
  color: #fff;
}
.accordion_box h3.active:before, .accordion_box h3.active:after {
  background-color: #fff;
}
.accordion_box h3.active:after {
  transform: rotate(0deg);
}

.accordion_box#js_accordion_custom .accordion_open_box {
  display: none;
  padding: 25px 20px 50px 20px;
}
@media (max-width: 768px) {
  .accordion_box#js_accordion_custom .accordion_open_box {
    padding: 13px 13px 30px 13px;
  }
}
.accordion_box#js_accordion_custom .accordion_open_box p {
  display: block;
}

#page20,
#page19,
#page18,
#page17,
#page16,
#page15,
#page14,
#page13,
#page12,
#page11,
#page10,
#page09,
#page08,
#page07,
#page06,
#page05,
#page04,
#page03,
#page02,
#page01 {
  padding-top: 1px;
}

table.dc_commons {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
table.dc_commons td, table.dc_commons th {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.7;
}
@media (max-width: 768px) {
  table.dc_commons td, table.dc_commons th {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
table.dc_commons th {
  width: 15em;
  background-color: rgba(222, 130, 167, 0.5);
  color: #fff;
}
@media (max-width: 768px) {
  table.dc_commons th {
    width: auto;
  }
}
table.dc_commons tr:nth-child(odd) {
  background-color: #eee;
}

@media (max-width: 768px) {
  .has_scroll {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .has_scroll table.dc_commons {
    width: 180%;
  }
}

.gyoseki {
  margin: 15px 0;
}
.gyoseki > li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #bcbcbc;
}
@media (max-width: 768px) {
  .gyoseki > li {
    padding-bottom: 20px;
  }
}
.gyoseki > li a {
  font-size: 1em;
  text-decoration: underline;
  color: #2badd7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gyoseki > li a:hover {
  color: #595757;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gyoseki > li:not(:last-child) {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .gyoseki > li:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

.staff_layout h3 {
  margin-top: 2em;
  margin-bottom: 1.8em;
  padding-left: 1em;
  border-left: 10px solid #de82a7;
  font-size: 1.9rem;
  clear: both;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 768px) {
  .staff_layout h3 {
    font-size: 1.6rem;
  }
}

.staff_layout .photo {
  width: 35%;
  float: right;
  margin-left: 5%;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .staff_layout .photo {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.staff_layout .photo img {
  max-width: 152px;
}
.staff_layout table.stuff {
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .staff_layout table.stuff {
    width: 100%;
    min-height: unset;
  }
}
.staff_layout table.stuff th, .staff_layout table.stuff td {
  padding-bottom: 0.6em;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .staff_layout table.stuff th, .staff_layout table.stuff td {
    line-height: 1.6;
  }
}
.staff_layout table.stuff th {
  width: 6em;
  padding-right: 1em;
}
.staff_layout table.stuff:after {
  content: "";
  display: block;
  clear: both;
}

/***********************************/
/* 固定ページ流し込み追加分 */
/***********************************/
.page_the_contents h5 {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: left;
  font-size: 1.6rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #de82a7;
}
@media (max-width: 768px) {
  .page_the_contents h5 {
    font-size: 1.5rem;
  }
}
.page_the_contents h6 {
  margin-top: 2em;
  margin-bottom: 0.7em;
  text-align: left;
  font-size: 1.4rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 768px) {
  .page_the_contents h6 {
    font-size: 1.3rem;
  }
}
.page_the_contents ul li:not(:last-child), .page_the_contents ol li:not(:last-child) {
  margin-bottom: 1.2em;
}
.page_the_contents .resi_contact {
  padding: 30px;
  background-color: #dddddd;
}
@media (max-width: 768px) {
  .page_the_contents .resi_contact {
    padding: 20px 25px;
  }
}

.page_the_contents .balloon_arrow_btn a {
  color: #595757;
}
.page_the_contents .balloon_arrow_btn a:hover {
  color: #2badd7;
}
.page_the_contents .square_btn a {
  color: #595757;
}
.page_the_contents .square_btn a:hover {
  color: #2badd7;
}
.page_the_contents .arrow_text_link_list li a {
  color: #595757;
}
.page_the_contents .arrow_text_link_list li a:hover {
  color: #2badd7;
}
.page_the_contents .round_btn a {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  color: #595757;
}
.page_the_contents .round_btn a:hover {
  color: #2badd7;
}

.page_the_contents .merit_list {
  counter-reset: count 0;
}
.page_the_contents .merit_list li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.2em;
  z-index: 1;
}
.page_the_contents .merit_list li:before {
  content: counter(count) "";
  counter-increment: count 1;
  margin-right: 0.5em;
  font-weight: bold;
}

.page_the_contents .img_txt_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 40px;
}
.page_the_contents .img_txt_list li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_the_contents .img_txt_list li a:hover .ttl, .page_the_contents .img_txt_list li a:hover .txt {
  color: #2badd7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_the_contents .img_txt_list li .img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.page_the_contents .img_txt_list li .img img {
  width: 100%;
}
.page_the_contents .img_txt_list li .ttl,
.page_the_contents .img_txt_list li .txt {
  padding: 0.4em 0;
  font-size: clamp(1.4rem, 1.4vw, 1.55rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_the_contents .img_txt_list li .ttl {
  font-weight: bold;
}

.page_the_contents .img_txt_list.ver_2_column li {
  width: 49%;
}
@media (max-width: 1024px) {
  .page_the_contents .img_txt_list.ver_2_column li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .page_the_contents .img_txt_list.ver_2_column li {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page_the_contents .img_txt_list.ver_2_column {
    gap: 4%;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .page_the_contents .img_txt_list.ver_2_column {
    gap: 0;
  }
}
.page_the_contents .img_txt_list.ver_3_column li {
  width: 32%;
}
@media (max-width: 1024px) {
  .page_the_contents .img_txt_list.ver_3_column li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .page_the_contents .img_txt_list.ver_3_column li {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page_the_contents .img_txt_list.ver_3_column {
    gap: 4%;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .page_the_contents .img_txt_list.ver_3_column {
    gap: 0;
  }
}
.page_the_contents .img_txt_list.ver_4_column li {
  width: 23.5%;
}
@media (max-width: 1300px) {
  .page_the_contents .img_txt_list.ver_4_column li {
    width: 32%;
  }
}
@media (max-width: 1024px) {
  .page_the_contents .img_txt_list.ver_4_column li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .page_the_contents .img_txt_list.ver_4_column li {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page_the_contents .img_txt_list.ver_4_column {
    gap: 4%;
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .page_the_contents .img_txt_list.ver_4_column {
    gap: 0;
  }
}

.page_the_contents .img_txt_list.ver_small_txt li {
  width: 32%;
}
@media (max-width: 1024px) {
  .page_the_contents .img_txt_list.ver_small_txt li {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .page_the_contents .img_txt_list.ver_small_txt {
    gap: 4%;
    row-gap: 30px;
  }
}

.page_the_contents .caption_img {
  width: 100%;
  margin: 15px 0;
}
.page_the_contents .caption_img img {
  margin-bottom: 15px;
}
.page_the_contents .caption_img figcaption {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .page_the_contents .caption_img figcaption {
    font-size: 1.2rem;
  }
}

.page_the_contents .img_flex_box {
  margin: 15px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page_the_contents .img_flex_box {
    display: block;
  }
}
.page_the_contents .img_flex_box .img {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  .page_the_contents .img_flex_box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page_the_contents .img_flex_box .txt_box {
  width: 67%;
}
@media (max-width: 768px) {
  .page_the_contents .img_flex_box .txt_box {
    width: 100%;
  }
}
.page_the_contents .img_flex_box .txt_box .txt_base {
  margin-bottom: 0;
}
.page_the_contents .img_flex_box.reverse {
  flex-direction: row-reverse;
}
.page_the_contents .img_flex_box.ver_big .img {
  width: 50%;
}
@media (max-width: 768px) {
  .page_the_contents .img_flex_box.ver_big .img {
    width: 100%;
  }
}
.page_the_contents .img_flex_box.ver_big .txt_box {
  width: 47%;
}
@media (max-width: 768px) {
  .page_the_contents .img_flex_box.ver_big .txt_box {
    width: 100%;
  }
}

.page_the_contents .flow_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 30px;
  margin: 15px 0;
}
@media (max-width: 1024px) {
  .page_the_contents .flow_list {
    gap: 25px;
    row-gap: 20px;
  }
}
.page_the_contents .flow_list li {
  position: relative;
  width: calc((100% - 150px) / 3);
}
@media (max-width: 1024px) {
  .page_the_contents .flow_list li {
    width: calc((100% - 50px) / 2);
  }
}
.page_the_contents .flow_list li:not(:last-child) {
  margin-bottom: 0 !important;
}
.page_the_contents .flow_list li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -29px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 8px;
  height: 13px;
  background: url(../img/common/arrow-right.svg) no-repeat center/100%;
}
@media (max-width: 1024px) {
  .page_the_contents .flow_list li:not(:last-child):after {
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 6px;
    height: 10px;
  }
}
@media (max-width: 1024px) {
  .page_the_contents .flow_list li:nth-child(3n):after {
    position: absolute;
    top: 0;
    right: -29px;
    bottom: 0;
    left: auto;
    margin: auto;
    content: "";
    width: 8px;
    height: 13px;
    background: url(../img/common/arrow-right.svg) no-repeat center/100%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page_the_contents .flow_list li:nth-child(3n):after {
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 6px;
    height: 10px;
  }
}

.page_the_contents .simple_list {
  margin: 15px 0;
}

.page_the_contents .simple_list li {
  position: relative;
  padding-left: 1.3em;
}
.page_the_contents .simple_list li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2badd7;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .page_the_contents .simple_list li:before {
    width: 5px;
    height: 5px;
  }
}

.page_the_contents .num_list {
  counter-reset: count 0;
  margin: 15px 0;
}
.page_the_contents .num_list li {
  position: relative;
  padding-left: 1.5em;
  z-index: 1;
}
.page_the_contents .num_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(count) ".";
  counter-increment: count 1;
}

.page_the_contents .num_list.big_num li {
  padding: 18px 0;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .page_the_contents .num_list.big_num li {
    padding: 13px 0;
    padding-left: 53px;
  }
}
.page_the_contents .num_list.big_num li:not(:last-child) {
  margin-bottom: 0 !important;
}
.page_the_contents .num_list.big_num li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: counter(count) "";
  width: 35px;
  height: 35px;
  background-color: #de82a7;
  border-radius: 40px;
  font-size: 2rem;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page_the_contents .num_list.big_num li:before {
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
  }
}

.page_the_contents .dl_list {
  margin: 15px 0;
}

.page_the_contents .dl_list .inner {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #bcbcbc;
}
@media (max-width: 768px) {
  .page_the_contents .dl_list .inner {
    display: block;
    padding: 20px 0;
  }
}
.page_the_contents .dl_list .inner:first-of-type {
  border-top: 1px solid #bcbcbc;
}
.page_the_contents .dl_list .inner dt {
  width: 10em;
  margin-right: 1em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page_the_contents .dl_list .inner dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.8em;
  }
}
.page_the_contents .dl_list .inner dd {
  width: calc(100% - 11em);
}
@media (max-width: 768px) {
  .page_the_contents .dl_list .inner dd {
    width: 100%;
  }
}

.page_the_contents .full_border_ttl {
  margin-bottom: 1.2em;
  padding: 0.5em 1em;
  border: 1px solid #595757;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page_the_contents .full_border_ttl {
    font-size: 1.6rem;
  }
}

.page_the_contents .caution {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .page_the_contents .caution {
    font-size: 1.3rem;
  }
}
.page_the_contents .caution:before {
  content: "※";
  margin-right: 0.5em;
}
.page_the_contents .caution:not(:last-of-type) {
  margin-bottom: 7px;
}

.page_the_contents .bg_gray {
  margin: 15px 0;
  padding: 30px;
  background-color: #dddddd;
}
@media (max-width: 768px) {
  .page_the_contents .bg_gray {
    padding: 25px 20px;
  }
}
.page_the_contents .bg_gray .txt_base {
  margin-bottom: 0;
}
.page_the_contents .bg_skyblue {
  margin: 15px 0;
  padding: 30px;
  background-color: rgba(0, 131, 245, 0.15);
}
@media (max-width: 768px) {
  .page_the_contents .bg_skyblue {
    padding: 25px 20px;
  }
}
.page_the_contents .bg_skyblue .txt_base {
  margin-bottom: 0;
}
.page_the_contents .border_red {
  margin: 15px 0;
  padding: 20px;
  background-color: #ffffff;
  border: 2px solid #d1001f;
}
@media (max-width: 768px) {
  .page_the_contents .border_red {
    padding: 18px;
  }
}
.page_the_contents .border_red .txt_base {
  margin-bottom: 0;
}

.page_the_contents .bg_gray .border_left_ttl,
.page_the_contents .bg_gray .bg_gray_ttl,
.page_the_contents .bg_gray .bg_blue_ttl,
.page_the_contents .bg_gray h5,
.page_the_contents .bg_gray h6,
.page_the_contents .bg_gray .full_border_ttl,
.page_the_contents .bg_skyblue .border_left_ttl,
.page_the_contents .bg_skyblue .bg_gray_ttl,
.page_the_contents .bg_skyblue .bg_blue_ttl,
.page_the_contents .bg_skyblue h5,
.page_the_contents .bg_skyblue h6,
.page_the_contents .bg_skyblue .full_border_ttl,
.page_the_contents .border_red .border_left_ttl,
.page_the_contents .border_red .bg_gray_ttl,
.page_the_contents .border_red .bg_blue_ttl,
.page_the_contents .border_red h5,
.page_the_contents .border_red h6,
.page_the_contents .border_red .full_border_ttl {
  margin-top: 0;
}

.page_the_contents .column_layout {
  margin: 15px 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 20px;
}
.page_the_contents .column_layout.ver_02 .layout_box {
  width: 48%;
}
@media (max-width: 768px) {
  .page_the_contents .column_layout.ver_02 .layout_box {
    width: 100%;
  }
}
.page_the_contents .column_layout.ver_03 .layout_box {
  width: 30.6666666667%;
}
@media (max-width: 1300px) {
  .page_the_contents .column_layout.ver_03 .layout_box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .page_the_contents .column_layout.ver_03 .layout_box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page_the_contents .column_layout.ver_wrap {
    row-gap: 10px;
  }
}
.page_the_contents .column_layout.ver_wrap .layout_box {
  display: inline-block;
}
@media (max-width: 768px) {
  .page_the_contents .column_layout.ver_wrap .layout_box {
    width: 48%;
  }
}

.page_the_contents .note_box {
  margin: 15px 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .page_the_contents .note_box {
    display: block;
  }
}
.page_the_contents .note_box .txt {
  width: 10em;
  display: inline-block;
  margin-right: 2em;
  padding: 0.3em 1em;
  background-color: #d1001f;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .page_the_contents .note_box .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
}
.page_the_contents .note_box .content {
  width: calc(100% - 11em);
}
@media (max-width: 768px) {
  .page_the_contents .note_box .content {
    width: 100%;
  }
}

.page_the_contents .round_btn_list {
  margin: 15px 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .page_the_contents .round_btn_list {
    row-gap: 10px;
  }
}
.page_the_contents .round_btn_list .round_btn {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .page_the_contents .round_btn_list .round_btn {
    width: 48%;
    flex: none;
  }
}
@media (max-width: 768px) {
  .page_the_contents .round_btn_list .round_btn {
    width: 100%;
  }
}
.page_the_contents .round_btn_list .round_btn:not(:last-child) {
  margin-bottom: 0 !important;
}
.page_the_contents .round_btn_list .round_btn a {
  padding: 0.9em 2em 0.9em 1.5em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem) !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.page_the_contents .qa_block .qa_box:not(:last-of-type) {
  margin-bottom: 10px;
}
.page_the_contents .qa_block .qa_box .qa_ttl {
  position: relative;
  padding: 1.3em 70px 1.3em 0;
  background-color: #de82a7;
  border-radius: 10px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page_the_contents .qa_block .qa_box .qa_ttl {
    padding: 1.3em 52px 1.3em 0;
  }
}
.page_the_contents .qa_block .qa_box .qa_ttl:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  z-index: 2;
}
@media (max-width: 768px) {
  .page_the_contents .qa_block .qa_box .qa_ttl:before {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 19px;
    height: 1px;
  }
}
.page_the_contents .qa_block .qa_box .qa_ttl:after {
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page_the_contents .qa_block .qa_box .qa_ttl:after {
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 1px;
    height: 19px;
  }
}
.page_the_contents .qa_block .qa_box .qa_ttl.active:after {
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_the_contents .qa_block .qa_box .qa_ttl p {
  position: relative;
  padding-left: 65px;
  font-size: clamp(1.6rem, 1.9vw, 2rem);
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  .page_the_contents .qa_block .qa_box .qa_ttl p {
    padding-left: 55px;
  }
}
.page_the_contents .qa_block .qa_box .qa_ttl p:before {
  position: absolute;
  top: 0;
  left: 25px;
  content: "Q";
  font-size: clamp(2.5rem, 2.5vw, 2.8rem);
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 768px) {
  .page_the_contents .qa_block .qa_box .qa_ttl p:before {
    left: 20px;
  }
}

.page_the_contents .qa_block .qa_box .qa_content {
  display: none;
  padding: 25px 25px 40px 25px;
}
@media (max-width: 768px) {
  .page_the_contents .qa_block .qa_box .qa_content {
    padding: 13px 13px 25px 13px;
  }
}
.page_the_contents .qa_block .qa_box .qa_content .txt_base {
  margin-bottom: 0;
}

.page_the_contents .koho_list:not(:last-of-type) {
  margin-bottom: 50px;
}
.page_the_contents .koho_list .koho_ttl {
  margin-bottom: 1em;
  padding: 0.8em 1em;
  background-color: #dddddd;
  font-size: 2rem;
  font-weight: bold;
}
.page_the_contents .koho_list .koho_ttl .num {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  font-size: 1em;
  font-weight: inherit;
  color: inherit;
}

.page_the_contents .koho_list .flex_box {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  gap: 4%;
}
@media (max-width: 768px) {
  .page_the_contents .koho_list .flex_box {
    display: block;
  }
}
.page_the_contents .koho_list .flex_box .img {
  width: 20%;
}
@media (max-width: 768px) {
  .page_the_contents .koho_list .flex_box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page_the_contents .koho_list .flex_box .img a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_the_contents .koho_list .flex_box .img a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_the_contents .koho_list .flex_box .img img {
  width: 100%;
}
.page_the_contents .koho_list .flex_box .txt_box {
  width: 76%;
}
@media (max-width: 768px) {
  .page_the_contents .koho_list .flex_box .txt_box {
    width: 100%;
  }
  .page_the_contents .koho_list .flex_box .txt_box .round_btn a {
    width: 100%;
  }
}

.page_the_contents .floor_guide_list li {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.page_the_contents .floor_guide_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page_the_contents .floor_guide_list li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.page_the_contents .floor_guide_list li .num {
  position: relative;
  width: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.3em;
  background-color: #de82a7;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .page_the_contents .floor_guide_list li .num {
    font-size: 1.8rem;
  }
}
.page_the_contents .floor_guide_list li .num:after {
  margin-left: 0.1em;
  content: "F";
  font-size: 0.7em;
  font-weight: inherit;
  color: inherit;
}

.page_the_contents .floor_guide_list li .right_box {
  width: 100%;
  padding: 20px;
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4%;
}
@media (max-width: 768px) {
  .page_the_contents .floor_guide_list li .right_box {
    display: block;
    padding: 20px 15px;
  }
}
.page_the_contents .floor_guide_list li .right_box .txt_box {
  width: 50%;
}
@media (max-width: 768px) {
  .page_the_contents .floor_guide_list li .right_box .txt_box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.page_the_contents .floor_guide_list li .right_box .img {
  width: 46%;
  text-align: center;
}
@media (max-width: 768px) {
  .page_the_contents .floor_guide_list li .right_box .img {
    width: 100%;
  }
}

.page_the_contents .form_link_list {
  margin: 15px 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page_the_contents .form_link_list {
    display: block;
  }
}
.page_the_contents .form_link_list .ttl {
  width: 30%;
  font-weight: bold;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .page_the_contents .form_link_list .ttl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.7em;
  }
}
.page_the_contents .form_link_list .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .page_the_contents .form_link_list .list {
    width: 100%;
    gap: 30px;
  }
}
.page_the_contents .form_link_list .list li {
  position: relative;
  display: inline-block;
}
.page_the_contents .form_link_list .list li:not(:last-child) {
  margin-bottom: 0 !important;
}
.page_the_contents .form_link_list .list li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "/";
}
@media (max-width: 768px) {
  .page_the_contents .form_link_list .list li:not(:last-child):after {
    right: -20px;
  }
}
.page_the_contents .form_link_list .list li a {
  display: block;
  font-size: 1em;
}

.page_the_contents .voice_list {
  padding: 0 20px;
}
.page_the_contents .voice_list li {
  position: relative;
  padding: 20px;
  background-color: rgba(43, 173, 215, 0.15);
}
.page_the_contents .voice_list li:before {
  position: absolute;
  top: -4px;
  left: 4px;
  content: "“";
  font-size: 5rem;
  line-height: 1em;
}

.page_the_contents .marker {
  background: linear-gradient(transparent 60%, rgb(255, 248, 36) 60%);
  font-size: 1em;
  font-weight: bold;
}

.page_the_contents .section.ver_er_guide .page_link_list {
  margin-bottom: 120px;
  justify-content: center;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .page_link_list {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .page_link_list li {
    width: 29%;
  }
}
.page_the_contents .section.ver_er_guide .page_link_list li a {
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  font-weight: bold;
}
.page_the_contents .section.ver_er_guide .page_link_list li a .num {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  font-size: clamp(1.3rem, 2.3vw, 1.8rem);
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .page_link_list li a .num {
    justify-content: center;
  }
}
.page_the_contents .section.ver_er_guide .page_link_list li a .num .big {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
  width: 34px;
  height: 34px;
  background-color: #de82a7;
  border-radius: 40px;
  font-size: 1.04em;
  font-weight: inherit;
  color: #ffffff;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .page_link_list li a .num .big {
    width: 26px;
    height: 26px;
  }
}

.page_the_contents .section.ver_er_guide .step_ttl {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1.7em;
  padding: 0.5em 1.5em;
  background-color: #ffffff;
  border: 2px solid #de82a7;
  border-radius: 40px;
  font-weight: bold;
  color: #de82a7;
  text-align: center;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .step_ttl {
    font-size: 1.6rem;
  }
}
.page_the_contents .section.ver_er_guide .step_ttl span {
  display: inline-block;
  margin-right: 0.8em;
  margin-left: 0.3em;
  background: #de82a7;
  border-radius: 40px;
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
  color: #ffffff;
}

.page_the_contents .section.ver_er_guide .layout_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.page_the_contents .section.ver_er_guide .layout_box.step01 .img {
  width: 55%;
  margin: 0 auto 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .layout_box.step01 .img {
    max-width: 300px;
  }
}
.page_the_contents .section.ver_er_guide .layout_box .txt_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  background-color: rgba(43, 173, 215, 0.15);
}
.page_the_contents .section.ver_er_guide .bg_white {
  padding: 20px;
  background-color: #ffffff;
}
.page_the_contents .section.ver_er_guide .bg_white .txt_base {
  margin-bottom: 0;
}

.page_the_contents .section.ver_er_guide .step_box.step02 .simple_list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.page_the_contents .section.ver_er_guide .step_box.step03 .img_flex_box {
  margin-bottom: 20px;
  align-items: center;
}
.page_the_contents .section.ver_er_guide .step_box.step03 .img_flex_box .img {
  width: 20%;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .step_box.step03 .img_flex_box .img {
    width: 100%;
  }
}
.page_the_contents .section.ver_er_guide .step_box.step03 .img_flex_box .img img {
  width: 80%;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .step_box.step03 .img_flex_box .img img {
    width: 40%;
    max-width: 150px;
  }
}
.page_the_contents .section.ver_er_guide .step_box.step03 .img_flex_box .txt_box {
  width: 77%;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .step_box.step03 .img_flex_box .txt_box {
    width: 100%;
  }
}

.page_the_contents .section.ver_er_guide .step_box.step04 .img_flex_box {
  align-items: flex-end;
}
.page_the_contents .section.ver_er_guide .step_box.step04 .img_flex_box .img {
  width: 16%;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .step_box.step04 .img_flex_box .img {
    width: 100%;
  }
}
.page_the_contents .section.ver_er_guide .step_box.step04 .img_flex_box .img img {
  width: 80%;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .step_box.step04 .img_flex_box .img img {
    width: 18%;
    max-width: 90px;
  }
}
.page_the_contents .section.ver_er_guide .step_box.step04 .img_flex_box .txt_box {
  width: 81%;
}
@media (max-width: 768px) {
  .page_the_contents .section.ver_er_guide .step_box.step04 .img_flex_box .txt_box {
    width: 100%;
  }
}
.page_the_contents .section.ver_er_guide .step_box.step04 .img_flex_box .txt_box .bg_blue_ttl .color {
  color: rgb(255, 248, 36);
}

.dl__nurse--defini dt {
  margin-top: 2.5em;
  margin-bottom: 1.2em;
  text-align: left;
  background-color: #2badd7;
  font-size: 1.8rem;
  padding: 0.5em 1em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
}
.dl__nurse--defini .box__inner--cncnscna {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5%;
  row-gap: 15px;
}
@media (max-width: 768px) {
  .dl__nurse--defini .box__inner--cncnscna {
    gap: 2%;
    row-gap: 10px;
  }
}
.dl__nurse--defini .box__inner--cncnscna dd {
  display: block;
  padding: 0.4em 1.3em;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #2badd7;
}
@media (max-width: 768px) {
  .dl__nurse--defini .box__inner--cncnscna dd {
    padding: 0.4em 1em;
  }
}
.dl__nurse--defini .box__inner--cncnscna dd a {
  display: block;
}

.newsList .newsItem {
  border-bottom: 1px solid #f8f8f8;
}
.newsList .newsItem:not(:last-child) {
  margin-bottom: 0;
}
.newsList .newsItem a {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 25px 3%;
  gap: 20px;
}
@media (max-width: 768px) {
  .newsList .newsItem a {
    display: block;
    padding: 20px 2%;
  }
}

.newsList .newsItem a .newsDate {
  width: 6em;
  display: inline-block;
  color: #595757;
}
@media (max-width: 768px) {
  .newsList .newsItem a .newsDate {
    margin-right: 1em;
  }
}
.newsList .newsItem a .catName {
  width: 7em;
  display: inline-block;
  padding: 0.4em 0.6em;
  font-size: 0.94em;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .newsList .newsItem a .catName {
    width: 10em;
    margin-bottom: 1em;
    font-size: 0.85em;
  }
}
.newsList .newsItem a .catName.guidance {
  background-color: #8097e1;
}
.newsList .newsItem a .catName.internship {
  background: #ff83af;
}
.newsList .newsItem a .catName.recruit {
  background: #f57e57;
}
.newsList .newsItem a .catName.update {
  background: #004dd4;
}
.newsList .newsItem a .newsTitle {
  width: calc(100% - 13em - 40px);
  color: #595757;
}
@media (max-width: 768px) {
  .newsList .newsItem a .newsTitle {
    width: 100%;
  }
}/*# sourceMappingURL=layout_base.css.map */