@charset "utf-8";
/* Initialization
--------------------------------------------------*/
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
body {
  background: #ECEBE2;
  color: #333;
  font-size: 14px;
  line-height: 1;
  -webkit-text-size-adjust: none;
  font-family: "メイリオ", Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73vw;
  }
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff0;
  color: #000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
img {
  vertical-align: top;
}
.imgFull {
  width: 100%;
}
/* common
--------------------------------------------------*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb09 {
  margin-bottom: 9px;
}
/* clearfix
--------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
/* mouseover
--------------------------------------------------*/
a:hover img.over,
a:focus img.over {
  filter: brightness(120%);
}
/* link
--------------------------------------------------*/
a:link,
a:active,
a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}
#contents a:link,
#contents a:active,
#contents a:visited {
  color: #001960;
  text-decoration: underline;
}
#contents a:hover,
#contents a:focus {
  color: #001960;
  text-decoration: none;
}
/* outline
--------------------------------------------------*/
.container {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0 1%;
    width: auto;
  }
}
.mincho {
  font-family: "Sawarabi Mincho";
}
.widthFull {
  width: 100%;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px;
    margin-bottom: 1.33vw;
  }
  .mb20 {
    margin-bottom: 10px;
    margin-bottom: 2.66vw;
  }
  .mb30 {
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .mb40 {
    margin-bottom: 20px;
    margin-bottom: 5.33vw;
  }
  .mb50 {
    margin-bottom: 25px;
    margin-bottom: 6.66vw;
  }
  .mb60 {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .mb70 {
    margin-bottom: 35px;
    margin-bottom: 9.33vw;
  }
  .mb80 {
    margin-bottom: 40px;
    margin-bottom: 10.06vw;
  }
  .mb90 {
    margin-bottom: 45px;
    margin-bottom: 12vw;
  }
  .mb100 {
    margin-bottom: 50px;
    margin-bottom: 13.33vw;
  }
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px;
    margin-top: 1.33vw;
  }
  .mt20 {
    margin-top: 10px;
    margin-top: 2.66vw;
  }
  .mt30 {
    margin-top: 15px;
    margin-top: 4vw;
  }
  .mt40 {
    margin-top: 20px;
    margin-top: 5.33vw;
  }
  .mt50 {
    margin-top: 25px;
    margin-top: 6.66vw;
  }
  .mt60 {
    margin-top: 30px;
    margin-top: 8vw;
  }
  .mt70 {
    margin-top: 35px;
    margin-top: 9.33vw;
  }
  .mt80 {
    margin-top: 40px;
    margin-top: 10.06vw;
  }
  .mt90 {
    margin-top: 45px;
    margin-top: 12vw;
  }
  .mt100 {
    margin-top: 50px;
    margin-top: 13.33vw;
  }
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px;
    padding-bottom: 1.33vw;
  }
  .pb20 {
    padding-bottom: 10px;
    padding-bottom: 2.66vw;
  }
  .pb30 {
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }
  .pb40 {
    padding-bottom: 20px;
    padding-bottom: 5.33vw;
  }
  .pb50 {
    padding-bottom: 25px;
    padding-bottom: 6.66vw;
  }
  .pb60 {
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
  .pb70 {
    padding-bottom: 35px;
    padding-bottom: 9.33vw;
  }
  .pb80 {
    padding-bottom: 40px;
    padding-bottom: 10.06vw;
  }
  .pb90 {
    padding-bottom: 45px;
    padding-bottom: 12vw;
  }
  .pb100 {
    padding-bottom: 50px;
    padding-bottom: 13.33vw;
  }
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px;
    padding-top: 1.33vw;
  }
  .pt20 {
    padding-top: 10px;
    padding-top: 2.66vw;
  }
  .pt30 {
    padding-top: 15px;
    padding-top: 4vw;
  }
  .pt40 {
    padding-top: 20px;
    padding-top: 5.33vw;
  }
  .pt50 {
    padding-top: 25px;
    padding-top: 6.66vw;
  }
  .pt60 {
    padding-top: 30px;
    padding-top: 8vw;
  }
  .pt70 {
    padding-top: 35px;
    padding-top: 9.33vw;
  }
  .pt80 {
    padding-top: 40px;
    padding-top: 10.06vw;
  }
  .pt90 {
    padding-top: 45px;
    padding-top: 12vw;
  }
  .pt100 {
    padding-top: 50px;
    padding-top: 13.33vw;
  }
}
.tCenter {
  text-align: center;
}
.pcOnly {
  display: block !important;
}
.spOnly {
  display: none  !important;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
.titMainArea {
  width: 100%;
  padding: 20px 0;
  background: url(../img/bg_tit.png) repeat 0 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.titMainArea div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.titMainArea div .pageTit,
.titMainArea div .pageCaption {
  display: block;
}
.titMainArea div .pageTit {
  margin-right: 20px;
  color: #444;
  font-size: 24px;
  font-weight: normal;
}
.titMainArea div .pageCaption {
  color: #D74227;
  font-size: 14px;
  font-weight: normal;
}
.textLinkBtnRed {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #D74327;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 20px;
}
.textLinkBtnRed:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .textLinkBtnRed {
    padding: 5px 0;
    font-size: 4.26vw;
  }
}
.anchorNav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  background-color: #fff;
}
.anchorNav a {
  flex: 1;
  box-sizing: border-box;
  border-right: solid 1px #eee;
  text-align: center;
  text-decoration: none;
  font-family: "Sawarabi Mincho";
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .anchorNav a {
    font-size: 4.8vw;
  }
}
/* header
--------------------------------------------------*/
#globalHeader {
  background: #FBFBF9;
  padding: 0 0 20px;
}
#globalHeader .headerTop {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
}
#globalHeader .headerTop .trademark {
  font-size: 10px;
  flex: 1;
}
#globalHeader .lang {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  box-sizing: border-box;
}
#globalHeader .lang li {
  margin-left: 10px;
}
#globalHeader .lang li a {
  display: block;
  padding: 5px 10px;
  background-color: #666;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
#globalHeader .lang li a:hover {
  opacity: 0.5;
}
#globalHeader .headerNav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
#globalHeader .headerNav .headerSiteNmae {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex: 1;
}
#globalHeader .headerNav .headerSiteNmae .timeBtn {
  margin-right: 10px;
}
#globalHeader .headerNav .headerMenu {
  width: 590px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#globalHeader .headerNav .headerMenu li {
  width: 20%;
}
#globalHeader .headerNav .headerMenu li a {
  display: block;
  text-decoration: none;
}
#globalHeader .headerNav .headerMenu li a strong,
#globalHeader .headerNav .headerMenu li a b {
  display: block;
  text-align: center;
  text-decoration: none;
}
#globalHeader .headerNav .headerMenu li a strong {
  font-size: 14px;
  font-family: "Sawarabi Mincho";
}
#globalHeader .headerNav .headerMenu li a b {
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  color: #999;
}
@media screen and (max-width: 767px) {
  #globalHeader {
    padding: 0 0 10px;
  }
  #globalHeader .headerTop {
    display: block;
  }
  #globalHeader .headerTop .trademark {
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.86vw;
  }
  #globalHeader .lang {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #globalHeader .lang li a {
    font-size: 3.2vw;
  }
  #globalHeader .headerNav {
    display: block;
  }
  #globalHeader .headerNav .headerSiteNmae {
    align-items: center;
  }
  #globalHeader .headerNav .headerSiteNmae img {
    width: 100%;
  }
  #globalHeader .headerNav .headerSiteNmae h1 {
    width: 40%;
  }
  #globalHeader .headerNav .headerSiteNmae .timeBtn {
    width: 30%;
    margin-right: 0;
  }
  #globalHeader .headerNav .headerSiteNmae .headerSpMenuBtn {
    width: 8%;
  }
  #globalHeader .headerNav .headerMenu {
    width: 100%;
    position: absolute;
    display: none;
    padding: 10px 0;
    background: #fff;
    z-index: 1000;
    left: 0;
  }
  #globalHeader .headerNav .headerMenu li {
    width: 100%;
    padding: 10px 0;
  }
  #globalHeader .headerNav .headerMenu li a {
    display: block;
    text-decoration: none;
  }
  #globalHeader .headerNav .headerMenu li a strong,
  #globalHeader .headerNav .headerMenu li a b {
    display: block;
    text-align: center;
    text-decoration: none;
  }
  #globalHeader .headerNav .headerMenu li a strong {
    font-size: 14px;
    font-size: 3.73vw;
  }
  #globalHeader .headerNav .headerMenu li a b {
    margin-top: 5px;
    font-size: 10px;
    font-size: 3vw;
    font-weight: normal;
    color: #999;
  }
}
/* topicPath
--------------------------------------------------*/
#topicPath {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
  zoom: 1;
}
#topicPath li {
  float: left;
  white-space: nowrap;
  font-size: 93%;
  margin: 0 5px 0 0;
}
#topicPath li a {
  white-space: nowrap;
  padding: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  #topicPath {
    width: auto;
    padding: 5px 0;
    overflow: hidden;
  }
  #topicPath li {
    float: left;
    white-space: nowrap;
    font-size: 12px;
    margin: 0 5px 0 0;
  }
  #topicPath li a {
    white-space: nowrap;
    padding: 0 5px 0 0;
  }
}
/* main
--------------------------------------------------*/
#main {
  line-height: 1.8;
}
/* contents
--------------------------------------------------*/
.contents {
  width: 740px;
  float: left;
}
@media screen and (max-width: 767px) {
  .contents {
    width: auto;
    float: none;
  }
}
/* sidebar
--------------------------------------------------*/
.sidebar {
  width: 230px;
  float: right;
}
.sidebar .sidebarTit {
  padding: 5px 10px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: "Sawarabi Mincho";
}
.sidebar .sidebarLink .sidebarBnrs li {
  margin-bottom: 5px;
}
.sidebar .sidebarLink .sidebarBnrs li:last-child {
  margin-bottom: 0;
}
.sidebar .sidebarLink .sidebarBnrs li img {
  width: 100%;
}
.sidebar .sidebarLink .sidebarSpot li {
  margin-bottom: 5px;
}
.sidebar .sidebarLink .sidebarSpot li a {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  border: dotted 1px #999;
  font-weight: bold;
}
.sidebar .search {
  background: #ffffff;
  border: 3px solid #cccccc;
  padding: 3px;
  margin: 0 0 15px;
}
.sidebar .search h2 {
  text-align: center;
}
.sidebar .search p {
  color: #D74326;
  font-size: 93%;
  margin: 10px 0 0 10px;
}
.sidebar .search ul li {
  margin: 0 0 5px 6px;
  color: #00195F;
}
.sidebar .search .btn {
  border-top: 1px dashed #cccccc;
  margin: 10px 0 0;
  padding: 10px 0 5px;
  text-align: center;
}
.sidebar .pr {
  background: #ffffff;
  border: 3px solid #cccccc;
  padding: 3px;
  margin: 0 0 25px;
}
.sidebar .pr h2 {
  text-align: center;
}
.sidebar .pr ul li {
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: auto;
    float: none;
  }
  .sidebar .sidebarTit {
    padding: 5px;
    font-size: 4.26vw;
  }
}
/* footer
--------------------------------------------------*/
footer {
  background: #333;
  margin: 50px 0 0;
}
footer .footerMenu {
  background: #fff;
  padding: 15px 0 0;
}
footer .footerMenu ul {
  margin: 0 0 15px;
}
footer .footerMenu ul li {
  background: url(../img/bg_separate.png) no-repeat left center;
  float: left;
  padding: 5px 10px 5px 10px;
}
footer .footerMenu ul li a {
  background: url(../img/ico_arrow02.png) no-repeat left center;
  padding: 0 0 0 10px;
}
footer .footerMenu .pageTop {
  text-align: right;
  padding: 0 5px 10px 0;
}
footer .footer {
  background: url(../img/bg_footer.png) no-repeat left center;
  padding: 12px 0;
}
footer .footer p {
  color: #fff;
  margin: 0 0 7px;
}
footer .footer p.info span {
  display: inline-block;
  font-size: 108%;
  margin: 6px 0 0 15px;
}
footer .footer p.trademark span {
  display: inline-block;
  font-size: 85%;
  margin: 0 15px 0 0;
}
