@charset "UTF-8";
/**************************************************/
/****** 共通設定 ******/
/* SP用CSS記述（767px以下） */
.sp {
  display: block;
}
.pc {
  display: none;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/**************************************************/
/****** body ******/
body {
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* iPhone版Safariの文字サイズ対応 */
}
/****** link ******/
a {
  background: none;
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #000;
}
a:hover {
  color: #39F;
}
/****** etc ******/
.red {
  color: #F00;
}
.blue {
  color: #39F;
}
.small {
  font-size: small;
}
.large {
  font-size: large;
}
.clear {
  clear: both;
}
hr {
  clear: both;
  border: 0;
  border-top: 1px solid #666;
  margin: 5% 0 10%;
  overflow: hidden;
}
hr.dot {
  clear: both;
  border: 0;
  border-top: 1px dotted #666;
  margin: 5% 0 10%;
  overflow: hidden;
}
.bottom10 {
  margin-bottom: 10px;
  overflow: hidden;
}
.bottom20 {
  margin-bottom: 20px;
  overflow: hidden;
}
.bottom30 {
  margin-bottom: 30px;
  overflow: hidden;
}
.bottom40 {
  margin-bottom: 40px;
  overflow: hidden;
}
.bottom50 {
  margin-bottom: 50px;
  overflow: hidden;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  hr {
    clear: both;
    border: 0;
    border-top: 1px solid #666;
    margin: 5% 0 5%;
    overflow: hidden;
  }
  hr.dot {
    clear: both;
    border: 0;
    border-top: 1px dotted #666;
    margin: 5% 0 5%;
    overflow: hidden;
  }
}
/**************************************************/
/****** main ******/
main {}
/****** content ******/
.content {
  clear: both;
  overflow: hidden;
}
.content a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.content img {
  max-width: 100%;
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  /****** content ******/
  .content {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/**************************************************/
/****** ad ******/
h1.ad_img {
  margin-bottom: 30px;
}
/****** .shiyo ******/
.shiyo {
  clear: both;
  margin: 0 5% 30px;
}
h2.shiyo_title {
  color: #ff931e;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}
h3.shiyo_title2 {
  color: #ff931e;
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
p.shiyo_txt {
  text-align: left;
  font-size: 90%;
  margin-bottom: 30px;
}
/****** .shiyo_box ******/
.shiyo_box {
  clear: both;
  margin: 0 5% 30px;
  background-color: #c5e7fc;
  padding: 5%;
  overflow: hidden;
}
/****** .spec_box ******/
.spec_box {
  clear: both;
  margin: 0 5% 30px;
  border: 1px solid #666;
  padding: 5%;
  overflow: hidden;
}
/****** .zeh_box .taika_box ******/
.zeh_box {
  clear: both;
  background-color: #fff;
  padding: 5%;
  margin-bottom: 5%;
  overflow: hidden;
}
.taika_box {
  clear: both;
  background-color: #fff;
  padding: 5%;
  overflow: hidden;
}
h3.zeh_title, h3.taika_title, h3.spec_title {
  text-align: left;
  color: #ff931e;
  /*color: #39b54a;*/
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
h3.spec_title_more {
  clear: both;
  text-align: left;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  background-color: #ff931e;
  /*background-color: #39b54a;*/
  padding: 5px 10px;
  margin-bottom: 20px;
}
.zeh_img, .taika_img, .spec_img {
  margin-bottom: 30px;
}
h4.zeh_title2, h4.taika_title2, h4.spec_title2 {
  clear: both;
  text-align: left;
  color: #ff931e;
  /*color: #39b54a;*/
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
p.zeh_txt, p.taika_txt, p.spec_txt {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}
p.spec_exam {
  clear: both;
  text-align: left;
  font-size: 80%;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  /****** .shiyo ******/
  h2.shiyo_title {
    font-size: 160%;
  }
  p.shiyo_txt {
    font-size: 100%;
  }
  h3.zeh_title, h3.taika_title, h3.spec_title {
    font-size: 140%;
  }
  h3.spec_title_more {
    font-size: 140%;
  }
  h4.zeh_title2, h4.taika_title2, h4.spec_title2 {
    font-size: 120%;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  /****** .shiyo ******/
  .shiyo {
    max-width: 1000px;
    margin: 0 auto;
  }
  h2.shiyo_title {
    font-size: 200%;
  }
  /****** .shiyo_box ******/
  .shiyo_box {
    max-width: 940px;
    margin: 0 auto 30px;
    padding: 30px;
  }
  /****** .spec_box ******/
  .spec_box {
    max-width: 940px;
    margin: 0 auto 30px;
    padding: 30px;
  }
  /****** .bels_box .taika_box ******/
  .zeh_box {
    padding: 30px;
    margin-bottom: 30px;
  }
  .taika_box {
    padding: 30px;
  }
  .zeh_img, .taika_img, .spec_img {
    float: left;
    max-width: 420px;
    padding-right: 30px;
    overflow: hidden;
  }
  .zeh_txt, .taika_txt, .spec_txt {
    float: left;
    max-width: 430px;
  }
  .spec_img {
    float: left;
    max-width: 450px;
    padding-right: 30px;
    overflow: hidden;
  }
  .spec_txt {
    float: left;
    max-width: 460px;
  }
  h3.zeh_title, h3.taika_title, h3.spec_title {
    font-size: 160%;
  }
  h3.spec_title_more {
    font-size: 160%;
  }
  h4.zeh_title2, h4.taika_title2, h4.spec_title2 {
    font-size: 110%;
  }
}
/**************************************************/
/****** .bnr ******/
.bnr {
  clear: both;
  margin: 0 5% 2%;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .bnr {
    max-width: 800px;
    margin: 0 auto 20px;
  }
}
/**************************************************/
/****** .pagetop ******/
.pagetop {
  clear: both;
  margin: 0 5% 30px;
}
.pagetop a {
  font-size: 75%;
  font-weight: bold;
}
.pagetop a:hover {
  color: #39F;
}
.pagetop a i {
  padding-right: 2px;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  .pagetop a {
    float: right;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  .pagetop {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
}
/****** footer ******/
footer {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #CCC;
}
footer img {
  max-width: 100%;
}
footer div {
  max-width: 90%;
  margin: 15px auto;
}
footer h6 {
  width: 200px;
  margin: 0 auto 10px;
}
footer p {
  font-size: 75%;
}
/* TB用CSS記述（768px以上） */
@media print, screen and (min-width:768px) {
  footer {}
  footer div {
    display: flex;
    justify-content: center;
    margin: 20px auto;
  }
  footer h6 {
    margin: 0;
    padding-right: 20px;
  }
  footer p {
    text-align: left;
  }
}
/* PC用CSS記述（1000px以上）*/
@media print, screen and (min-width:1000px) {
  footer {}
  footer div {
    max-width: 800px;
    margin: 20px auto;
  }
}
/****** .copyright ******/
.copyright {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #CCC;
  background-color: #EEE;
  padding: 20px 10px;
  color: #666;
  font-size: 80%;
}