@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.column h4,
.column h1 {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
}

.protalk {
  color: #666969;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 80px;
}

.protalk .pc_vis {
  display: inline-block !important;
}
.protalk .sp_vis {
  display: none !important;
}

.protalk .main_img {
  border-left: none;
  line-height: 0;
  margin: 0 0 70px 0;
  padding: 0;
}
.protalk h3 {
  background: none;
  padding-left: 0;
}
.protalk .lead {
  margin-bottom: 70px;
}
.protalk .upper {
  border-top: 2px solid #008242;
  position: relative;
  margin-bottom: 10px;
  padding-top: 15px;
  z-index: 1;
}
.protalk .upper:after {
  content: "";
  border-top: 1px solid #008242;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.protalk .lower {
  border-bottom: 2px solid #008242;
  position: relative;
  margin-top: 10px;
  padding-bottom: 15px;
  z-index: 1;
}
.protalk .lower:before {
  content: "";
  border-bottom: 1px solid #008242;
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.protalk .profile {
  display: flex;
  justify-content: center;
}
.protalk .profile img {
  height: 220px;
  width: 220px;
  margin: 0;
  padding: 0;
  padding-right: 20px;
}
.protalk .profile h4 {
  color: #008242;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.protalk .profile .txt {
  padding-top: 10px;
}
.protalk .profile .txt p {
  margin-bottom: 0;
}
.protalk .contents h4 {
  margin-top: 90px;
  text-align: center;
}
.protalk .contents h3 {
  font-size: 2.00rem;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
.protalk .question,
.protalk .answer {
  font-weight: 500;
  line-height: 1.75;
}
.protalk .answer + .question {
	margin-top: 30px;
}
.protalk .box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.protalk .box.section01 .txt .answer,
.protalk .box.section03 .txt .answer,
.protalk .box.section04 .txt .answer {
  margin-bottom: 0;
}
.protalk .box .txt {
  padding-right: 40px;
  width: 500px;
}
.protalk .box img {
  width: 440px;
}
.protalk .information {
  background-color: #ECF4D9;
  margin: 60px auto 40px;
  padding: 80px 40px 40px 40px;
  position: relative;
}
.protalk .information h4 {
  position: absolute;
  left: calc(50% - (284px / 2));
  top: -20px;
}
.protalk .information .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.protalk .information .box .txt {
  padding-right: 40px;
  width: 700px;
}
.protalk .information .box .txt h3 {
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 10px;
}
.protalk .information .box .txt p {
  margin-bottom: 10px;
}
.protalk .information .box .txt .arrow_s {
  position: relative;
  margin-bottom: 0;
  padding-left: 15px;
}
.protalk .information .box .txt .arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #666969;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.protalk .information .box .txt .arrow_s a {
  color: #00A5DE;
  text-decoration: underline;
  text-decoration-color: #666969;
  text-decoration-thickness: 2px;
}
.protalk .information .box img {
  width: 220px;
}

.protalk + .common_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.00rem;
}
.protalk + .common_btn + .annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.00rem;
}






@media screen and (max-width: 767px) {
  .protalk {
    margin-bottom: 60px;
  }
  .protalk .pc_vis {
    display: none !important;
  }
  .protalk .sp_vis {
    display: inline-block !important;
  }

  .protalk .main_img {
    margin: auto -20px 30px;
  }
  .protalk .lead {
    margin-bottom: 40px;
  }
  .protalk .profile {
    flex-direction: column;
  }
  .protalk .profile img {
    margin: 10px auto 20px;
    padding-right: 0;
  }
  .protalk .profile h4 {
    font-size: 1.25em;
    text-align: center;
  }
  .protalk .profile .txt p {
    margin-bottom: 10px;
  }
  .protalk .contents h4 {
    margin: 80px auto 20px;
    text-align: center;
    max-width: 350px;
    width: 80%;
  }
  .protalk .contents h3 {
    font-size: 1.40rem;
    text-align: left;
  }
  .protalk .box {
    flex-direction: column;
  }
  .protalk .box.section01 .txt .answer,
  .protalk .box.section02 .txt .answer,
  .protalk .box.section03 .txt .answer {
    margin-bottom: 30px;
  }
  .protalk .box .txt {
    padding-right: 0;
    width: auto;
  }
  .protalk .box img {
    width: auto;
  }
  .protalk .information {
    padding: 80px 20px 20px 20px;
  }
  .protalk .information .box {
    flex-direction: column;
  }
  .protalk .information .box .txt {
    padding-right: 0;
    width: auto;
  }
  .protalk .information .box .txt .arrow_s {
    margin-bottom: 5px;
  }
  .protalk .information .box .txt .arrow_s:last-child {
    margin-bottom: 20px;
  }
  .protalk .information .box img {
    width: 100%;
  }
  .protalk + .common_btn a {
    font-size: 1.20rem;
    padding: 15px 0;
  }
}

@media screen and (max-width: 390px) {
  .protalk .information .box .txt .arrow_s {
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.healthcare {
  margin-top: 100px;
  margin-bottom: 80px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #231815;
}
.healthcare .recommend {
  background-color: #FFFFFF;
  border: 2px solid #34B49B;
  border-radius: 10px;
  max-width: 780px;
  margin: 40px auto 0;
  padding: 0;
}
.healthcare .recommend h5 {
  background-color: #34B49B;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-size: 160%;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
}
.healthcare .recommend h5 sup {
  font-size: 60%;
  vertical-align: top;
}
.healthcare .recommend .recommend_box {
  padding: 30px;
}
.healthcare .recommend .recommend_box figure {
  text-align: center;
}
.healthcare .recommend .recommend_box img {
  margin-bottom: 20px;
  text-align: center;
}
.healthcare .recommend .recommend_box p {
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 0px;
}
.healthcare .recommend .recommend_box h6 {
  font-size: 140%;
  line-height: 2.0;
  margin-bottom: 20px;
}
.healthcare .recommend .recommend_box .button {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.healthcare .recommend .recommend_box .button a {
  position: relative;
  padding: 15px 40px 15px 20px;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  color: #FFF;
  background-color: #F76085;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 240px;
}
.healthcare .recommend .recommend_box .button a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.healthcare .recommend .recommend_box .notes {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

@media screen and (max-width: 767px) {
.healthcare {
  margin-top: 80px;
  margin-bottom: 60px;
}
.healthcare .recommend {
  max-width: 100%;
}
.healthcare .recommend h5 {
  font-size: 130%;
}
.healthcare .recommend .recommend_box {
  padding: 20px;
}
.healthcare .recommend .recommend_box img {
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.healthcare .recommend .recommend_box h6 {
  font-size: 120%;
}
.healthcare .recommend .recommend_box .button a {
  text-align: center;
  width: 100%;
}
}


.healthcare + .common_btn a {
	font-size: 110%;
}
.healthcare + .common_btn + .annotation {
	font-size: 100%;
}

@media screen and (max-width: 767px) {
.healthcare + .common_btn a {
	font-size: 120%;
	padding: 15px 10px;
}
}


@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
