<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
/* CSS Document */

.hoverOp:hover {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

a:link {
  color: #009646;
  text-decoration: none;
}

a:visited {
  color: #009646;
  text-decoration: none;
}

a:hover {
  color: #ffdc00;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body {
  background-attachment: fixed;
  background-position: center top;
  background-image: url(../images/base.jpg);
  background-repeat: repeat;
  background-size: 1200px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-family: sans-serif;
  color: #000;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


.exLink:after {
  margin: 0 3px;
  /*font-family: FontAwesome;*/
  vertical-align: middle;
  content: '\f08e';
}

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

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

br.sp {
  display: none;
}

.note {
  font-size: 85%;
  padding-left: 1em;
}

.note::before {
  content: '※';
  margin-left: -1em;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em; /* フォントサイズちょっと小さく */
  position: relative; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}


/* ヘッダー
 * --------------------------------------------------------*/
.head {
  width: 960px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
.head img {
  max-width: 100%;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
 .yodogawa {
   width: 480px;
   margin: 0 auto;
   padding-bottom: 90px;
   font-size: 17px;
   letter-spacing: 0.1em;
   line-height: 1.9em;
   font-family: "TBUDGothic E";
 }

/*タイトル
 * --------------------------------------------------------*/
.title {
  width: 740px;
  margin: 0 auto;
  margin-top: -80px;
}


/*対談
 * --------------------------------------------------------*/
.cap {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  color: #666;
  text-align: left;
}
.end {
  text-align: center;
  line-height: 1.6em;
  padding-bottom: 30px;
  color: #fff;
}
.date {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
  color: #fff;
}
.pageback {
  text-align: center;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*INFO
 * --------------------------------------------------------*/
 .white {
   width: 800px;
   text-align: center;
   margin:0 auto;
   margin-bottom: 80px;
   padding-top: 10px;
   padding-bottom: 20px;
   background: rgba(255,255,255,1);
   border-radius: 10px;        /* CSS3草案 */
     -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
     -moz-border-radius: 10px;   /* Firefox用 */
 }
 .info {
  width: 500px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.info_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  text-align: left;
  font-family: "TBUDGothic E";
}
.info_photo {
  width: 500px;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: -20px;
}


/*ボタン
 * --------------------------------------------------------*/
 .btn {
  padding-top: 15px;
  font-size: 15px;
  font-family: "TBUDGothic E";
 }
 .square_btn {
  display: inline-block;
  padding: 0.4em 0.8em;
  text-decoration: none;
  color: #e30012 !important;
  border: solid 3px #e30012;
  border-radius: 3px;
  transition: .4s;
}
.square_btn:hover {
  background: #50b4e6;
  border: solid 3px #50b4e6;
  color: #fff !important;
}

/*動画
 * --------------------------------------------------------*/
 .youtube {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
 }
 .youtube iframe {
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
 }

/*ライン
 * --------------------------------------------------------*/
 .border {
   border: dashed 0.5px #fff;
   width: 740px;
   margin: 0 auto;
 }
 .border_gray {
   border: dashed 0.5px #666;
   width: 100%;
   margin: 0 auto;
   margin-bottom: 80px;
 }


/*ナビゲーション
 * --------------------------------------------------------*/
.navi {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.navi img {
  height: 90px;
}

.navi ul {
  display: flex;
  justify-content: space-around;
}

.navi li {
  text-align: center;
  width: 33.3%;
}

/*フッター
 * --------------------------------------------------------*/
 #footer {
   width: 760px;
   clear: both;
   height: auto;
   padding-left: 40px;
   padding-top: 40px;
   margin: 0 auto;
   overflow: hidden;
 }

#footer li {
  float: left;
  margin-right: 30px;
  list-style-type: none;
}

.mail {
  padding-top: 15px;
  margin-left: 80px;
}
.home {
  padding-top: 12px;
  margin-right: 0px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-top: 40px;
  padding-bottom: 80px;
  color: #666;
}


/*タブレット対応
* --------------------------------------------------------*/
@media screen and (max-width: 900px) {

  .wrapper {
    width: 100%;
  }

  #navi {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: -6px;
    margin-bottom: -3px;
  }

  #navi img {
    height: 80px;
  }

  .yodogawa {
    width: 94%;
  }
  .yodogawa .left {
    width: 80px;
  }
  .yodogawa .right {
    width: 500px;
  }

  #footer {
    width: 96%;
    padding-left: 0px;
  }
  #footer ul {
    display: flex;
    justify-content: space-around;
  }
  #footer .mail {
    margin-left: 0px;
  }
  #footer .home {
    margin-right: 0px;
  }

}

/*スマホ対応
* --------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/base_sp.jpg);
    background-size: 100% auto;
    z-index: -1;
  }
  .wrapper {
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  br {
    display: none;
  }

  br.br {
    display: inherit;
  }

  br.sp {
    display: inherit;
  }

  /*スマホ対応 ヘッダ
   * --------------------------------------------------------*/
  .head {
    width: 100%;
    padding-bottom: 10px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*スマホ対応 ヨドガワ
   * --------------------------------------------------------*/
  .yodogawa {
  width: 85%;
  margin:0 auto;
  overflow: hidden;
  padding-bottom: 40px;
  font-size: 16px;
  }
  .yodogawa_cap {
    padding-bottom: 20px;
  }


  /*スマホ対応 タイトル
   * --------------------------------------------------------*/
  .title {
    width: 95%;
    margin-top: -35px;
  }


  /*スマホ対応 対談
   * --------------------------------------------------------*/
   .white {
     width: 92%;
     padding-top: 10px;
     margin-bottom: 45px;
   }
   .base_info {
     width: 100%;
   }
  .cap {
    font-size: 14px;
  }
  .end {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .date {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .pageback {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .banner {
    width: 95%;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  /*スマホ対応　INFO
   * --------------------------------------------------------*/
  .info {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .info_title {
    font-size: 18px;
  }
  .info_photo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -15px;
  }


  /*スマホ対応　ライン
   * --------------------------------------------------------*/
  .border {
    width: 95%;
  }

  /*スマホ対応　ボタン
   * --------------------------------------------------------*/
   .btn {
    font-size: 14px;
   }

  /*スマホ対応　ナビゲーション
   * --------------------------------------------------------*/
  .navi {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .navi img {
    height: 80px;
  }

  .navi ul {
    padding-left: 0px;
  }

  /*スマホ対応 フッター
   * --------------------------------------------------------*/
  #footer {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    text-align: center;
  }

  #footer ul {
    display: block;
  }

  #footer li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
  }

  #footer li img {
    width: auto;
    height: 40px;
  }

  #footer .mail img {
    width: 45%;
    height: 45%;
  }
  #footer .home img {
    width: 50%;
    height: 50%;
  }

  .copyright {
    width: 100%;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

}
</pre></body></html>