@charset "UTF-8";
/*-------------------------------------------------------------------------

・common.css
全ページ共通で使う

・index.css
各ページ

・contents.css
コンテンツの共通

・part.scss
scss用

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
RESET CSS
-------------------------------------------------------------------------*/
html {
  background-color: none;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-size: 62.5%;
  width: 100%; }

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, textarea {
  background-color: none;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  box-sizing: border-box; }

body {
  line-height: 1;
  width: 100%;
  -webkit-text-size-adjust: none;
  background: #fff;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }

input, select, button {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none outside none; }

li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

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

strong {
  font-weight: normal; }

a {
  color: #1745a3; }
  a:hover {
    color: #0396de; }

/*-------------------------------------------------------------------------
共通
-------------------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block; }

/* テーブル */
table {
  border-collapse: separate;
  border-spacing: 2px; }
  table th, table td {
    font-size: 15px;
    font-size: 1.5rem; }
  table th {
    vertical-align: middle; }
  table td {
    line-height: 1.6;
    padding: 20px; }

/*-------------------------------------------------------------------------
ui 各種部品
-------------------------------------------------------------------------*/
/* 黄色の下線 */
.ui-underline {
  font-size: inherit;
  font-weight: bold;
  position: relative;
  z-index: 0; }
  .ui-underline:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fff000;
    display: block;
    z-index: -1; }

.ui-crushed {
  font-family: 'Crushed', cursive; }

.ui-cmn-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5; }

.ui-block {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

.ui-fl-left {
  float: left; }

.ui-center {
  text-align: center; }

.ui-bold {
  font-weight: bold; }

.ui-position {
  position: relative; }

.ui-mgbtm10 {
  margin-bottom: 10px; }

.ui-mgbtm20 {
  margin-bottom: 25px; }

.ui-mgbtm25 {
  margin-bottom: 25px; }

.ui-mgbtm30 {
  margin-bottom: 30px; }

.ui-mgbtm40 {
  margin-bottom: 40px; }

.ui-mgbtm45 {
  margin-bottom: 45px; }

.ui-mgbtm50 {
  margin-bottom: 50px; }

.ui-mgbtm60 {
  margin-bottom: 60px; }

.ui-mg-auto1000 {
  margin-left: auto;
  margin-right: auto;
  width: 1000px; }

.ui-mg-auto800 {
  margin-left: auto;
  margin-right: auto;
  width: 800px; }

/* アイコンで使ってね(‘・ω・́)ゝﾋﾞｼ　他の設定はSCSSで(‘・ω・́)ゝﾋﾞｼ */
.ui-cmn-icn {
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  color: #fff; }
  .ui-cmn-icn:hover {
    color: #fff; }

/* 画像の透過HOVER用 aタグにつけるんだよ(`・ω・́)ゝﾋﾞｼ */
.ui-opaimg {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .ui-opaimg:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }

/* 更新情報アイコン */
/* アイコン */
.info_icn {
  width: 136px;
  float: left;
  text-align: right; }
  .info_icn span {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    height: 23px;
    line-height: 24px;
    display: inline-block;
    width: 90px;
    margin: 0 0 0 4px; }
    .info_icn span.icn_new {
      width: 42px;
      background-color: #ffc600;
      margin: 0; }
    .info_icn span.icn_seminar {
      background: #7E57C2; }
    .info_icn span.icn_update {
      background-color: #7CB342; }
    .info_icn span.icn_blog {
      background-color: #986ab0; }
    .info_icn span.icn_release {
      background: #FF4081; }
    .info_icn span.icn_event {
      background: #039BE5; }

/*-------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------*/
#header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  left: 0;
  height: 66px;
  z-index: 9999; }

#header_inner {
  max-width: 1500px;
  margin: auto;
  padding: 0 40px;
  overflow: hidden;
  /* ロゴ */ }
  #header_inner #logo {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #1745a3;
    text-align: justify;
    width: 187px;
    margin: 10px 0 0; }
    #header_inner #logo img {
      margin: 3px 0 0; }

#head_right {
  float: right;
  margin: 10px 0;
  /* お問い合わせボタン */ }
  #header #head_right {
      display: none;
      align-items: center;
  }
  #header.fixed #head_right {
      display: flex;
  }
  #head_right #tel_nav {
    float: left;
    margin: 10px 0 0;
    }
    #header #head_right #tel_nav {
        display: flex;
        align-items: center;
        margin-top: 0;
    }
  #head_right #tel_nav .tel_note {
      position: relative;
      font-size: 12px;
      font-weight: bold;
      color: #1745a3;
      background: #ebf5fe;
      border-radius: 3px;
      padding: 6px 10px;
      line-height: 1.3;
  }
#head_right #tel_nav .tel_note::after {
    content: '';
    border: 22px transparent solid;
    border-left: 20px #ebf5fe solid;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
  #head_right #tel_nav .tel_num {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      color: #1745a3;
      position: relative;
      margin-left: 50px;
  }
  #head_right #tel_nav .tel_num span {
      display: block;
      font-size: 11px;
      font-size: 1.1rem;
  }
  #head_right #tel_nav .tel_num::before {
      content: "";
      display: inline-block;
      background: url(/info/images/icn_tel.png) no-repeat;
      width: 32px;
      height: 32px;
      position: absolute;
      left: -37px;
  }
  #head_right #head_contact {
    float: right;
    margin: 0 0 0 10px; }
      #head_right #head_contact a {
          display: block;
          width: 140px;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: bold;
          color: #fff;
          cursor: pointer;
          background: #f0397e;
          border: 1px solid #b70c52;
          box-shadow: 0 -2px 0 #ce3971 inset ;
          padding: 8px 0;
          border-radius: 4px;
          text-decoration: none;
          text-align: center;
      }

#header_contact {
  height: 75px; }
  #header_contact #logo {
    margin: 20px 0 0 0; }
  #header_contact #head_right #tel_nav {
    margin: 25px 0 0 0; }

/*-------------------------------------------------------------------------
PATH
-------------------------------------------------------------------------*/
#path {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto 70px;
  padding: 15px 0 0 0; }
  #path li {
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.2; }
    #path li a {
      font-size: inherit;
      text-decoration: underline;
      color: inherit;
      border: none;
      font-weight: normal; }
      #path li a:hover {
        text-decoration: none; }
    #path li:before {
      content: ">";
      padding: 0 8px; }
    #path li:first-child:before {
      content: "";
      padding: 0; }
    #path li strong {
      font-size: inherit;
      color: inherit; }

/* タブレット用MEDIA QUERY */
@media screen and (max-width: 768px) {
  #path {
    width: 100%;
    padding: 0 10px; } }
/*-------------------------------------------------------------------------
FOORER
-------------------------------------------------------------------------*/
#footer {
  background-color: #eaebee;
  clear: both; }

#footer_inner {
  padding: 40px 0;
  width: 1000px;
  margin: auto;
  overflow: hidden; }
  #footer_inner div {
    background-color: #fff;
    border-radius: 5px; }

/* div */
#facebook {
  float: left;
  margin: 0 0 22px;
  width: 450px; }

#kose_pmark {
  float: right;
  padding: 28px 20px 0 20px;
  width: 530px;
  height: 210px; }
  #kose_pmark li {
    float: left;
    width: 245px;
    height: 80px; }
    #kose_pmark li:nth-child(odd) {
      border-right: 1px solid #bfc4d6; }
    #kose_pmark li:nth-child(n+3) {
      border-top: 1px solid #bfc4d6;
      padding: 20px 0; }
    #kose_pmark li dl {
      display: table;
      margin: 0 auto;
      width: 220px; }
    #kose_pmark li dt {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 0 10px 0 0; }
    #kose_pmark li dd {
      color: #000;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.3;
      text-align: left;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  #kose_pmark .gpartner {
    text-align: center; }
#kose_pmark .jma_logo img {
  height: 53px;
  width: 48px;
}
#kose_pmark .isms_logo img {
  height: 53px;
}
#kose_pmark .p_mark_img {
  height: 56px;
  width: 56px;
}

/* ul */
#f_other_link {
  padding-top: 20px;
  clear: both;
  text-align: center; }
  #f_other_link li {
    display: inline-block; }
    #f_other_link li:before {
      content: "/";
      margin: 0 8px; }
    #f_other_link li:first-child:before {
      content: "";
      margin: 0; }
  #f_other_link a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem; }

/* p */
#copyright {
  text-align: center;
  color: #9396ae;
  background-color: #fff;
  height: 30px;
  line-height: 30px; }
  #copyright small {
    font-size: 12px;
    font-size: 1.2rem; }

#ttl_box {
  height: 400px;
  width: 100%;
  margin: 0 0 30px 0; }

#sitemap_contents {
  width: 600px;
  margin: 0 auto; }
  #sitemap_contents h2 {
    margin: 0 0 25px;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center; }
  #sitemap_contents th {
    background-color: #f2f3f6;
    color: #3949ab;
    width: 185px; }
  #sitemap_contents td {
    background-color: #f8f9fd;
    width: 500px; }
