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

Reset

====================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
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, menu, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, 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;
}

/*====================================================================

Base

====================================================================*/
html, body {
  width: 100%;
  word-wrap: break-word;
}

body {
  color: #222;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  font-size: 1.125rem;
  background: #fff repeat url(/img/common/bg.png) top left;
  position: relative;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 47.4vw;
  background: no-repeat url(/img/common/bg_contents.svg) center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  body::before {
    width: 100%;
    height: 164.1vw;
    background: no-repeat url(/img/common/bg_contents_tab.svg) center center/cover;
  }
}
@media screen and (max-width: 560px) {
  body {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  height: auto !important;
  line-height: 1;
}

_::-webkit-full-page-media, _:future, :root img {
  image-rendering: auto;
}

p {
  margin: 15px 0;
}

b, strong, em {
  font-weight: bold;
}

input,
button,
select,
textarea {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  box-sizing: border-box;
  outline: none;
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  input,
  button,
  select,
  textarea {
    font-size: 16px;
  }
}

sup {
  position: relative;
  font-size: 70%;
  vertical-align: top;
}

sub {
  position: relative;
  font-size: 70%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
  font-weight: bold;
}

noscript {
  display: block;
  text-align: center;
  border: 2px solid #c15353;
  padding: 20px;
  margin: 20px;
}

/*
link
---------------------------------------------------------*/
a {
  transition: color 0.3s, background-color 0.3s, opacity 0.3s, box-shadow 0.3s;
  color: #1c6ab8;
}
a:link {
  color: #1c6ab8;
}
a:visited {
  color: #1c6ab8;
}
a img {
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*
icon
---------------------------------------------------------*/
/* blank */
a[href^=http]:not([class*=ico_none]):not([href*="itsquare.co.jp"])::after {
  content: "";
  display: inline-block;
  margin: 0 0.25em;
  text-indent: 0;
  background: no-repeat url("/img/common/ico_blank.svg") center center/cover;
  width: 12px;
  height: 12px;
  position: relative;
  border: none;
  border-radius: 0;
  margin: 0 0.5em;
}

/* pdf */
a[href*=".pdf"]:not([class*=ico_none])::after,
a[href^=http]:not([class*=ico_none]):not([href*="itsquare.co.jp"])[href*=".pdf"]:not([class*=ico_none])::after {
  content: "PDF";
  background: none !important;
  display: inline-block;
  margin: 0 0.25em;
  text-indent: 0;
  position: relative;
  font-size: 10px;
  color: #c15353;
  border: 1px solid #c15353;
  padding: 0 5px;
  line-height: 1.5;
  border-radius: 0 !important;
  width: auto;
  height: auto;
  font-weight: bold;
  margin: 0 0.5em;
}
a[href*=".pdf"]:not([class*=ico_none]):hover::after,
a[href^=http]:not([class*=ico_none]):not([href*="itsquare.co.jp"])[href*=".pdf"]:not([class*=ico_none]):hover::after {
  background: none !important;
}

/* Excel */
a[href*=".xls"]:not([class*=ico_none])::after,
a[href*=".xlsx"]:not([class*=ico_none])::after,
a[href*=".xlsm"]:not([class*=ico_none])::after {
  content: "Excel";
  display: inline-block;
  margin: 0 0.25em;
  text-indent: 0;
  position: relative;
  color: #00819b;
  background: none !important;
  border: 1px solid #00819b;
  font-size: 10px;
  padding: 0 5px;
  line-height: 1.5;
  border-radius: 0 !important;
  width: auto;
  height: auto;
  font-weight: bold;
  margin: 0 0.5em;
}
a[href*=".xls"]:not([class*=ico_none]):hover::after,
a[href*=".xlsx"]:not([class*=ico_none]):hover::after,
a[href*=".xlsm"]:not([class*=ico_none]):hover::after {
  background: none !important;
}

/* Word */
a[href*=".doc"]:not([class*=ico_none])::after,
a[href*=".docs"]:not([class*=ico_none])::after {
  content: "Word";
  display: inline-block;
  margin: 0 0.25em;
  text-indent: 0;
  position: relative;
  color: #1c3f87;
  background: none !important;
  border: 1px solid #1c3f87;
  font-size: 10px;
  padding: 0 5px;
  line-height: 1.5;
  border-radius: 0 !important;
  width: auto;
  height: auto;
  font-weight: bold;
  margin: 0 0.5em;
}
a[href*=".doc"]:not([class*=ico_none]):hover::after,
a[href*=".docs"]:not([class*=ico_none]):hover::after {
  background: none !important;
}