@charset "utf-8";
/*=================================
common.css
1: reset-CSS(HTML5 Reset Stylesheet)
2: setting
3: icon
4: header
5: gnav
6: footer
=================================*/


/* 1: reset-CSS(HTML5 Reset Stylesheet)
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  /*font-weight: normal;*/
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul,
ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}

/* 2: setting
================================== */
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;/* 1rem = 10px */
}
@media all and (min-width: 768px) {
  html {
    overflow: auto;
    min-width: 1000px;
  }
}
body {
  font-family: 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-feature-settings : "palt";
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  -webkit-print-color-adjust: exact;/* baskground_print */
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;/* safari_textBold*/
  -webkit-text-size-adjust: 100%;/* safari_textBold*/
  background: url(../img/cmn/bg_heder_sp.png) no-repeat;
  background-size: contain;
}
@media all and (-ms-high-contrast:none){
  body {font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;}
}
@media all and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1000px;
    overflow: hidden;
    background: url(../img/cmn/bg_heder.png) no-repeat;
    background-size: contain;
  }
}

/* リンク設定*/
a {
  color: #0066aa;
  text-decoration: underline;
}
a:hover {
  color: #3aa9ef;
  text-decoration: none;
}
a:visited {
  color: #1a0dab;
}
a img:hover {
  opacity:.7;
}

/* フォームスタイルの完全初期化*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  line-height: 1;
}
@media screen and (max-width: 699px) {
input, button, textarea, select {
  max-width: 100%;
}
}/*@media*/

input[type="text"],
select {
  padding: 4px;
  line-height: 1.6;/*iOS*/
  height: 32px;
  vertical-align: top;
}

button,
input[type="submit"] {
  background: #003680;
  color: #FFF;
  padding: 8px;
}

/*IE10以降のフォーム内の要素を非表示*/
input::-ms-clear {visibility:hidden}
input::-ms-reveal {visibility:hidden}

/* clearfix*/
.cf:after { content: ""; clear: both; display: block; }
.clear { clear: both;}


/* 3: icon
================================== */
.blank {
  background: url(../img/cmn/icn_blnk.svg) right center no-repeat;
  background-size: 14px;
  padding-right: 18px;
}
.blankw {
  background: url(../img/cmn/icn_blnkw.svg) right center no-repeat;
  background-size: 14px;
  padding-right: 18px;
}
.pdf {
  background: url(../img/cmn/icn_pdf.svg) right center no-repeat;
  background-size: 18px;
  padding-right: 23px;
}
.zip {
  background: url(../img/cmn/icn_zip.png) right center no-repeat;
  background-size: 14px;
  padding-right: 20px;
}
.icn_arw {
  background: url(../img/cmn/icn_arw.svg) left 6px no-repeat;
  background-size: 16px;
  padding-left: 24px;
}

.doc {
  background: url(../img/cmn/icn_doc.svg) right center no-repeat;
  background-size: 18px;
  padding-right: 23px;
}

.xls {
  background: url(../img/cmn/icn_xls.svg) right center no-repeat;
  background-size: 18px;
  padding-right: 23px;
}

.ppt {
  background: url(../img/cmn/icn_ppt.svg) right center no-repeat;
  background-size: 18px;
  padding-right: 23px;
}

/* 4: header
================================== */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 16px;
  z-index: 300;
}
@media all and (min-width: 768px) {
  .header {
    position: static;
    padding: 0;
  }
  .header_top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1248px;
    min-width: 1000px;
    min-height: 120px;
    margin: 0 auto;
    padding: 16px 24px;
  }
  .header_link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    padding: 0 24px;
  }
}
@media all and (-ms-high-contrast: none) {
  .header_top {
    height: 120px;/* IE10 以降にのみ適用される */
  }
}
.hd_logo a {
  display: block;
  margin-left: 36px;
  text-decoration: none;
  color: #FFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  font-size: 1.7rem;
}
@media all and (min-width: 768px) {
  .hd_logo a {
    margin-left: 0;
    font-size: 3.4rem;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .hd_logo a:hover {
    opacity: 0.7;
  }
  .hd_logo {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.img_jstlogo_pc {
  display: none;
}
@media all and (min-width: 768px) {
  .img_jstlogo_pc {
    display: block;
  }
}
.img_jstlogo_sp img {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: auto;
}
@media all and (min-width: 768px) {
  .img_jstlogo_sp img {
    display: none;
  }
}

/* googleカスタム検索 */
#g-k-w-search {
  margin: 8px 0 32px;
}
@media all and (min-width: 768px) {
  #g-k-w-search {
    max-width: 220px;
    margin: 0 8px 0 24px;
  }
}
#g-k-w-search .cse .gsc-control-cse,
#g-k-w-search .gsc-control-cse {
  padding: 0;
  background: none;
  border: none;
}
#g-k-w-search .gsc-input-box {
  padding: 0;
  height: 40px;
  border-radius: 40px;
  border: none;
  background: #f2f2f2;
}
@media all and (min-width: 768px) {
  #g-k-w-search .gsc-input-box {
    height: 32px;
  }
}
#g-k-w-search .gsc-search-box {
  margin-bottom: 0;
}
#g-k-w-search .gsc-search-button-v2 {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 0 40px 40px 0;
  border: none;
  background: url(../img/cmn/icn_search.svg) no-repeat center;
}
@media all and (min-width: 768px) {
  #g-k-w-search .gsc-search-button-v2 {
    height: 32px;
  }
}
#g-k-w-search .gsc-search-button-v2 svg{
  display: none;
}
#g-k-w-search .gsib_a {
  padding: 5px 0 5px 16px;
}
@media all and (min-width: 768px) {
  #g-k-w-search .gsib_a {
    min-width: 200px;
    height: 32px;
  }
}
#g-k-w-search .gsib_a input {
  background-color: rgba(255, 255, 255, 0)!important;
}
#g-k-w-search .gsst_b {
  padding: 0;
}
#g-k-w-search .gsst_a .gscb_a {
  line-height: 40px;
}
#g-k-w-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
@media all and (min-width: 768px) {
  #g-k-w-search .gsst_a .gscb_a {
    line-height: 32px;
  }
}


/* 5: gnav
================================== */
.menu_container {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  width: 90%;
  height: 100%;
  max-height: 480px;
  margin: 0 auto;
  padding: 16px 24px 32px;
  background: url(../img/cmn/bg_spnav.png) #e60412;;
  z-index: 999;
  overflow-y: scroll;
}
@media all and (min-width: 768px) {
  .menu_container {
    position: relative;
    top: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1248px;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0 24px;
    background: none;
    overflow-y: visible;
  }
  .navWrapper {
    background: #000;
    border-bottom: 5px solid #FFF;
  }
  .menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .menu > li {
    width: calc(100% / 6);
    text-align: center;
  }
  .top .menu {
    display: none;
  }
}
.menu a,
.sitemap a {
  display: block;
  padding: 20px 0;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background: url(../img/cmn/icn_arw_white.svg) no-repeat right center;
}
@media all and (min-width: 768px) {
  .menu a {
    display: block;
    position: relative;
    padding: 16px;
    color: #FFF;
    background: none;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .menu a:hover,
  .outline .nav_outline a,
  .site .nav_site a,
  .koubo .nav_koubo a,
  .evaluation .nav_evaluation a,
  .download .nav_download a,
  .contact .nav_contact a {
    color: #ffff00;
  }
  .sitemap a {
    display: block;
    padding: 0 16px 0 0;
    color: #000;
    background: url(../img/cmn/icn_arw.svg) no-repeat right center;
  }
  .sitemap a:hover {
    text-decoration: underline;
  }
}
.menu_trigger {
  display: block;
  position: absolute;
  top: 8px;
  right: 16px;
  width: 32px;
  height: 40px;
  background: none;
  border: none;
  text-indent: -900em;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 999;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
@media all and (min-width: 768px) {
  .menu_trigger {
    display: none;
  }
}
.menu_trigger img {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: 30px;
  height: auto;
  margin: 10px auto 0;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 3px;
  margin: 0 auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #FFF;
}
.menu_trigger span:nth-of-type(1) {
  top: 7px;
}
.menu_trigger span:nth-of-type(2) {
  top: 15px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 15px;
}
.menu_trigger.active span {
  background-color: #E60412;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
  bottom: 23px;
}
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.6;
  z-index: 200;
}
.fixbody {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* 6: footer
================================== */
.footer {
  overflow: hidden;
}
.footer,
.footer a {
  color: #FFF;
  text-align: center;
}
.footerLink_top {
  padding: 16px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .footerLink_top {
    width: 100%;
    max-width: 1248px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: right;
  }
}
.footerLink_top > li {
  display: inline-block;
  margin-right: 16px;
  padding-left: 16px;
  background: url(../img/cmn/icn_arw.svg) no-repeat center left;
}
.footerLink_top > li:last-child {
  margin-right: 0;
}
.footerLink_top a {
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 768px) {
  .footerLink_top a:hover {
    text-decoration: underline;
  }
}
.footer_inr {
  position: relative;
  margin-top: 84px;
  padding: 8px 12px;
  background: #e60412;
}
@media all and (min-width: 768px) {
  .footer_inr {
    margin-top: 190px;
    padding: 0 24px 16px;
    background: none;
  }
}
.footer_inr::before {
  position: absolute;
  top: -84px;
  left: 0;
  right: 0;
  display: inline-block;
  content: '';
  width: 300px;
  height: 80px;
  margin: 0 auto;
  background: url(../img/cmn/bg_footer.svg) no-repeat top center;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .footer_inr::before {
    top: -190px;
    width: 100%;
    height: 160px;
  }
}
.footer_inr::after {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -85%;
  display: block;
  content: '';
  width: 170%;
  height: 200px;
  background: #e60412;
  border-radius: 50%;
  z-index: -1;
}
@media all and (min-width: 768px) {
  .footer_inr::after {
    top: -60px;
    width: 3000px;
    height: 1200px;
    margin-left: -1500px;
  }
}
.ttl_footer a {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .ttl_footer a {
    font-size: 2.4rem;
  }
}
.footerLink_btm {
  margin: 24px 0;
}
.footerLink_btm > li {
  display: inline-block;
}
.footerLink_btm li::after {
  display: inline-block;
  content: "｜";
  padding-left: 4px;
}
.footerLink_btm li:last-child::after {
  content: none;
  padding-left: 0;
}
.footer .tel,
.footer .tel:hover {
  color: #FFF;
}
.copy {
  display: block;
  padding: 16px 0 0;
  text-align: center;
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .copy {
    font-size: 1.4rem;
  }
}

/* go topボタン */
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 22;
}
#pageTop a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background : #000;
  color: #fff;
  opacity: 0.7;
}
@media all and (min-width: 768px) {
  #pageTop a {
    width: 50px;
    height: 50px;
  }
}
#pageTop a:hover {
  opacity: 0.7;
}
#pageTop a:active {
  opacity: 1;
}
#pageTop a:after {
  position: absolute;
  right: 14px;
  top: 40%;
  display: block;
  content:"";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (min-width: 768px) {
  #pageTop a:after {
    right: 17px;
    width: 15px;
    height: 16px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }
}
