@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

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

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

/*-----------------------
common
-----------------------*/
#az80 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.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_letter_p {
  font-size: 14px;
  margin-top: 30px;
  background-color: #eaeaea;
  padding: 20px;
}

.interview_p span{
  font-weight: bold;
}

.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;
}

.archive_area .another_page {
  padding: 14px 36px;
  display: block;
  text-align: center;
  border: 1px solid #b5b3b3;
  font-size: 117%;
  position: relative;
  /*  font-size: 22px;*/
}
.archive_area .another_page:before {
  content: "▶︎";
  position: absolute;
  top: calc(50% - 0.5em);
  right: .5em;
}


.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% 6%;
    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%;
  }
}

/*
//  Updating 12.10.2014
//  id = audition
//  /audition/index.html
//
*/

/*--------------------------------------------------------------------
slideshow
--------------------------------------------------------------------*/
.audition {
  border: 1px solid #d4d4d4;
  padding: 50px 0 0;
  margin-bottom: 90px;
}

.slideshow {
  margin: 0 auto;
  width: 100%;
}

.slideshow div {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.slideshow div div {
  top: 0;
  left: 0;
  position: absolute;
}

.slideshow div div a.linkNone {
  cursor: default !important;
}

.slideshow div div a.linkNone img {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

.slideshow ul {
  margin: 10px 0 0 11px;
  width: auto;
}

.slideshow ul li {
  width: 25%;
  float: left;
  display: inline;
  border: 3px solid #fff !important;
  margin-right: 10px !important;
}

.slideshow .active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  border: 3px solid #b7b7b7 !important;
}

#slideshow2 ul {
  width: auto;
}

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

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

/* =======================================
ClearFixElements
======================================= */
#slideshow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#slideshow ul {
  display: inline-block;
  overflow: hidden;
}

/* =======================================
Updating PC
======================================= */
#audition h1 {
  margin-bottom: 40px;
  text-align: center;
}

#audition h1 img {
  display: block;
}

#audition .col2 {
}

#audition .col2-resp {
  margin: 0 7.6% 48px;
}

#audition .col2-resp .co2-1 {
}

#audition .col2-resp .co2-1 p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}

#audition .col2-resp .co2-2 {
  margin-top: 5px;
}

#audition dl.listParallel {
  margin-bottom: 14px;
  font-size: 116%;
}

#audition dl.listParallel dt {
  clear: right;
  /*left; 2015-09-24*/
  float: left;
  margin: 0;
  padding: 0;
  /*width: 47px; 2015-09-24*/
}

#audition dl.listParallel dd {
  margin-bottom: 6px;
  margin-left: 45px;
  word-break: break-all;
}

#audition .titleBox {
  margin: 0 7.6% 26px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 5px;
  /*2015-09-16*/
}

#audition .titleBox h2 {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 200%;
}

#audition .titleBox span {
  display: inline-block;
  float: right;
  zoom: 1;
  padding-top: 5px;
}

#audition hr {
  margin: 0 7.6% 61px;
  border: none;
  /*background: url(../images/line.gif) repeat-x left bottom transparent;*/
}

#audition .slideshow > div > div img {
  width: 100%;
  height: 280px;
}

#audition .slideshow ul {
  margin: 10px 10px 0;
}

#audition .slideshow ul li {
  zoom: 1;
  width: 24.25%;
  margin-left: 1%;
  margin-right: 0 !important;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#audition .slideshow ul li:first-child {
  margin-left: 0;
}

#audition .slideshow ul li img {
  display: block;
  width: 100%;
}

#audition .slideshow > div:before {
  content: "";
  display: block;
  padding-top: 74%;
}

#audition .slideshow > div {
  height: auto;
}

#audition .slideshow > div > div {
  height: auto;
}

#audition .slideshow > div > div img {
  height: auto;
}

/*--------------------------------------------------------------------
CSS Botton
--------------------------------------------------------------------*/
#audition .btnArea {
  margin-top: 20px;
  margin-left: -10px;
  margin-bottom: 30px;
}

#audition .btnArea ul {
}

/* gray */
#audition .btnArea ul li {
  padding: 0;
  float: left;
  margin: 0 0 10px 10px;
  border: none;
  background: #fdfdfd;
  border-radius: 5px;
}

#audition .btnArea ul li a {
  border-radius: 5px;
  color: #666666;
  font-size: 12px;
  padding: 8px 15px;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  display: block;
  text-align: left;
  background: #fdfdfd;
}

#audition .btnArea ul li a:visited {
  color: #666666;
}

#audition .btnArea ul li a:hover {
  background: #e2e2e2;
}

#audition .btnArea ul li a:active {
  color: #666666;
}

#audition .btnArea ul li a.newWindow {
  background: url(/commonrw/images/icon_window.png) no-repeat 10px 50%;
  padding: 8px 15px 8px 30px;
}

#audition .btnArea ul li a:visited.newWindow {
  color: #666666;
}

#audition .btnArea ul li a:hover.newWindow {
  background: url(/commonrw/images/icon_window.png) no-repeat 10px 50% #e2e2e2;
}

#audition .btnArea ul li a:active.newWindow {
  color: #666666;
}

/* blue */
#audition .btnArea ul li.blueBtn {
  padding: 0;
  float: left;
  margin: 0 0 10px 10px;
  border: none;
  background: #fdfdfe;
  border-radius: 5px;
  color: #6c83d8;
}

#audition .btnArea ul li.blueBtn a {
  border-radius: 5px;
  color: #6c83d8;
  font-size: 12px;
  padding: 8px 15px 6px 15px;
  border: 1px solid #98a8e4;
  text-decoration: none;
  display: block;
  text-align: left;
  background: #fdfdfe;
}

#audition .btnArea ul li.blueBtn a:visited {
  color: #6c83d8;
  background: #fdfdfe;
}

#audition .btnArea ul li.blueBtn a:hover {
  background: #e6eaf9;
  color: #fff;
}

#audition .btnArea ul li.blueBtn a:active {
  color: #6c83d8;
  background: #fdfdfe;
}

#audition .btnArea ul li.blueBtn a.newWindow {
  background: url(/commonrw/images/icon_window-blue.png) no-repeat 10px 50%
    #fdfdfe;
  padding: 8px 15px 6px 30px;
}

#audition .btnArea ul li.blueBtn a:visited.newWindow {
  color: #6c83d8;
  background: #fdfdfe;
}

#audition .btnArea ul li.blueBtn a:hover.newWindow {
  background: url(/commonrw/images/icon_window-blue.png) no-repeat 10px 50%
    #e6eaf9;
  color: #6c83d8;
}

#audition .btnArea ul li.blueBtn a:active.newWindow {
  color: #6c83d8;
  background: #fdfdfe;
}

/*-----------------#pHaneda-----------------*/
#audition dl.haneda_dl {
  font-size: 116%;
}

#audition dl.haneda_dl dd {
  margin-left: 5px;
}

#audition p.haneda_p {
  margin-left: 10px;
  font-size: 100% !important;
  line-height: ;
}

#audition .pc_none {
  display: none;
}

#audition span.pc_none {
  padding-top: 0 !important;
  line-height: 1;
}

/*-----------------#ueshima_r1-----------------*/
#audition .ueshima_area span.mobile-only {
  margin-left: 17px;
  visibility: hidden;
  display: inline;
}

#audition #ueshima_r1.titleBox span {
  padding-top: 0;
}

#audition .ueshima_area dl.listParallel dd.days {
  margin-left: 45px;
}

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

.r1_map {
  width: 100%;
}

.tabAcc .inner {
  position: relative;
  width: 100%;
}

.tabAcc .inner .listBc {
  width: 100%;
}

.tabAcc .inner .tab_name {
  left: 10%;
  position: absolute;
  top: 15%;
  width: 80%;
}

.tabAcc .inner .tab_name img {
  width: 14.4%;
  display: block;
}

.tabAcc .inner .tab_name span {
  display: block;
  font-size: 140%;
  line-height: 150%;
  margin: 5px 0 0;
}

.tabContent {
  padding-bottom: 50px;
}

.tabContent .inner .tabTitle h2:before {
  content: "� ";
  color: #e8e8e8;
  vertical-align: top;
  font-size: 12px;
  padding-right: 2px;
}

.tabContent .inner .tabTitle h2 {
  font-size: 16px;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #d4d4d4;
}

.tabContent .inner .col2-resp {
  margin: 0 !important;
  padding: 20px 10px 15px 10px !important;
  border-bottom: 1px solid #d4d4d4;
}

.tabContent .inner dl.store_list {
  font-size: 116%;
}

.tabContent .inner dl.store_list dt {
  clear: right;
  float: left;
  margin: 0;
  padding: 0;
}

.tabContent .inner dl.store_list dd {
  margin-left: 45px;
  word-break: break-all;
}

.tabContent .inner .btnArea {
  margin: 0 !important;
  float: right;
}

.tabContent .inner .btnArea ul li a {
  border-radius: 5px;
  color: #666666;
  font-size: 12px;
  padding: 20px 20px 20px 35px !important;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  display: block;
  text-align: left;
  background: #fdfdfd;
}

.tabContent .inner .btnArea ul li a.newWindow {
  background: url(/commonrw/images/icon_window.png) no-repeat 16px 50% !important;
}

.tabContent .inner .btnArea ul li a:visited {
  color: #666666 !important;
}

.tabContent .inner .btnArea ul li a:hover {
  background: url(/commonrw/images/icon_window.png) no-repeat 16px 50% #e2e2e2 !important;
}

.tabContent .inner .btnArea ul li a:active {
  color: #666666 !important;
}

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

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

.r1_map {
  position: relative;
}

.r1_map a.area {
  position: absolute;
  display: block;
  width: 7.6%;
  height: 8%;
}

.r1_map a.area:hover {
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

.r1_map .area.kt {
  left: 56.3%;
  bottom: 23.9%;
}

.r1_map .area.kk {
  left: 34.4%;
  bottom: 14.5%;
}

.r1_map .area.cg {
  left: 22.7%;
  bottom: 40.3%;
}

.r1_map .area.ks {
  left: 10%;
  bottom: 28.5%;
}

h3.area_tit {
  width: 100%;
  background: #efefef;
  font-size: 170%;
  padding: 10px 0;
  text-indent: 20px;
}

/*20161221marisol*/
.bnr_marisol {
  margin-bottom: 50px;
  display: inline-block;
}

/* =======================================
Add Style Smartphone
======================================= */
@media only screen and (max-width: 768px) {
  #audition .titleBox span {
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  #audition .mainContens .contens {
    /*padding: 0 !important;*/
  }

  #audition h1 {
    margin-bottom: 24px;
  }

  #audition .titleBox {
    margin: 0 0 8px 0;
    width: 100%;
  }

  #audition .titleBox h2 {
    display: block;
    margin-bottom: 5px;
    font-size: 141%;
  }

  #audition .titleBox span {
    padding-top: 0;
    font-size: 83%;
    line-height: 130%;
  }

  #audition .col2-resp {
    margin: 0 0 48px;
    padding: 0;
  }

  #audition .col2-resp .co2-1 {
    width: 100%;
    margin: 0px 5px 8px;
  }

  #audition .col2-resp .co2-1 p {
    margin-bottom: 3px;
    font-size: 100%;
    line-height: 142%;
  }

  #audition .col2-resp .co2-2 {
    width: 100%;
  }

  #audition dl.listParallel {
    margin-bottom: 8px;
    font-size: 83%;
    line-height: 180%;
  }

  /*#audition dl.listParallel dt{
    width: 34px;
} 2015-09-24*/
  #audition dl.listParallel dd {
    width: auto;
    margin-left: 34px;
    margin-bottom: 0px;
  }

  #audition .btnArea {
    margin: 0 auto;
  }

  #audition .btnArea ul li {
    margin: 0 auto;
    width: 170px;
    float: none;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  #audition .btnArea ul li.blueBtn {
    margin: 0 auto;
    width: 226px;
    white-space: nowrap;
    float: none;
    margin-bottom: 10px;
  }

  #audition .slideshow {
    margin: 0 auto;
  }

  #audition .slideshow div,
  #audition .slideshow > div > div img {
    height: auto;
  }

  #audition .slideshow ul li {
    margin-right: 8px !important;
  }

  #audition .slideshow ul {
    overflow: visible !important;
    position: relative;
    float: left;
    zoom: 1;
    display: inline;
    width: auto;
  }

  #audition .slideshow ul li {
    position: relative;
    float: left;
    zoom: 1;
    display: inline;
    margin-right: 0 !important;
  }

  /*-----------------#pHaneda-----------------*/
  #audition dl.haneda_dl {
    font-size: 83%;
    line-height: 180%;
  }

  #audition p.haneda_p {
    font-size: 80% !important;
  }

  #audition .col2-resp .co2-2 img.haneda_img {
    width: 100%;
  }

  #audition .btnArea.hanedaArea ul li {
    width: 255px;
  }

  #audition .btnArea.hanedaArea ul li a {
    font-size: 85%;
  }

  #audition .pc_none {
    display: block;
  }

  #audition span.pc_none {
    font-size: 75%;
    line-height: 185%;
  }

  /*-----------------#ueshima_r1-----------------*/
  #audition .ueshima_area span.mobile-only {
    margin-left: 0;
    visibility: visible;
  }

  #audition .ueshima_area .btnArea ul li {
    width: 270px;
  }

  #audition .ueshima_area dl.listParallel dd.days {
    margin-left: 53px;
  }

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

  .col1 {
    margin-bottom: 8.625%;
  }

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

  .tabContent .inner .bnnArea ul li {
    width: 180px !important;
  }

  .tabContent .inner .btnArea ul li a {
    padding: 0 !important;
  }

  .tabContent .inner .btnArea {
    float: none !important;
  }

  .tabContent .inner .btnArea ul li a {
    padding: 10px 20px 10px 30px !important;
  }

  .tabContent .inner .btnArea ul li a.newWindow {
    background: url(/commonrw/images/icon_window.png) no-repeat 10px 50% !important;
  }

  .tabContent .inner .btnArea ul li {
    width: 180px !important;
  }

  .tabContent .col2-resp .co2-2 {
    margin-top: 0 !important;
  }

  .tabContent .inner .col2-resp .co2-1 {
    margin: 0px 5px 0 0 !important;
  }

  .tabContent .inner dl.store_list > p {
    font-size: 110% !important;
  }

  .tabAcc .inner .listBc {
    display: none;
  }

  .tabAcc .inner .tab_name {
    overflow: hidden;
    padding: 20px;
    position: static;
    width: auto;
    background: url(/products/common/images/sp_open.png) 93% center no-repeat;
    background-size: 4% auto;
  }

  .tab_active .inner .tab_name {
    background: url(/products/common/images/sp_close.png) 93% center no-repeat;
    background-size: 4% auto;
  }

  .tabAcc .inner .tab_name img {
    float: left;
    width: 8%;
  }

  .tabAcc .inner .tab_name span {
    float: right;
    margin: 0;
    padding: 0 21% 0 0;
    width: 80%;
  }

  .tabContainer {
    margin-bottom: 0;
  }

  .tabAcc {
    background: #efefef;
    border: none;
  }

  .tabAcc {
    margin: 1px 0 0;
  }

  .tabContent {
    padding: 0 10px 20px;
    margin-bottom: 0;
    display: none;
  }

  .tabContent .inner p {
    line-height: 160%;
  }

  .tabContent .tabTitle h2 {
    font-size: 150%;
    line-height: 120%;
  }

  .tabContent .tabTitle .pc_inline {
    display: block;
  }

  .tabContent .inner {
    padding: 0;
    background: #ffffff;
  }

  .tabContent .inner .col1-resp,
  .tabContent .inner .col2-resp,
  .tabContent .inner .col3-resp {
    margin: 10px 0 0;
  }

  .lisrArrow {
    display: none !important;
  }

  /*20161221marisol*/
  .bnr_marisol {
    margin-bottom: 0;
  }
}

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

/*!-- 200729 added */
.twitter_header h3.main_headding {
  border-left: 3px solid #b2b2b2;
  padding-left: 10px;
  margin-bottom: 40px;
}

.twitter_body .twitter_body_left {
  width: 50%;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.twitter_body .twitter_body_right {
  width: 50%;
  float: right;
}

.twitter_body_left p {
  font-size: 14px;
  margin-bottom: 20px;
}

.twitter_body_left a:visited,
.twitter_body_left a:link .twitter_body_left a:active {
  color: #00f;
  text-decoration: underline;
}

.twitter_body_left a:hover {
  opacity: 0.5;
}

.twitter_body_left dl dt,
.twitter_body_left dl dd {
  font-size: 14px;
}

.twitter_body_left dl dt:nth-child(n + 2) {
  margin-top: 20px;
}

.twitter_body_left dl dd {
  margin-top: 10px;
}

.twitter_body_right img {
  width: 100%;
}

.twitter_footer .apply_button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.twitter_footer .apply_button a {
  display: inline-block;
  width: 338px;
  padding: 14px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background-color: #cccccc; */
  font-size: 14px;
  border: 1px solid #b5b3b3;
}

.twitter_footer .apply_button a:after {
  content: url("/commonrw/images/icon_window.png");
  float: right;
}

.twitter_footer .apply_button a:hover {
  background: #ebebeb;
  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;
}

.twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

@media screen and (max-width: 640px) {
  .twitter_header h3.main_headding {
    margin-bottom: 9%;
  }

  .twitter_body_left dl dt:nth-child(n + 2) {
    margin-top: 8.5%;
  }

  .twitter_body_left p {
    margin-bottom: 8.5%;
  }

  .twitter_body .twitter_body_left {
    width: 100%;
  }

  .twitter_body .twitter_body_right {
    width: 100%;
    margin-bottom: 9%;
  }

  .twitter_footer .apply_button {
    margin-top: 9%;
    margin-bottom: 16%;
  }

  .twitter_footer .apply_button a {
    width: 100%;
  }

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


/* 200729 added--! */


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

.co2-1 .interview_h3 {
  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%;
}

.live_wrap .video_wrap iframe {
    aspect-ratio: 1 / 0.563;
    width: 100%;
    height: auto;
}


/* 260313 added--! */
.contents__lead__az100-0 figcaption {
  font-size: 12px;
}
.az100_anc_element {
  margin-top: -30px;
  padding-top: 30px;
}
.border_heading {
  border-bottom: 1px solid #706e6e;
  font-family: "DIN Regular", Arial, Helvetica, sans-serif;
}
.contents__toc {
  border-bottom: 1px solid #706e6e;
}
.profile_name {
  display: block;
}

@media screen and (max-width: 640px) {
  .contents__lead__az100-0.contents__inner {
    margin-top: 30px;
  }
  .border_heading {
    font-size: 24px;
    padding-bottom: 4px;
    margin-bottom: 20px;
  }
  .contents__toc ul {
    margin: 20px 0;
  }
  .contents__toc ul li {
    font-size: 14px;
  }
  .contents__toc ul li + li {
    margin-top: 10px;
  }
  .profile_wrap {
    margin-top: 120px;
  }
  .profile__content + .profile__content {
    margin-top: 30px;
  }
  .profile_name {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) {
  .contents__lead__az100-0.contents__inner {
    margin-top: 15px;
  }
  .border_heading {
    font-size: 28px;
    padding-bottom: 4px;
    margin-bottom: 30px;
  }
  .contents__toc.contents__inner {
    max-width: 680px;
  }
  .contents__toc ul {
    margin: 30px 0;
  }
  .contents__toc ul li {
    font-size: 16px;
  }
  .contents__toc ul li + li {
    margin-top: 20px;
  }
  .profile_wrap {
    margin-top: 120px;
  }
  .profile__content {
    display: flex;
    gap: 0 30px;
  }
  .profile_name {
    font-size: 24px;
  }
}