@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*HTML5display-roleresetforolderbrowsers*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* overwrite */
body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

#auto-header, #auto-header-overlay {
  z-index: 65535 !important;
}

a, li, p, div, button {
  outline: none !important;
}

a {
  text-decoration: none;
}

.bold {
  font-weight: bold !important;
}

/* ------------ */
body.only_sp .device_pc_only,
body.only_tablet .device_pc_only {
  display: none !important;
}

.device_sp_only {
  display: none !important;
}

body.only_sp .device_sp_only,
body.only_tablet .device_sp_only {
  display: inherit !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  height: auto !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* ---------------------------------- */
/*				COMMON				  */
/* ---------------------------------- */
body {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-break: strict;
  letter-spacing: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

#contents {
  text-align: center !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 0 0 0 !important;
  background: #fff;
}

#contents::after {
  content: "";
  display: table;
  clear: both;
}

#top #wrap {
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .pc_obj {
    display: none;
  }
  .sp_obj {
    display: block;
  }
  /* ---------------------------------- */
  /*				.contents_header				  */
  /* ---------------------------------- */
  #contents_header {
    width: 100%;
    padding: 17px 0;
    background: #e6e6e6;
  }
  #contents_header .inner {
    padding: 0 5%;
    margin: 0 auto;
  }
  #contents_header .inner::after {
    content: "";
    display: table;
    clear: both;
  }
  #contents_header .inner p {
    line-height: 1;
  }
  #contents_header .inner p.header_logo {
    float: left;
    width: 34%;
    padding: 4px 0 0 0;
  }
  #contents_header .inner p.header_logo img {
    width: 100%;
    height: auto;
  }
  #contents_header .inner p.header_link {
    float: right;
  }
  #contents_header .inner p.header_link a {
    position: relative;
    border: 1px solid #b8b8b8;
    border-radius: 20px;
    padding: 5% 25px 5% 15px;
    padding: 5% 25px 5% 15px;
    color: #000000;
    font-size: 12px;
  }
  #contents_header .inner p.header_link a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #b8b8b8;
    border-right: solid 1px #b8b8b8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 36%;
    right: 8%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  #contents_header .inner p.header_link a:hover::before {
    right: 6%;
  }
  /* ---------------------------------- */
  /*				.section_breadcrumb				  */
  /* ---------------------------------- */
  .section_breadcrumb {
    width: 100%;
    overflow-x: scroll;
    height: 12px;
    font-size: 11px;
    padding: 15px 0;
  }
  .section_breadcrumb ol.breadcrumb {
    list-style: none;
    display: table;
    padding: 0 15px;
  }
  .section_breadcrumb ol.breadcrumb li {
    display: table-cell !important;
    white-space: nowrap;
    vertical-align: middle;
    float: none !important;
    padding-right: 4px;
    line-height: 1 !important;
  }
  .section_breadcrumb ol.breadcrumb li:after {
    content: '>';
    margin-left: 7px;
  }
  .section_breadcrumb ol.breadcrumb li:last-child:after {
    content: '';
  }
  .section_breadcrumb ol.breadcrumb li a {
    display: inline;
    color: #000000;
  }
  .section_breadcrumb ol.breadcrumb li:last-child a {
    cursor: default;
    text-decoration: none;
  }
  .section_breadcrumb ol.breadcrumb li:last-child a:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
  }
  .pankuzu {
    width: 100%;
    overflow-x: scroll;
    height: 60px;
  }
  .pankuzu ol {
    list-style: none;
    display: table;
    padding: 0 15px;
  }
  .pankuzu ol li {
    display: table-cell !important;
    white-space: nowrap;
    vertical-align: middle;
    float: none !important;
    padding-right: 4px;
    line-height: 1 !important;
  }
  .btn_pagetop {
    width: 40px;
    height: 40px;
    background-image: url(../../common/images/btn_pagetop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: fixed;
    bottom: 15%;
    right: 3%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease;
    z-index: 10020;
  }
  .btn_pagetop:hover {
    opacity: .7 !important;
    z-index: 10020;
  }
  .page_end_btn {
    padding: 40px 0;
    background: #ffffff;
  }
  .page_end_btn .btn {
    padding: 0 3.5%;
    display: block;
  }
  .page_end_btn .btn a {
    position: relative;
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 5% 10%;
    background: #ffffff;
  }
  .page_end_btn .btn a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #c50000;
    border-right: solid 1px #c50000;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 40%;
    left: 8%;
    margin-top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .redirect {
    margin: 10% 0;
  }
  .redirect .inner {
    width: 96%;
    margin: auto;
  }
  .redirect .inner p {
    line-height: 2;
  }
  .redirect .inner p a {
    color: blue;
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  #wrap {
    min-width: 980px;
  }
  #contents {
    max-width: 980px;
  }
  #top #contents {
    max-width: 1400px;
  }
  .pc_obj {
    display: block;
  }
  .sp_obj {
    display: none;
  }
  /* ---------------------------------- */
  /*				.contents_header				  */
  /* ---------------------------------- */
  #contents_header {
    width: 100%;
    height: 30px;
    padding: 17px 0;
    background: #e6e6e6;
  }
  #contents_header .inner {
    width: 980px;
    margin: 0 auto;
  }
  #contents_header .inner::after {
    content: "";
    display: table;
    clear: both;
  }
  #contents_header .inner p {
    line-height: 1;
  }
  #contents_header .inner p.header_logo {
    float: left;
    width: 174px;
    padding: 4px 0 0 0;
  }
  #contents_header .inner p.header_logo img {
    width: 100%;
    height: auto;
  }
  #contents_header .inner p.header_link {
    float: right;
  }
  #contents_header .inner p.header_link a {
    position: relative;
    border: 1px solid #b8b8b8;
    border-radius: 20px;
    padding: 8px 25px 8px 15px;
    color: #000000;
    font-size: 12px;
    display: block;
  }
  #contents_header .inner p.header_link a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #b8b8b8;
    border-right: solid 1px #b8b8b8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 36%;
    right: 8%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  #contents_header .inner p.header_link a:hover::before {
    right: 6%;
  }
  /* ---------------------------------- */
  /*				.section_breadcrumb				  */
  /* ---------------------------------- */
  .section_breadcrumb {
    display: table;
    background: #ffffff;
    width: 980px;
    font-size: 11px;
    padding: 5px 0;
    margin: 0 auto 40px;
  }
  .section_breadcrumb ol.breadcrumb {
    float: left;
    padding-top: 4px 0;
  }
  .section_breadcrumb ol.breadcrumb li {
    float: left;
    margin-right: 10px;
    display: block;
    line-height: 20px;
  }
  .section_breadcrumb ol.breadcrumb li:after {
    content: '>';
    margin-left: 7px;
  }
  .section_breadcrumb ol.breadcrumb li:last-child:after {
    content: '';
  }
  .section_breadcrumb ol.breadcrumb li a {
    display: inline;
    color: #000000;
  }
  .section_breadcrumb ol.breadcrumb li:last-child a {
    cursor: default;
    text-decoration: none;
  }
  .section_breadcrumb ol.breadcrumb li:last-child a:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
  }
  .btn_pagetop {
    width: 45px;
    height: 45px;
    background-image: url(../../common/images/btn_pagetop.png);
    background-repeat: no-repeat;
    background-size: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease;
    z-index: 10020;
  }
  .btn_pagetop:hover {
    opacity: .7 !important;
  }
  .page_end_btn {
    width: 100%;
    padding: 40px 0 30px;
    background: #ffffff;
  }
  .page_end_btn .btn {
    display: block;
  }
  .page_end_btn .btn a {
    position: relative;
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding: 14px 60px 14px 70px;
    background: #ffffff;
  }
  .page_end_btn .btn a:hover {
    color: #333;
  }
  .page_end_btn .btn a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #c50000;
    border-right: solid 1px #c50000;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 16px;
    left: 15%;
    margin-top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .page_end_btn .btn a:hover::before {
    left: 12%;
  }
  .redirect {
    margin: 100px 0;
  }
  .redirect .inner {
    width: 1000px;
    margin: auto;
  }
  .redirect .inner p {
    line-height: 2;
  }
  .redirect .inner p a {
    color: blue;
    text-decoration: underline;
  }
}
