@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  outline: none;
  background-color: transparent;
}

div {
  line-height: inherit;
}

p {
  margin: 0;
  font-size: 100%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

abbr[title] {
  border-bottom: 1px dotted;
}

em, b, strong {
  font-weight: bold;
}

small {
  font-size: 0.833em;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #777;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

ol {
  margin: 0 0 0 1.5em;
  padding: 0;
}

dl {
  list-style-position: inside;
  list-style: none;
  margin: 0;
  padding: 0;
}

dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li li, li li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd {
  font-size: 100%;
  line-height: inherit;
}

code, kbd, pre, samp {
  margin: 0;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

address {
  font-style: normal;
  margin: 0;
  font-size: 100%;
}

cite {
  margin: 0;
  font-size: 100%;
}

figure {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

[role=button] {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

embed, iframe, object, video {
  max-width: 100%;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  padding: 0;
  font-size: 100%;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 1.4rem;
  }
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.25;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0074ca;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #189cff;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
.container-outliner-fluid = 常に横幅100%、ブレイクポイント以下では左右に余白あり
.container-outliner = コンテンツ幅以上は固定幅、ブレイクポイント以下では左右に余白あり
.container-outliner-no-gutters = コンテンツ幅以上は固定幅、ブレイクポイント以下では左右に余白なし
*/
.container-outliner-fluid,
.container-outliner,
.container-outliner-no-gutters {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1000px;
}

.container:before,
.container:after,
.container-outliner:before,
.container-outliner:after,
.container-outliner-no-gutters:before,
.container-outliner-no-gutters:after {
  content: " ";
  display: table;
}

.container:after,
.container-outliner:after,
.container-outliner-no-gutters:after {
  clear: both;
}

.container-outliner-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-outliner-fluid:before,
.container-outliner-fluid:after {
  content: " ";
  display: table;
}

.container-outliner-fluid:after {
  clear: both;
}

@media screen and (min-width: 1001px) {
  .container-outliner,
.container-outliner-no-gutters {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/*コンテナPC表示時はパディング無し
スマホ表示時パディング有り*/
@media screen and (max-width: 1060px) {
  .container-outliner,
.container-outliner-fluid {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.ie8 body {
  font-size: 14px;
}
.ie8 .container-outliner,
.ie8 .container-outliner-no-gutters {
  width: 1000px;
}

#main-content {
  position: relative;
  width: 100%;
  z-index: 1;
  line-height: 1.8;
  clear: both;
}
#main-content:before, #main-content:after {
  content: " ";
  display: table;
}
#main-content:after {
  clear: both;
}

.container-liner-high {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .container-liner-high {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.container-liner-mid {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .container-liner-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.container-liner-low {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .container-liner-low {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container-liner-high + .container-liner-high,
.container-liner-high + .container-liner-mid,
.container-liner-high + .container-liner-low {
  padding-top: 0;
}

.container-liner-mid + .container-liner-high,
.container-liner-mid + .container-liner-mid,
.container-liner-mid + .container-liner-low {
  padding-top: 0;
}

.container-liner-low + .container-liner-high,
.container-liner-low + .container-liner-mid,
.container-liner-low + .container-liner-low {
  padding-top: 0;
}

@media print {
  #header,
#main-content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*======================
FONT SIZE
=======================*/
.fS-10 {
  font-size: 62.5%;
}

.fS-11 {
  font-size: 68.75%;
}

.fS-12 {
  font-size: 75%;
}

.fS-13 {
  font-size: 81.25%;
}

.fS-14 {
  font-size: 87.5%;
}

.fS-15 {
  font-size: 93.75%;
}

.fS-16 {
  font-size: 100%;
}

.fS-17 {
  font-size: 106.25%;
}

.fS-18 {
  font-size: 112.5%;
}

.fS-19 {
  font-size: 118.75%;
}

.fS-20 {
  font-size: 125%;
}

.fS-21 {
  font-size: 131.25%;
}

.fS-22 {
  font-size: 137.5%;
}

.fS-23 {
  font-size: 143.75%;
}

.fS-24 {
  font-size: 150%;
}

.fS-25 {
  font-size: 156.25%;
}

.fS-26 {
  font-size: 162.5%;
}

.fS-27 {
  font-size: 168.75%;
}

.fS-28 {
  font-size: 175%;
}

.fS-29 {
  font-size: 181.25%;
}

.fS-30 {
  font-size: 187.5%;
}

.fS-31 {
  font-size: 193.75%;
}

.fS-32 {
  font-size: 200%;
}

.fS-33 {
  font-size: 206.25%;
}

.fS-34 {
  font-size: 212.5%;
}

.fS-35 {
  font-size: 218.75%;
}

.fS-36 {
  font-size: 225%;
}

.fS-37 {
  font-size: 231.25%;
}

.fS-38 {
  font-size: 237.5%;
}

.fS-39 {
  font-size: 243.75%;
}

.fS-40 {
  font-size: 250%;
}

.fS-41 {
  font-size: 256.25%;
}

.fS-42 {
  font-size: 262.5%;
}

.fS-43 {
  font-size: 268.75%;
}

.fS-44 {
  font-size: 275%;
}

.fS-45 {
  font-size: 281.25%;
}

.fS-46 {
  font-size: 287.5%;
}

.fS-47 {
  font-size: 293.75%;
}

.fS-48 {
  font-size: 300%;
}

.fS-49 {
  font-size: 306.25%;
}

.fS-50 {
  font-size: 312.5%;
}

.fS-51 {
  font-size: 318.75%;
}

.fS-52 {
  font-size: 325%;
}

.fS-53 {
  font-size: 331.25%;
}

.fS-54 {
  font-size: 337.5%;
}

.fS-55 {
  font-size: 343.75%;
}

.fS-56 {
  font-size: 350%;
}

.fS-57 {
  font-size: 356.25%;
}

.fS-58 {
  font-size: 362.5%;
}

.fS-59 {
  font-size: 368.75%;
}

.fS-60 {
  font-size: 375%;
}

.fS-61 {
  font-size: 381.25%;
}

.fS-62 {
  font-size: 387.5%;
}

.fS-63 {
  font-size: 393.75%;
}

.fS-64 {
  font-size: 400%;
}

.fS-65 {
  font-size: 406.25%;
}

.fS-66 {
  font-size: 412.5%;
}

@media screen and (max-width: 767px) {
  .fS-10 {
    font-size: 71.4285714286%;
  }

  .fS-11 {
    font-size: 78.5714285714%;
  }

  .fS-12 {
    font-size: 85.7142857143%;
  }

  .fS-13 {
    font-size: 92.8571428571%;
  }

  .fS-14 {
    font-size: 100%;
  }

  .fS-15 {
    font-size: 107.1428571429%;
  }

  .fS-16 {
    font-size: 114.2857142857%;
  }

  .fS-17 {
    font-size: 121.4285714286%;
  }

  .fS-18 {
    font-size: 128.5714285714%;
  }

  .fS-19 {
    font-size: 135.7142857143%;
  }

  .fS-20 {
    font-size: 142.8571428571%;
  }

  .fS-21 {
    font-size: 150%;
  }

  .fS-22 {
    font-size: 157.1428571429%;
  }

  .fS-23 {
    font-size: 164.2857142857%;
  }

  .fS-24 {
    font-size: 171.4285714286%;
  }

  .fS-25 {
    font-size: 178.5714285714%;
  }

  .fS-26 {
    font-size: 185.7142857143%;
  }

  .fS-27 {
    font-size: 192.8571428571%;
  }

  .fS-28 {
    font-size: 200%;
  }

  .fS-29 {
    font-size: 207.1428571429%;
  }

  .fS-30 {
    font-size: 214.2857142857%;
  }

  .fS-31 {
    font-size: 221.4285714286%;
  }

  .fS-32 {
    font-size: 228.5714285714%;
  }

  .fS-33 {
    font-size: 235.7142857143%;
  }

  .fS-34 {
    font-size: 242.8571428571%;
  }

  .fS-35 {
    font-size: 250%;
  }

  .fS-36 {
    font-size: 257.1428571429%;
  }

  .fS-37 {
    font-size: 264.2857142857%;
  }

  .fS-38 {
    font-size: 271.4285714286%;
  }

  .fS-39 {
    font-size: 278.5714285714%;
  }

  .fS-40 {
    font-size: 285.7142857143%;
  }

  .fS-41 {
    font-size: 292.8571428571%;
  }

  .fS-42 {
    font-size: 300%;
  }

  .fS-43 {
    font-size: 307.1428571429%;
  }

  .fS-44 {
    font-size: 314.2857142857%;
  }

  .fS-45 {
    font-size: 321.4285714286%;
  }

  .fS-46 {
    font-size: 328.5714285714%;
  }

  .fS-47 {
    font-size: 335.7142857143%;
  }

  .fS-48 {
    font-size: 342.8571428571%;
  }

  .fS-49 {
    font-size: 350%;
  }

  .fS-50 {
    font-size: 357.1428571429%;
  }

  .fS-51 {
    font-size: 364.2857142857%;
  }

  .fS-52 {
    font-size: 371.4285714286%;
  }

  .fS-53 {
    font-size: 378.5714285714%;
  }

  .fS-54 {
    font-size: 385.7142857143%;
  }

  .fS-55 {
    font-size: 392.8571428571%;
  }

  .fS-56 {
    font-size: 400%;
  }

  .fS-57 {
    font-size: 407.1428571429%;
  }

  .fS-58 {
    font-size: 414.2857142857%;
  }

  .fS-59 {
    font-size: 421.4285714286%;
  }

  .fS-60 {
    font-size: 428.5714285714%;
  }

  .fS-61 {
    font-size: 435.7142857143%;
  }

  .fS-62 {
    font-size: 442.8571428571%;
  }

  .fS-63 {
    font-size: 450%;
  }

  .fS-64 {
    font-size: 457.1428571429%;
  }

  .fS-65 {
    font-size: 464.2857142857%;
  }

  .fS-66 {
    font-size: 471.4285714286%;
  }
}
@media screen and (max-width: 600px) {
  .fS-10 {
    font-size: 71.4285714286%;
  }

  .fS-11 {
    font-size: 78.5714285714%;
  }

  .fS-12 {
    font-size: 85.7142857143%;
  }

  .fS-13 {
    font-size: 92.8571428571%;
  }

  .fS-14 {
    font-size: 100%;
  }

  .fS-15 {
    font-size: 107.1428571429%;
  }

  .fS-16 {
    font-size: 114.2857142857%;
  }

  .fS-17 {
    font-size: 121.4285714286%;
  }

  .fS-18 {
    font-size: 128.5714285714%;
  }

  .fS-19 {
    font-size: 135.7142857143%;
  }

  .fS-20 {
    font-size: 142.8571428571%;
  }

  .fS-21 {
    font-size: 150%;
  }

  .fS-22 {
    font-size: 157.1428571429%;
  }

  .fS-23 {
    font-size: 164.2857142857%;
  }

  .fS-24 {
    font-size: 171.4285714286%;
  }

  .fS-25 {
    font-size: 178.5714285714%;
  }

  .fS-26 {
    font-size: 185.7142857143%;
  }

  .fS-27 {
    font-size: 192.8571428571%;
  }

  .fS-28 {
    font-size: 200%;
  }

  .fS-29 {
    font-size: 207.1428571429%;
  }

  .fS-30 {
    font-size: 214.2857142857%;
  }

  .fS-31 {
    font-size: 221.4285714286%;
  }

  .fS-32 {
    font-size: 228.5714285714%;
  }

  .fS-33 {
    font-size: 235.7142857143%;
  }

  .fS-34 {
    font-size: 242.8571428571%;
  }

  .fS-35 {
    font-size: 250%;
  }

  .fS-36 {
    font-size: 257.1428571429%;
  }

  .fS-37 {
    font-size: 264.2857142857%;
  }

  .fS-38 {
    font-size: 271.4285714286%;
  }

  .fS-39 {
    font-size: 278.5714285714%;
  }

  .fS-40 {
    font-size: 285.7142857143%;
  }

  .fS-41 {
    font-size: 292.8571428571%;
  }

  .fS-42 {
    font-size: 300%;
  }

  .fS-43 {
    font-size: 307.1428571429%;
  }

  .fS-44 {
    font-size: 314.2857142857%;
  }

  .fS-45 {
    font-size: 321.4285714286%;
  }

  .fS-46 {
    font-size: 328.5714285714%;
  }

  .fS-47 {
    font-size: 335.7142857143%;
  }

  .fS-48 {
    font-size: 342.8571428571%;
  }

  .fS-49 {
    font-size: 350%;
  }

  .fS-50 {
    font-size: 357.1428571429%;
  }

  .fS-51 {
    font-size: 364.2857142857%;
  }

  .fS-52 {
    font-size: 371.4285714286%;
  }

  .fS-53 {
    font-size: 378.5714285714%;
  }

  .fS-54 {
    font-size: 385.7142857143%;
  }

  .fS-55 {
    font-size: 392.8571428571%;
  }

  .fS-56 {
    font-size: 400%;
  }

  .fS-57 {
    font-size: 407.1428571429%;
  }

  .fS-58 {
    font-size: 414.2857142857%;
  }

  .fS-59 {
    font-size: 421.4285714286%;
  }

  .fS-60 {
    font-size: 428.5714285714%;
  }

  .fS-61 {
    font-size: 435.7142857143%;
  }

  .fS-62 {
    font-size: 442.8571428571%;
  }

  .fS-63 {
    font-size: 450%;
  }

  .fS-64 {
    font-size: 457.1428571429%;
  }

  .fS-65 {
    font-size: 464.2857142857%;
  }

  .fS-66 {
    font-size: 471.4285714286%;
  }
}
@media screen and (max-width: 414px) {
  .fS-10 {
    font-size: 71.4285714286%;
  }

  .fS-11 {
    font-size: 78.5714285714%;
  }

  .fS-12 {
    font-size: 85.7142857143%;
  }

  .fS-13 {
    font-size: 92.8571428571%;
  }

  .fS-14 {
    font-size: 100%;
  }

  .fS-15 {
    font-size: 107.1428571429%;
  }

  .fS-16 {
    font-size: 114.2857142857%;
  }

  .fS-17 {
    font-size: 121.4285714286%;
  }

  .fS-18 {
    font-size: 128.5714285714%;
  }

  .fS-19 {
    font-size: 135.7142857143%;
  }

  .fS-20 {
    font-size: 142.8571428571%;
  }

  .fS-21 {
    font-size: 150%;
  }

  .fS-22 {
    font-size: 157.1428571429%;
  }

  .fS-23 {
    font-size: 164.2857142857%;
  }

  .fS-24 {
    font-size: 171.4285714286%;
  }

  .fS-25 {
    font-size: 178.5714285714%;
  }

  .fS-26 {
    font-size: 185.7142857143%;
  }

  .fS-27 {
    font-size: 192.8571428571%;
  }

  .fS-28 {
    font-size: 200%;
  }

  .fS-29 {
    font-size: 207.1428571429%;
  }

  .fS-30 {
    font-size: 214.2857142857%;
  }

  .fS-31 {
    font-size: 221.4285714286%;
  }

  .fS-32 {
    font-size: 228.5714285714%;
  }

  .fS-33 {
    font-size: 235.7142857143%;
  }

  .fS-34 {
    font-size: 242.8571428571%;
  }

  .fS-35 {
    font-size: 250%;
  }

  .fS-36 {
    font-size: 257.1428571429%;
  }

  .fS-37 {
    font-size: 264.2857142857%;
  }

  .fS-38 {
    font-size: 271.4285714286%;
  }

  .fS-39 {
    font-size: 278.5714285714%;
  }

  .fS-40 {
    font-size: 285.7142857143%;
  }

  .fS-41 {
    font-size: 292.8571428571%;
  }

  .fS-42 {
    font-size: 300%;
  }

  .fS-43 {
    font-size: 307.1428571429%;
  }

  .fS-44 {
    font-size: 314.2857142857%;
  }

  .fS-45 {
    font-size: 321.4285714286%;
  }

  .fS-46 {
    font-size: 328.5714285714%;
  }

  .fS-47 {
    font-size: 335.7142857143%;
  }

  .fS-48 {
    font-size: 342.8571428571%;
  }

  .fS-49 {
    font-size: 350%;
  }

  .fS-50 {
    font-size: 357.1428571429%;
  }

  .fS-51 {
    font-size: 364.2857142857%;
  }

  .fS-52 {
    font-size: 371.4285714286%;
  }

  .fS-53 {
    font-size: 378.5714285714%;
  }

  .fS-54 {
    font-size: 385.7142857143%;
  }

  .fS-55 {
    font-size: 392.8571428571%;
  }

  .fS-56 {
    font-size: 400%;
  }

  .fS-57 {
    font-size: 407.1428571429%;
  }

  .fS-58 {
    font-size: 414.2857142857%;
  }

  .fS-59 {
    font-size: 421.4285714286%;
  }

  .fS-60 {
    font-size: 428.5714285714%;
  }

  .fS-61 {
    font-size: 435.7142857143%;
  }

  .fS-62 {
    font-size: 442.8571428571%;
  }

  .fS-63 {
    font-size: 450%;
  }

  .fS-64 {
    font-size: 457.1428571429%;
  }

  .fS-65 {
    font-size: 464.2857142857%;
  }

  .fS-66 {
    font-size: 471.4285714286%;
  }
}
/*======================
FONT WEIGHT
=======================*/
.fW-bold {
  font-weight: bold;
}

.fW-normal {
  font-weight: normal;
}

/*======================
FONT STYLE
=======================*/
.fS-italic {
  font-style: italic;
}

.fS-normal {
  font-style: normal;
}

/*======================
FONT COLOR
=======================*/
.fC-gold {
  color: #C7B178;
}

.fC-white {
  color: #fff;
}

.fC-gray {
  color: #888;
}

.fC-blue {
  color: #1358bb;
}

.fC-red {
  color: #8B0D11;
}

.fC-black {
  color: #333333;
}

/*======================
FONT FAMILY
=======================*/
@font-face {
  font-family: "Noto Sans Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
.fF-serif {
  font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mac .fF-serif {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.fF-sans-serif {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

.fF-noto {
  font-family: "Noto Sans Regular";
}

.fF-noto-serif {
  font-family: "Noto Serif Regular";
}

.bG-pale-blue {
  background-color: #E6F8FF;
}

.bg-white {
  background-color: #fff;
}

/*TEXT*/
/*======================
TEXT TANSFORM
=======================*/
.tT-lowercase {
  text-transform: lowercase;
}

.tT-uppercase {
  text-transform: uppercase;
}

.tT-capitalize {
  text-transform: capitalize;
}

/*======================
TEXT ALIGN
=======================*/
.tA-left {
  text-align: left !important;
}

.tA-right {
  text-align: right !important;
}

.tA-center {
  text-align: center !important;
}

.tA-justify {
  text-align: justify !important;
}

/*Line Height*/
.lH10 {
  line-height: 1 !important;
}

.lH11 {
  line-height: 1.1 !important;
}

.lH12 {
  line-height: 1.2 !important;
}

.lH13 {
  line-height: 1.3 !important;
}

.lH14 {
  line-height: 1.4 !important;
}

.lH15 {
  line-height: 1.5 !important;
}

.lH16 {
  line-height: 1.6 !important;
}

.lH17 {
  line-height: 1.7 !important;
}

.lH18 {
  line-height: 1.8 !important;
}

.lH19 {
  line-height: 1.9 !important;
}

.lH20 {
  line-height: 2 !important;
}

.lH21 {
  line-height: 2.1 !important;
}

.lH22 {
  line-height: 2.2 !important;
}

/*MARGIN (EM)*/
.mT05em {
  margin-top: 0.5em;
}

.mL05em {
  margin-left: 0.5em;
}

.mR05em {
  margin-right: 0.5em;
}

.mB05em {
  margin-bottom: 0.5em;
}

.mT08em {
  margin-top: 0.8em;
}

.mL08em {
  margin-left: 0.8em;
}

.mR08em {
  margin-right: 0.8em;
}

.mB08em {
  margin-bottom: 0.8em;
}

.mT1em {
  margin-top: 1em;
}

.mL1em {
  margin-left: 1em;
}

.mR1em {
  margin-right: 1em;
}

.mB1em {
  margin-bottom: 1em;
}

.mT1-5em {
  margin-top: 1.5em;
}

.mL1-5em {
  margin-left: 1.5em;
}

.mR1-5em {
  margin-right: 1.5em;
}

.mB1-5em {
  margin-bottom: 1.5em;
}

.mT2em {
  margin-top: 2em;
}

.mL2em {
  margin-left: 2em;
}

.mR2em {
  margin-right: 2em;
}

.mB2em {
  margin-bottom: 2em;
}

.mT2-5em {
  margin-top: 2.5em;
}

.mL2-5em {
  margin-left: 2.5em;
}

.mR2-5em {
  margin-right: 2.5em;
}

.mB2-5em {
  margin-bottom: 2.5em;
}

.mT3em {
  margin-top: 3em;
}

.mL3em {
  margin-left: 3em;
}

.mR3em {
  margin-right: 3em;
}

.mB3em {
  margin-bottom: 3em;
}

.mT4em {
  margin-top: 4em;
}

.mL4em {
  margin-left: 4em;
}

.mR4em {
  margin-right: 4em;
}

.mB4em {
  margin-bottom: 4em;
}

.mT-1em {
  margin-top: -1em;
}

.mL-1em {
  margin-left: -1em;
}

.mR-1em {
  margin-right: -1em;
}

.mB-1em {
  margin-bottom: -1em;
}

.pT05em {
  padding-top: 0.5em;
}

.pL05em {
  padding-left: 0.5em;
}

.pR05em {
  padding-right: 0.5em;
}

.pB05em {
  padding-bottom: 0.5em;
}

.pA05em {
  padding: 0.5em;
}

.pT08em {
  padding-top: 0.8em;
}

.pL08em {
  padding-left: 0.8em;
}

.pR08em {
  padding-right: 0.8em;
}

.pB08em {
  padding-bottom: 0.8em;
}

.pA08em {
  padding: 0.8em;
}

.pT1em {
  padding-top: 1em;
}

.pL1em {
  padding-left: 1em;
}

.pR1em {
  padding-right: 1em;
}

.pB1em {
  padding-bottom: 1em;
}

.pA1em {
  padding: 1em;
}

.pA1em {
  padding: 1em;
}

.pA1-5em {
  padding: 1.5em;
}

.pA2em {
  padding: 2em;
}

.pA2-5em {
  padding: 2.5em;
}

.pA3em {
  padding: 3em;
}

.pT2em {
  padding-top: 2em;
}

.pL2em {
  padding-left: 2em;
}

.pR2em {
  padding-right: 2em;
}

.pB2em {
  padding-bottom: 2em;
}

.pA2em {
  padding: 2em;
}

.pT3em {
  padding-top: 3em;
}

.pL3em {
  padding-left: 3em;
}

.pR3em {
  padding-right: 3em;
}

.pB3em {
  padding-bottom: 3em;
}

.pA3em {
  padding: 3em;
}

/*======================
FLOAT
=======================*/
.clearFix:before, .clearFix:after {
  content: " ";
  display: table;
}
.clearFix:after {
  clear: both;
}

.clearBoth {
  clear: both;
}

.fL-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.fL-right {
  float: right !important;
}

.fL-left {
  float: left !important;
}

.img-width {
  width: 100%;
  height: auto;
}

.img-max-width {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-max {
  display: block;
  width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 10px;
}

.img-circle {
  border-radius: 50%;
}

.list-dot {
  margin-left: 0em;
}
.list-dot:before, .list-dot:after {
  content: " ";
  display: table;
}
.list-dot:after {
  clear: both;
}
.list-dot li {
  padding-left: 15px;
  line-height: inherit;
}
.list-dot li:first-child {
  margin-top: 0.1em;
}
.list-dot > li {
  text-indent: -15px;
  margin-bottom: 0.1em;
}
.list-dot > li:before {
  content: "・";
  text-indent: -15px;
}

.list-kome {
  margin-left: 0px;
}
.list-kome:before, .list-kome:after {
  content: " ";
  display: table;
}
.list-kome:after {
  clear: both;
}
.list-kome li {
  padding-left: 15px;
  line-height: inherit;
}
.list-kome li:first-child {
  margin-top: 0.4em;
}
.list-kome > li {
  text-indent: -15px;
  margin-bottom: 0.4em;
}
.list-kome > li:before {
  content: "※";
  text-indent: -15px;
}

.col-wrap {
  clear: both;
  position: relative;
}
.col-wrap:before, .col-wrap:after {
  content: " ";
  display: table;
}
.col-wrap:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .col-wrap {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
}
.col-wrap .col {
  float: left;
  padding: 1.5% 1.5%;
  min-height: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .col-wrap .col {
    float: none;
    padding: 3% 3%;
  }
}
@media screen and (max-width: 767px) {
  .col-wrap.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
}
.col-wrap.no-gutters .col {
  padding: 0 0;
}
.col-wrap .col-1 {
  width: 8.3333333333%;
}
.col-wrap .col-2 {
  width: 16.6666666667%;
}
.col-wrap .col-3 {
  width: 25%;
}
.col-wrap .col-4 {
  width: 33.3333333333%;
}
.col-wrap .col-5 {
  width: 41.6666666667%;
}
.col-wrap .col-6 {
  width: 50%;
}
.col-wrap .col-7 {
  width: 58.3333333333%;
}
.col-wrap .col-8 {
  width: 66.6666666667%;
}
.col-wrap .col-9 {
  width: 75%;
}
.col-wrap .col-10 {
  width: 83.3333333333%;
}
.col-wrap .col-11 {
  width: 91.6666666667%;
}
.col-wrap .col-12 {
  width: 100%;
}
.col-wrap .col-pull-0 {
  right: auto;
}
.col-wrap .col-pull-1 {
  right: 8.3333333333%;
}
.col-wrap .col-pull-2 {
  right: 16.6666666667%;
}
.col-wrap .col-pull-3 {
  right: 25%;
}
.col-wrap .col-pull-4 {
  right: 33.3333333333%;
}
.col-wrap .col-pull-5 {
  right: 41.6666666667%;
}
.col-wrap .col-pull-6 {
  right: 50%;
}
.col-wrap .col-pull-7 {
  right: 58.3333333333%;
}
.col-wrap .col-pull-8 {
  right: 66.6666666667%;
}
.col-wrap .col-pull-9 {
  right: 75%;
}
.col-wrap .col-pull-10 {
  right: 83.3333333333%;
}
.col-wrap .col-pull-11 {
  right: 91.6666666667%;
}
.col-wrap .col-pull-12 {
  right: 100%;
}
.col-wrap .col-push-0 {
  left: auto;
}
.col-wrap .col-push-1 {
  left: 8.3333333333%;
}
.col-wrap .col-push-2 {
  left: 16.6666666667%;
}
.col-wrap .col-push-3 {
  left: 25%;
}
.col-wrap .col-push-4 {
  left: 33.3333333333%;
}
.col-wrap .col-push-5 {
  left: 41.6666666667%;
}
.col-wrap .col-push-6 {
  left: 50%;
}
.col-wrap .col-push-7 {
  left: 58.3333333333%;
}
.col-wrap .col-push-8 {
  left: 66.6666666667%;
}
.col-wrap .col-push-9 {
  left: 75%;
}
.col-wrap .col-push-10 {
  left: 83.3333333333%;
}
.col-wrap .col-push-11 {
  left: 91.6666666667%;
}
.col-wrap .col-push-12 {
  left: 100%;
}
.col-wrap .col-offset-0 {
  margin-left: 0%;
}
.col-wrap .col-offset-1 {
  margin-left: 8.3333333333%;
}
.col-wrap .col-offset-2 {
  margin-left: 16.6666666667%;
}
.col-wrap .col-offset-3 {
  margin-left: 25%;
}
.col-wrap .col-offset-4 {
  margin-left: 33.3333333333%;
}
.col-wrap .col-offset-5 {
  margin-left: 41.6666666667%;
}
.col-wrap .col-offset-6 {
  margin-left: 50%;
}
.col-wrap .col-offset-7 {
  margin-left: 58.3333333333%;
}
.col-wrap .col-offset-8 {
  margin-left: 66.6666666667%;
}
.col-wrap .col-offset-9 {
  margin-left: 75%;
}
.col-wrap .col-offset-10 {
  margin-left: 83.3333333333%;
}
.col-wrap .col-offset-11 {
  margin-left: 91.6666666667%;
}
.col-wrap .col-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 767px) {
  .col-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .col-wrap .col {
    float: none;
    left: 0 !important;
    right: 0 !important;
  }
  .col-wrap .col-1 {
    width: 100%;
  }
  .col-wrap .col-2 {
    width: 100%;
  }
  .col-wrap .col-3 {
    width: 100%;
  }
  .col-wrap .col-4 {
    width: 100%;
  }
  .col-wrap .col-5 {
    width: 100%;
  }
  .col-wrap .col-6 {
    width: 100%;
  }
  .col-wrap .col-7 {
    width: 100%;
  }
  .col-wrap .col-8 {
    width: 100%;
  }
  .col-wrap .col-9 {
    width: 100%;
  }
  .col-wrap .col-10 {
    width: 100%;
  }
  .col-wrap .col-11 {
    width: 100%;
  }
  .col-wrap .col-12 {
    width: 100%;
  }
}

.row {
  margin-left: -1.55%;
  margin-right: -1.55%;
}
@media screen and (max-width: 767px) {
  .row .col-wrap .col {
    padding: 1.5% 1.5%;
  }
}

/*
scrollup
----------------------------------------- */
#scrollUp {
  display: block;
  right: 2.5%;
  bottom: 15px;
  width: 60px;
  height: 60px;
  outline: none;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
  background-image: url("../../images/scrollup.png");
  background-repeat: none;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #scrollUp {
    bottom: 35px;
    width: 45px;
    height: 45px;
    background-size: contain;
  }
}

#scrollUp:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp-ib {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block;
  }
}

.pc-ib {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none;
  }
}

/*=========================
Robot-ICT
=========================*/
/*
HEADER
--------------------------*/
#header {
  background-image: url(../../images/header-bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 26px 0 18px;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 10px 0 10px;
  }
}
#header .site-name {
  display: block;
}
#header .header-items {
  display: table;
  width: 100%;
}
#header .header-items .header-item {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: left;
}
#header .header-items .header-item:nth-last-of-type(2) {
  text-align: right;
}
#header .header-items .header-item:nth-last-of-type(2) .site-name {
  float: right;
}
#header .header-items h1.header-item {
  text-align: right;
}

.brand-name {
  display: inline-block;
  width: 272px;
  height: 51px;
}
@media screen and (max-width: 767px) {
  .brand-name {
    width: 66%;
    height: auto;
  }
}

#main-visual.pc {
  max-width: 1200px;
  margin: 0 auto;
}

/*
FOOTER
--------------------------*/
#site-footer {
  color: #fff;
  padding: 39px 15px 30px;
  background-repeat: repeat-x;
  background-color: #444444;
  background-position: top left;
}
#site-footer .qr-text,
#site-footer .qr-code {
  display: none;
}
#site-footer .col-left,
#site-footer .col-right {
  float: left;
}
@media screen and (max-width: 767px) {
  #site-footer .col-left,
#site-footer .col-right {
    float: none;
    width: 100% !important;
  }
}
#site-footer .col-left {
  width: 53%;
}
#site-footer .col-right {
  width: 47%;
}
#site-footer .address {
  margin-top: 7px;
}
#site-footer .site-footer-logo {
  width: 260px;
  height: 35px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 260px;
  background-repeat: no-repeat;
  background-image: url(../../../common/images/site-footer-logo.png);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #site-footer .site-footer-logo {
    width: 180px;
    height: 24px;
    background-size: 180px;
    margin: 0 auto;
  }
}
#site-footer .address {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #site-footer .address {
    text-align: center;
  }
}
#site-footer .aichi-logo {
  float: right;
}
#site-footer .aichi-logo a {
  display: block;
  width: 175px;
  height: 54px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../../../common/images/site-footer-logo-aichi.png);
}
@media screen and (max-width: 767px) {
  #site-footer .aichi-logo {
    float: none;
    margin-top: 10px;
  }
  #site-footer .aichi-logo a {
    margin: 0 auto;
  }
}
#site-footer .copy {
  width: 100%;
  clear: both;
  font-size: 0.857em;
  text-align: right;
  padding-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #site-footer .copy {
    text-align: center;
  }
}

/*
CONTENT
--------------------------*/
#main-content {
  background-image: url("../../images/main-content-bg.jpg");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  #main-content {
    background-size: 80%;
  }
}

.cat-ti {
  background-image: url("../../images/cat-ti-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 23px;
  padding-bottom: 23px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.67);
  box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.67);
}

.home-catch .home-catch-liner {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url("../../images/home-catch-bg-charactor.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-catch .home-catch-liner {
    padding-bottom: 2em;
    background-image: url("../../images/home-catch-bg-charactor-sp.png");
  }
}
.home-catch .brand-name {
  position: absolute;
  left: 6.8%;
  top: 2.1%;
  width: 19.9%;
}
@media screen and (min-width: 1000px) {
  .home-catch .brand-name {
    width: 239px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .home-catch .brand-name {
    width: 30%;
  }
}
.home-catch .home-catch-lead {
  color: #1358bb;
  line-height: 2;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
}

.bG-blue-fig {
  background-color: #1358bb;
  background-image: url(../../images/blue-fig-bg.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100%;
}

.bG-blue {
  background-color: #1358bb;
}

#reason .lo-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #reason .lo-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
#reason .lo-items .lo-item {
  width: 48%;
  background-color: #d3f2ec;
  padding: 3em 2.5em 2em;
}
@media screen and (max-width: 767px) {
  #reason .lo-items .lo-item {
    width: 100%;
    margin-bottom: 5%;
  }
}
#reason .lo-items .lo-item:first-of-type img {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  #reason .lo-items .lo-item:first-of-type img {
    padding-top: 0;
  }
}

#syurui .bg-white {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #syurui .bg-white {
    padding: 15px 15px 7.5px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
#syurui article {
  background-color: #e8e8e8;
  padding: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #syurui article {
    padding: 15px;
    margin-bottom: 15px;
  }
}

#mokuteki article {
  border: 4px solid #1358bb;
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #mokuteki article {
    padding: 20px;
    margin-bottom: 15px;
  }
}

/*
COMMON
--------------------------*/
.pagenav-items .pagenav-item {
  margin-bottom: 20px;
}
.pagenav-items .pagenav-item a {
  display: block;
  text-decoration: none;
}
.pagenav-items .pagenav-item .pagenav-item-inner {
  display: table;
  width: 100%;
  background-color: #fff;
  opacity: 0.65;
  line-height: 1.4;
  position: relative;
  padding-right: 10em;
}
@media screen and (max-width: 767px) {
  .pagenav-items .pagenav-item .pagenav-item-inner {
    padding-right: 0em;
  }
}
.pagenav-items .pagenav-item .pagenav-item-inner:after {
  display: block;
  position: absolute;
  right: 1em;
  font-size: 1.25em;
  font-weight: bold;
  color: #666;
  content: "coming Soon";
  top: 50%;
  margin-top: -0.625em;
}
@media screen and (max-width: 767px) {
  .pagenav-items .pagenav-item .pagenav-item-inner:after {
    font-size: 3vw;
    opacity: 0.3;
  }
}
.pagenav-items .pagenav-item .pagenav-item-inner span {
  display: table-cell;
  padding: 0.9em 0.5em 0.8em 0.5em;
  vertical-align: middle;
}
.pagenav-items .pagenav-item .pagenav-item-inner .time {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 4.6em;
  color: #1358bb;
}
@media screen and (max-width: 767px) {
  .pagenav-items .pagenav-item .pagenav-item-inner .time {
    font-size: 1.25em;
    letter-spacing: 0;
    width: 4em;
  }
}
.pagenav-items .pagenav-item .pagenav-item-inner .title {
  font-size: 1.68em;
  font-weight: 600;
  padding-left: 0.7em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenav-items .pagenav-item .pagenav-item-inner .title {
    font-size: 1.25em;
  }
}
.pagenav-items .pagenav-item .pagenav-item-inner .title:before {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -0.75em;
  content: "";
  height: 1.5em;
  width: 2px;
  background-color: #666;
}
.pagenav-items .pagenav-item a.pagenav-item-inner {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-right: 2.5em;
}
.pagenav-items .pagenav-item a.pagenav-item-inner .title {
  /*				color: #ed393e;*/
}
.pagenav-items .pagenav-item a.pagenav-item-inner .title:before {
  background-color: #1358bb;
}
.pagenav-items .pagenav-item a.pagenav-item-inner:after {
  display: block;
  top: 50%;
  content: "";
  position: absolute;
  line-height: 1;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-right: 4px solid #1358bb;
  border-bottom: 4px solid #1358bb;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1 !important;
}
.pagenav-items .pagenav-item a.pagenav-item-inner:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a.btn {
  display: inline-block;
  padding: 0.8em 30px 0.7em;
  color: #fff;
  background-color: #FF9326;
  background-image: url("../../images/btn-bg.png");
  background-repeat: repeat-y;
  background-size: cover;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: normal;
  min-width: 290px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
  text-align: center;
}
a.btn:hover {
  background-color: #ffac59;
  color: #fff !important;
}
a.btn i {
  font-size: 1.125em;
  vertical-align: -0.1em;
}
@media screen and (max-width: 767px) {
  a.btn {
    padding-right: 1em !important;
    padding-left: 1em !important;
    min-width: auto;
    width: 100%;
    font-size: 1.5em;
  }
}

.sec-footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ti-style01 {
  position: relative;
  display: table;
  margin: 0 auto 0.7em;
  color: #1358bb;
  font-size: 2em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  line-height: 1.4;
  padding: 0 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ti-style01 {
    font-size: 1.75em;
  }
}
.ti-style01:after, .ti-style01:before {
  position: absolute;
  display: block;
  content: "";
  line-height: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1.68em;
  height: 1.68em;
  top: 50%;
  margin-top: -0.7em;
}
.ti-style01:before {
  left: 0;
  background-image: url(../../images/ti-fig01-01.png);
}
.ti-style01:after {
  right: 0;
  background-image: url(../../images/ti-fig01-02.png);
}

.bG-blue .ti-style01,
.bG-blue-fig .ti-style01 {
  color: #fff;
}

.ti-style02 {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto 1em;
  color: #1358bb;
  font-size: 1.75em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  line-height: 1.4;
  border-bottom: 3px solid #1358bb;
}

.ti-style03 {
  position: relative;
  display: table;
  margin: 0 auto 0.3em;
  font-size: 1.5em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  line-height: 1.4;
}

.ti-style04 {
  position: relative;
  display: table;
  margin: 0 auto 0.7em;
  font-size: 1.86em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  color: #4d4d4d;
  line-height: 1.4;
  padding: 0 1.75em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ti-style04 {
    font-size: 1.5em;
  }
}
.ti-style04:after, .ti-style04:before {
  position: absolute;
  display: block;
  content: "";
  line-height: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  margin-top: -0.84em;
}
.ti-style04:before {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029%2038%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cg%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2223%200%2014%202%2026%2037%2029%2036%2023%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226%208%200%209%2015%2038%2017%2037%206%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ti-style04:after {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029%2038%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234d4d4d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cg%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226%200%2015%202%203%2037%200%2036%206%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2223%208%2029%209%2014%2038%2012%2037%2023%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.ti-style05 {
  margin: 0em auto 1em;
  padding: 0.7em 1em 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt", 1;
          font-feature-settings: "palt", 1;
  line-height: 1.4;
  background-color: #1358bb;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ti-style05 {
    font-size: 1.36em;
  }
}

.page-header {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding-top: 40px;
  }
}
.page-header .ti-style01 {
  margin-bottom: 0;
}

.ti-q {
  color: #1358bb;
  font-weight: bold;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.7em;
  line-height: 1.4;
}
.ti-q:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "Q.";
}

.ti-a {
  color: #46b7ae;
  font-weight: bold;
  display: block;
}

.answer {
  margin-bottom: 1em;
}

.bG-blue .ti-style04 {
  color: #fff;
}
.bG-blue .ti-style04:before {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029%2038%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cg%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2223%200%2014%202%2026%2037%2029%2036%2023%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226%208%200%209%2015%2038%2017%2037%206%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.bG-blue .ti-style04:after {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029%2038%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cg%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226%200%2015%202%203%2037%200%2036%206%200%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2223%208%2029%209%2014%2038%2012%2037%2023%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.respondent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .respondent {
    display: block;
    margin-bottom: 4em;
  }
}
.respondent .respondent-item {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .respondent .respondent-item {
    width: 100%;
  }
}
.respondent .respondent-item dl {
  margin-left: 43%;
  width: 57%;
}
@media screen and (max-width: 767px) {
  .respondent .respondent-item dl {
    margin-left: 39%;
    width: 61%;
    margin-bottom: 1.5em;
  }
  .respondent .respondent-item dl:last-of-type() {
    margin-bottom: 0;
  }
}
.respondent .respondent-item dl dt {
  color: #1358bb;
  font-weight: bold;
  line-height: 1.3;
}
.respondent .respondent-item dl dt small {
  display: block;
  font-size: 0.93em;
  margin-bottom: 0.5em;
}
.respondent .respondent-item dl dt .name {
  display: table;
  font-size: 1.25em;
  border-bottom: 3px solid #1358bb;
}
.respondent .respondent-item dl dd {
  padding-top: 1em;
  font-size: 0.875em;
  line-height: 1.6;
}
.respondent .respondent-item .photo {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 39%;
}
@media screen and (max-width: 767px) {
  .respondent .respondent-item .photo {
    width: 35%;
  }
}

.info-box {
  border: 4px solid #1358bb;
  padding: 2em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .info-box {
    padding: 1.5em;
  }
}
.info-box .info {
  background: #eeeeee;
  padding: 1.25em;
}
.info-box .title {
  color: #1358bb;
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.4;
}

@media print {
  #header,
#main-content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}