@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.font_Sans {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.font_Sans_semiBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.font_Sans_light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.hover {
  cursor: pointer;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: none;
}
img {
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.shadow {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
#contents {
  overflow-y: visible;
  overflow-x: visible;
  padding-top: 25px;
  background-color: #ffffff;
}
#contents .inner {
  width: 1000px;
  margin: 0 auto;
}
#contents .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 55px;
  }
  #contents .inner {
    width: auto;
    padding: 0 10px;
  }
  #contents .pc {
    display: none;
  }
  #contents .sp {
    display: block;
  }
}
.bsbb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#contents ul.navi {
  font-size: 13px;
  margin-bottom: 30px;
}
#contents ul.navi li {
  display: inline-block;
  margin-right: 5px;
  color: #4d4d4d;
}
#contents ul.navi li a {
  color: #009db7;
  text-decoration: underline;
}
#contents h1 {
  font-size: 21px;
  line-height: 30px;
  padding-left: 15px;
  border-left: 4px solid #33b0c5;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  #contents ul.navi {
    font-size: 11px;
    margin-bottom: 20px;
  }
  #contents h1 {
    font-size: 19px;
    padding-left: 10px;
    border-left: 3px solid #33b0c5;
    margin-bottom: 10px;
  }
  #contents .content {
    margin-bottom: 30px;
  }
  #contents .content .category {
    padding: 20px 0;
  }
  #contents .content .category.even {
    background-color: #fbfbf9;
  }
  #contents .content .category h2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  #contents .content .category .items {
    margin: 0 -5px;
    *zoom: 1;
  }
  #contents .content .category .items .item {
    width: 50%;
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
  }
  #contents .content .category .items .item.r {
    margin-right: 0;
  }
  #contents .content .category .items .item a {
    display: block;
    padding: 0 5px;
  }
  #contents .content .category .items .item img {
    width: 100%;
    height: auto;
  }
  #contents .content .category .items .item div {
    display: none;
  }
  #contents .content .category .items:before,
  #contents .content .category .items:after {
    content: ' ';
    display: table;
  }
  #contents .content .category .items:after {
    clear: both;
  }
}
.b1 {
  padding: 40px 0 60px 0;
}
.b1 h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #003e81;
}
.b1 .area {
  *zoom: 1;
}
.b1 .area a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 500px;
  float: left;
  border: 1px solid #dadada;
  position: relative;
}
.b1 .area a img {
  width: 100%;
  height: auto;
}
.b1 .area a p {
  z-index: 2;
  position: absolute;
  background-color: #003e81;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  width: 120px;
  height: 60px;
  line-height: 60px;
}
.b1 .area a.tl p {
  top: 0;
  left: 0;
}
.b1 .area a.tr p {
  top: 0;
  right: 0;
}
.b1 .area a.bl p {
  bottom: 0;
  left: 0;
}
.b1 .area a.br p {
  bottom: 0;
  right: 0;
}
.b1 .area a img {
  z-index: 0;
  width: 100%;
  height: auto;
}
.b1 .area:before,
.b1 .area:after {
  content: ' ';
  display: table;
}
.b1 .area:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .b1 {
    padding: 20px 0 20px 0;
  }
  .b1 h2 {
    font-size: 19px;
  }
  .b1 .area {
    *zoom: 1;
  }
  .b1 .area a {
    width: 50%;
    height: auto;
  }
  .b1 .area a p {
    font-size: 12px;
    width: 60px;
    height: 24px;
    line-height: 24px;
  }
  .b1 .area:before,
  .b1 .area:after {
    content: ' ';
    display: table;
  }
  .b1 .area:after {
    clear: both;
  }
}
.section {
  background-color: #EFF1F4;
}
.section .inner .block {
  padding: 40px 0;
}
.section .inner .block h3 {
  background-color: #003e81;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  line-height: 60px;
  padding-left: 10px;
}
.section .inner .block .boxes {
  padding-top: 20px;
  *zoom: 1;
}
.section .inner .block .boxes .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 20px;
  width: 490px;
  float: left;
}
.section .inner .block .boxes .box h4 {
  color: #33b0c5;
  border-bottom: 1px solid #33b0c5;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section .inner .block .boxes .box .in {
  *zoom: 1;
}
.section .inner .block .boxes .box .in .image {
  float: left;
  width: 220px;
}
.section .inner .block .boxes .box .in .image img {
  width: 100%;
  height: auto;
}
.section .inner .block .boxes .box .in .links {
  margin-left: 230px;
}
.section .inner .block .boxes .box .in .links a {
  display: block;
  border-bottom: 1px solid #33b0c5;
  color: #33b0c5;
  line-height: 40px;
  padding: 0 10px;
  font-size: 15px;
  position: relative;
}
.section .inner .block .boxes .box .in .links a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #33b0c5;
  border-right: 2px solid #33b0c5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section .inner .block .boxes .box .in .links a + a {
  margin-top: 5px;
}
.section .inner .block .boxes .box .in:before,
.section .inner .block .boxes .box .in:after {
  content: ' ';
  display: table;
}
.section .inner .block .boxes .box .in:after {
  clear: both;
}
.section .inner .block .boxes .box:nth-child(n+3) {
  margin-top: 20px;
}
.section .inner .block .boxes .box:nth-child(2n) {
  margin-left: 20px;
}
.section .inner .block .boxes:before,
.section .inner .block .boxes:after {
  content: ' ';
  display: table;
}
.section .inner .block .boxes:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .section .inner .block {
    padding: 10px 0;
  }
  .section .inner .block h3 {
    font-size: 17px;
    line-height: 40px;
    padding-left: 0;
  }
  .section .inner .block .boxes {
    padding-top: 10px;
  }
  .section .inner .block .boxes .box {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .section .inner .block .boxes .box h4 {
    padding-bottom: 5px;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .section .inner .block .boxes .box .in {
    *zoom: 1;
  }
  .section .inner .block .boxes .box .in .image {
    float: none;
    width: auto;
    padding: 10px 0;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section .inner .block .boxes .box .in .image img {
    width: 100%;
    height: auto;
  }
  .section .inner .block .boxes .box .in .links {
    margin-left: 0;
  }
  .section .inner .block .boxes .box .in .links a {
    line-height: 20px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #33b0c5;
  }
  .section .inner .block .boxes .box .in .links a::after {
    margin-top: -3px;
    right: 10px;
    width: 6px;
    height: 6px;
  }
  .section .inner .block .boxes .box .in .links a + a {
    margin-top: 5px;
  }
  .section .inner .block .boxes .box .in:before,
  .section .inner .block .boxes .box .in:after {
    content: ' ';
    display: table;
  }
  .section .inner .block .boxes .box .in:after {
    clear: both;
  }
  .section .inner .block .boxes .box:nth-child(n+2) {
    margin-top: 5px;
  }
  .section .inner .block .boxes .box:nth-child(n+3) {
    margin-top: 5px;
  }
  .section .inner .block .boxes .box:nth-child(2n) {
    margin-left: 0;
  }
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
  letter-spacing: .05em;
}
#pagetop a {
  background-color: #003e81;
  border: 1px solid #003e81;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 25px 15px 10px 15px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pagetop a:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -4px;
  z-index: 2;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#pagetop a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #003e81;
}
#pagetop a:hover:before {
  border: solid #003e81;
  border-width: 0 1px 1px 0;
}
