html {
 font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, 平成角ゴシック, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
}
.show_pc {
 display: none;
}
.show_sp {
 display: block;
}
.contents-inner {
 padding-left: 20px;
 padding-right: 20px;
}
.algnC {
 text-align: center;
}
.flex-wrap {
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;
}
.flex-item {
 width: 100%;
}
.header {
 padding-top: 12px;
 padding-bottom: 7px;
}
.header .flex-wrap {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
}
.header-logo__link {
 display: block;
 width: 114.03%;
 margin-left: -7px;
}
.header-logo__link img {
 width: 100%;
}
.header-logo__link img:hover {
 opacity: 0.8;
 cursor: pointer;
}
.header__nav-items {
 display: none;
 justify-content: space-between;
 align-items: center;
}
.header__nav-item {
 font-size: 14px;
}
.header__nav-item-link {
 text-decoration: none;
 color: #000;
}
.header__nav-item-link:hover {
 opacity: 0.8;
 cursor: pointer;
}
.header__nav-item .login__button img:hover {
 opacity: 0.8;
}
.main-visual {
 background: url(../../common/images/sp_bg_main-visual.jpg) top center no-repeat;
 background-size: 100%;
 width: 100%;
 height: auto;
 margin-bottom: 5px;
 padding: 45px 0;
}
.main-visual-ttl {
 color: #fff;
 font-size: 16.8px;
}
.breadcrumb {
 margin-bottom: 60px;
}
.breadcrumb-area {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 margin-bottom: 60px;
}
.breadcrumb-item {
 position: relative;
 font-size: 14px;
}
.breadcrumb-item:not(:last-child) {
 padding-right: 20px;
}
.breadcrumb-item:not(:last-child)::before, .breadcrumb-item:not(:last-child)::after {
 position: absolute;
 bottom: 0.5em;
 right: 7px;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.breadcrumb-item:not(:last-child)::after {
 width: 8px;
 height: 8px;
 border-top: 1px solid #010101;
 border-right: 1px solid #010101;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.breadcrumb-item a {
 text-decoration: none;
 color: #000;
}
.breadcrumb-item a:hover {
 opacity: 0.8;
 cursor: pointer;
}
.footer {
 background-color: #243363;
}

.footer .contents-inner {
padding-left: 0;
padding-right: 0;
}

.footer .frex-wrap {
 justify-content: flex-start;
 align-items: center;
}
.footer .flex-item {
 width: 100%;
 margin-bottom:50px;
}
.footer__nav-items {

}
.footer__nav-item {
 color: #fff;
 font-size: 14px;
 margin: 10px auto 0;
 text-align: center;
 border-bottom: 1px solid #ccc;
}
.footer__nav-item-link {
 display: block;
 padding: 12px 0 20px;
 text-decoration: none;
 color: #fff;
}
.footer__nav-item-link:hover {
 opacity: 0.8;
 cursor: pointer;
}
.footer-logo {
 width: 25.672%;
 margin: 10px auto 25px;
}
.footer-logo img {
 width: 100%;
}
.footer-logo img:hover {
 opacity: 0.8;
 cursor: pointer;
}
.mt10 {
 margin-top: 1em !important;
}
.mt20 {
 margin-top: 2em!important;
}
.mt30 {
 margin-top: 3em!important;
}
.mt40 {
 margin-top: 4em!important;
}
.mt50 {
 margin-top: 5em!important;
}
.mb10 {
 margin-bottom: 10px !important;
}
.mb20 {
 margin-bottom: 20px !important;
}
.mb30 {
 margin-bottom: 30px !important;
}
.mb40 {
 margin-bottom: 40px !important;
}
.mb50 {
 margin-bottom: 50px !important;
}
a{
color: #3083d1;
}

a.pdf{
  position: relative;
  padding-right: 20px;
}
a.pdf::after{
  display: inline-block;
  content: "";
  position: relative;
  right: -10px;
  bottom: -5px;
  width: 18px;
  height: 22px;
  background: url("../images/icon_pdf.svg");
      background-repeat: repeat;
      background-size: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pagetop    {
    display:none;
    position:fixed;
    z-index:1000;
    right:20px;
    bottom:100px;
    font-size: 1.25em;
    }

.pagetop a {
    text-decoration: none;
    background: #665e53;
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    display: block;
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius: 100%;
}
