@charset "utf-8";

@media print {
  dl#profile {
    background-color: #eaeaea;
    padding: 20px;
  }

  #wrapContent #wrap_mainContent dl#profile img {
    line-height: 0;
    width: 120px;
    height: 40px;
  }
}

.col2-resp img {
  display: block;
  width: 100%;
}

.video_wrap {
  margin-top: 60px;
}

.video_wrap iframe {
  aspect-ratio: 1 / 0.563;
  width: 100%;
  height: auto;
}
/*-----------------------
common
-----------------------*/
.sp_none {
  display: none !important;
}

/*-----------------------
.kvArea
-----------------------*/
.kvArea {
  width: 100%;
  padding: 0 8.15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.kvArea h1 img {
  width: 100%;
  vertical-align: bottom;
}

/*-----------------------
.inContents_inner
-----------------------*/
.inContents_inner {
  width: 100%;
  padding: 0 8.15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------
#profile
-----------------------*/
.profile {
  background: #eaeaea;
  padding: 15px 25px 25px;
  margin-top: 40px;
}

.profile_inner {
  position: relative;
}

/* .profile_right {
  width: 160px;
  height: 220px;
  position: absolute;
  top: 10px;
  right: 0;
  overflow: hidden;
}

.profile_left {
  min-height: 160px;
  padding-right: 176px;
  position: relative;
}

.profile_right img {
  position: absolute;
  width: 320%;
  top: 0;
  right: -175px;
  max-width: none;
}

.profile_left dt {
  height: 40px;
}

.profile .profile_left dt img {
  width: 320px;
  vertical-align: bottom;
} */

/*-----------------------
interview
-----------------------*/
.interview_h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid;
  margin: 60px 0 0;
}

.main_headding {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}

.interview_lead {
  font-size: 14px;
  line-height: 1.72;
  margin-bottom: 60px;
}

.interview_h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}

.interview_name {
  font-weight: bold;
}

.interview_p {
  font-size: 14px;
  margin-top: 30px;
}

.interview_picture {
  width: 100%;
  margin: 40px 0;
}

.interview_picture02 {
  width: 100%;
  margin: 60px 0 30px;
}

.interview_p + .interview_picture {
  margin-top: 60px;
}

/*-----------------------
.bottom_area
-----------------------*/
.bottom_area {
  margin: 10% -8.15% 0;
}

.bottom {
  background-color: #f2f2f2;
  padding: 6% 8.5% 0.5%;
  margin-bottom: 10%;
}

.bottom02 {
  background-color: #f2f2f2;
  padding: 4% 5% 4% 4%;
  margin: 4% 0 10%;
}

.btm_l {
  width: 49%;
  float: left;
}

.btm_r {
  float: right;
  line-height: 1.5;
  width: 42%;
}

.btm_txt {
  font-size: 300%;
  font-family: "DIN Regular";
}

.btm_btn {
  margin-top: 10%;
}

/*-----------------------
.page
-----------------------*/
.pager {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.pager .archive_area {
  margin: 30px 0 50px;
  font-size: 95%;
  display: inline-block;
}
.pager .archive_area.arrow a {
  position: relative;
}
.pager .archive_area.arrow a:after {
  content: "▶︎";
  position: absolute;
  top: calc(50% - .5em);
  right: .5em;
}

.archive_area .another_page {
  /* padding: 14px 16px; */
  padding: 14px 2em;
  display: block;
  text-align: center;
  border: 1px solid #b5b3b3;
  font-size: 117%;
  /*  font-size: 22px;*/
}

.archive_area .another_page:hover {
  background: #ebebeb;
  color: #666;
}

.archive_area .number_page {
  padding: 14px 20px;
  display: block;
  text-align: center;
  border: 1px solid #ededed;
  font-size: 117%;
  float: left;
  background-color: #fff;
}

.archive_area .number_page:hover {
  background: #ebebeb;
  color: #666;
}

.archive_area .number_page + .number_page {
  margin-left: 10px;
}

.archive_area .archive_page {
  background-color: #ebebeb;
}

.advance_page {
  margin-right: 50px;
}

.reverse_page {
  /*    margin-left: 50px;*/
}

.none_pager {
  display: block;
  width: 130px;
  float: left;
  height: 1px;
}

/*-----------------------
.bnrList
-----------------------*/
.bnrList li {
  width: 48.5%;
  float: left;
}

.bnrList li:nth-child(2n) {
  margin-left: 3%;
}

.bnrList li:nth-child(n + 3) {
  margin-top: 2%;
}

.bnrList li img {
  width: 100%;
}

/*!-- 210309 added */
a.text-underline,
a.text-underline:link {
  text-decoration: underline;
}
/* 210309 added --!*/

@media screen and (max-width: 800px) {
  /*-----------------------
    .page
    -----------------------*/
  .pager {
    margin-top: 8%;
  }

  .pager .archive_area {
    width: 100%;
  }

  .archive_area .another_page {
    /* padding: 2% 3.2%; */
    padding: 2% 2em;
    font-size: 100%;
    display: inline-block;
  }

  .archive_area .number_page {
    padding: 2% 3.2%;
    font-size: 100%;
  }

  .archive_area .number_page + .number_page {
    margin-left: 2%;
  }

  .archive_area .archive_page {
    background-color: #ebebeb;
  }

  .advance_page {
    margin-right: 5%;
  }

  .reverse_page {
    /*        margin-left: 5%;*/
  }

  .none_pager {
    width: 190px;
  }
}

@media screen and (max-width: 550px) {
  /*-----------------------
    .page
    -----------------------*/
  .none_pager {
    width: 15%;
  }
}

/*-----------------------
-sp
-----------------------*/
@media screen and (max-width: 640px) {
  /*-----------------------
    .kvArea-sp
    -----------------------*/
  .kvArea {
    padding: 0;
  }

  /*-----------------------
    .inContents_inner
    -----------------------*/
  .inContents_inner {
    padding: 0;
  }

  /*-----------------------
    #profile-sp
    -----------------------*/
  .profile {
    padding: 0;
  }

  /* .profile_right {
    position: relative;
    width: 100%;
    height: 39.47vw;
    top: 0;
  }

  .profile .profile_right img {
    position: absolute;
    height: auto;
    vertical-align: bottom;
    width: 100%;
    right: 0;
    top: 0;
  }

  .profile_left {
    width: 100%;
    padding: 7% 5% 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .profile_left dt {
    height: inherit;
    width: 100%;
  }

  .profile .profile_left dt img {
    width: 83%;
  } */

  /*-----------------------
    interview-sp
    -----------------------*/
  .interview_h2 {
    font-size: 4.3vw;
    margin: 9% 0 4%;
  }

  .interview_p {
    font-size: 14px;
    margin-top: 8.5%;
  }

  .interview_picture {
    margin: 9% 0;
  }

  /*-----------------------
    .bottom_area
    -----------------------*/
  .bottom_area {
    margin: 0;
  }

  .bottom {
    padding: 11.4% 7.8%;
    text-align: center;
  }

  .bottom02 {
    padding: 11.4% 7.8%;
    text-align: center;
  }

  .btm_l {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }

  .btm_r {
    float: none;
    width: 100%;
    text-align: center;
  }

  .btm_txt {
    font-size: 7vw;
  }

  .btm_btn {
    margin-top: 5%;
  }

  /*-----------------------
    .page
    -----------------------*/
  .archive_area {
    margin: 30px 0 50px;
    font-size: 95%;
  }

  .archive_area a.another_page + a.another_page {
    margin: 0 0 10px;
  }

  /*-----------------------
    .bnrList
    -----------------------*/
  .bnrList li {
    width: 100%;
    float: none;
    margin-top: 2%;
  }

  .bnrList li:nth-child(2n) {
    margin-left: 0;
  }

  .bnrList li img {
    width: 100%;
  }
}




/* 2016-02-08 */
dl.notice {
  color: #ff0000;
  margin: 10px 0 20px;
}

dl.notice dt {
  font-weight: bold;
}


/* =======================================
Updating PC
======================================= */



/*--------------------------------------------------------------------
CSS Botton
--------------------------------------------------------------------*/


/* =======================================
Accodion 2015-09-11
======================================= */
.lisrArrow {
  display: none !important;
}

.col1 > p {
  font-size: 16px;
}

.col1-resp {
  margin: 0 7.6% !important;
}


/* =======================================
Add Style Smartphone
======================================= */

@media only screen and (max-width: 640px) {


  /* =======================================
    Accodion spn 2015-09-11
    ======================================= */
  .col1 > p {
    margin-bottom: 7.8125%;
    font-size: 100%;
  }

  .col1 {
    margin-bottom: 8.625%;
  }

  .col1-resp {
    margin: 0 !important;
  }

  .lisrArrow {
    display: none !important;
  }

}

/*20170522*/
/*
.archive_area .archive_page {
  background-color: #ebebeb;
}
.archive_area .another_page:hover {
  background: #fff;
  color: #666;
}
*/


.profile_link a.newWindow {
  background: url("/commonrw/images/icon_window.png") no-repeat 0 50%;
  padding-left: 22px;
  background-color: #eaeaea;
  color: #666;
  border-radius: 5px;
  display: inline-block;
  margin: 20px 0 0;
}

a.newWindow:hover,
a.newWindow:active {
  color: #b7b7b7;
  text-decoration: none;
}

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

@media screen and (max-width: 640px) {

  .profile {
    padding: 20px 30px;
  }
}

h2.main_headding {
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0 3px 20px;
  border-left: 4px solid #666;
  margin: 30px 0 40px;
  line-height: 1.2;
  text-align: left;
}

.co2-1 .interview_h3:nth-child(1) {
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  h2.main_headding {
    font-size: 14px;
    padding: 1px 0 1px 4% !important;
    margin: 30px 0;
    line-height: 1.5;
  }
  .co2-1 .interview_h3 {
    margin-top: 30px;
  }

}

.interview_picture a img,
.co2-2 img {
  width: 100%;
}



/* add 202303 */
.new_headding_202303 {
  margin: 50px 0 40px;
}
.new_headding_202303 strong {
  font-size: 20px;
}
.new_headding_202303 h2.main_headding {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {

  .new_headding_202303 h2.main_headding {
    margin-top: 10px;
  }
  .new_headding_202303 strong,
  h2.main_headding {
    font-size: 16px;
  }

}