@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
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 {
  border: 0;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

th, td {
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: top;
}

/* ClearFix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* --------------------------------------------------------------------------
　std layout
 --------------------------------------------------------------------------　*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.3;
  position: relative;
  letter-spacing: .01em;
  color: #333333;
  background-color: #f1f1f1;
  font-feature-settings: "liga" 1;
}
@media screen and (max-width: 767px) {
  body {
    z-index: 2;
  }
}

button,
input,
select,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  color: #404040;
}

input,
textarea {
  border: 1px solid #dadada;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  line-height: 1.5;
}

.italic {
  font-style: italic;
}

/* layout */
.container {
  position: relative;
  width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

/* table */
table.std {
  border-collapse: collapse;
}
table.std tr {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
table.std tr td,
table.std tr th {
  padding: 20px;
}
table.std tr th {
  font-weight: bold;
  width: 140px;
}

/* link */
a {
  text-decoration: none;
  -moz-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  -webkit-transition: all 100ms linear;
  -webkit-transition-delay: 0s;
  transition: all 100ms linear 0s;
}
a:link {
  color: #036aba;
}
a:visited {
  color: #036aba;
}
a:hover {
  color: #3197e6;
}
a:active {
  color: #036aba;
}

/* btn */
/* list indent */
ul.list li {
  padding-left: 1em;
}

ul.list li span {
  margin-left: -1em;
}

/* ---------------------------------------------
    header
 ---------------------------------------------*/
header {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0px -5px 8px 4px rgba(10, 37, 48, 0.3);
  -webkit-box-shadow: 0px -5px 8px 4px rgba(10, 37, 48, 0.3);
  box-shadow: 0px -5px 8px 4px rgba(10, 37, 48, 0.3);
}
header .inner-1 {
  margin-bottom: 37px;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  header .inner-1 {
    margin-bottom: 0;
    padding: 12px 15px;
  }
}
header h1 {
  float: left;
  width: 335px;
  height: 26px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 50%;
  }
}
header h1 a img {
  width: 376px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  header h1 a img {
    width: 100%;
    height: auto;
  }
}
header .copy {
  font-size: 1.1rem;
  line-height: 1.3;
  position: absolute;
  top: 51px;
  left: 0;
  float: left;
  text-align: center;
  color: #999;
}
@media screen and (max-width: 767px) {
  header .copy {
    display: none;
  }
}
header nav {
  font-size: 1.3rem;
}
header nav#company-nav {
  float: right;
  width: 490px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  header nav#company-nav {
    width: 50%;
    text-align: right;
  }
}
header nav#company-nav a {
  color: #333333;
}
header nav#company-nav ul.lan {
  display: inline-block;
  margin-right: 12px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 0 0;
  box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 0 0;
}
header nav#company-nav ul.lan li {
  position: relative;
  display: inline-block;
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header nav#company-nav ul.lan li {
    width: 55px;
  }
}
header nav#company-nav ul.lan li:first-child {
  border-right: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  header nav#company-nav ul.lan li:first-child {
    width: 70px;
  }
}
header nav#company-nav ul.lan li a {
  display: block;
  padding: 4px 0 3px;
}
header nav#company-nav ul.lan li a .icon-arrow-r {
  display: inline-block;
  width: 3px;
  height: 6px;
  margin-right: 5px;
  background: url(/img/common/icon_arrow_r_black.png) 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
  header nav#company-nav ul.lan li a .icon-arrow-r {
    margin-right: 0px;
    background: none;
  }
}
header nav#company-nav ul.lan li a:hover {
  opacity: .8;
}
header nav#company-nav ul.lan li.on a {
  color: #fff;
  border-radius: 0 3px 3px 0;
  background-color: #52c3f1;
}
header nav#company-nav ul.lan li.on a .icon-arrow-r {
  background-image: url(/img/common/icon_arrow_r_white.png);
}
@media screen and (max-width: 767px) {
  header nav#company-nav ul.lan li.on a .icon-arrow-r {
    background-image: none;
  }
}
header nav#company-nav ul.link {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header nav#company-nav ul.link {
    display: none;
  }
}
header nav#company-nav ul.link li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
header nav#company-nav ul.link li a {
  display: block;
  padding: 4px 10px 3px 25px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  background-color: #f4fbfe;
  -moz-box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 0 0;
  box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 0 0;
}
header nav#company-nav ul.link li a .icon-qa {
  position: absolute;
  top: 5px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background-image: url(/img/common/icon_qa.png);
  background-repeat: no-repeat;
}
header nav#company-nav ul.link li a .icon-mail {
  position: absolute;
  top: 7px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background-image: url(/img/common/icon_mail.png);
  background-repeat: no-repeat;
}
header nav#company-nav ul.link li a:hover {
  opacity: .8;
}
header nav#company-nav .btn_global_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  header nav#company-nav .btn_global_menu {
    display: inline-block;
  }
}
header nav#company-nav .btn_global_menu a {
  line-height: 25px;
}
header nav#company-nav .btn_global_menu a img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header nav#global-nav, header nav.global-nav {
    display: none !important;
  }
}
header nav#global-nav ul, header nav.global-nav ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
header nav#global-nav ul li, header nav.global-nav ul li {
  font-size: 1.8rem;
  display: table-cell;
  text-align: center;
}
header nav#global-nav ul li a, header nav.global-nav ul li a {
  line-height: 50px;
  display: block;
  color: #333333;
}
header nav#global-nav ul li a:hover, header nav.global-nav ul li a:hover {
  background-color: #f1f1f1;
}
header nav#global-nav ul li.on a, header nav.global-nav ul li.on a {
  font-weight: bold;
  color: #fff;
  background-color: #52c3f1;
}
header .fixed-nav {
  position: fixed;
  z-index: 10;
  top: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0px -5px 8px 5px rgba(10, 37, 48, 0.3);
  -webkit-box-shadow: 0px -5px 8px 5px rgba(10, 37, 48, 0.3);
  box-shadow: 0px -5px 8px 5px rgba(10, 37, 48, 0.3);
}
@media screen and (max-width: 767px) {
  header .fixed-nav {
    display: none !important;
  }
}
header .fixed-nav nav.global-nav {
  width: 980px;
  margin: 0 auto;
}
header .fixed-nav nav.sub-nav {
  font-size: 1.5rem;
  width: 100%;
  background-color: #52c3f1;
}
header .fixed-nav nav.sub-nav ul {
  width: 980px;
  margin: 0 auto;
}
header .fixed-nav nav.sub-nav ul li {
  display: inline-block;
  margin-right: 30px;
  padding: 13px 0;
}
header .fixed-nav nav.sub-nav ul li a {
  color: #fff;
}

/* ---------------------------------------------
    contents
 ---------------------------------------------*/
#main {
  min-height: 400px;
  padding-bottom: 80px;
  background-color: #fff;
}
#main nav.topic-path {
  font-size: 1.2rem;
  padding: 11px 0 30px;
}
@media screen and (max-width: 767px) {
  #main nav.topic-path {
    padding: 11px 15px 30px;
  }
}
#main nav.topic-path li {
  display: inline-block;
}
#main nav.topic-path li a:after {
  font-family: FontAwesome;
  padding-left: 8px;
  content: '\003009';
}
#main .main-col {
  float: left;
  width: 695px;
}
@media screen and (max-width: 767px) {
  #main .main-col {
    float: none;
    width: auto;
  }
}
#main .main-col h2 {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  #main .main-col h2 {
    text-align: center;
  }
}
#main .col1 {
  width: 980px;
}
@media screen and (max-width: 767px) {
  #main .col1 {
    width: auto;
  }
}
#main .local-nav {
  float: right;
  width: 245px;
}
@media screen and (max-width: 767px) {
  #main .local-nav {
    display: none;
  }
}
#main .local-nav .nav-block {
  margin-bottom: 50px;
}
#main .local-nav .nav-block h2 {
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #525252;
}
#main .local-nav .nav-block h2 a {
  display: block;
  color: #fff;
  -moz-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  -webkit-transition: all 100ms linear;
  -webkit-transition-delay: 0s;
  transition: all 100ms linear 0s;
}
#main .local-nav .nav-block h2 a:hover {
  background-color: #656565;
}
#main .local-nav .nav-block ul li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#main .local-nav .nav-block ul li.on {
  background-color: #52c3f1;
}
#main .local-nav .nav-block ul li.on a {
  color: #fff;
}
#main .local-nav .nav-block ul li a {
  display: block;
  padding: 12px 0 11px 20px;
}
#main .local-nav .nav-block ul li a .icon-window {
  position: absolute;
  top: 0;
  right: 10px;
  width: 13px;
  height: 11px;
  background: url(/img/common/icon_window.png) 0 0 no-repeat;
}
#main .local-nav .nav-block ul li a .icon-book {
  position: absolute;
  top: 0;
  right: 10px;
  width: 26px;
  height: 21px;
  background: url(/img/common/icon_book.png) 0 0 no-repeat;
}

/* ---------------------------------------------
    フッター
 ---------------------------------------------*/
footer {
  position: relative;
  padding: 33px 0 15px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 15px;
  }
}
footer .footer-img {
  overflow: hidden;
}
footer .footer-img ul.footer-auth {
  float: left;
  width: 500px;
}
@media screen and (max-width: 767px) {
  footer .footer-img ul.footer-auth {
    float: none;
    padding: 0 15px;
    width: auto;
  }
}
footer .footer-img ul.footer-auth li {
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer-img ul.footer-auth li {
    margin-right: 15px;
    vertical-align: top;
  }
}
footer .footer-img ul.footer-auth li .img {
  margin-bottom: 3px;
}
footer .footer-img ul.footer-auth li p {
  font-size: 1.2rem;
  line-height: 1.2;
}
footer .footer-img .footer-bnr {
  float: right;
  width: 468px;
  height: 60px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  footer .footer-img .footer-bnr {
    float: none;
    padding: 0 15px;
    width: auto;
    height: auto;
  }
  footer .footer-img .footer-bnr img {
    width: 100%;
  }
}
footer .copy {
  font-size: 1.2rem;
  text-align: right;
}
footer .footer-nav-wrap {
  overflow: hidden;
  margin: 13px 0;
  padding: 14px 0 12px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
footer .footer-nav-wrap h1 {
  float: left;
  width: 110px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap h1 {
    padding-bottom: 14px;
    width: auto;
    height: auto;
    float: none;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
  }
}
footer .footer-nav-wrap a {
  color: #333;
}
footer .footer-nav-wrap a:hover {
  color: #3197e6;
}
footer .footer-nav-wrap .footer-nav {
  display: inline-block;
  float: right;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap .footer-nav {
    float: none;
    display: block;
    text-align: center;
  }
}
footer .footer-nav-wrap .footer-nav li {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
footer small {
  font-size: 1.3rem;
  display: block;
  text-align: center;
}
footer .pageup {
  position: absolute;
  top: -32px;
  right: 50px;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #b5b5b5;
  -moz-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  -webkit-transition: all 100ms linear;
  -webkit-transition-delay: 0s;
  transition: all 100ms linear 0s;
}
@media screen and (max-width: 767px) {
  footer .pageup {
    display: none;
  }
}
footer .pageup:hover {
  background-color: #cdcdcd;
}
footer .pageup img {
  position: absolute;
  top: 24px;
  left: 17px;
  display: block;
  width: 30px;
  height: 16px;
}

/* ---------------------------------------------
    スマホ用グローバルナビ
 ---------------------------------------------*/
#smp-global-navi {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: #717171;
}
#smp-global-navi a {
  display: inline-block;
  color: #fff;
}
#smp-global-navi .close {
  padding: 15px;
  text-align: right;
  line-height: 1px;
  border-bottom: 1px solid #8a8989;
}
#smp-global-navi ul li {
  position: relative;
  border-bottom: 1px solid #8a8989;
}
#smp-global-navi ul li a {
  display: block;
  padding: 15px 15px;
  font-size: 1.6rem;
  line-height: 21px;
}
#smp-global-navi ul li a.global-menu-subbtn span {
  display: block;
  background: url("/img/common/icon_global_navi_sub_open.png") no-repeat right center;
}
#smp-global-navi ul li.open a.global-menu-subbtn span {
  background-image: url("/img/common/icon_global_navi_sub_close.png");
}
#smp-global-navi ul li ul {
  display: none;
}
#smp-global-navi ul li li {
  padding: 0 0 0 35px;
  border-bottom: none;
}
#smp-global-navi ul li li a {
  margin-right: 0px;
  padding: 9px 0;
  font-size: 1.5rem;
  line-height: 18px;
}

.smp-local-navigation {
  margin-bottom: 20px;
  padding: 5px 0;
  background: #f1f1f1;
}
.smp-local-navigation li {
  padding: 5px 0;
  text-align: center;
}
.smp-local-navigation a {
  font-size: 1.3rem;
  color: #036aba;
  line-height: 17px;
}

.pc_contents {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_contents {
    display: none;
  }
}

.smp_contents {
  display: none;
}
@media screen and (max-width: 767px) {
  .smp_contents {
    display: block;
  }
}

/* ---------------------------------------------
  メディアクエリ
 ---------------------------------------------*/
/* ---------------------------------------------
    プリント
 ---------------------------------------------*/
@media print {
  * {
    /* background: transparent !important;*/
    box-shadow: none !important;
    text-shadow: none !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
