<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: #0099dd;
  text-decoration: none;
}

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

a:hover {
  color: #0a1464;
  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: 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: 740px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
.head img {
  max-width: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
  width: 450px;
  font-size: 18px;
  font-family: "Midashi Go MB31 JIS2004";
  letter-spacing: 0.05em;
  line-height: 1.9em;
  margin:0 auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.prof {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  padding-top: 30px;
}


/*プロフィール
 * --------------------------------------------------------*/
.prof_title {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  font-family: "Midashi Go MB31 JIS2004";
  padding-bottom: 20px;
}
.prof_text {
  width: 420px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  margin:0 auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.prof_photo {
  width: 580px;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}


/*タイトル
 * --------------------------------------------------------*/
.title {
  width: 680px;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
.title_mokuji {
  width: 620px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}


/*対談
 * --------------------------------------------------------*/
 .conv {
  width: 540px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.9em;
  padding-top: 20px;
  padding-bottom: 20px;
}
.conv dl {
  padding-bottom: 20px;
}
.conv dt {
  float: left;
  clear: both;
  font-family: "Midashi Go MB31 JIS2004";
  text-align: left;
  font-weight: bold;
}
.conv dd {
  margin-left: 80px;
  text-align: left;
}
.conv .photo {
  width: 620px;
  margin-left: -40px;
  margin-bottom: 40px;
}


/*ボタン
 * --------------------------------------------------------*/
 .btn {
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 17px;
  font-family: "Midashi Go MB31 JIS2004";
 }
 .square_btn {
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  color: #000 !important;
  border: solid 1px #000;
  border-radius: 3px;
  transition: .4s;
}
.square_btn:hover {
  background: #0099dd;
  border: solid 1px #0099dd;
  color: #fff !important;
}


/*文末
 * --------------------------------------------------------*/
 .end {
   text-align: center;
   padding-bottom: 30px;
 }
 .date {
   text-align: center;
   font-size: 14px;
   letter-spacing: 0.1em;
   padding-bottom: 50px;
 }
 .date_mokuji {
   text-align: center;
   font-size: 13px;
   letter-spacing: 0.1em;
   margin-top: -10px;
   padding-bottom: 30px;
   color: #666;
 }
 .pageback {
   text-align: center;
   margin:0 auto;
   padding-top: 30px;
   padding-bottom: 30px;
 }


/*ライン
 * --------------------------------------------------------*/
 .border {
   border: solid 0.5px #666;
   width: 500px;
   margin: 0 auto;
 }
 .line {
   width: 720px;
   margin: 0 auto;
 }


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

.navi img {
  height: 90px;
}

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

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

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

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

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

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


/*タブレット対応
* --------------------------------------------------------*/
@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: 400px;
  }
  .yodogawa .right {
    width: 300px;
  }

  #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: 90%;
    padding-bottom: 20px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

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

  /*スマホ対応 プロフィール
   * --------------------------------------------------------*/
  .prof_title {
    font-size: 20px;
  }
  .prof_text {
    width: 86%;
  }
  .prof_photo {
    width: 86%;
  }

  /*スマホ対応 タイトル
   * --------------------------------------------------------*/
  .title {
    width: 95%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title_mokuji {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*スマホ対応 対談
   * --------------------------------------------------------*/
   .conv {
    width: 85%;
    padding-top: 0px;
  }
  .conv dt {
    width: 100%;
    float: none;
  }
  .conv dd {
    width: 100%;
    margin-left: 0;
  }
  .conv dl {
    padding-bottom: 10px;
  }
  .conv .photo {
    width: 100%;
    margin: 0 auto;
  }
  .cap {
    font-size: 14px;
  }


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

   /*スマホ対応 文末
    * --------------------------------------------------------*/
   .end {
     width: 90%;
     font-size: 14px;
     margin: 0 auto;
     padding-bottom: 20px;
   }
   .date {
     font-size: 13px;
     padding-top: 0px;
     padding-bottom: 40px;
   }
   .date_mokuji {
     font-size: 12px;
     margin-top: -10px;
     padding-bottom: 20px;
   }
   .pageback {
     width: 90%;
     font-size: 14px;
     margin: 0 auto;
     padding-top: 5px;
     padding-bottom: 5px;
     text-align: center;
   }

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


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

  .navi img {
    height: 60px;
  }

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

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

  #footer ul {
    display: block;
  }

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

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

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

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

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