@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@-ms-viewport {
  width: device-width;
}
body {
  background: none;
}

#gototop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
}
#gototop img {
  width: 44px;
}

.container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.slidemenu {
  top: 0;
  width: 260px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}

.slidemenu-right {
  right: 0;
}

#contents-main {
  z-index: 1;
}

.slidemenu .slidemenu-content > li {
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #c8d0e1;
}
.slidemenu .slidemenu-content > li a {
  display: block;
  color: #0074bf;
  padding: 14px;
}
.slidemenu .slidemenu-content > li a:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.slidemenu .slidemenu-content > li:nth-child(1) a:before {
  background: url("../img/header-image-02sp.png") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 16px;
}
.slidemenu .slidemenu-content > li:nth-child(2) a:before {
  background: url("../img/header-image-03sp.png") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 16px;
}
.slidemenu .slidemenu-content > li:nth-child(3) > a {
  position: relative;
}
.slidemenu .slidemenu-content > li:nth-child(3) > a:before {
  background: url("../img/header-image-04sp.png") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.slidemenu .slidemenu-content > li:nth-child(3) > a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  background: #e5eaee url("../img/header-image-09.png") no-repeat center center;
  background-size: 9px 16px;
  border-left: 2px solid #c8d0e1;
}
.slidemenu .slidemenu-content > li:nth-child(3) ul {
  display: none;
}
.slidemenu .slidemenu-content > li:nth-child(3) ul li {
  border-top: 2px solid #c8d0e1;
}
.slidemenu .slidemenu-content > li:nth-child(3) ul li a {
  text-indent: 16px;
}
.slidemenu .slidemenu-content > li:nth-child(3).openSub > a span {
  background: #e5eaee url("../img/header-image-09a.png") no-repeat center center;
  background-size: 16px 9px;
}
.slidemenu .slidemenu-content > li:nth-child(4) a:before {
  background: url("../img/header-image-05sp.png") no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.slidemenu .slidemenu-content2 {
  margin-top: 20px;
  text-align: center;
}
.slidemenu .slidemenu-content2 a {
  display: inline-block;
  padding: 12px 16px;
  border: 2px solid #c8d0e1;
}
.slidemenu .slidemenu-content2 a p {
  color: #0074bf;
  font-weight: 700;
  margin-top: 6px;
}

#header, #footer {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
#header p, #footer p {
  padding: 0;
  margin: 0;
}
#header *, #footer * {
  box-sizing: border-box;
  line-height: 1;
}
#header a, #footer a {
  text-decoration: none;
  outline: none;
}
#header ul, #footer ul {
  list-style: none;
  margin: 0;
}

header {
  text-align: left;
}

#header {
  position: relative;
  background-color: #FFF;
  z-index: 2;
  -moz-box-shadow: 0px, 3px, 10px, 0, rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px, 3px, 10px, 0, rgba(0, 0, 0, 0.3);
  box-shadow: 0px, 3px, 10px, 0, rgba(0, 0, 0, 0.3);
}
#header .box01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#header .box01 .site-name {
  font-size: 14px;
  padding-top: 18px;
}
#header .box01 .logo {
  margin-top: 14px;
}
#header .box01 .logo img {
  vertical-align: bottom;
}
#header .box01 .contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#header .box01 .contact.sp {
  display: none;
  height: 100%;
}
#header .box01 .contact.sp li {
  width: 33.33%;
  height: 100%;
}
#header .box01 .contact.sp li:first-child {
  background-color: #007dc1;
}
#header .box01 .contact.sp li:nth-child(2) {
  background-color: #00519f;
}
#header .box01 .contact.sp li:last-child {
  background-color: #32352f;
  position: relative;
}
#header .box01 .contact.sp li:last-child p {
  color: #FFF;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}
#header .box01 .contact.sp li a {
  display: block;
  height: 100%;
  position: relative;
}
#header .box01 .contact.sp li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header .box01 .contact.pc li {
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}
#header .box01 .contact.pc li a {
  color: #FFF;
  display: block;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  height: 39px;
  line-height: 39px;
}
#header .box01 .contact.pc li:first-child {
  background-color: #0e5cab;
  font-size: 24px;
}
#header .box01 .contact.pc li:first-child a {
  padding: 0 16px;
}
#header .box01 .contact.pc li:last-child {
  background-color: #e6ae48;
  font-weight: 700;
}
#header .box01 .contact.pc li:last-child a {
  padding: 0 14px;
}
#header .box01 .contact.pc li:last-child a:before {
  content: '';
  background: url("../img/header-image-01.png") no-repeat center center;
  width: 21px;
  height: 14px;
  margin-bottom: 2px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
#header .box01 nav {
  margin-top: 29px;
}
#header .box01 nav .g-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#header .box01 nav .g-nav li {
  padding: 0 30px;
  font-weight: 700;
}
#header .box01 nav .g-nav li a, #header .box01 nav .g-nav li span {
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: block;
  color: #0e5cab;
  padding-bottom: 21px;
  border-bottom: 5px solid rgba(255, 255, 255, 0);
}
#header .box01 nav .g-nav li a:before, #header .box01 nav .g-nav li span:before {
  content: '';
  height: 23px;
  margin-bottom: 2px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
#header .box01 nav .g-nav li a:hover, #header .box01 nav .g-nav li span:hover {
  border-bottom: 5px solid #0e5cab;
}
#header .box01 nav .g-nav li:nth-child(1) a:before {
  background: url("../img/header-image-02.png") no-repeat center center;
  width: 21px;
}
#header .box01 nav .g-nav li:nth-child(2) a:before {
  background: url("../img/header-image-03.png") no-repeat center center;
  width: 18px;
}
#header .box01 nav .g-nav li:nth-child(3) > a:before {
  content: '';
  background: url("../img/header-image-04.png") no-repeat center center;
  width: 18px;
}
#header .box01 nav .g-nav li:nth-child(4) a:before {
  content: '';
  background: url("../img/header-image-05.png") no-repeat center center;
  width: 17px;
}
#header .box01 nav .g-nav li.current a {
  border-bottom: 5px solid #0e5cab;
}
#header .sub-menu {
  position: relative;
}
#header .sub-menu .box02 {
  background-color: rgba(14, 92, 171, 0.851);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#header .sub-menu .box02 dl {
  padding: 35px 0;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  display: none;
}
#header .sub-menu .box02 dl dt {
  color: #FFF;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  float: left;
}
#header .sub-menu .box02 dl dd {
  padding-left: 40%;
  font-size: 14px;
}
#header .sub-menu .box02 dl dd a {
  color: #FFF;
}
#header .sub-menu .box02 dl dd a:hover {
  text-decoration: underline;
}
#header .sub-menu .box02 dl dd ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .sub-menu .box02 dl dd ul li {
  width: 33.33%;
}
#header #navToggle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
#header #navToggle div {
  position: relative;
}
#header #navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #FFF;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#header #navToggle span:nth-child(1) {
  top: 0;
}
#header #navToggle span:nth-child(2) {
  top: 8px;
}
#header #navToggle span:nth-child(3) {
  top: 16px;
}
#header.openNav #navToggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header.openNav #navToggle span:nth-child(2), #header.openNav #navToggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header.openNav + #st-ami {
  position: relative;
}
#header.openNav + #st-ami .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#footer {
  padding: 0;
  margin: 0;
  text-align: left;
}
#footer .box01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#footer .box01 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 100%;
}
#footer .box01 ul li {
  width: 20%;
}
#footer .box01 ul li a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-left: 15px;
}
#footer .box01 ul li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #0093e2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#footer .box01 ul li a:hover {
  text-decoration: underline;
}
#footer .box01 ul.sp {
  display: none;
}
#footer .box01 p {
  padding-top: 37px;
}
#footer .box01 p img {
  vertical-align: bottom;
}
#footer .copy {
  color: #FFF;
  background-color: #0e5cab;
  padding: 14px 0;
  font-size: 14px;
  text-align: center;
}

.main-visual {
  background-color: #0e5cab;
  position: relative;
}
.main-visual * {
  box-sizing: border-box;
  line-height: 1;
}
.main-visual p {
  margin: 0;
  padding: 0;
}
.main-visual .container {
  max-width: 1230px;
}
.main-visual .box01 {
  text-align: right;
  position: relative;
}
.main-visual .box01 .visual-title {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  margin-top: -18px;
  z-index: 1;
  text-align: left;
}
.main-visual .box01 .visual-title span {
  display: inline-block;
}
.main-visual .box01 .img01 {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.main-visual .box01 .img01 img {
  vertical-align: bottom;
}
.main-visual .box01 .img01 img.sp {
  display: none;
}
.main-visual .box01 .img01:before, .main-visual .box01 .img01:after {
  content: '';
  height: 100%;
  width: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.main-visual .box01 .img01:before {
  left: 0;
  background: -webkit-linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
}
.main-visual .box01 .img01:after {
  right: 0;
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #0e5cab 50.5%) no-repeat top left/100% 100%;
}
.main-visual .cover {
  background: url("../img/mainvisual-bg.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#breadcrumb {
  display: none;
}

.breadcrumb {
  background-color: #e7e7e7;
  padding: 15px 0;
  margin-bottom: 50px;
}
.breadcrumb * {
  box-sizing: border-box;
  line-height: 1;
}
.breadcrumb .container {
  max-width: 1030px;
}
.breadcrumb ol {
  font-size: 14px;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb ol li a {
  color: #0e5cab;
  text-decoration: none;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}
.breadcrumb ol li span {
  font-weight: 700;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

#side .st-aside {
  padding-top: 45px;
}
#side .st-aside #mybox .ad:nth-child(2) .menu_underh2, #side .st-aside #mybox .ad:nth-child(3) .menu_underh2, #side .st-aside #mybox .ad:nth-child(4) .menu_underh2 {
  background: #0b4596;
  background: -moz-linear-gradient(left, #0b4596 0%, #127cc8 100%);
  background: -webkit-linear-gradient(left, #0b4596 0%, #127cc8 100%);
  background: linear-gradient(to right, #0b4596 0%, #127cc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4596', endColorstr='#127cc8',GradientType=1 );
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  padding-left: 8px;
}
#side .st-aside #mybox .ad:nth-child(2) .menu_underh2:after, #side .st-aside #mybox .ad:nth-child(3) .menu_underh2:after, #side .st-aside #mybox .ad:nth-child(4) .menu_underh2:after {
  content: '';
  background: -webkit-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #127cc8 50.5%) no-repeat top left/100% 100%;
  background: -moz-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #127cc8 50.5%) no-repeat top left/100% 100%;
  background: -ms-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #127cc8 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #127cc8 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #127cc8 50.5%) no-repeat top left/100% 100%;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#side .st-aside #mybox .ad:nth-child(2), #side .st-aside #mybox .ad:nth-child(3), #side .st-aside #mybox .ad:nth-child(4) {
  margin-top: 30px;
}
#side .st-aside #mybox .ad:nth-child(2) ul li a, #side .st-aside #mybox .ad:nth-child(3) ul li a, #side .st-aside #mybox .ad:nth-child(4) ul li a {
  color: #424034;
}
#side .st-aside #mybox .ad:nth-child(2) .menu_underh2:before {
  content: '';
  background: url(../img/side-image-01.png) no-repeat center center;
  width: 18px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
}
#side .st-aside #mybox .ad:nth-child(3) .menu_underh2:before {
  content: '';
  background: url(../img/side-image-02.png) no-repeat center center;
  width: 18px;
  height: 17px;
  display: inline-block;
  margin-right: 6px;
}
#side .st-aside #mybox .ad:nth-child(4) .menu_underh2:before {
  content: '';
  background: url(../img/side-image-03.png) no-repeat center center;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
}

article .entry-title {
  background: #0b4596;
  background: -moz-linear-gradient(left, #0b4596 0%, #127cc8 100%);
  background: -webkit-linear-gradient(left, #0b4596 0%, #127cc8 100%);
  background: linear-gradient(to right, #0b4596 0%, #127cc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4596', endColorstr='#127cc8',GradientType=1 );
  color: #FFF;
  position: relative;
  padding-left: 8px;
}

body.single article .entry-title {
  color: #FFF;
}

.st-pagelink .page-numbers {
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  #side .st-aside #mybox .ad:nth-child(2) .menu_underh2, #side .st-aside #mybox .ad:nth-child(3) .menu_underh2, #side .st-aside #mybox .ad:nth-child(4) .menu_underh2 {
    line-height: 28px;
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 960px) and (-ms-high-contrast: none) {
  article .entry-title {
    line-height: 32px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 640px) {
  body {
    min-width: 1200px;
  }

  /*--------------------------------
  メニュー
  ---------------------------------*/
  #st-menubox {
    border-top: solid 1px #E0DEDE;
    border-bottom: solid 1px #E0DEDE;
    margin-bottom: 10px;
  }

  #st-menuwide {
    padding: 0px;
    margin: 0 auto;
    max-width: 1060px;
  }

  nav.smanone {
    max-width: 1060px;
    margin: 0 auto;
  }

  nav.st5 {
    max-width: 1060px;
    margin: 0 auto;
  }

  .smanone {
    display: block;
  }

  .pcnone {
    display: none !important;
  }

  header {
    padding: 0;
  }

  #header-l {
    padding-top: 0;
  }

  #headbox {
    padding: 10px;
    margin: 0 auto;
    text-align: left;
    max-width: 1040px;
  }

  #headbox img {
    margin: 0;
  }

  #st-headwide #headbox img {
    margin: 0 auto;
  }

  nav {
    display: block;
  }

  /*IEで要素がズレるのを対応*/
  .ie7 .st-aside ul li,
  .ie8 .st-aside ul li,
  .ie9 .st-aside ul li {
    display: list-item;
    padding: 0;
  }

  /*--------------------------------
  各フォント設定
  ---------------------------------*/
  /*基本のフォントサイズ*/
  p,
  .yellowbox,
  .graybox,
  .redbox,
  .post ul li,
  .post ol li {
    font-size: 15px;
    line-height: 26px;
  }

  p {
    margin-bottom: 20px;
  }

  dd p {
    margin-bottom: 5px;
  }

  /*記事タイトル*/
  .entry-title,
  .post .entry-title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    margin-bottom: 20px;
  }

  .entry-title a:hover {
    text-decoration: underline;
  }

  /*中見出し*/
  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  h2:after {
    bottom: -10px;
    left: 50px;
  }

  h2:before {
    bottom: -10px;
    left: 50px;
  }

  /*小見出し*/
  .post h4 {
    background-color: #f3f3f3;
    font-size: 16px;
    line-height: 26px;
  }

  .post h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .post dd h5 {
    margin-bottom: 5px;
  }

  /* サイドバーの見出し */
  #side h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  /*サイドバー*/
  #side .st-aside .menu_underh2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }

  #side .st-aside ul li {
    font-size: 14px;
    line-height: 24px;
  }

  #side .st-aside #mybox ul li ul li {
    font-size: 14px;
    line-height: 24px;
  }

  /* オリジナルスタイルPC */
  .oomozi {
    font-size: 18pt;
    line-height: 35px;
  }

  .yellowbox,
  .redbox,
  .graybox {
    margin-bottom: 20px;
  }

  .h2fuu:after {
    bottom: -10px;
    left: 50px;
  }

  .h2fuu:before {
    bottom: -10px;
    left: 50px;
  }

  /*--------------------------------
  ヘッダーコンテンツ
  ---------------------------------*/
  #header-l {
    float: left;
  }

  #header-r a {
    text-decoration: none;
  }

  #header-r p {
    margin: 0px;
  }

  /*ヘッダーリンク*/
  #header-r .footermenust {
    padding: 0 10px 0 0;
    margin: 0px 0 5px;
    text-align: right;
  }

  #header-r .footermenust li {
    border-right: 1px solid #000;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }

  #header-r .footermenust li:last-child {
    border-right: none;
  }

  #header-r .footermenust a {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #000;
  }

  /*--------------------------------
  ページャー
  ---------------------------------*/
  .st-pagelink .page-numbers {
    padding: 5px 8px;
  }

  /*--------------------------------
  PCのレイアウト
  ---------------------------------*/
  #wrapper {
    overflow: visible;
    /*グローバルメニューの下層リンクを表示する為*/
    padding: 0;
    width: 100%;
  }

  #st-header {
    max-width: 1060px;
    margin: 0 auto 10px;
  }

  #content {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  #footer-in {
    max-width: 1060px;
    margin: 0 auto;
  }

  /* フッター文字 */
  #footer .footerlogo {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
  }

  /*--------------------------------
  SNS
  ---------------------------------*/
  .sns {
    width: 90%;
  }

  .sns li {
    width: 33%;
  }

  .snstext {
    display: inline;
  }

  /*トップ記事一覧*/
  dd h3 a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
  }

  .kanren .clearfix dd p {
    font-size: 13px;
    line-height: 18px;
  }

  /*--------------------------------
  メニューst5
  ---------------------------------*/
  nav.st5 {
    padding: 5px;
    display: block;
  }

  nav.st5 li {
    position: relative;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    display: inline;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  nav.st5 li:last-child {
    border: none;
  }

  nav.st5 li .sub-menu,
  nav.menu li .children {
    display: none;
  }

  nav.st5 li a {
    color: #333;
    text-decoration: none;
  }

  .menu-nav.st5igation-container {
    overflow: hidden;
  }

  nav.st5 li a:hover {
    text-decoration: underline;
  }

  /*--------------------------------
  メニュー未設定
  ---------------------------------*/
  #st-menuwide div.menu,
  #st-menuwide nav.menu {
    max-width: 1060px;
    margin: 0 auto;
    padding: 5px;
    display: block;
  }

  #st-menuwide div.menu:after,
  #st-menuwide nav.menu:after {
    content: '';
    display: block;
    clear: both;
  }

  #st-menuwide div.menu li,
  #st-menuwide nav.menu li {
    position: relative;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    display: inline;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #st-menuwide div.menu li:last-child,
  #st-menuwide nav.menu li:last-child {
    border: none;
  }

  #st-menuwide div.menu li .sub-menu,
  #st-menuwide nav.menu li .sub-menu {
    display: none;
  }

  #st-menuwide div.menu li a,
  #st-menuwide nav.menu li a {
    color: #333;
    text-decoration: none;
  }

  /*コンタクトフォーム7の送信ボタン*/
  .wpcf7-submit {
    width: 50%;
  }

  /*--------------------------------
  PCのレイアウト（右サイドバー）
  ---------------------------------*/
  #contentInner {
    float: left;
    width: 100%;
    margin-right: -285px;
  }

  .st-main {
    margin-right: 285px;
    margin-left: 0px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0;
  }

  #side .st-aside {
    float: right;
    width: 255px;
    padding: 0px;
    padding-top: 30px;
    clear: none;
  }

  /*-- ここまで --*/
  #breadcrumb ol li {
    font-size: 16px;
    color: #313131;
  }
  #breadcrumb ol li a {
    color: #313131;
  }

  #side .box01 .text01 {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .st-aside .kanren {
    padding-top: 30px;
  }

  #side .st-aside .menu_underh2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  #gototop {
    right: 0;
  }
  #gototop img {
    width: 55px;
  }

  #header .container {
    padding-right: 0;
  }
  #header .box01 .site-name {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.25;
  }
  #header .box01 .logo {
    margin-top: 3px;
  }
  #header .box01 .logo img {
    max-width: 230px;
  }
  #header .box01 > div:first-child {
    width: 58%;
    padding-bottom: 5px;
  }
  #header .box01 > div:last-child {
    width: 41.5%;
    margin-left: 0.5%;
  }
  #header .box01 .contact.pc {
    display: none;
  }
  #header .box01 .contact.sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #header .box01 nav {
    display: none;
  }

  #footer .box01 {
    display: block;
  }
  #footer .box01 ul {
    display: block;
  }
  #footer .box01 ul li {
    width: 100%;
    text-align: center;
  }
  #footer .box01 ul li a {
    line-height: 3.0;
  }
  #footer .box01 ul.pc {
    display: none;
  }
  #footer .box01 ul.sp {
    display: block;
  }
  #footer .box01 p {
    display: none;
  }

  .main-visual .container {
    padding-right: 0;
  }
  .main-visual .box01 .visual-title {
    font-size: 30px;
  }
  .main-visual .box01 .img01 {
    width: 50%;
  }
  .main-visual .box01 .img01 img.pc {
    display: none;
  }
  .main-visual .box01 .img01 img.sp {
    display: inline;
  }
  .main-visual .box01 .img01::before {
    width: 45%;
  }
  .main-visual .box01 .img01:after {
    content: none;
  }

  .breadcrumb {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 470px) {
  #header .box01 .site-name {
    font-size: 10px;
  }
  #header .box01 .logo img {
    width: 86%;
  }
  #header .box01 .contact.sp li a img {
    width: 50%;
  }
  #header .box01 .contact.sp li:last-child p {
    bottom: 2px;
  }
  #header #navToggle {
    width: 50%;
  }

  #footer .copy {
    font-size: 12px;
  }

  body.sub-page .main-visual .box01 .visual-title {
    font-size: 20px;
    margin-top: -12px;
  }
}
