﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Khand:600');
/******* reset *******/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, a, table, tr, th, td, figure, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0.03em;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: scroll;
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  background: #fff;
  font-size: 16px;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
  vertical-align: bottom;
}
/**************/
/*******common*******/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
section::after {
  content: "";
  display: block;
  clear: both;
}
/*************/
.wrap {
  width: 980px;
  margin: 0 auto;
}
.wrap::after {
  content: "";
  display: block;
  clear: both;
}
.rArea {
  float: right;
}
.lArea {
  float: left;
}
.rTxt {
  text-align: right !important;
}
.cTxt {
  text-align: center !important;
}
.lTxt {
  text-align: left !important;
}
img.rImg {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
img.lImg {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.txtLarge {
  font-size: 120%;
}
.txtSmall {
  font-size: 80%;
}
figure.rArea {
  float: right;
  padding: 0 0 15px 20px;
}
figure.lArea {
  float: left;
  padding: 0 20px 15px 0;
}
figure img {
  width: 300px;
  height: auto;
}
figure img.small {
  width: 200px;
  height: auto;
}
figure img.full {
  width: 100%;
  height: auto;
}
.cfBlock {
  display: inline-block;
  width: 100%;
}
.cfBlock::after {
  content: "";
  display: block;
  clear: both;
}
p, dt, dd, li, th, td {
  line-height: 1.6em;
}
a {
  text-decoration: none;
  color: #2D4692;
}
#contents a {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}
p.cmt {
  text-indent: -1em;
  padding-left: 1em;
}
p.att {
  text-indent: -3em;
  padding-left: 3em;
}
.mb {
  display: none;
}
.sp {
  display: none;
}
/*footer*/
footer {
  background: #1d63ac;
  padding: 40px 0 0 0;
  max-width: 1440px;
  margin: 0 auto;
}
footer * {
  color: #fff;
}
.fNav {
  margin-bottom: 30px;
}
.fNav li {
  display: inline-block;
  margin-right: 20px;
}
.fNav li:last-child {
  margin-right: 0;
}
.fNav li a {
  display: block;
  text-decoration: none;
  padding: 0;
  font-weight: bold;
}
.fNav li a:hover {
  text-decoration: underline;
}
.fInfo {
  display: inline;
  margin-bottom: 25px;
}
.fInfo li {
  display: inline-block;
  margin-right: 5px;
}
.fInfo li a {
  display: block;
  text-decoration: none;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
}
.fInfo li a::before {
  content: "・";
}
.fInfo li a:hover {
  text-decoration: underline;
}
p#copyright {
  float: right;
  font-size: 13px;
  padding: 30px;
}
#fName {
  display: inline-block;
  margin-right: 20px;
}
div #relevant {
  margin-top: 20px;
}
#relevant {
  display: inline-block;
  background: #0071b8;
  padding: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
#relevant li {
  display: inline-block;
  margin-right: 5px;
}
#relevant li:last-child {
  margin-right: 0;
}
#relevant img {
  width: 200px;
  height: auto;
}
/*トータスくん追加*/
.fTortoise {
  width: 80px;
  float: right;
  padding-left: 10px;
}
.fTortoise img {
  width: 100%;
}
.fTortoise p {
  text-align: center;
  font-weight: bold;
  font-size: 60%;
}
.bTortoise {
  margin-top: 50px;
}

/*ページトップボタン*/
#topBtn {
  position: absolute;
}
#topBtn a {
  position: fixed;
  bottom: -70px;
  left: 50%;
  margin-left: 520px;
  z-index: 102;
  transition: 0.3s;
  border: 1px solid #fff;
}
#topBtn a img {
  vertical-align: bottom;
}
/*blankアイコン*/
img.blank {
  width: 11px !important;
  height: auto !important;
  margin-left: 5px !important;
  vertical-align: middle !important;
}
.bntOn a {
  bottom: 40px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
div.box {
  padding: 30px 40px 20px 40px;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
@media screen and (max-width:980px) { /*　タブレット・スマホ　*/
  body {
    min-width: initial;
    min-width: auto; /*IE*/
    max-width: initial;
    max-width: auto; /*IE*/
    font-size: 14px;
  }
  .wrap {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  .mb {
    display: block;
  }
  .pc {
    display: none;
  }
  figure.rArea, figure.lArea {
    float: none;
    padding: 0 0 20px 0;
    text-align: center;
  }
  figure img {
    width: auto;
    max-width: 100%;
  }
  figure img.small {
    width: 70%;
  }
  /*footer*/
  footer {
    padding: 0;
    position: relative;
  }
  footer .wrap {
    padding: 0;
  }
  .fNav {
    display: none;
  }
  .fInfo {
    display: block;
    margin-bottom: 0;
  }
  .fInfo li {
    display: block;
    margin-right: 0;
  }
  .fInfo li a {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 20px 5px;
    border-bottom: 1px solid #fff;
  }
  .fInfo li a::before {
    content: "";
  }
  .cfBlock {
    margin-bottom: 0;
  }
  #copyright {
    display: none;
  }
  #fName {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #fName img {
    width: 250px;
    height: auto;
  }
	
  #relevant {
    text-align: center;
    display: block;
    background: #0071b8;
    padding: 0px 10px 0px 10px;
    box-shadow: none;
  }
  #relevant p {
    padding: 10px;
  }
  #relevant li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #relevant li:last-child {
    margin-right: 0;
  }
  /*ページトップボタン*/
  #topBtn a {
    position: fixed;
    bottom: -70px;
    left: auto;
    right: 20px;
    margin-left: 0;
  }
  #topBtn a img {
    width: 30px;
    height: auto;
  }
  .bntOn a {
    bottom: 30px !important;
  }
  /*トータスくん追加*/
  div #relevant {
    margin-top: 0;
  }
  .fTortoise {
    float: none;
    margin: 15px auto;
	      padding: 0;

  }
  .bTortoise {
    margin-top: 100px;
  }
	
	#topPage #relevant{
	padding-bottom: 10px;
}
}
@media screen and (max-width:750px) { /* スマホ　*/
  .sp {
    display: block;
  }
  table.sp {
    display: table;
  }
  .pctab {
    display: none;
  }
}