@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.column h4,
.column h1 {
  color: #585656;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
}
.column h1 {
  border-bottom: 2px dotted #E1CF92;
}
.column h1:after {
  background-color: #CCB044;
}
.column .main_img {
  margin: 0 0 65px 0;
  padding: 0;
  border-left: none;
  line-height: 0;
}
.column h3 {
  padding-left: 0;
  background: none;
}

.protalk {
  margin: 45px auto 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "halt";
  line-height: 1.5;
  color: #666969;
}
.protalk .pc_vis {
  display: inline-block !important;
}
.protalk .sp_vis {
  display: none !important;
}

.protalk .lead {
  margin-bottom: 70px;
}

.protalk .upper {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 2px solid #CCB044;
}
.protalk .upper:after {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #CCB044;
  content: "";
}

.protalk .profile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.protalk .profile img {
  margin: 0;
  padding: 0 20px 0 0;
}

.protalk .profile h4 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 2px;
  color: #CCB044;
}
.protalk .profile h4 span {
  font-size: 0.6em;
}
.protalk .profile .text {
  padding-top: 10px;
}
.protalk .profile .text p {
  margin-bottom: 0;
  font-size: 0.88em;
}
.protalk .profile .text .arrow_s {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 700;
}
.protalk .profile .text .arrow_s:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #666969;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  content: '';
}
.protalk .profile .text .arrow_s a {
  text-decoration: underline;
  text-decoration-color: #666969;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  color: #00A5DE;
}
.protalk .profile .text .arrow_s a:hover {
  text-decoration: none;
  text-decoration-color: #666969;
}
.protalk .profile .text .annotation {
  margin-bottom: 0;
}

.protalk .lower {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #CCB044;
}
.protalk .lower:before {
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #CCB044;
  content: "";
}

.protalk .contents {
  margin-top: 150px;
}
.protalk .contents .float {
  margin-bottom: 100px;
}
.protalk .contents .float .pc_photo {
  display: inline;
  float: right;
  width: 540px;
  margin-bottom: 10px;
}
.protalk .contents .float .sp_photo {
  display: none;
}
.protalk .contents .float .text {
  padding-top: 55px;
}
.protalk .contents .float::after {
  display: block;
  clear: both;
  content: "";
}
.protalk .contents .float h4 {
  margin-bottom: 35px;
}
.protalk .contents .float h3 {
  margin-bottom: 35px;
  font-size: 1.6em;
  font-feature-settings: normal;
  font-weight: 700;
  line-height: 1.6;
}
.protalk .contents .float .question,
.protalk .contents .float .answer {
  font-feature-settings: "halt";
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1.75;
}
.protalk .contents .float .question {
  margin-bottom: 10px;
}
.protalk .contents .float .answer {
  margin-bottom: 20px;
}
.protalk .contents .float .answer + .question {
  margin-top: 30px;
}

.protalk .information {
  position: relative;
  margin: 180px auto 40px;
  padding: 50px 40px 40px 40px;
  background-color: #F0EFE9;
}
.protalk .information:before {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 980px;
  height: 67px;
  background: url(protalk_bg01.png) no-repeat center top / 980px 67px;
  content: "";
}
.protalk .information:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 980px;
  height: 2px;
  background: url(protalk_bg02.png) no-repeat center top / 980px 2px;
  content: "";
}
.protalk .information h3 {
  margin-bottom: 10px;
  font-feature-settings: "halt";
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
}
.protalk .information p {
  margin-bottom: 0;
  font-feature-settings: "halt";
  font-size: 0.88em;
}
.protalk .information .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.protalk .information .box .left {
  width: 690px;
  margin: 0;
  padding-right: 30px;
}
.protalk .information .box .right {
  width: 180px;
  margin: 0;
}
.protalk .information .box .right p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0.2em;
  font-feature-settings: "palt";
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
.protalk .information .box .right p:before {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 17px;
  height: 26px;
  background: url(protalk_bg03.png) no-repeat center top / 17px 26px;
  content: "";
}
.protalk .information .box .right p:after {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 17px;
  height: 26px;
  background: url(protalk_bg04.png) no-repeat center top / 17px 26px;
  content: "";
}
.protalk .information .arrow_s {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 15px;
  font-feature-settings: normal;
  font-weight: 700;
}
.protalk .information .arrow_s:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #666969;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  content: '';
}
.protalk .information .arrow_s a {
  text-decoration: underline;
  text-decoration-color: #666969;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  color: #00A5DE;
}
.protalk .information .arrow_s a:hover {
  text-decoration: none;
  text-decoration-color: #666969;
}
.protalk .information .annotation {
    font-size: 0.88em;
}

.protalk + .common_btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0rem;
}
.protalk + .common_btn + .annotation,
.protalk + .common_btn + .annotation + .annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.protalk + .common_btn + .annotation {
  margin-bottom: 0;
}



@media screen and (max-width: 767px) {
  .column h4 {
    margin-bottom: 20px;
  }
  .protalk .pc_vis {
    display: none !important;
  }
  .protalk .sp_vis {
    display: inline-block !important;
  }

  .protalk {
    margin-bottom: 60px;
  }
  .protalk .main_img {
    margin: auto -20px 40px;
  }

  .protalk .lead {
    margin: 0 15px 50px;
    font-size: 0.8em;
  }
  .protalk .profile {
    flex-direction: column;
    text-align: center;
  }
  .protalk .profile img {
    margin: 10px auto 20px;
    padding-right: 0;
  }
  .protalk .profile h4 {
    font-size: 1.25em;
    text-align: center;
  }
  .protalk .profile .text p {
    margin: 0 15px 30px;
    font-size: 0.8em;
  }
  .protalk .profile .text p:not([class]) {
    font-feature-settings: normal;
    text-align: left;
  }
  .protalk .profile .text .arrow_s {
    display: inline-block;
    margin: 0 auto;
    font-size: 0.8em;
  }
  .protalk .profile .text .annotation {
    margin: 0 auto 20px;
  }

  .protalk .contents {
    margin-top: 40px;
  }
  .protalk .contents .float {
    margin-bottom: 80px;
  }
  .protalk .contents .float:last-child {
    margin-bottom: 180px;
  }
  .protalk .contents .float .pc_photo {
    display: none;
  }
  .protalk .contents .float .sp_photo {
    display: inline;
    margin: 0 5px 20px;
  }
  .protalk .contents .float h4 {
    margin-bottom: 10px;
    margin-right: -20px;
  }
  .protalk .contents .float h3 {
    margin: 0 5px 35px;
    font-size: 1.05em;
  }
  .protalk .contents .float.section04 h3 {
    margin: 0 5px 10px;
  }
  .protalk .contents .float .question,
  .protalk .contents .float .answer {
    margin: auto 5px;
    font-feature-settings: normal;
    font-size: 0.8em;
  }
  .protalk .contents .float .question {
    margin-bottom: 10px;
  }

  .protalk .information {
    margin: 60px auto 40px;
    padding: 30px 20px 20px 20px;
    text-align: center;
  }
  .protalk .information:before {
    top: -7.225vw;
    width: 100%;
    background: url(protalk_bg01_sp.png) no-repeat center top / 100% auto;
    padding-top: 7.225vw;
  }
  .protalk .information:after {
    bottom: calc(-0.294vw - 7px);
    width: 100%;
    background: url(protalk_bg02_sp.png) no-repeat center top / 100% auto;
    padding-bottom: 0.294vw;
  }
  .protalk .information h3 {
    font-feature-settings: "palt";
    font-size: 1.2em;
    text-align: left;
  }
  .protalk .information .box {
    flex-direction: column;
  }
  .protalk .information .box .left {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .protalk .information .box .left p {
    font-feature-settings: "halt";
    font-size: 0.8em;
    text-align: left;
  }
  .protalk .information .box .right {
    width: 200px;
  }
  .protalk .information .box .right img {
    width: 200px;
  }
  .protalk .information .box .right p {
    font-size: 1.2em;
  }
  .protalk .information .arrow_s {
    display: inline-block;
    margin: 10px auto 0;
    font-size: 0.8em;
  }
  .protalk .information .annotation {
      font-size: 0.8em;
  }

  .protalk + .common_btn a {
    padding: 15px 10px;
  }
  .protalk + .common_btn + .annotation,
  .protalk + .common_btn + .annotation + .annotation {
    font-size: 0.9em;
    text-align: left;
  }
}



@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
