@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
tremplate {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5rem;
}

sub {
  bottom: -0.25rem;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1rem 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #000;
  font-family: "UD Shin Go Regular", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  background: #ffffff;
  font-size: 1.6em;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a[href] {
  text-decoration: underline;
  color: #0029a6;
}

a[href] img {
  transition: opacity 0.3s;
}

a.noLine,
.button > a,
.bnr-link > a,
.linkBlock > a {
  text-decoration: none;
}

fieldset,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: inherit;
}

fieldset,
input,
button,
textarea,
select:not(.goog-te-combo) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  font-family: inherit;
  color: #b1b1b1;
  font-weight: bold;
  font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  font-family: inherit;
  color: #b1b1b1;
  font-weight: bold;
  font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  font-family: inherit;
  color: #b1b1b1;
  font-weight: bold;
  font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  font-family: inherit;
  color: #b1b1b1;
  font-weight: bold;
  font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

input[type="text"] {
  outline: none;
}

input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="text"]:focus::placeholder {
  color: transparent;
}

select:not(.goog-te-combo)::-ms-expand {
  display: none;
}

button {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  outline: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url("/common/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/common/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/common/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/common/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/common/fonts/fontawesome-webfont.woff?v=4.7.0") format("truetype"), url("/common/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 1.4rem/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 6px;
  top: -55px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 5.8rem;
  display: none;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.active .mfp-close {
  display: block;
}

/*
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
*/

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 1.2rem;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/*  .mfp-iframe-holder .mfp-close {
    top: -40px; }*/

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 1.2rem;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.popUp {
  padding: 32px 28px;
}

#inline-wrap {
  height: 0;
  position: relative;
  margin: 63px auto 60px;
  max-width: 842px;
  background: #fff;
  transition: height 0.3s ease;
}

#inline-wrap iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popUpTitle {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 28px;
  text-align: center;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.popUpimage {
  text-align: center;
}

.popUpBtn {
  text-align: center;
  margin-top: 24px;
}

.popUpBtn a {
  width: 310px;
  height: 24px;
  display: inline-block;
  padding: 24px 0;
  position: relative;
  background: #eaeaea;
  color: #111;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: 2.0rem;
}

.popUpBtn a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.popUpBtn a i {
  width: 28px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
}

#inline-wrap .popup-modal-dismiss {
  display: none;
}

.popUpPrint .linkBlock > a {
  transition: background-color .3s;
}

.popUpPrint .linkBlock > a:hover {
  background-color: #000;
  color: #fff;
}

.popUpPrint .linkBlock > a:hover:before {
  color: #fff;
}

.popUpPrint .linkBlock > a .fa {
  margin-right: 10px;
}

.loader {
  width: 62px;
  height: 48px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #ccc;
}

.active .loader {
  display: none;
}

.popUpMovie {
  width: 100%;
  padding: 56.25% 0 0 0;
  margin: 0 0 24px 0;
  position: relative;
}

.popUpMovie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.popUpLinkBox:after {
  content: "";
  display: table;
  clear: both;
}

.popUpLinkBox .snsBox {
  width: calc(100% - 364px);
  float: left;
}

.popUpLinkBox .snsBox p {
  font-weight: bold;
  margin-top: 12px;
}

.sns {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.4em;
}

.sns li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.sns li .fb_iframe_widget span {
  top: -2px;
}

.sns .share-ln {
  margin: 0;
}

.sns .share-ln img {
  height: 20px;
}

.popUpLinkBox .txtLinkBtn {
  width: 358px;
  float: right;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
  position: relative;
}

main#main {
  padding-bottom: 100px;
}

.typesquareText {
  display: none;
  speak: none;
}

.typesquareText p {
  display: none;
  speak: none;
}

.typesquareText .weightN {
  font-weight: normal;
  font-family: "UD Shin Go Regular", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.typesquareText .weightM {
  font-weight: bold;
  font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.typesquareText .weightB {
  font-weight: bold;
  font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.typesquareText .weightH {
  font-weight: bold;
  font-family: "UD Shin Go Heavy", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.typesquareText .weightDB {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

#header {
  background-color: #fff;
}

#header h1.headerLogo > a,
#header a.headerLogo {
  text-decoration: none;
}

#header #headerUtility .selectLanguage #google_translate_element img {
  width: auto;
}

#header #headerUtility .selectLanguage #google_translate_element a[target="_blank"] {
  padding-right: 0;
}

#header #headerUtility .selectLanguage #google_translate_element a[target="_blank"]:after {
  display: none;
}

#header #headerUtility .selectLanguage .navCloseToggle {
  margin-top: 20px;
}

#header #headerUtility .searchBlock form {
  display: blcok;
}

#header #headerUtility .searchBlock .searchBox {
  display: -ms-flexbox;
  display: flex;
}

#header #headerUtility .searchBlock .searchBox .searchPlaceHolder input {
  width: 100%;
  background-color: #fff;
  height: 32px;
  padding: 0 8px;
}

#header #headerUtility .searchBlock .searchBox .searchBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #000;
}

#header #headerUtility .searchBlock .searchBox .searchBtn > button {
  width: 100%;
  padding: 0 8px;
  height: 32px;
}

#header #headerUtility .searchBlock .searchBox .searchBtn > button span {
  color: #fff;
}

#header #headerUtility .searchBlock .searchBox .searchBtn .fa {
  display: inline;
  line-height: 1;
  padding: 8px 5px 8px 0;
}

#header #headerUtility .searchBlock .searchBox .searchBtn .text {
  display: inline;
  line-height: 1;
}

#header #headerUtility .searchBlock .navCloseToggle {
  margin-top: 20px;
}

#header .navCloseToggle {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #ebebeb;
  text-align: center;
  line-height: 1;
}

#header .navCloseToggle .text {
  font-weight: bold;
  font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 0 5px;
}

#footer {
  background-color: #eee;
  background-repeat: repeat-x;
  background-position: 50% 100%;
}

#footer .footer-ariaLink {
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-ariaLink > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  border-right: 1px solid #fff;
}

#footer .footer-ariaLink > div::last-child {
  border-right: none;
}

#footer .footer-ariaLink > div > .areaName,
#footer .footer-ariaLink > div > a {
  display: table;
  width: 100%;
  color: #fff;
}

#footer .footer-ariaLink > div > .areaName > div,
#footer .footer-ariaLink > div > a > div {
  word-break: break-all;
  display: table-cell;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

#footer .address dt {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

#footer .address dd {
  margin-top: 15px;
  line-height: 1.8;
}

#footer .btnGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .btnGroup .linkBlock {
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

#footer .btnGroup .linkBlock > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-color: #c7c7c7;
}

#footer .btnGroup .linkBlock .fa {
  display: inline-block;
  color: #0048be;
  font-size: 2.0rem;
  width: 3.0rem;
  vertical-align: middle;
}

#footer .btnGroup .linkBlock .text {
  display: inline-block;
  width: calc(100% - 3.4rem);
}

#footer .btnGroup .linkBlock:last-child {
  width: 100%;
}

#footer .linkListBlock .footer-utility {
  letter-spacing: -0.5rem;
}

#footer .linkListBlock .footer-utility > li {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
  border-right: 1px solid #d7d7d7;
  padding: 0 14px;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

#footer .linkListBlock .footer-utility > li:first-child {
  padding-left: 0;
}

#footer .linkListBlock .footer-utility > li:last-child {
  padding-right: 0;
  border-right: none;
}

#footer .linkListBlock .footer-SNS .snsBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .linkListBlock .footer-SNS .snsBlock:after {
  display: none;
}

#footer .linkListBlock .footer-SNS .snsBlock .twitter,
#footer .linkListBlock .footer-SNS .snsBlock .facebook,
#footer .linkListBlock .footer-SNS .snsBlock .line {
  float: none;
}

#footer .copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1;
}

#breadcrumb {
  background-color: #f3f3f3;
  padding: 1.8rem 0;
}

#breadcrumb > ul li {
  position: relative;
  display: inline-block;
  padding-left: 0.4rem;
  padding-right: 1.2rem;
  font-size: 1.4rem;
}

#breadcrumb > ul li:after {
  content: "から";
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

#breadcrumb > ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0;
  width: 1.0rem;
  height: 1.0rem;
  transform: rotate(45deg) skew(-15deg, -15deg);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  speak: none;
}

#breadcrumb > ul li + li:after {
  content: "の中にある";
}

#breadcrumb > ul li:first-child {
  padding-left: 0;
}

#breadcrumb > ul li:last-child:after {
  display: none;
}

#breadcrumb > ul li:last-child:before {
  display: none;
}

#pageTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

#pageTop.is-stop {
  position: relative;
}

#pageTop a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 0;
  background-color: #000;
  line-height: 1;
  text-decoration: none;
}

#pageTop .text {
  position: absolute;
  width: 1px;
  height: 1px;
  line-height: 0;
  font-size: 0.1rem;
  overflow: hidden;
  color: transparent;
}

#pageTop .fa {
  display: block;
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  line-height: 48px;
}

#main .container .linkBlock-imgSetList a[target="_blank"]:after {
  content: none;
}

.container > .section:first-child {
  margin-top: 0;
}

.formH2 {
  font-size: 2.4rem;
}

.formGeneral .selectWrap {
  position: relative;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.formGeneral .selectWrap:after {
  position: absolute;
  top: -0.2rem;
  right: 1.0rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.6rem;
  font-weight: normal;
  speak: none;
}

.formGeneral .selectWrap select {
  padding: 5px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-right: 2.0rem;
  background-color: transparent;
}

.formGeneral .inputWrap input {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
}

.formGeneral .textareaWrap textarea {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
  min-height: 4.5em;
}

.formGeneral .radioWrap > li {
  padding-top: 6px;
}

.formGeneral .radioWrap.radio-row > li {
  display: inline-block;
  padding-right: 30px;
}

.formGeneral .radioWrap input {
  position: absolute;
  left: -9999px;
}

.formGeneral .radioWrap label {
  position: relative;
  display: block;
  padding-left: 30px;
}

.formGeneral .radioWrap label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.formGeneral .radioWrap input:checked + label:before {
  border: 6px solid #4368ec;
}

.formGeneral .checkboxWrap > li {
  padding-top: 6px;
}

.formGeneral .checkboxWrap.checkbox-row > li {
  display: inline-block;
  padding-right: 30px;
}

.formGeneral .checkboxWrap input {
  position: absolute;
  left: -9999px;
}

.formGeneral .checkboxWrap label {
  position: relative;
  display: block;
  padding-left: 28px;
}

.formGeneral .checkboxWrap label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
}

.formGeneral .checkboxWrap input:checked + label:before {
  width: 20px;
  height: 20px;
  background-color: #4368ec;
  border: none;
}

.formGeneral .checkboxWrap input:checked + label:after {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: 2px;
  width: 10px;
  height: 10px;
  color: #fff;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.6rem;
  font-weight: normal;
  speak: none;
}

.formGroup {
  display: -ms-flexbox;
  display: flex;
}

.formGroup + .formGroup:not(.formGroup-border) {
  padding-bottom: 0;
}

.formGroup .formItem {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  padding-right: 10px;
  word-break: break-all;
}

.formGroup .formLabel .label {
  min-width: 65px;
  margin-right: 0;
  padding: 7px 3px;
  text-align: center;
  line-height: 1.2;
}

.formGroup .formTag .example {
  font-size: 1.4rem;
}

.formGroup .formTag .example .label {
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "UD Shin Go Regular", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.3rem;
  padding: 3px 8px;
}

.formGroup .formTag .example + * {
  margin-top: 5px;
}

.formConfirmGroup {
  display: -ms-flexbox;
  display: flex;
}

.formConfirmGroup .formItem {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  padding-right: 10px;
}

.formConfirmGroup .formConfirm .confirm-row > li {
  display: inline-block;
  padding-right: 30px;
}

.formGroup-border {
  border-top: 1px solid #e7e7e7;
}

.formGroup-border:first-child {
  border-top: none;
}

.formGroup-border + .formGroup:not(.formGroup-border) {
  padding-top: 0;
}

.formGroup:not(.formGroup-border) + .formGroup-border {
  margin-top: 1.8rem;
}

.formGroup:not(.formGroup-border):first-child + .formGroup-border {
  margin-top: 0;
}

.formError {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #feeded;
}

.formError:after {
  content: "";
  display: table;
  clear: both;
}

.formError .fa {
  width: 10px;
  float: left;
  color: #ec0000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.formError .formErrorMesege {
  width: calc(100% - 14px);
  float: right;
  font-size: 1.4rem;
  color: #ec0000;
}

.formError + fieldset > .radioWrap,
.formError + fieldset > .checkboxWrap,
.formError + .radioWrap,
.formError + .checkboxWrap {
  margin-top: -6px;
  padding-top: 0;
}

.formNotes > p {
  color: #ec0000;
}

.formBtnGroup,
.formBtn {
  text-align: center;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.formBtnGroup .btnElm,
.formBtn .btnElm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.formBtnGroup .btnElm button,
.formBtnGroup .btnElm a,
.formBtn .btnElm button,
.formBtn .btnElm a {
  width: 100%;
}

.formBtnGroup .btnElm .linkBlock-back button:before,
.formBtnGroup .btnElm .linkBlock-back a:before,
.formBtn .btnElm .linkBlock-back button:before,
.formBtn .btnElm .linkBlock-back a:before {
  right: auto;
}

.formGroupWrap.questionnaire .formGroup,
.formGroupWrap.questionnaire .formConfirmGroup {
  display: block;
}

.formGroupWrap.questionnaire .formGroup .formItem,
.formGroupWrap.questionnaire .formConfirmGroup .formItem {
  display: inline-block;
  width: auto;
}

.formGroupWrap.questionnaire .formGroup .formLabel,
.formGroupWrap.questionnaire .formConfirmGroup .formLabel {
  display: inline-block;
}

.formGroupWrap.questionnaire .formGroup .formTag,
.formGroupWrap.questionnaire .formConfirmGroup .formTag {
  width: auto;
  margin-top: 5px;
}

.formGroupWrap.questionnaire .formGroup .formConfirm,
.formGroupWrap.questionnaire .formConfirmGroup .formConfirm {
  width: auto;
  margin-top: 5px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row-all {
  margin-left: -18px;
}

.row-all:after {
  content: "";
  display: table;
  clear: both;
}

.row-alternately:after {
  content: "";
  display: table;
  clear: both;
}

.row-alternately > * {
  width: calc(50% - 9px);
}

.row-alternately > *:nth-child(odd) {
  float: left;
}

.row-alternately > *:nth-child(even) {
  float: right;
}

.h1,
.h2,
.h3,
.h4 {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.h1Wrap {
  padding: 1.4rem 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.h1Wrap + * {
  margin-top: 20px;
}

.h1 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.2;
  padding-top: 0.1em;
  width: 1050px;
}

.h1:before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 80%;
  top: 14%;
  left: 0;
  background-color: #0048be;
}

.h2 {
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: 3px solid #6ca9ea;
}

.h2.is-first {
  margin-top: 0;
}

.h2:after {
  display: block;
  content: "";
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: -3px;
  border-bottom: 3px solid #0048be;
}

.h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #bfd9f5;
}

.h4 {
  padding-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
}

.h2 > .link-arrow,
.freeArea h2.link-arrow,
.freeArea h2.arrow:not(.linkBlock):not(.button),
.wysiwyg h2.link-arrow,
.wysiwyg h2.arrow:not(.linkBlock):not(.button) {
  padding-left: 0.8em;
}

.h3 > .link-arrow,
.freeArea h3.link-arrow,
.freeArea h3.arrow:not(.linkBlock):not(.button),
.wysiwyg h3.link-arrow,
.wysiwyg h3.arrow:not(.linkBlock):not(.button) {
  padding-left: 0.8em;
}

.h4 > .link-arrow,
.freeArea h4.link-arrow,
.freeArea h4.arrow:not(.linkBlock):not(.button),
.wysiwyg h4.link-arrow,
.wysiwyg h4.arrow:not(.linkBlock):not(.button) {
  padding-left: 0.8em;
}

.iconTitle > span {
  position: relative;
  font-weight: bold;
  font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  padding-left: 56px;
  font-size: 3.2rem;
  line-height: 46px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.iconTitle1 > span {
  position: relative;
  font-weight: bold;
  font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  padding-left: 56px;
  font-size: 3.2rem;
  line-height: 46px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.group > * {
  margin-top: 1.2rem;
}

.group > *:first-child {
  margin-top: 0;
}

.row-group {
  margin-top: -1.2rem;
}

.row-group > * {
  margin-top: 1.2rem;
}

.button {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
}

.button > a,
.button > .is-proxy,
.button > .is-disabled {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  text-decoration: none;
  color: #000;
  background: #000;
  color: #fff;
  border-right: 16px solid #333;
}

.button > a:not(.is-disabled),
.button > .is-proxy:not(.is-disabled),
.button > .is-disabled:not(.is-disabled) {
  cursor: pointer;
  transition: opacity .3s;
}

.button > a .fa,
.button > .is-proxy .fa,
.button > .is-disabled .fa {
  text-align: center;
}

.button > a .fa.iconLink,
.button > .is-proxy .fa.iconLink,
.button > .is-disabled .fa.iconLink {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}

.button > a .fa.iconLink.fa-angle-right,
.button > .is-proxy .fa.iconLink.fa-angle-right,
.button > .is-disabled .fa.iconLink.fa-angle-right {
  font-size: 2.2rem;
}

.button > a .text,
.button > .is-proxy .text,
.button > .is-disabled .text {
  text-align: center;
  width: calc(100% - 26px);
  word-break: break-all;
}

.button > .is-proxy > button {
  width: 100%;
}

.button > .is-proxy > button .fa,
.button > .is-proxy > button .text {
  display: inline-block;
}

.button .text:first-child {
  width: 100%;
}

.button.button-Y > a,
.button.button-Y > .is-proxy,
.button.button-Y > .is-disabled {
  padding: 10px 0;
}

.button.button-Y > a .wrap,
.button.button-Y > .is-proxy .wrap,
.button.button-Y > .is-disabled .wrap {
  width: 100%;
}

.button.button-Y > a .fa.iconDeco,
.button.button-Y > .is-proxy .fa.iconDeco,
.button.button-Y > .is-disabled .fa.iconDeco {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 2.8rem;
}

.button.button-Y > a .text,
.button.button-Y > .is-proxy .text,
.button.button-Y > .is-disabled .text {
  display: block;
  padding: 5px 5px 0 5px;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
}

.button > .is-disabled {
  background: #ccc;
  border-right: 16px solid #999;
}

.button.color-red > a,
.button.color-red > .is-proxy {
  background: #ec0000;
  border-right: 16px solid #ff4f4f;
}

.button.color-blue > a,
.button.color-blue > .is-proxy {
  background: #0048be;
  border-right: 16px solid #4277cf;
}

.btnLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -18px;
}

.btnLayoutC {
  -ms-flex-pack: center;
  justify-content: center;
}

.btnLayoutR {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btnLayoutItem-3 {
  margin-left: 18px;
  width: calc(25% - 18px);
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
}

.btnLayoutItem-3 .linkBlock {
  display: -ms-flexbox;
  display: flex;
}

.btnLayoutItem-3 .linkBlock > a,
.btnLayoutItem-3 .linkBlock > .is-proxy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.btnLayoutItem-3 .linkBlock > a .wrap,
.btnLayoutItem-3 .linkBlock > .is-proxy .wrap {
  display: block;
  width: 100%;
}

.btnLayoutItem-3 .linkBlock > .txtC {
  -ms-flex-pack: center;
  justify-content: center;
}

.btnLayoutItem-4 {
  margin-left: 18px;
  width: calc(33.33333% - 18px);
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
}

.btnLayoutItem-4 .linkBlock {
  display: -ms-flexbox;
  display: flex;
}

.btnLayoutItem-4 .linkBlock > a,
.btnLayoutItem-4 .linkBlock > .is-proxy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.btnLayoutItem-4 .linkBlock > a .wrap,
.btnLayoutItem-4 .linkBlock > .is-proxy .wrap {
  display: block;
  width: 100%;
}

.btnLayoutItem-4 .linkBlock > .txtC {
  -ms-flex-pack: center;
  justify-content: center;
}

.btnLayoutItem-6 {
  margin-left: 18px;
  width: calc(50% - 18px);
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
}

.btnLayoutItem-6 .linkBlock {
  display: -ms-flexbox;
  display: flex;
}

.btnLayoutItem-6 .linkBlock > a,
.btnLayoutItem-6 .linkBlock > .is-proxy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.btnLayoutItem-6 .linkBlock > a .wrap,
.btnLayoutItem-6 .linkBlock > .is-proxy .wrap {
  display: block;
  width: 100%;
}

.btnLayoutItem-6 .linkBlock > .txtC {
  -ms-flex-pack: center;
  justify-content: center;
}

.btnLayoutItem-8 {
  margin-left: 18px;
  width: calc(66.66667% - 18px);
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
}

.btnLayoutItem-8 .linkBlock {
  display: -ms-flexbox;
  display: flex;
}

.btnLayoutItem-8 .linkBlock > a,
.btnLayoutItem-8 .linkBlock > .is-proxy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.btnLayoutItem-8 .linkBlock > a .wrap,
.btnLayoutItem-8 .linkBlock > .is-proxy .wrap {
  display: block;
  width: 100%;
}

.btnLayoutItem-8 .linkBlock > .txtC {
  -ms-flex-pack: center;
  justify-content: center;
}

.border {
  border: 1px solid #ebebeb;
}

a.border {
  text-decoration: none;
}

.border-space {
  border: 1px solid #ebebeb;
  padding: 1.4rem;
}

.border-space-em {
  border: 2px solid #ebebeb;
  padding: 1.4rem;
}

a.border-space {
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid #ebebeb;
  padding: 1.4rem;
}

.border-bottom + * {
  margin-top: 1.4rem;
}

.kutyoArea {
  line-height: 1.8;
}

.freeArea li,
.wysiwyg li,
.kutyoArea li {
  margin-top: 12px;
}

.freeArea h1,
.freeArea h2,
.freeArea h3,
.freeArea h4,
.freeArea h5,
.freeArea h6,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.freeArea li.link-arrow,
.freeArea li.arrow:not(.linkBlock):not(.button),
.wysiwyg li.link-arrow,
.wysiwyg li.arrow:not(.linkBlock):not(.button) {
  margin-top: 12px;
}

.freeArea li.link-arrow:first-child,
.freeArea li.arrow:not(.linkBlock):not(.button):first-child,
.wysiwyg li.link-arrow:first-child,
.wysiwyg li.arrow:not(.linkBlock):not(.button):first-child {
  margin-top: 0;
}

.freeArea li.link-arrow > ul,
.freeArea li.arrow:not(.linkBlock):not(.button) > ul,
.wysiwyg li.link-arrow > ul,
.wysiwyg li.arrow:not(.linkBlock):not(.button) > ul {
  margin-top: 12px;
}

.freeArea li li,
.wysiwyg li li {
  margin-left: 1em;
}

.freeArea ul:not(.utilityBox):not(.label-department):not(.listBlock-border):not(.flex-row):not(.row-alternately-pc):not(.listBlock):not(.slick-dots) > li:not(.note):not(.arrow):not(.link-anchor):not(.link-arrow):not(.arrow),
.wysiwyg ul:not(.utilityBox):not(.label-department):not(.listBlock-border):not(.flex-row):not(.row-alternately-pc):not(.listBlock):not(.slick-dots) > li:not(.note):not(.arrow):not(.link-anchor):not(.link-arrow):not(.arrow) {
  position: relative;
  padding-left: 2rem;
}

.freeArea ul:not(.utilityBox):not(.label-department):not(.listBlock-border):not(.flex-row):not(.row-alternately-pc):not(.listBlock):not(.slick-dots) > li:not(.note):not(.arrow):not(.link-anchor):not(.link-arrow):not(.arrow):before,
.wysiwyg ul:not(.utilityBox):not(.label-department):not(.listBlock-border):not(.flex-row):not(.row-alternately-pc):not(.listBlock):not(.slick-dots) > li:not(.note):not(.arrow):not(.link-anchor):not(.link-arrow):not(.arrow):before {
  position: absolute;
  left: 0.8rem;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #000;
  top: calc(2px + 0.5em);
}

.freeArea ol,
.wysiwyg ol {
  list-style: decimal;
  margin-left: 2rem;
}

.freeArea table,
.wysiwyg table {
  width: 100%;
  border: 1px solid #ebebeb;
}

.freeArea table th,
.freeArea table td,
.wysiwyg table th,
.wysiwyg table td {
  padding: 10px 8px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.freeArea table thead th,
.wysiwyg table thead th {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #0048be;
  color: #fff;
}

.freeArea table tbody th,
.wysiwyg table tbody th {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #ededed;
  min-width: 5em;
}

.freeArea table tbody td,
.wysiwyg table tbody td {
  background-color: #fff;
}

.freeArea .aly_tx_center,
.wysiwyg .aly_tx_center {
  text-align: center !important;
}

.freeArea .aly_tx_right,
.wysiwyg .aly_tx_right {
  text-align: right  !important;
}

.freeArea .aly_tx_left,
.wysiwyg .aly_tx_left {
  text-align: left !important;
}

.freeArea .aly_tx_f_red,
.wysiwyg .aly_tx_f_red {
  color: #f00 !important;
}

.freeArea .container > h5.link-arrow:before,
.freeArea .container > h6.link-arrow:before,
.freeArea .container > h5.arrow:not(.linkBlock):not(.button):before,
.freeArea .container > h6.arrow:not(.linkBlock):not(.button):before,
.freeArea .container .QandAContent > .textElm h5.link-arrow:before,
.freeArea .container .QandAContent > .textElm h6.link-arrow:before,
.freeArea .container .QandAContent > .textElm h5.arrow:not(.linkBlock):not(.button):before,
.freeArea .container .QandAContent > .textElm h6.arrow:not(.linkBlock):not(.button):before,
.freeArea .container .js-accordionTarget > h5.link-arrow:before,
.freeArea .container .js-accordionTarget > h6.link-arrow:before,
.freeArea .container .js-accordionTarget > h5.arrow:not(.linkBlock):not(.button):before,
.freeArea .container .js-accordionTarget > h6.arrow:not(.linkBlock):not(.button):before,
.freeArea .container section:not(.accordion) > h5.link-arrow:before,
.freeArea .container section:not(.accordion) > h6.link-arrow:before,
.freeArea .container section:not(.accordion) > h5.arrow:not(.linkBlock):not(.button):before,
.freeArea .container section:not(.accordion) > h6.arrow:not(.linkBlock):not(.button):before,
.freeArea .container .col-6 > h5.link-arrow:before,
.freeArea .container .col-6 > h6.link-arrow:before,
.freeArea .container .col-6 > h5.arrow:not(.linkBlock):not(.button):before,
.freeArea .container .col-6 > h6.arrow:not(.linkBlock):not(.button):before,
.freeArea .container th > h5.link-arrow:before,
.freeArea .container th > h6.link-arrow:before,
.freeArea .container th > h5.arrow:not(.linkBlock):not(.button):before,
.freeArea .container th > h6.arrow:not(.linkBlock):not(.button):before,
.freeArea .container td > h5.link-arrow:before,
.freeArea .container td > h6.link-arrow:before,
.freeArea .container td > h5.arrow:not(.linkBlock):not(.button):before,
.freeArea .container td > h6.arrow:not(.linkBlock):not(.button):before {
  line-height: 1;
}

.freeArea .container > h2,
.freeArea .container .QandAContent > .textElm h2,
.freeArea .container .js-accordionTarget > h2,
.freeArea .container section:not(.accordion) > h2,
.freeArea .container .col-6 > h2,
.freeArea .container th > h2,
.freeArea .container td > h2 {
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: 3px solid #6ca9ea;
}

.freeArea .container > h2.is-first,
.freeArea .container > h2:first-child,
.freeArea .container .QandAContent > .textElm h2.is-first,
.freeArea .container .QandAContent > .textElm h2:first-child,
.freeArea .container .js-accordionTarget > h2.is-first,
.freeArea .container .js-accordionTarget > h2:first-child,
.freeArea .container section:not(.accordion) > h2.is-first,
.freeArea .container section:not(.accordion) > h2:first-child,
.freeArea .container .col-6 > h2.is-first,
.freeArea .container .col-6 > h2:first-child,
.freeArea .container th > h2.is-first,
.freeArea .container th > h2:first-child,
.freeArea .container td > h2.is-first,
.freeArea .container td > h2:first-child {
  margin-top: 0;
}

.freeArea .container > h2:after,
.freeArea .container .QandAContent > .textElm h2:after,
.freeArea .container .js-accordionTarget > h2:after,
.freeArea .container section:not(.accordion) > h2:after,
.freeArea .container .col-6 > h2:after,
.freeArea .container th > h2:after,
.freeArea .container td > h2:after {
  display: block;
  content: "";
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-bottom: 3px solid #0048be;
}

.freeArea .container > h3,
.freeArea .container .QandAContent > .textElm h3,
.freeArea .container .js-accordionTarget > h3,
.freeArea .container section:not(.accordion) > h3,
.freeArea .container .col-6 > h3,
.freeArea .container th > h3,
.freeArea .container td > h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #bfd9f5;
}

.freeArea .container > h4,
.freeArea .container .QandAContent > .textElm h4,
.freeArea .container .js-accordionTarget > h4,
.freeArea .container section:not(.accordion) > h4,
.freeArea .container .col-6 > h4,
.freeArea .container th > h4,
.freeArea .container td > h4 {
  padding-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
}

.freeArea .container > h5,
.freeArea .container .QandAContent > .textElm h5,
.freeArea .container .js-accordionTarget > h5,
.freeArea .container section:not(.accordion) > h5,
.freeArea .container .col-6 > h5,
.freeArea .container th > h5,
.freeArea .container td > h5 {
  padding-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
}

.freeArea .container .js-accordionTarget > .h2:first-child,
.freeArea .container .js-accordionTarget > h2:first-child,
.freeArea .container .js-accordionTarget > .h3:first-child,
.freeArea .container .js-accordionTarget > h3:first-child,
.freeArea .container .js-accordionTarget > .h4:first-child,
.freeArea .container .js-accordionTarget > h4:first-child {
  margin-top: 0;
}

.wysiwyg > h5.link-arrow:before,
.wysiwyg > h6.link-arrow:before,
.wysiwyg > h5.arrow:not(.linkBlock):not(.button):before,
.wysiwyg > h6.arrow:not(.linkBlock):not(.button):before,
.wysiwyg .QandAContent > .textElm h5.link-arrow:before,
.wysiwyg .QandAContent > .textElm h6.link-arrow:before,
.wysiwyg .QandAContent > .textElm h5.arrow:not(.linkBlock):not(.button):before,
.wysiwyg .QandAContent > .textElm h6.arrow:not(.linkBlock):not(.button):before,
.wysiwyg .js-accordionTarget > h5.link-arrow:before,
.wysiwyg .js-accordionTarget > h6.link-arrow:before,
.wysiwyg .js-accordionTarget > h5.arrow:not(.linkBlock):not(.button):before,
.wysiwyg .js-accordionTarget > h6.arrow:not(.linkBlock):not(.button):before,
.wysiwyg section:not(.accordion) > h5.link-arrow:before,
.wysiwyg section:not(.accordion) > h6.link-arrow:before,
.wysiwyg section:not(.accordion) > h5.arrow:not(.linkBlock):not(.button):before,
.wysiwyg section:not(.accordion) > h6.arrow:not(.linkBlock):not(.button):before,
.wysiwyg .col-6 > h5.link-arrow:before,
.wysiwyg .col-6 > h6.link-arrow:before,
.wysiwyg .col-6 > h5.arrow:not(.linkBlock):not(.button):before,
.wysiwyg .col-6 > h6.arrow:not(.linkBlock):not(.button):before,
.wysiwyg th > h5.link-arrow:before,
.wysiwyg th > h6.link-arrow:before,
.wysiwyg th > h5.arrow:not(.linkBlock):not(.button):before,
.wysiwyg th > h6.arrow:not(.linkBlock):not(.button):before,
.wysiwyg td > h5.link-arrow:before,
.wysiwyg td > h6.link-arrow:before,
.wysiwyg td > h5.arrow:not(.linkBlock):not(.button):before,
.wysiwyg td > h6.arrow:not(.linkBlock):not(.button):before {
  line-height: 1;
}

.wysiwyg > h2,
.wysiwyg .QandAContent > .textElm h2,
.wysiwyg .js-accordionTarget > h2,
.wysiwyg section:not(.accordion) > h2,
.wysiwyg .col-6 > h2,
.wysiwyg th > h2,
.wysiwyg td > h2 {
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: 3px solid #6ca9ea;
}

.wysiwyg > h2.is-first,
.wysiwyg > h2:first-child,
.wysiwyg .QandAContent > .textElm h2.is-first,
.wysiwyg .QandAContent > .textElm h2:first-child,
.wysiwyg .js-accordionTarget > h2.is-first,
.wysiwyg .js-accordionTarget > h2:first-child,
.wysiwyg section:not(.accordion) > h2.is-first,
.wysiwyg section:not(.accordion) > h2:first-child,
.wysiwyg .col-6 > h2.is-first,
.wysiwyg .col-6 > h2:first-child,
.wysiwyg th > h2.is-first,
.wysiwyg th > h2:first-child,
.wysiwyg td > h2.is-first,
.wysiwyg td > h2:first-child {
  margin-top: 0;
}

.wysiwyg > h2:after,
.wysiwyg .QandAContent > .textElm h2:after,
.wysiwyg .js-accordionTarget > h2:after,
.wysiwyg section:not(.accordion) > h2:after,
.wysiwyg .col-6 > h2:after,
.wysiwyg th > h2:after,
.wysiwyg td > h2:after {
  display: block;
  content: "";
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-bottom: 3px solid #0048be;
}

.wysiwyg > h3,
.wysiwyg .QandAContent > .textElm h3,
.wysiwyg .js-accordionTarget > h3,
.wysiwyg section:not(.accordion) > h3,
.wysiwyg .col-6 > h3,
.wysiwyg th > h3,
.wysiwyg td > h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #bfd9f5;
}

.wysiwyg > h4,
.wysiwyg .QandAContent > .textElm h4,
.wysiwyg .js-accordionTarget > h4,
.wysiwyg section:not(.accordion) > h4,
.wysiwyg .col-6 > h4,
.wysiwyg th > h4,
.wysiwyg td > h4 {
  padding-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
}

.wysiwyg > h5,
.wysiwyg .QandAContent > .textElm h5,
.wysiwyg .js-accordionTarget > h5,
.wysiwyg section:not(.accordion) > h5,
.wysiwyg .col-6 > h5,
.wysiwyg th > h5,
.wysiwyg td > h5 {
  padding-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
}

.wysiwyg .js-accordionTarget > .h2:first-child,
.wysiwyg .js-accordionTarget > h2:first-child,
.wysiwyg .js-accordionTarget > .h3:first-child,
.wysiwyg .js-accordionTarget > h3:first-child,
.wysiwyg .js-accordionTarget > .h4:first-child,
.wysiwyg .js-accordionTarget > h4:first-child {
  margin-top: 0;
}

.textBox {
  display: block;
}

.textBox .lead {
  line-height: 2.0;
}

ul.utilityBox {
  margin-top: -1.6rem;
}

ul.utilityBox > li {
  margin-top: 1.6rem;
  margin-bottom: 0;
}

ul.utilityBox > li > dl ul.label-department {
  margin-top: -1.2rem;
}

ul.utilityBox > li > dl > dt {
  white-space: nowrap;
}

ul.utilityBox > li > dl > dt > span,
ul.utilityBox > li > dl > dd > span {
  display: block;
}

a[target="_blank"],
a[target="_blank"] .link-arrow > .is-proxy,
.freeArea a[target="_blank"] .arrow > .is-proxy,
.wysiwyg a[target="_blank"] .arrow > .is-proxy {
  position: relative;
  padding-right: 0.8rem;
}

a[target="_blank"]:after,
a[target="_blank"] .link-arrow > .is-proxy:after,
.freeArea a[target="_blank"] .arrow > .is-proxy:after,
.wysiwyg a[target="_blank"] .arrow > .is-proxy:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  left: 0.8rem;
  width: 1.25em;
  height: 1.2em;
  background-image: url("/assets/primary/images/common_img_external_link.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: middle;
}

a[href$=".pdf"],
a[href$=".pdf"] .link-arrow > .is-proxy,
.freeArea a[href$=".pdf"] .arrow > .is-proxy,
.wysiwyg a[href$=".pdf"] .arrow > .is-proxy {
  position: relative;
  padding-right: 0.8rem;
}

a[href$=".pdf"]:after,
a[href$=".pdf"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".pdf"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".pdf"] .arrow > .is-proxy:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  left: 8px;
  width: 1.25em;
  height: 1.2em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: top;
}

a[href$=".pdf"]:after,
a[href$=".pdf"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".pdf"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".pdf"] .arrow > .is-proxy:after {
  background-image: url("/assets/primary/images/common_img_file_pdf_o.svg");
}

a[href$=".xls"],
a[href$=".xls"] .link-arrow > .is-proxy,
.freeArea a[href$=".xls"] .arrow > .is-proxy,
.wysiwyg a[href$=".xls"] .arrow > .is-proxy,
a[href$=".xlsx"],
a[href$=".xlsx"] .link-arrow > .is-proxy,
.freeArea a[href$=".xlsx"] .arrow > .is-proxy,
.wysiwyg a[href$=".xlsx"] .arrow > .is-proxy {
  position: relative;
  padding-right: 0.8rem;
}

a[href$=".xls"]:after,
a[href$=".xls"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".xls"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".xls"] .arrow > .is-proxy:after,
a[href$=".xlsx"]:after,
a[href$=".xlsx"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".xlsx"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".xlsx"] .arrow > .is-proxy:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  left: 8px;
  width: 1.25em;
  height: 1.2em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: top;
}

a[href$=".xls"]:after,
a[href$=".xls"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".xls"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".xls"] .arrow > .is-proxy:after,
a[href$=".xlsx"]:after,
a[href$=".xlsx"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".xlsx"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".xlsx"] .arrow > .is-proxy:after {
  background-image: url("/assets/primary/images/common_img_file_excel_o.svg");
}

a[href$=".docx"],
a[href$=".docx"] .link-arrow > .is-proxy,
.freeArea a[href$=".docx"] .arrow > .is-proxy,
.wysiwyg a[href$=".docx"] .arrow > .is-proxy,
a[href$=".doc"],
a[href$=".doc"] .link-arrow > .is-proxy,
.freeArea a[href$=".doc"] .arrow > .is-proxy,
.wysiwyg a[href$=".doc"] .arrow > .is-proxy {
  position: relative;
  padding-right: 0.8rem;
}

a[href$=".docx"]:after,
a[href$=".docx"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".docx"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".docx"] .arrow > .is-proxy:after,
a[href$=".doc"]:after,
a[href$=".doc"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".doc"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".doc"] .arrow > .is-proxy:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  left: 8px;
  width: 1.25em;
  height: 1.2em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: top;
}

a[href$=".docx"]:after,
a[href$=".docx"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".docx"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".docx"] .arrow > .is-proxy:after,
a[href$=".doc"]:after,
a[href$=".doc"] .link-arrow > .is-proxy:after,
.freeArea a[href$=".doc"] .arrow > .is-proxy:after,
.wysiwyg a[href$=".doc"] .arrow > .is-proxy:after {
  background-image: url("/assets/primary/images/common_img_file_word_o.svg");
}

a[target="_blank"].button,
a[target="_blank"].noIcon,
.bnr-link > a[target="_blank"],
.button > a[target="_blank"],
a[href$=".pdf"].button,
a[href$=".pdf"].noIcon,
.bnr-link >
a[href$=".pdf"],
.button >
a[href$=".pdf"],
a[href$=".xls"].button,
a[href$=".xls"].noIcon,
.bnr-link >
a[href$=".xls"],
.button >
a[href$=".xls"],
a[href$=".xlsx"].button,
a[href$=".xlsx"].noIcon,
.bnr-link >
a[href$=".xlsx"],
.button >
a[href$=".xlsx"],
a[href$=".docx"].button,
a[href$=".docx"].noIcon,
.bnr-link >
a[href$=".docx"],
.button >
a[href$=".docx"],
a[href$=".doc"].button,
a[href$=".doc"].noIcon,
.bnr-link >
a[href$=".doc"],
.button >
a[href$=".doc"] {
  padding-right: 0;
}

a[target="_blank"].button:after,
a[target="_blank"].noIcon:after,
.bnr-link > a[target="_blank"]:after,
.button > a[target="_blank"]:after,
a[href$=".pdf"].button:after,
a[href$=".pdf"].noIcon:after,
.bnr-link >
a[href$=".pdf"]:after,
.button >
a[href$=".pdf"]:after,
a[href$=".xls"].button:after,
a[href$=".xls"].noIcon:after,
.bnr-link >
a[href$=".xls"]:after,
.button >
a[href$=".xls"]:after,
a[href$=".xlsx"].button:after,
a[href$=".xlsx"].noIcon:after,
.bnr-link >
a[href$=".xlsx"]:after,
.button >
a[href$=".xlsx"]:after,
a[href$=".docx"].button:after,
a[href$=".docx"].noIcon:after,
.bnr-link >
a[href$=".docx"]:after,
.button >
a[href$=".docx"]:after,
a[href$=".doc"].button:after,
a[href$=".doc"].noIcon:after,
.bnr-link >
a[href$=".doc"]:after,
.button >
a[href$=".doc"]:after {
  display: none;
}

.linkBlock > a[target="_blank"]:after,
.linkBlock >
a[href$=".pdf"]:after,
.linkBlock >
a[href$=".xls"]:after,
.linkBlock >
a[href$=".xlsx"]:after,
.linkBlock >
a[href$=".docx"]:after,
.linkBlock >
a[href$=".doc"]:after {
  display: none;
}

.link-arrow,
.freeArea .arrow:not(.linkBlock):not(.button),
.wysiwyg .arrow:not(.linkBlock):not(.button) {
  position: relative;
  padding-left: 1em;
}

.link-arrow:before,
.freeArea .arrow:not(.linkBlock):not(.button):before,
.wysiwyg .arrow:not(.linkBlock):not(.button):before {
  color: #000;
  position: absolute;
  left: 0;
  width: 2.0rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.2rem;
  font-weight: normal;
  speak: none;
}

.h5 > .link-arrow:before,
.h6 > .link-arrow:before,
div.link-arrow:before,
p.link-arrow:before,
li.link-arrow:before,
dt.link-arrow:before,
dd.link-arrow:before,
span.link-arrow:before,
.freeArea .h5 > .arrow:not(.linkBlock):not(.button):before,
.freeArea .h6 > .arrow:not(.linkBlock):not(.button):before,
.freeArea div.arrow:not(.linkBlock):not(.button):before,
.freeArea p.arrow:not(.linkBlock):not(.button):before,
.freeArea li.arrow:not(.linkBlock):not(.button):before,
.freeArea dt.arrow:not(.linkBlock):not(.button):before,
.freeArea dd.arrow:not(.linkBlock):not(.button):before,
.freeArea span.arrow:not(.linkBlock):not(.button):before,
.wysiwyg .h5 > .arrow:not(.linkBlock):not(.button):before,
.wysiwyg .h6 > .arrow:not(.linkBlock):not(.button):before,
.wysiwyg div.arrow:not(.linkBlock):not(.button):before,
.wysiwyg p.arrow:not(.linkBlock):not(.button):before,
.wysiwyg li.arrow:not(.linkBlock):not(.button):before,
.wysiwyg dt.arrow:not(.linkBlock):not(.button):before,
.wysiwyg dd.arrow:not(.linkBlock):not(.button):before,
.wysiwyg span.arrow:not(.linkBlock):not(.button):before {
  line-height: 1;
}

.noLine .link-arrow {
  text-decoration: none;
  color: #000;
}

.noLine:hover .link-arrow .is-proxy {
  text-decoration: none;
}

.freeArea .noLine .arrow:not(.linkBlock):not(.button),
.wysiwyg .noLine .arrow:not(.linkBlock):not(.button) {
  text-decoration: none;
  color: #000;
}

.freeArea .noLine:hover .arrow:not(.linkBlock):not(.button) .is-proxy,
.wysiwyg .noLine:hover .arrow:not(.linkBlock):not(.button) .is-proxy {
  text-decoration: none;
}

li.link-anchor {
  margin-top: 0;
  margin-bottom: 0;
}

.link-anchor {
  position: relative;
  padding-left: 1.2em;
}

.link-anchor:before {
  color: #000;
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2.0rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.4rem;
  font-weight: normal;
  speak: none;
}

.linkBlock {
  width: 100%;
  background: #fff;
}

.linkBlock > a,
.linkBlock > button {
  border: 2px solid #ebebeb;
  padding: 1.2rem 2.4rem 1.2rem 1rem;
}

.linkBlock > a:not(.is-disabled),
.linkBlock > button:not(.is-disabled) {
  cursor: pointer;
}

.linkBlock > a,
.linkBlock > button,
.linkBlock > .is-proxy {
  text-decoration: none;
  display: block;
  position: relative;
  background: #fff;
  color: #000;
}

.linkBlock > a:before,
.linkBlock > button:before,
.linkBlock > .is-proxy:before {
  color: #000;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1.3rem);
  right: 0.8rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.6rem;
  font-weight: normal;
  speak: none;
}

.linkBlock > button {
  width: 100%;
}

a .linkBlock > .is-proxy {
  padding-right: 1.0rem;
}

a .linkBlock > .is-proxy:before {
  right: -0.6rem;
}

.linkBlock > a[target="_blank"] {
  padding-right: 2.0rem;
}

.linkBlock > a[target="_blank"]:before {
  right: 0.3rem;
  line-height: 1.5;
  top: calc(50% - 1.4rem);
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  speak: none;
}

[target="_blank"] .linkBlock > .is-proxy {
  padding-right: 1.0rem;
}

[target="_blank"] .linkBlock > .is-proxy:before {
  right: -1.0rem;
  line-height: 1.5;
  top: calc(50% - 1.4rem);
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  speak: none;
}

.linkBlock > a[href$=".pdf"] {
  padding-right: 2.0rem;
}

.linkBlock > a[href$=".pdf"]:before {
  right: 0.6rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  speak: none;
}

[href$=".pdf"] .linkBlock > .is-proxy {
  padding-right: 1.0rem;
}

[href$=".pdf"] .linkBlock > .is-proxy:before {
  right: -0.6rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  speak: none;
}

.linkBlock.linkBlock-em > a,
.linkBlock.linkBlock-em > button,
.linkBlock.linkBlock-em > .is-proxy {
  border: 3px solid #000;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.linkBlock.linkBlock-em > a:before,
.linkBlock.linkBlock-em > button:before,
.linkBlock.linkBlock-em > .is-proxy:before {
  top: calc(50% - 1.1rem);
  right: 0.6rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  font-weight: normal;
  speak: none;
}

.linkBlock.linkBlock-em > a[target="_blank"] {
  padding-right: 2.4em;
}

.linkBlock.linkBlock-em > a[target="_blank"]:before {
  top: calc(50% - 1.1rem);
  right: 0.6rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.8rem;
  font-weight: normal;
  speak: none;
}

.linkBlock-back {
  width: 100%;
  background-color: #fff;
}

.linkBlock-back > a,
.linkBlock-back > button {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  padding: 1.4rem 1.4rem 1.2rem 2.8rem;
  transition: background .3s;
}

.linkBlock-back > a,
.linkBlock-back > button {
  cursor: pointer;
}

.linkBlock-back > a,
.linkBlock-back > button {
  text-decoration: none;
  display: block;
  position: relative;
  background: #eaeaea;
  color: #000;
}

.linkBlock-back > a:before,
.linkBlock-back > button:before {
  color: #000;
  line-height: 1;
  position: absolute;
  left: 0.6rem;
  top: calc(50% - 1.0rem);
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  font-weight: normal;
  speak: none;
}

.linkBlock-group {
  margin-top: -1.4rem;
}

.linkBlock-group .linkBlock {
  margin-top: 1.4rem;
}

.linkBlock-imgSetList .linkBlock-imgSet {
  border: 1px solid #ebebeb;
}

.linkBlock-imgSetList .linkBlock-imgSet > a {
  display: block;
  text-decoration: none;
}

.linkBlock-imgSetList .linkBlock-imgSet > a .is-proxy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.linkBlock-imgSetList .linkBlock-imgSet > a .is-proxy:before {
  right: 0;
}

.linkBlock-imgSetList .linkBlock-imgSet > a .textElm {
  word-break: break-all;
}

ul.list > li {
  position: relative;
  padding-left: 2rem;
}

ul.list > li:before {
  position: absolute;
  left: 0.8rem;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #000;
  top: calc(2px + 0.5em);
}

ul.list > li + li {
  margin-top: 12px;
}

ol.list {
  list-style: decimal;
  margin-left: 2em;
}

ol.list > li + li {
  margin-top: 12px;
}

.list-separatorLine {
  margin-top: -1.2rem;
}

.list-separatorLine:after {
  content: "";
  display: table;
  clear: both;
}

.list-separatorLine > li {
  padding-right: 1.2rem;
  margin-right: 1.2rem;
  margin-top: 1.2rem;
  float: left;
  border-right: 1px solid #ebebeb;
}

.list-separatorLine > li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

dl.dl dt {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

dl.dl dd {
  margin-top: 0.6rem;
}

dl.dl dd + dt {
  margin-top: 1.6rem;
}

dl.dl-row:after {
  content: "";
  display: table;
  clear: both;
}

dl.dl-row dt {
  float: left;
  margin-right: 1.2rem;
}

dl.dl-row dd {
  float: left;
}

.listBlock > li {
  margin-top: 1.4rem;
  margin-bottom: 0;
}

.listBlock > li:first-child {
  margin-top: 0;
}

.listBlock-tumb-list > li,
.listBlock-border > li {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 1.4rem 0;
}

.listBlock-tumb-list > li > p + p,
.listBlock-border > li > p + p {
  margin-top: 1.2rem;
}

.listBlock-tumb-list .date,
.listBlock-border .date {
  color: #6b6b6b;
}

.listBlock-border > li:first-child {
  padding: 0 0 1.4rem 0;
}

.listBlock-tumb[href] {
  color: #000;
  text-decoration: none;
}

.listBlock-tumb[href]:after {
  content: none;
}

.listBlock-tumb {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 6px;
}

.listBlock-tumb .date {
  color: #6b6b6b;
}

.listBlock-tumb-img {
  background-color: #eeeeee;
  width: 160px;
  height: 112px;
  overflow: hidden;
  position: relative;
}

.listBlock-tumb-img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.listBlock-tumb-contents {
  margin-left: 14px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.listBlock-tumb-txt {
  color: #0029a6;
  text-decoration: underline;
  margin-top: 1.2rem;
  position: relative;
}

.listBlock-tumb-txt:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  left: 0.8rem;
  width: 1.25em;
  height: 1.2em;
  background-image: url("/assets/primary/images/common_img_external_link.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: middle;
}

.listBlock-tumb:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.listBlock-tumb:hover .listBlock-tumb-img {
  transition: opacity 0.3s;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.listBlock-tumb:hover .listBlock-tumb-txt {
  text-decoration: none;
}

.bnr-link {
  background-color: #fff;
  line-height: 0;
}

.bnr-link > a {
  display: block;
  border: 1px solid #e3e3e3;
  transition: opacity 0.3s;
}

.bnr-link > a[target="_blank"] {
  position: relative;
}

.bnr-link > a[target="_blank"]:before {
  color: #fff;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0.1rem 0 0.1rem 0.5rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.6rem;
  font-weight: normal;
  speak: none;
}

.carouselBorder .bnr-link > a {
  border: none;
}

.bnr-link > a img {
  width: 100%;
  vertical-align: baseline;
}

.free-bnr-link {
  background-color: #fff;
  line-height: 0;
  text-align: center;
}

.free-bnr-link > a {
  width: 100%;
  display: inline;
}

.free-bnr-link > a[target="_blank"] {
  padding: 0;
}

.free-bnr-link > a[target="_blank"]:after {
  content: none;
}

.free-bnr-link > a img {
  width: auto;
  border: 1px solid #e3e3e3;
}

.bnrBelt-link {
  border: 1px solid #e3e3e3;
}

.bnrBelt-link__a {
  position: relative;
  display: block;
  transition: opacity 0.3s;
  padding-top: 33.333%;
  overflow: hidden;
}

.bnrBelt-link__a[target="_blank"]:after {
  content: none;
}

.bnrBelt-link__a__bg {
  min-width: 100%;
  position: absolute;
  margin: auto;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.bnrBelt-link__a__label {
  width: 100%;
  padding: 12px 26px 12px 22px;
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  font-weight: bold;
}

.bnrBelt-link__a__label:after {
  content: "\f105";
  width: 9px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 3px;
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 2.6rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  text-decoration: none;
  line-height: 16px;
}

a[target="_blank"] .bnrBelt-link__a__label:after {
  content: "\f08e";
  font-size: 2.0rem;
  right: 20px;
  bottom: 0;
}

.kurashi .bnrBelt-link__a__label {
  background: rgba(26, 35, 126, 0.8);
}

.kodomo .bnrBelt-link__a__label {
  background: rgba(255, 210, 0, 0.8);
  color: #000;
}

.kankyo .bnrBelt-link__a__label {
  background: rgba(47, 118, 0, 0.8);
}

.bunka .bnrBelt-link__a__label {
  background: rgba(235, 0, 83, 0.8);
}

.shisetsu .bnrBelt-link__a__label {
  background: rgba(204, 78, 0, 0.8);
}

.jigyosha .bnrBelt-link__a__label {
  background: rgba(0, 141, 171, 0.9);
}

.kusei .bnrBelt-link__a__label {
  background: rgba(106, 27, 154, 0.8);
}

a.targetBlankBadge {
  background-color: #fff;
  line-height: 0;
  display: inline-block;
  border: 1px solid #e3e3e3;
  transition: opacity 0.3s;
  padding-right: 0;
}

a.targetBlankBadge:after {
  display: none;
}

a.targetBlankBadge[target="_blank"] {
  position: relative;
}

a.targetBlankBadge[target="_blank"]:before {
  color: #fff;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0.1rem 0 0.1rem 0.5rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.6rem;
  font-weight: normal;
  speak: none;
}

a.targetBlankBadge img {
  vertical-align: baseline;
}

.note {
  color: #4c4c4c;
  font-size: 1.4rem;
}

table caption {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
}

.table {
  width: 100%;
  border: 1px solid #ebebeb;
}

.table th,
.table td {
  padding: 10px 8px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.table thead th {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #0048be;
  color: #fff;
}

.table tbody th {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #ededed;
}

.label {
  padding: 7px 8px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  background: #eee;
}

.label.labe-life {
  background: #eaf3fd;
}

.label.labe-caution {
  background: #ec0000;
  color: #fff;
}

.label.label-required {
  color: #fff;
  background-color: #ec0000;
}

.label.label-any {
  color: #fff;
  background-color: #666;
}

span.label {
  display: inline-block;
  margin-right: 1rem;
}

.label-department {
  margin-top: -0.6rem;
  margin-left: -0.6rem;
}

.label-department:after {
  content: "";
  display: table;
  clear: both;
}

.label-department > li {
  float: left;
  margin-top: 0.6rem;
  margin-left: 0.6rem;
  margin-bottom: 0;
}

.label-department > li > a {
  display: block;
  padding: 8px 10px;
  line-height: 1;
  background: #0048be;
  color: #fff;
  word-break: break-all;
}

.label-department > li > span {
  display: block;
  padding: 8px 0;
  line-height: 1;
  word-break: break-all;
}

ul.label-list {
  margin-top: -6px;
  margin-left: -6px;
}

ul.label-list:after {
  content: "";
  display: table;
  clear: both;
}

ul.label-list > li {
  float: left;
  margin-top: 6px;
  margin-left: 6px;
  margin-bottom: 0;
}

.label-icon {
  position: relative;
  background: #eee;
}

.label-icon .fa {
  position: absolute;
  line-height: 1;
  color: #e36000;
}

.label-icon > a {
  display: block;
  position: relative;
  background-color: transparent;
}

.label-row {
  margin-top: -8px;
}

.label-row .label,
.label-row .date {
  margin-top: 8px;
}

.bg-gray {
  background-color: #ededed;
  padding: 1.2rem;
}

.tmbBlock {
  text-decoration: none;
  width: 100%;
}

.tmbBlock > .imgElm img {
  width: 100%;
}

.tmbBlock > .textElm {
  padding: 1.4rem;
}

.js-accordionWrap .js-accordionTarget {
  display: none;
}

.js-accordionWrap.is-open .js-accordionTarget {
  display: block;
}

.js-tabWrap .js-tabTarget:not(.is-current) {
  display: none;
}

.tab .tabParent {
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
}

.tab .tabChild {
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #fff;
  word-break: break-all;
}

.tab .js-tabTrigger,
.tab .tabLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  font-weight: bold;
  font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  background-color: #ebebeb;
  text-decoration: underline;
}

.tab .js-tabTrigger.is-current,
.tab .tabLink.is-current {
  background-color: #0048be;
  color: #fff;
}

.tab button.js-tabTrigger {
  display: block;
  text-align: center;
}

.tab.is-half .tabChild a {
  padding-left: 10px;
  padding-right: 10px;
}

.tab.is-equality .tabChild {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.js-carouselWrap .js-carouselBtns {
  position: absolute;
  z-index: 100;
}

.js-carouselWrap .slick-start,
.js-carouselWrap .slick-stop {
  width: 34px;
  height: 34px;
}

.js-carouselWrap .slick-start > button,
.js-carouselWrap .slick-stop > button {
  background-color: #000;
  width: 34px;
  height: 34px;
  color: transparent;
  font-size: 0.1rem;
  line-height: 1;
}

.js-carouselWrap .slick-start > button:before,
.js-carouselWrap .slick-stop > button:before {
  position: relative;
  left: 0;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.js-carouselWrap .slick-start {
  display: none;
}

.js-carouselWrap .slick-start > button:before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.6rem;
  font-weight: normal;
  speak: none;
}

.js-carouselWrap .slick-stop > button:before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.6rem;
  font-weight: normal;
  speak: none;
}

.js-carouselWrap.js-isStop .js-carouselBtns .slick-stop {
  display: none;
}

.js-carouselWrap.js-isStop .js-carouselBtns .slick-start {
  display: block;
}

.js-carouselWrap .slick-list {
  z-index: 1;
}

.js-carouselWrap .slick-dots {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 12px;
  line-height: 0;
}

.js-carouselWrap .slick-dots:after {
  content: "";
  display: table;
  clear: both;
}

.js-carouselWrap .slick-dots > li {
  float: left;
  margin-right: 12px;
}

.js-carouselWrap .slick-dots > li > button {
  width: 12px;
  height: 12px;
  background-color: #737373;
  border-radius: 50%;
  color: transparent;
  font-size: 0.1rem;
  line-height: 1;
}

.js-carouselWrap .slick-dots > li.slick-active > button {
  background-color: #000;
}

.js-carouselWrap .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.js-carouselWrap .slick-arrow .slick-prev,
.js-carouselWrap .slick-arrow .slick-next {
  position: absolute;
  z-index: 10;
  width: 34px;
  height: 34px;
}

.js-carouselWrap .slick-arrow .slick-prev > button,
.js-carouselWrap .slick-arrow .slick-next > button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background-color: #000;
  border-radius: 50%;
  color: transparent;
  font-size: 0.1rem;
  line-height: 1;
}

.js-carouselWrap .slick-arrow .slick-prev > button:before,
.js-carouselWrap .slick-arrow .slick-next > button:before {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.js-carouselWrap .slick-arrow .slick-prev {
  left: 0;
}

.js-carouselWrap .slick-arrow .slick-prev > button:before {
  left: -0.1rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.4rem;
  font-weight: normal;
  speak: none;
}

.js-carouselWrap .slick-arrow .slick-next {
  right: 0;
}

.js-carouselWrap .slick-arrow .slick-next > button:before {
  left: auto;
  right: -0.2rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.4rem;
  font-weight: normal;
  speak: none;
}

.js-carouselWrap .slick-arrow.slick-disabled .slick-prev button,
.js-carouselWrap .slick-arrow.slick-disabled .slick-next button {
  background-color: #737373;
  cursor: default;
}

.carouselGeneral .js-carousel .slick-arrow,
.carouselGeneral .js-carouselAuto .slick-arrow {
  width: 100%;
  left: 0;
  transform: translate(0, -50%);
}

.carouselGeneral .slick-dots {
  bottom: auto;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translate(0, 0);
  text-align: center;
}

.carouselGeneral .slick-dots > li {
  float: none;
  display: inline-block;
}

.carouselGeneral li {
  margin-top: 0;
  margin-bottom: 0;
}

.carouselBorder .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.carouselBorder .carouselItem {
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
  border: 1px solid #fff;
}

.carouselBorder .carouselItem.slick-active {
  border: 1px solid #ebebeb;
}

.carouselBorder .carouselItem > a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.carouselBorder .carouselItem.bnr-link > a {
  display: block;
}

.carouselBorder[data-num-sp="2"] .carouselItem.slick-active,
.carouselBorder[data-num-sp="3"] .carouselItem.slick-active,
.carouselBorder[data-num-sp="4"] .carouselItem.slick-active,
.carouselBorder[data-num-sp="5"] .carouselItem.slick-active,
.carouselBorder[data-num-sp="6"] .carouselItem.slick-active {
  border: 1px solid #ebebeb;
}

.carouselAutoBtn {
  background: url("/assets/detail/images/icon_top_slider_stop.png") no-repeat;
  width: 40px;
  height: 20px;
  position: absolute;
  right: 0;
  z-index: 101;
}

.carouselAutoBtn.is-stop {
  background: url("/assets/detail/images/icon_top_slider_play.png") no-repeat;
}

.withListCarousel .carouselItem {
  line-height: 1.5;
}

.withListCarousel .carouselItem .tmbBlock .link-arrow .is-proxy {
  font-weight: bold;
  font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.withListCarousel .carouselItem .tmbBlock .link-arrow .date {
  font-size: 1.4rem;
  color: #595959;
}

.freeArea .withListCarousel .carouselItem .tmbBlock .arrow:not(.linkBlock):not(.button) .is-proxy,
.wysiwyg .withListCarousel .carouselItem .tmbBlock .arrow:not(.linkBlock):not(.button) .is-proxy {
  font-weight: bold;
  font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.accordion + .accordion {
  margin-top: 1.4rem;
}

.accordion .accordionTriggerDefault,
.accordion .accordionTriggerSearchByMap {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.accordion .accordionTriggerDefault {
  padding: 12px 48px 12px 12px;
  border: 2px solid #000;
  font-size: 1.6rem;
}

.accordion .accordionTriggerDefault:after {
  content: "";
  position: absolute;
  color: #000;
  top: calc(50% - 1.7rem);
  right: 12px;
  line-height: 1;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 3.4rem;
  font-weight: normal;
  speak: none;
}

.accordion .accordionTriggerSearchByMap {
  display: block;
  text-align: center;
}

.accordion .accordionTriggerSearchByMap:after {
  content: "";
  position: absolute;
  color: #000;
  line-height: 1;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.6rem;
  font-weight: normal;
  speak: none;
  padding-top: 0.4rem;
  border-radius: 2px;
  background-color: #e0e0e0;
}

.accordion.js-accordionWrap.is-open .accordionTriggerDefault:after {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 3.4rem;
  font-weight: normal;
  speak: none;
}

.accordion.js-accordionWrap.is-open .accordionTriggerSearchByMap:after {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.6rem;
  font-weight: normal;
  speak: none;
}

.accordion .accordionTargetDefault {
  margin-top: 1.4rem;
}

.accordionTargetBg {
  padding: 1.2rem;
  background-color: #ebebeb;
}

.accordionTargetBorder {
  padding: 3rem;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.accordionTargetBorder > h2:first-child,
.accordionTargetBorder > h3:first-child,
.accordionTargetBorder > h4:first-child,
.accordionTargetBorder > h5:first-child,
.accordionTargetBorder > h6:first-child {
  margin-top: 0 !important;
}

.js-accordionTarget:not(.accordionTargetBg):not(.accordionTargetBorder):not(.busTable) {
  padding: 1.2rem;
}

.js-accordionTarget > .h2:first-child,
.js-accordionTarget > .h3:first-child,
.js-accordionTarget > .h4:first-child {
  margin-top: 0;
}

.stepWrap > ol {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.stepWrap > ol > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
  position: relative;
  height: 64px;
  padding-left: 22px;
  padding-right: 2px;
}

.stepWrap > ol > li:first-child {
  padding-left: 2px;
}

.stepWrap > ol > li:not(:last-child) {
  border-right: solid 2px #fff;
}

.stepWrap > ol > li:not(:last-child):after,
.stepWrap > ol > li:not(:last-child):before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  border: solid 32px transparent;
  border-left-width: 20px;
  border-right: none;
}

.stepWrap > ol > li:not(:last-child):after {
  margin: auto 0 auto 0;
  width: 100%;
  height: 100%;
  border-left-color: #e6e6e6;
}

.stepWrap > ol > li:not(:last-child):before {
  margin: auto 0 auto 2px;
  width: 0;
  height: 0;
  border-left-color: #fff;
}

.stepWrap > ol > li p {
  position: relative;
  z-index: 11;
  text-align: center;
}

.stepWrap > ol > li p span {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.stepWrap > ol > li:nth-child(1) {
  z-index: 10;
}

.stepWrap > ol > li:nth-child(2) {
  z-index: 9;
}

.stepWrap > ol > li:nth-child(3) {
  z-index: 8;
}

.stepWrap > ol > li:nth-child(4) {
  z-index: 7;
}

.stepWrap > ol > li:nth-child(5) {
  z-index: 6;
}

.stepWrap > ol > li:nth-child(6) {
  z-index: 5;
}

.stepWrap > ol > li:nth-child(7) {
  z-index: 4;
}

.stepWrap > ol > li:nth-child(8) {
  z-index: 3;
}

.stepWrap > ol > li:nth-child(9) {
  z-index: 2;
}

.stepWrap > ol > li:nth-child(10) {
  z-index: 1;
}

.stepWrap > ol > li.is-current {
  background-color: #000;
}

.stepWrap > ol > li.is-current:after {
  border-left-color: #000;
}

.stepWrap > ol > li.is-current p {
  color: #fff;
}

.snsBlock:after {
  content: "";
  display: table;
  clear: both;
}

.snsBlock .twitter {
  float: left;
  line-height: 0;
  margin-right: 0.5rem;
}

.snsBlock .facebook {
  float: left;
  line-height: 0;
  margin-right: 0.5rem;
}

.snsBlock .line {
  float: left;
  line-height: 0;
}

.visual {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual .visualContent {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.4rem;
  color: #fff;
  height: 100%;
  width: 100%;
  min-height: 280px;
}

.visual .visualContent .visualText {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.visual .visualContent .visualText p {
  font-size: 2.0rem;
}

.visual .visualContent .visualText .title {
  font-size: 4.4rem;
}

.introVisual {
  position: relative;
}

.introVisual .visualImg {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: cover;
}

.introVisual .leadtex {
  line-height: 1.5;
}

.introVisual .introText ruby {
  ruby-position: inline;
}

.introVisual .introText ruby rt {
  display: inline-block;
}

.introVisual .introText ruby rt:before {
  content: "（";
  speak: none;
}

.introVisual .introText ruby rt:after {
  content: "）";
  speak: none;
}

#localNav a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  transition: opacity .3s;
}

#localNav a:before {
  color: #000;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1.2rem);
  left: 1.6rem;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.4rem;
  font-weight: normal;
  speak: none;
}

#localNav > dl > dt a {
  font-size: 1.8rem;
  padding: 22px 22px 20px 35px;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #000;
  color: #fff;
}

#localNav > dl > dt a:before {
  color: #fff;
}

#localNav > dl > dd {
  border-top: 4px solid #0048be;
}

#localNav ul.child-nav > li {
  border: 1px solid #ebebeb;
  border-top: none;
}

#localNav ul.child-nav a {
  padding: 18px 18px 16px 35px;
}

#localNav ul.child-nav a.is-current {
  background-color: #eaf4ff;
}

.QandABlock + .QandABlock {
  margin-top: 1.4rem;
}

.QandABlock .QandATrigger {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  border: 2px solid #e0e0e0;
  padding: 12px 48px 12px 12px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.QandABlock .QandATrigger:after {
  content: "";
  color: #000;
  position: absolute;
  top: calc(50% - 1.7rem);
  right: 12px;
  line-height: 1;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 3.4rem;
  font-weight: normal;
  speak: none;
}

.QandABlock.js-accordionWrap.is-open .QandATrigger:after {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 3.4rem;
  font-weight: normal;
  speak: none;
}

.QandABlock .QandAContent {
  display: -ms-flexbox;
  display: flex;
}

.QandABlock .QandAicon {
  display: block;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.4rem;
  line-height: 1;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.QandABlock .QandAicon + .textElm {
  width: calc(100% - (40px + 1.4rem));
  text-align: left;
  line-height: 1.8;
  padding-top: 8px;
}

.QandABlock .QandATrigger .QandAicon {
  background-color: #0048be;
  color: #fff;
}

.QandABlock .QandAContent .QandAicon {
  background-color: #fff;
  border: 1px solid #000;
}

.youtubeBlock {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeBlock iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  outline: none;
  border: none;
}

.mapBlock .mapElm {
  width: 100%;
}

.mapBlock .mapElm iframe,
.mapBlock .mapElm object,
.mapBlock .mapElm embed {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.mapBlock .mapBtn {
  margin-top: 1.8rem;
}

.mapBlock .mapDetail {
  margin-top: 26px;
}

.mapBlock .mapDetail .row + .row {
  margin-top: 26px;
}

.mapBlock .mapFacilityList {
  display: block;
}

.mapBlock .mapFacilityList > .textElm {
  color: #000;
}

.mapBlock .mapFacilityList > .textElm .link-arrow .is-proxy {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.mapBlock .mapFacilityList > .textElm .link-arrow + * {
  margin-top: 10px;
}

.freeArea .mapBlock .mapFacilityList > .textElm .arrow:not(.linkBlock):not(.button) .is-proxy,
.wysiwyg .mapBlock .mapFacilityList > .textElm .arrow:not(.linkBlock):not(.button) .is-proxy {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.freeArea .mapBlock .mapFacilityList > .textElm .arrow:not(.linkBlock):not(.button) + *,
.wysiwyg .mapBlock .mapFacilityList > .textElm .arrow:not(.linkBlock):not(.button) + * {
  margin-top: 10px;
}

.containerHeader {
  margin-top: -15px;
  border-bottom: 1px solid #ebebeb;
  padding: 1.4rem;
}

.containerHeader + * {
  margin-top: 1.4rem;
}

.containerHeaderIn:after {
  content: "";
  display: table;
  clear: both;
}

.freeArea .container .containerFooter > .section:first-child,
.containerFooter > .section:first-child {
  margin-top: 0;
}

.profileBlock ruby {
  ruby-position: inline;
}

.profileBlock ruby rt {
  display: inline-block;
}

.profileBlock ruby rt:before {
  content: "（";
  speak: none;
}

.profileBlock ruby rt:after {
  content: "）";
  speak: none;
}

.relatedBlock .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
}

.relatedBlock .title .fa {
  color: #7d7d7d;
  font-weight: normal;
  padding-right: 1rem;
}

.relatedBlock .title .text {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.relatedBlock .relatedContentWrap .relatedContent + .relatedContent {
  border-top: 1px solid #ebebeb;
}

.relatedBlock .relatedContentWrap .relatedContent > .clearfix {
  margin-top: -1.4rem;
}

.relatedBlock .relatedContentWrap .flL-pc {
  margin-right: 1.4rem;
  margin-top: 1.4rem;
}

.relatedBlock .relatedContentWrap .label-department + .telElm {
  margin-top: 0.6rem;
}

.relatedBlock .relatedContentWrap .btnElm {
  margin-top: 1.4rem;
}

.informationBlock {
  position: relative;
}

.informationBlock .date {
  font-size: 1.4rem;
  color: #6b6b6b;
}

.pagelinkBlock > dl > dt {
  position: relative;
  background-color: #fff;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}

.pagelinkBlock > dl > dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.pagelinkBlock > dl > dd > ul {
  margin-top: -0.6rem;
}

.pagelinkBlock > dl > dd > ul > li {
  display: inline-block;
  margin-top: 0.6rem;
  margin-right: 1.2rem;
}

.pagelinkBlock > dl > dd > ul > li::last-child {
  margin-right: 0;
}

.categoryLink-box {
  margin-top: 1.8rem;
  border-style: solid;
  border-color: #ebebeb;
  border-width: 6px;
}

.categoryLink-box > dl {
  width: 100%;
}

.categoryLink-box > dl .mainCategory {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.2rem;
}

.categoryLink-box > dl .mainCategory > a {
  display: block;
  text-decoration: none;
}

.categoryLink-box > dl .mainCategory > a .img {
  transition: opacity .3s;
}

.categoryLink-box > dl .mainCategory > a:after {
  content: none;
}

.categoryLink-box > dl .mainCategory .img {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 1.8rem;
  width: 112px;
  height: 78px;
  border: 1px solid #ebebeb;
}

.categoryLink-box > dl .mainCategory .link-arrow .is-proxy,
.categoryLink-box > dl .mainCategory .arrow:not(.linkBlock):not(.button) .is-proxy {
  text-decoration: underline;
}

.categoryLink-box > dl .mainCategory .link-arrow:before,
.categoryLink-box > dl .mainCategory .arrow:not(.linkBlock):not(.button):before {
  width: 2.0rem;
  line-height: 1;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2.8rem;
  font-weight: normal;
  speak: none;
}

.categoryLink-box > dl .mainCategory:hover .link-arrow .is-proxy {
  text-decoration: none;
}

.categoryLink-second {
  margin-top: 1.8rem;
}

.categoryLink-second a {
  padding-left: 1.4rem;
  padding-right: 2.8rem;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.8rem;
}

.categoryLink .accordionIcon {
  display: block;
  position: relative;
  width: calc(100% - 90px);
  padding-right: 40px;
}

.categoryLink .accordionIcon:after {
  content: "";
  color: #000;
  position: absolute;
  top: calc(50% - 1.7rem);
  right: 0;
  line-height: 1;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  font-weight: normal;
  speak: none;
}

.categoryLink .js-accordionWrap.is-open .accordionIcon:after {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 2rem;
  font-weight: normal;
  speak: none;
}

.categoryLink .js-accordionTrigger {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.categoryLink.js-categoryLinkAccordion .js-categoryLinkTrigger {
  margin-top: 1.8rem;
}

.recommendBlock ul.group {
  margin-top: 1.4rem;
}

.securityBlock {
  padding: 1.2rem;
  background-color: #ffe4e4;
  border: 6px solid #ffcdcd;
}

.securityBlock + .securityBlock {
  margin-top: 20px;
}

.securityBlock .title {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.securityBlock .detailText {
  margin-top: 1.6rem;
}

.securityBlock .detailText p + p {
  margin-top: 1.2rem;
}

.emergencyWrap {
  background-color: #fff;
}

.emergencyWrap .emergencyBlock {
  border: 3px solid #ec0000;
}

.emergencyWrap .emergencyBlock:after {
  content: "";
  display: table;
  clear: both;
}

.emergencyWrap .fa {
  display: block;
  float: left;
  color: #ec0000;
  text-align: left;
  line-height: 1.5;
}

.emergencyWrap .emergencyBox {
  float: right;
  color: #f00;
  text-align: left;
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.emergencyWrap .emergencyBox a {
  color: #f00;
}

.anomaly-col:after {
  content: "";
  display: table;
  clear: both;
}

.anomaly-col .leftElm {
  float: left;
}

.anomaly-col .leftElm img {
  width: 100%;
}

.anomaly-col .rightElm {
  float: right;
}

#popterm,
#popterm1,
#popterm2,
#popterm3,
#popterm4 {
  /* margin-top: 45px; */
  /* width: 200px; */
  z-index: 1001;
  cursor: default;
  overflow: visible;
  background-color: #FFD;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
}

#popterm .popterm_selected,
#popterm .popterm1_selected,
#popterm .popterm2_selected,
#popterm .popterm3_selected,
#popterm .popterm4_selected,
#popterm1 .popterm_selected,
#popterm1 .popterm1_selected,
#popterm1 .popterm2_selected,
#popterm1 .popterm3_selected,
#popterm1 .popterm4_selected,
#popterm2 .popterm_selected,
#popterm2 .popterm1_selected,
#popterm2 .popterm2_selected,
#popterm2 .popterm3_selected,
#popterm2 .popterm4_selected,
#popterm3 .popterm_selected,
#popterm3 .popterm1_selected,
#popterm3 .popterm2_selected,
#popterm3 .popterm3_selected,
#popterm3 .popterm4_selected,
#popterm4 .popterm_selected,
#popterm4 .popterm1_selected,
#popterm4 .popterm2_selected,
#popterm4 .popterm3_selected,
#popterm4 .popterm4_selected {
  background-color: #9FF;
  color: black;
}

#popterm tr,
#popterm1 tr,
#popterm2 tr,
#popterm3 tr,
#popterm4 tr {
  background-color: #FFF;
}

#popterm td,
#popterm1 td,
#popterm2 td,
#popterm3 td,
#popterm4 td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 0px;
  padding: 10px;
  text-align: left;
}

.categoryTopWrap {
  padding-top: 4.2rem;
}

.id03Wrap > .container > .row > .col-9 > section:first-child > *:first-child,
.id03Wrap > .container > .row > .col-9 > .leadSection:first-child > *:first-child {
  margin-top: 0;
}

.id03Wrap > .container > .row > .col-9 > .leadSection:first-child {
  margin-top: 0;
}

.localNews-header {
  background-color: #fcf7ff;
  padding: 15px 0;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 2.4rem;
}

.localNews-header h1 {
  text-align: center;
  line-height: 1;
}

.localNews-header img {
  vertical-align: bottom;
}

.localNews-header-txt01 {
  max-width: 190px;
}

.localNews-header-txt02 {
  max-width: 240px;
  margin-left: 15px;
}

.localNews-lead {
  margin-bottom: 2.4rem;
}

.localNews-section {
  margin-bottom: 2.4rem;
}

.localNews-pagenav {
  margin: 4.2rem auto 4.2rem auto;
}

.localNews-pagenav > ol {
  display: table;
  margin: 0 auto;
  border: solid 1px #dfdfdf;
}

.localNews-pagenav > ol > li {
  height: 42px;
  min-width: 42px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 1.6rem;
  background: #ffffff;
}

.localNews-pagenav > ol > li + li {
  border-left: 1px solid #dfdfdf;
}

.localNews-pagenav > ol > li > button,
.localNews-pagenav > ol > li > a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #111;
}

.localNews-pagenav > ol > li.is-current {
  background-color: #dfdfdf;
}

.localNews-pagenav > ol > li.is-current > button,
.localNews-pagenav > ol > li.is-current > a {
  cursor: default;
}

.js-localNews template {
  display: none;
}

.localNews-section .listBlock-tumb-txt:after {
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.block {
  display: block !important;
}

.hidden {
  display: none !important;
}

.flR {
  float: right !important;
}

.flL {
  float: left !important;
}

.flNone {
  float: none !important;
}

.imgAuto {
  width: auto;
}

.strong,
b {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.txt-wrap {
  word-break: break-all;
}

.txt-nowrap {
  white-space: nowrap;
}

.txtC {
  text-align: center !important;
}

span.txtC {
  display: block;
  text-align: center !important;
  width: 100%;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.txtM {
  vertical-align: middle !important;
}

.txtT {
  vertical-align: top !important;
}

.txtB {
  vertical-align: bottom !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.mt-s {
  margin-top: 1.2rem;
}

.mt-default {
  margin-top: 1.4rem;
}

.mt-m {
  margin-top: 1.6rem;
}

.mt-l {
  margin-top: 1.8rem;
}

.kosodate_benrityo > .wrapper {
  background-image: url("/assets/primary/images/common_img_kosodate_kosodate_bg.png");
}

.kosodate_benrityo .h1Wrap {
  padding: 0;
  border-bottom: none;
  background-color: #ffd800;
  background-image: url("/assets/primary/images/common_img_kosodate_kosodate_bg_h1_dot.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}

.kosodate_benrityo .h1Wrap .h1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.kosodate_benrityo .h1Wrap .h1:before {
  display: none;
}

.kosodate_benrityo #main .container {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.kosodate_benrityo #main h2:not(.title):not(.kosodateH2),
.kosodate_benrityo #main .h2 {
  background: #e9820e url("/assets/primary/images/common_img_kosodate_kosodate_bg_stripe.png") repeat scroll 0 0;
  border-bottom: none;
  padding: 10px 20px;
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
}

.kosodate_benrityo #main h2:not(.title):not(.kosodateH2):before,
.kosodate_benrityo #main h2:not(.title):not(.kosodateH2):after,
.kosodate_benrityo #main .h2:before,
.kosodate_benrityo #main .h2:after {
  display: none;
}

.kosodate_benrityo #main h2:not(.title):not(.kosodateH2) .link-arrow:before,
.kosodate_benrityo #main h2:not(.title):not(.kosodateH2) .arrow:not(.linkBlock):not(.button):before,
.kosodate_benrityo #main .h2 .link-arrow:before,
.kosodate_benrityo #main .h2 .arrow:not(.linkBlock):not(.button):before {
  background-color: #fff;
  color: #f47e0a;
  left: -5px;
}

.kosodate_benrityo #main h3,
.kosodate_benrityo #main .h3 {
  border-bottom: 2px solid #ffe4c2;
  color: #e9820e;
}

.kosodate_benrityo #main .table {
  min-width: 100%;
  border: 1px solid #ebebeb;
}

.kosodate_benrityo #main .table tbody td {
  background-color: #fff;
}

.kosodate_benrityo #main .linkBlock.linkBlock-em {
  border-radius: 10px;
}

.kosodate_benrityo #main .linkBlock.linkBlock-em > a,
.kosodate_benrityo #main .linkBlock.linkBlock-em > button,
.kosodate_benrityo #main .linkBlock.linkBlock-em > .is-proxy {
  border: 2px solid #ebdcb4;
  background-color: #fdf7da;
}

.kosodate_benrityo #main .linkBlock.linkBlock-em > a:before,
.kosodate_benrityo #main .linkBlock.linkBlock-em > button:before,
.kosodate_benrityo #main .linkBlock.linkBlock-em > .is-proxy:before {
  border-radius: 50%;
  background-color: #f47e0a;
  color: #fff;
  text-align: center;
  padding-left: 2px;
  padding-top: 2px;
}

.kosodate_benrityo #main .linkBlock.linkBlock-em > a[target="_blank"]:before {
  padding-top: 3px;
}

.kosodate_benrityo #main .accordion {
  overflow: hidden;
  border: 2px solid #f1e9d2;
  border-radius: 8px;
}

.kosodate_benrityo #main .accordion .accordionTriggerDefault {
  border: none;
}

.kosodate_benrityo #main .accordion .accordionTriggerDefault:after {
  color: #ff9000;
}

.kosodate_benrityo #main .accordion .accordionTargetBg {
  background-color: transparent;
  border-top: 6px dotted #e7de9e;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.kosodate_benrityo #main .QandABlock {
  border: 2px solid #f1e9d2;
  border-radius: 8px;
  overflow: hidden;
}

.kosodate_benrityo #main .QandABlock .QandATrigger {
  border: none;
}

.kosodate_benrityo #main .QandABlock .QandATrigger:after {
  color: #ff9000;
}

.kosodate_benrityo #main .QandABlock .accordionTargetBg {
  background-color: transparent;
}

.kosodate_benrityo #main .QandABlock .accordionTargetBg .QandAContent {
  position: relative;
  background-color: #fff7c1;
  border-radius: 8px;
}

.kosodate_benrityo #main .QandABlock .accordionTargetBg .QandAContent:before {
  position: absolute;
  content: "";
}

.kosodate_benrityo #main .QandABlock .QandAicon {
  background-color: transparent;
  color: #ff9000;
}

.kosodate_benrityo #main .QandABlock .QandAicon + .textElm {
  width: calc(100% - 40px);
}

.kosodate_benrityo #main .QandABlock .QandAContent .QandAicon {
  border: none;
}

.kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em {
  background-color: transparent;
}

.kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > a,
.kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > button,
.kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > .is-proxy {
  border: 2px solid #f47e0a;
  background-color: #f47e0a;
  color: #fff;
}

.kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > a:before,
.kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > button:before,
.kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > .is-proxy:before {
  background-color: #fff;
  color: #f47e0a;
}

.kosodate_benrityo #main .link-arrow,
.kosodate_benrityo #main .arrow:not(.linkBlock):not(.button) {
  position: relative;
}

.kosodate_benrityo #main .link-arrow:before,
.kosodate_benrityo #main .arrow:not(.linkBlock):not(.button):before {
  background: #f47e0a;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-left: 2px;
  padding-top: 3px;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-size: 1.4rem;
  font-weight: normal;
  speak: none;
}

.kosodate_benrityo #main .link-anchor:before {
  background: #f47e0a;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  top: 2px;
}

.kosodate_benrityo #main dl.dl-row dt {
  font-weight: bold;
  font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 2px 20px;
  background-color: #f8f0b8;
  color: #bd5c15;
  border-radius: 20px;
}

.kosodate_benrityo #main dl.dl-row dd {
  padding: 2px 0;
}

.kosodate_benrityo .h1Wrap + .container > .pagelinkBlock:first-child {
  margin-top: 0;
}

.kosodate_benrityo .pagelinkBlock {
  border-radius: 8px;
}

@media print, (min-width: 1050px) {
  a:hover {
    text-decoration: none;
  }

  a:hover img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button > a:hover,
  .bnr-link > a:hover {
    text-decoration: none;
  }

  .button > a:hover img,
  .bnr-link > a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  a[href^="tel:"] {
    cursor: default;
  }

  a:focus {
    outline: 3px solid rgba(67, 104, 236, 0.5);
  }

  a:focus img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  select:focus,
  textarea:focus,
  input:focus {
    outline: 3px solid rgba(67, 104, 236, 0.5);
  }

  button:focus {
    outline: 3px solid rgba(67, 104, 236, 0.5);
  }

  .container {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }

  #header .headerWrap {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
  }

  #header .headerWrap:after {
    content: "";
    display: table;
    clear: both;
  }

  #header h1.headerLogo,
  #header a.headerLogo {
    float: left;
    width: 290px;
    padding: 25px 0 0 0;
  }

  #header h1.headerLogo > a img,
  #header a.headerLogo img {
    width: 237px;
  }

  #header #headerToggle-sp {
    display: none;
  }

  #header #headerUtility {
    float: right;
    max-width: 750px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.4rem;
  }

  #header #headerUtility > * {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 10px;
    margin-left: 10px;
  }

  #header #headerUtility > .button a {
    min-height: 0;
  }

  #header #headerUtility > .button .text {
    padding: 6px 6px 5px 6px;
    font-size: 1.4rem;
    box-sizing: content-box;
  }

  #header #headerUtility .toMainLink.link-anchor {
    padding-left: 1.6rem;
    font-weight: bold;
    font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #header #headerUtility .zoomsightBtn {
    width: auto;
  }

  #header #headerUtility .zoomsightBtn .iconDeco {
    font-size: 1.4rem;
    width: 26px;
    padding: 0 10px;
  }

  #header #headerUtility .zoomsightBtn .iconLink {
    font-size: 1.8rem;
  }

  #header #headerUtility .searchBlock .searchBox .searchPlaceHolder {
    min-width: 190px;
  }

  #header #headerUtility .searchBlock .searchBox .searchPlaceHolder input {
    border-top: 2px solid #d3d3d3;
    border-left: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
    width: 190px;
  }

  #header #headerUtility .searchBlock .searchBox .searchBtn {
    min-width: 70px;
    transition: background .3s;
  }

  #header #headerUtility .searchBlock .searchBox .searchBtn:hover {
    background-color: #737373;
  }

  #header #headerUtility .searchBlock .searchBox .searchBtn .text {
    font-size: 1.4rem;
  }

  #header #headerUtility .securityBtn {
    width: auto;
  }

  #header #headerUtility .securityBtn .iconDeco {
    font-size: 1.6rem;
    width: 26px;
    padding: 0 10px;
  }

  #header #headerUtility .securityBtn .text {
    min-width: 108px;
  }

  #header #headerUtility .securityBtn .iconLink {
    font-size: 1.8rem;
  }

  #header #headerUtility .pageLinkList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  #header #headerUtility .pageLinkList > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #header #headerUtility .pageLinkList > li .link-arrow {
    padding-left: 1.2rem;
  }

  #header #headerUtility .pageLinkList > li .link-arrow:before {
    font-size: 2.0rem;
  }

  #header #headerUtility .pageLinkList > li + li {
    padding-left: 15px;
  }

  #header .headerNavWrap {
    position: relative;
    z-index: 1000;
    margin-top: 12px;
    background: #000;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
  }

  #header .headerNavWrap > nav {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }

  #header .headerNavWrap #globalNav-pc {
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #828282;
  }

  #header .headerNavWrap #globalNav-pc > li {
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    border-left: 1px solid #828282;
    background-color: #fff;
  }

  #header .headerNavWrap #globalNav-pc > li:last-child {
    width: 149px;
  }

  #header .headerNavWrap #globalNav-pc > li .navToggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 2.0rem;
    width: 100%;
    min-height: 70px;
    border-bottom: 10px solid #fee;
    transition: opacity .3s;
  }

  #header .headerNavWrap #globalNav-pc > li .navToggle:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    font-size: 1.6rem;
    font-weight: normal;
    speak: none;
  }

  #header .headerNavWrap #globalNav-pc > li .navToggle:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  #header .headerNavWrap #globalNav-pc > li .navToggle:focus {
    outline: 3px solid rgba(67, 104, 236, 0.5);
  }

  #header .headerNavWrap #globalNav-pc > li .navToggle > span {
    display: block;
    width: 100%;
    text-align: center;
  }

  #header .headerNavWrap #globalNav-pc > li.todoke .navToggle {
    border-bottom-color: #1a237e;
  }

  #header .headerNavWrap #globalNav-pc > li.katei .navToggle {
    border-bottom-color: #ffd200;
  }

  #header .headerNavWrap #globalNav-pc > li.katei .navToggle:before {
    color: #000;
  }

  #header .headerNavWrap #globalNav-pc > li.kurashi .navToggle {
    border-bottom-color: #2f7600;
  }

  #header .headerNavWrap #globalNav-pc > li.shibuya .navToggle {
    border-bottom-color: #eb0053;
  }

  #header .headerNavWrap #globalNav-pc > li.est .navToggle {
    border-bottom-color: #cc4e00;
  }

  #header .headerNavWrap #globalNav-pc > li.jigyosha .navToggle {
    border-bottom-color: #008dab;
  }

  #header .headerNavWrap #globalNav-pc > li.kusei .navToggle {
    border-bottom-color: #6a1b9a;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategoryWrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory {
    position: relative;
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding: 26px 0;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory:after {
    content: "";
    display: table;
    clear: both;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .thumb {
    float: left;
    width: 250px;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .thumb img {
    width: 100%;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .navLinkBlock {
    float: right;
    width: calc(100% - 268px);
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .titleWrap {
    padding: 0 0 10px 0;
    border-bottom: 2px solid #e4e4e4;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .titleWrap:after {
    content: "";
    display: table;
    clear: both;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .titleWrap h2 {
    padding: 8px 0 0 0;
    float: left;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .titleWrap .linkBlock {
    margin-left: 1.6rem;
    float: right;
    width: auto;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.4rem;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .titleWrap .linkBlock > a {
    border: 3px solid #000;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .titleWrap + .row {
    margin-top: 15px;
  }

  #header .headerNavWrap #globalNav-pc > li .navCategory .titleWrap + .row li.link-arrow + li.link-arrow {
    margin-top: 12px;
  }

  #header .headerNavWrap #globalNav-sp {
    display: none;
  }

  #footer {
    min-width: 1050px;
    background-image: url("/assets/primary/images/common_img_border.png");
    padding-bottom: 4px;
    background-size: auto 4px;
  }

  #footer .footer-inner {
    padding-top: 25px;
  }

  #footer .footer-ariaLink > div {
    height: 138px;
  }

  #footer .footer-ariaLink > div > .areaName,
  #footer .footer-ariaLink > div > a {
    height: 100%;
  }

  #footer .footer-ariaLink > div > .areaName > div,
  #footer .footer-ariaLink > div > a > div {
    padding: 10px;
    vertical-align: bottom;
    text-align: right;
    font-size: 1.8rem;
  }

  #footer .footerFirstBlock {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }

  #footer .footerFirstBlock:after {
    content: "";
    display: table;
    clear: both;
  }

  #footer .address {
    width: 650px;
    float: left;
  }

  #footer .address dt {
    font-size: 2.4rem;
  }

  #footer .address dd {
    margin-top: 15px;
    font-size: 1.4rem;
  }

  #footer .btnGroup {
    width: 345px;
    float: right;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }

  #footer .btnGroup .linkBlock {
    width: calc(50% - 5px);
    margin-top: 10px;
  }

  #footer .btnGroup .linkBlock > a {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
  }

  #footer .btnGroup .linkBlock > a:hover .fa {
    color: #fff;
  }

  #footer .btnGroup .linkBlock .text {
    text-align: center;
  }

  #footer .linkListBlock {
    margin-top: 1.4rem;
    padding: 18px 0;
    border-top: 1px solid #d0d0d0;
  }

  #footer .linkListBlock .footer-utility {
    width: 650px;
    float: left;
  }

  #footer .linkListBlock .footer-utility > li {
    font-size: 1.4rem;
  }

  #footer .linkListBlock .footer-SNS {
    width: 315px;
    float: right;
  }

  #footer .copyright {
    padding: 30px 0;
    font-size: 1.3rem;
  }

  #breadcrumb {
    border-top: 1px solid #fff;
  }

  #breadcrumb > ul {
    margin: 0 auto;
    width: 1050px;
  }

  #pageTop a {
    transition: background .3s;
  }

  #pageTop a:hover {
    background-color: #4d4d4d;
  }

  .section {
    margin-top: 64px;
  }

  .section .section {
    margin-top: 45px;
  }

  .section .section .section {
    margin-top: 30px;
  }

  .mBox-M {
    margin-top: 45px;
  }

  .mBox-S {
    margin-top: 30px;
  }

  .rightBlock .section {
    margin-top: 30px;
  }

  .rightBlock .mBox-M {
    margin-top: 30px;
  }

  .rightBlock .mBox-S {
    margin-top: 14px;
  }

  .formH2 + * {
    margin-top: 1.4rem;
  }

  .formGeneral .radioWrap {
    padding-top: 6px;
  }

  .formGeneral .radioWrap label:before {
    top: 2px;
  }

  .formGeneral .radioWrap input:focus + label {
    outline: 3px solid rgba(67, 104, 236, 0.5);
  }

  .formGeneral .checkboxWrap {
    padding-top: 6px;
  }

  .formGeneral .checkboxWrap label:before {
    top: 2px;
  }

  .formGeneral .checkboxWrap input:focus + label {
    outline: 3px solid rgba(67, 104, 236, 0.5);
  }

  .formGroup {
    padding: 1.8rem 0;
  }

  .formGroup:first-child {
    padding: 0 0 1.8rem 0;
  }

  .formGroup .formItem {
    width: 175px;
    padding-top: 10px;
    font-size: 1.8rem;
  }

  .formGroup .formLabel {
    padding-top: 5px;
    padding-right: 55px;
  }

  .formGroup .formTag {
    width: calc(100% - 287px);
  }

  .formConfirmGroup {
    padding: 1.8rem 0;
  }

  .formConfirmGroup .formItem {
    width: 175px;
    font-size: 1.8rem;
  }

  .formConfirmGroup .formConfirm {
    width: calc(100% - 175px);
    font-size: 1.8rem;
  }

  .formNotes {
    padding: 1.8rem 0;
  }

  .formBtnGroup {
    border: 6px solid #ccc;
    padding: 30px;
  }

  .formBtnGroup .btnElm,
  .formBtn .btnElm {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 790px;
  }

  .formBtnGroup .btnElm .linkBlock,
  .formBtn .btnElm .linkBlock {
    width: calc(50% - 12px);
  }

  .formBtnGroup .btnElm .linkBlock:only-of-type,
  .formBtn .btnElm .linkBlock:only-of-type {
    width: 375px;
    margin: 0 auto;
  }

  .formBtnGroup .btnElm button,
  .formBtnGroup .btnElm a,
  .formBtn .btnElm button,
  .formBtn .btnElm a {
    font-size: 2.0rem;
    padding: 20px 30px 20px 20px;
  }

  .formBtnGroup .btnElm button:before,
  .formBtnGroup .btnElm a:before,
  .formBtn .btnElm button:before,
  .formBtn .btnElm a:before {
    font-size: 3.4rem;
    top: calc(50% - 1.7rem);
  }

  .formBtnGroup .btnElm .linkBlock-em button:before,
  .formBtnGroup .btnElm .linkBlock-em a:before,
  .formBtn .btnElm .linkBlock-em button:before,
  .formBtn .btnElm .linkBlock-em a:before {
    right: 2.0rem;
  }

  .formBtnGroup .btnElm .linkBlock-back button:before,
  .formBtnGroup .btnElm .linkBlock-back a:before,
  .formBtn .btnElm .linkBlock-back button:before,
  .formBtn .btnElm .linkBlock-back a:before {
    left: 2.0rem;
  }

  .row {
    margin-left: -18px;
  }

  .col-1 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(8.33333% - 18px);
  }

  .col-push-1 {
    left: calc(8.33333%);
  }

  .col-pull-1 {
    right: calc(8.33333% - 18px);
  }

  .col-2 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(16.66667% - 18px);
  }

  .col-push-2 {
    left: calc(16.66667%);
  }

  .col-pull-2 {
    right: calc(16.66667% - 18px);
  }

  .col-3 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(25% - 18px);
  }

  .col-push-3 {
    left: calc(25%);
  }

  .col-pull-3 {
    right: calc(25% - 18px);
  }

  .col-4 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(33.33333% - 18px);
  }

  .col-push-4 {
    left: calc(33.33333%);
  }

  .col-pull-4 {
    right: calc(33.33333% - 18px);
  }

  .col-5 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(41.66667% - 18px);
  }

  .col-push-5 {
    left: calc(41.66667%);
  }

  .col-pull-5 {
    right: calc(41.66667% - 18px);
  }

  .col-6 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(50% - 18px);
  }

  .col-push-6 {
    left: calc(50%);
  }

  .col-pull-6 {
    right: calc(50% - 18px);
  }

  .col-7 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(58.33333% - 18px);
  }

  .col-push-7 {
    left: calc(58.33333%);
  }

  .col-pull-7 {
    right: calc(58.33333% - 18px);
  }

  .col-8 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(66.66667% - 18px);
  }

  .col-push-8 {
    left: calc(66.66667%);
  }

  .col-pull-8 {
    right: calc(66.66667% - 18px);
  }

  .col-9 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(75% - 18px);
  }

  .col-push-9 {
    left: calc(75%);
  }

  .col-pull-9 {
    right: calc(75% - 18px);
  }

  .col-10 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(83.33333% - 18px);
  }

  .col-push-10 {
    left: calc(83.33333%);
  }

  .col-pull-10 {
    right: calc(83.33333% - 18px);
  }

  .col-11 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(91.66667% - 18px);
  }

  .col-push-11 {
    left: calc(91.66667%);
  }

  .col-pull-11 {
    right: calc(91.66667% - 18px);
  }

  .col-12 {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(100% - 18px);
  }

  .col-push-12 {
    left: calc(100%);
  }

  .col-pull-12 {
    right: calc(100% - 18px);
  }

  .row-alternately-pc:after {
    content: "";
    display: table;
    clear: both;
  }

  .row-alternately-pc > * {
    width: calc(50% - 9px);
  }

  .row-alternately-pc > *:nth-child(odd) {
    float: left;
  }

  .row-alternately-pc > *:nth-child(even) {
    float: right;
  }

  .flex {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
  }

  .flexC {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-justify {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -18px;
  }

  .flex-row-s {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
  }

  .flex-1 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(8.33333% - 18px);
  }

  .flex-1 > .bnr-link {
    width: 100%;
  }

  .flex-1 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-1 .linkBlock > a,
  .flex-1 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-1 .linkBlock > a .wrap,
  .flex-1 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-2 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(16.66667% - 18px);
  }

  .flex-2 > .bnr-link {
    width: 100%;
  }

  .flex-2 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-2 .linkBlock > a,
  .flex-2 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-2 .linkBlock > a .wrap,
  .flex-2 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-3 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(25% - 18px);
  }

  .flex-3 > .bnr-link {
    width: 100%;
  }

  .flex-3 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-3 .linkBlock > a,
  .flex-3 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-3 .linkBlock > a .wrap,
  .flex-3 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-4 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(33.33333% - 18px);
  }

  .flex-4 > .bnr-link {
    width: 100%;
  }

  .flex-4 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-4 .linkBlock > a,
  .flex-4 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-4 .linkBlock > a .wrap,
  .flex-4 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-5 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(41.66667% - 18px);
  }

  .flex-5 > .bnr-link {
    width: 100%;
  }

  .flex-5 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-5 .linkBlock > a,
  .flex-5 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-5 .linkBlock > a .wrap,
  .flex-5 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-6 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(50% - 18px);
  }

  .flex-6 > .bnr-link {
    width: 100%;
  }

  .flex-6 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-6 .linkBlock > a,
  .flex-6 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-6 .linkBlock > a .wrap,
  .flex-6 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-7 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(58.33333% - 18px);
  }

  .flex-7 > .bnr-link {
    width: 100%;
  }

  .flex-7 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-7 .linkBlock > a,
  .flex-7 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-7 .linkBlock > a .wrap,
  .flex-7 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-8 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(66.66667% - 18px);
  }

  .flex-8 > .bnr-link {
    width: 100%;
  }

  .flex-8 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-8 .linkBlock > a,
  .flex-8 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-8 .linkBlock > a .wrap,
  .flex-8 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-9 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(75% - 18px);
  }

  .flex-9 > .bnr-link {
    width: 100%;
  }

  .flex-9 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-9 .linkBlock > a,
  .flex-9 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-9 .linkBlock > a .wrap,
  .flex-9 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-10 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(83.33333% - 18px);
  }

  .flex-10 > .bnr-link {
    width: 100%;
  }

  .flex-10 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-10 .linkBlock > a,
  .flex-10 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-10 .linkBlock > a .wrap,
  .flex-10 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-11 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(91.66667% - 18px);
  }

  .flex-11 > .bnr-link {
    width: 100%;
  }

  .flex-11 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-11 .linkBlock > a,
  .flex-11 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-11 .linkBlock > a .wrap,
  .flex-11 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-12 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(100% - 18px);
  }

  .flex-12 > .bnr-link {
    width: 100%;
  }

  .flex-12 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-12 .linkBlock > a,
  .flex-12 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-12 .linkBlock > a .wrap,
  .flex-12 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-1 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(8.33333% - 10px);
  }

  .flex-s-1 > .bnr-link {
    width: 100%;
  }

  .flex-s-1 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-1 .linkBlock > a,
  .flex-s-1 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-1 .linkBlock > a .wrap,
  .flex-s-1 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-2 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(16.66667% - 10px);
  }

  .flex-s-2 > .bnr-link {
    width: 100%;
  }

  .flex-s-2 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-2 .linkBlock > a,
  .flex-s-2 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-2 .linkBlock > a .wrap,
  .flex-s-2 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-3 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(25% - 10px);
  }

  .flex-s-3 > .bnr-link {
    width: 100%;
  }

  .flex-s-3 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-3 .linkBlock > a,
  .flex-s-3 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-3 .linkBlock > a .wrap,
  .flex-s-3 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-4 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(33.33333% - 10px);
  }

  .flex-s-4 > .bnr-link {
    width: 100%;
  }

  .flex-s-4 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-4 .linkBlock > a,
  .flex-s-4 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-4 .linkBlock > a .wrap,
  .flex-s-4 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-5 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(41.66667% - 10px);
  }

  .flex-s-5 > .bnr-link {
    width: 100%;
  }

  .flex-s-5 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-5 .linkBlock > a,
  .flex-s-5 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-5 .linkBlock > a .wrap,
  .flex-s-5 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-6 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(50% - 10px);
  }

  .flex-s-6 > .bnr-link {
    width: 100%;
  }

  .flex-s-6 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-6 .linkBlock > a,
  .flex-s-6 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-6 .linkBlock > a .wrap,
  .flex-s-6 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-7 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(58.33333% - 10px);
  }

  .flex-s-7 > .bnr-link {
    width: 100%;
  }

  .flex-s-7 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-7 .linkBlock > a,
  .flex-s-7 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-7 .linkBlock > a .wrap,
  .flex-s-7 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-8 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(66.66667% - 10px);
  }

  .flex-s-8 > .bnr-link {
    width: 100%;
  }

  .flex-s-8 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-8 .linkBlock > a,
  .flex-s-8 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-8 .linkBlock > a .wrap,
  .flex-s-8 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-9 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(75% - 10px);
  }

  .flex-s-9 > .bnr-link {
    width: 100%;
  }

  .flex-s-9 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-9 .linkBlock > a,
  .flex-s-9 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-9 .linkBlock > a .wrap,
  .flex-s-9 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-10 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(83.33333% - 10px);
  }

  .flex-s-10 > .bnr-link {
    width: 100%;
  }

  .flex-s-10 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-10 .linkBlock > a,
  .flex-s-10 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-10 .linkBlock > a .wrap,
  .flex-s-10 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-11 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(91.66667% - 10px);
  }

  .flex-s-11 > .bnr-link {
    width: 100%;
  }

  .flex-s-11 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-11 .linkBlock > a,
  .flex-s-11 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-11 .linkBlock > a .wrap,
  .flex-s-11 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-12 {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(100% - 10px);
  }

  .flex-s-12 > .bnr-link {
    width: 100%;
  }

  .flex-s-12 .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-12 .linkBlock > a,
  .flex-s-12 .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-12 .linkBlock > a .wrap,
  .flex-s-12 .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .h1 {
    padding-left: 24px;
    font-size: 3.6rem;
  }

  .h1 > span {
    display: inline-block;
    font-size: 2.6rem;
    margin-left: 2rem;
  }

  .h2 {
    font-size: 3.0rem;
    margin-top: 64px;
  }

  .h2:after {
    width: 270px;
  }

  .h2 + * {
    margin-top: 2.8rem;
  }

  .h3 {
    font-size: 2.2rem;
    margin-top: 45px;
  }

  .h3 + * {
    margin-top: 2.8rem;
  }

  .h3Block {
    margin-top: 45px;
  }

  .h3Block .h3 {
    margin-top: 0;
  }

  .h4 {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .h4 + * {
    margin-top: 1.4rem;
  }

  .h4Block {
    margin-top: 30px;
  }

  .h4Block .h4 {
    margin-top: 0;
  }

  .h2 > .link-arrow:before,
  .freeArea h2.link-arrow:before,
  .freeArea h2.arrow:not(.linkBlock):not(.button):before,
  .wysiwyg h2.link-arrow:before,
  .wysiwyg h2.arrow:not(.linkBlock):not(.button):before {
    font-size: 3.0rem;
  }

  .h3 > .link-arrow:before,
  .freeArea h3.link-arrow:before,
  .freeArea h3.arrow:not(.linkBlock):not(.button):before,
  .wysiwyg h3.link-arrow:before,
  .wysiwyg h3.arrow:not(.linkBlock):not(.button):before {
    font-size: 2.2rem;
  }

  .h4 > .link-arrow:before,
  .freeArea h4.link-arrow:before,
  .freeArea h4.arrow:not(.linkBlock):not(.button):before,
  .wysiwyg h4.link-arrow:before,
  .wysiwyg h4.arrow:not(.linkBlock):not(.button):before {
    font-size: 1.8rem;
  }

  .rightBlock .h2 {
    font-size: 2.2rem;
    margin-top: 42px;
  }

  .rightBlock .h2:after {
    width: 60px;
  }

  .rightBlock .h2 + * {
    margin-top: 2.1rem;
  }

  .iconTitle {
    padding: 0 0 20px 0;
  }

  .iconTitle > span {
    display: block;
    background-size: 45px 45px;
  }

  .iconTitle1 {
    padding: 0 0 20px 0;
  }

  .iconTitle1 > span {
    display: block;
    background-size: 45px 45px;
  }

  .button > a:not(.is-disabled):hover,
  .button > .is-proxy:not(.is-disabled):hover,
  .button > .is-disabled:not(.is-disabled):hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button > a .fa.iconDeco,
  .button > .is-proxy .fa.iconDeco,
  .button > .is-disabled .fa.iconDeco {
    font-size: 2.7rem;
    width: 5.0rem;
    padding: 0 0 0 18px;
  }

  .button > a .text,
  .button > .is-proxy .text,
  .button > .is-disabled .text {
    padding: 15px 18px 13px 9px;
    font-size: 1.7rem;
  }

  .button .text:first-child {
    padding-right: 9px;
  }

  .button.button-Y-pc > a,
  .button.button-Y-pc > .is-proxy,
  .button.button-Y-pc > .is-disabled {
    padding: 10px 0;
  }

  .button.button-Y-pc > a .wrap,
  .button.button-Y-pc > .is-proxy .wrap,
  .button.button-Y-pc > .is-disabled .wrap {
    width: 100%;
  }

  .button.button-Y-pc > a .fa.iconDeco,
  .button.button-Y-pc > .is-proxy .fa.iconDeco,
  .button.button-Y-pc > .is-disabled .fa.iconDeco {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 2.8rem;
  }

  .button.button-Y-pc > a .text,
  .button.button-Y-pc > .is-proxy .text,
  .button.button-Y-pc > .is-disabled .text {
    display: block;
    padding: 5px 5px 0 5px;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .button.button-Y-sp > a > .wrap,
  .button.button-Y-sp > .is-proxy > .wrap,
  .button.button-Y-sp > .is-disabled > .wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 56px;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    text-decoration: none;
  }

  .button.button-Y-sp > a > .wrap:not(.is-disabled),
  .button.button-Y-sp > .is-proxy > .wrap:not(.is-disabled),
  .button.button-Y-sp > .is-disabled > .wrap:not(.is-disabled) {
    cursor: pointer;
    transition: opacity .3s;
  }

  .button.button-Y-sp > a > .wrap:not(.is-disabled):hover,
  .button.button-Y-sp > .is-proxy > .wrap:not(.is-disabled):hover,
  .button.button-Y-sp > .is-disabled > .wrap:not(.is-disabled):hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button.button-Y-sp > a > .wrap .fa,
  .button.button-Y-sp > .is-proxy > .wrap .fa,
  .button.button-Y-sp > .is-disabled > .wrap .fa {
    text-align: center;
  }

  .button.button-Y-sp > a > .wrap .fa.iconDeco,
  .button.button-Y-sp > .is-proxy > .wrap .fa.iconDeco,
  .button.button-Y-sp > .is-disabled > .wrap .fa.iconDeco {
    font-size: 2.7rem;
    width: 5.0rem;
    padding: 0 0 0 18px;
  }

  .button.button-Y-sp > a > .wrap .fa.iconLink,
  .button.button-Y-sp > .is-proxy > .wrap .fa.iconLink,
  .button.button-Y-sp > .is-disabled > .wrap .fa.iconLink {
    position: absolute;
    top: 50%;
    right: -16px;
    width: 16px;
    transform: translate(0, -50%);
    font-size: 1.3rem;
  }

  .button.button-Y-sp > a > .wrap .fa.iconLink.fa-angle-right,
  .button.button-Y-sp > .is-proxy > .wrap .fa.iconLink.fa-angle-right,
  .button.button-Y-sp > .is-disabled > .wrap .fa.iconLink.fa-angle-right {
    font-size: 2.2rem;
  }

  .button.button-Y-sp > a > .wrap .text,
  .button.button-Y-sp > .is-proxy > .wrap .text,
  .button.button-Y-sp > .is-disabled > .wrap .text {
    padding: 15px 18px 13px 9px;
    text-align: center;
    width: calc(100% - 26px);
    font-size: 1.7rem;
    word-break: break-all;
  }

  .btnLayoutItem-3:nth-child(-n + 4) {
    margin-top: 0;
  }

  .btnLayoutItem-4:nth-child(-n + 3) {
    margin-top: 0;
  }

  .btnLayoutItem-6:nth-child(-n + 2) {
    margin-top: 0;
  }

  .freeArea .aly_tx_xxs,
  .wysiwyg .aly_tx_xxs {
    font-size: 1.2rem;
  }

  .freeArea .aly_tx_xs,
  .wysiwyg .aly_tx_xs {
    font-size: 1.3rem;
  }

  .freeArea .aly_tx_s,
  .wysiwyg .aly_tx_s {
    font-size: 1.4rem;
  }

  .freeArea .aly_tx_m,
  .wysiwyg .aly_tx_m {
    font-size: 1.6rem;
  }

  .freeArea .aly_tx_l,
  .wysiwyg .aly_tx_l {
    font-size: 1.8rem;
  }

  .freeArea .aly_tx_xl,
  .wysiwyg .aly_tx_xl {
    font-size: 2.2rem;
  }

  .freeArea .aly_tx_xxl,
  .wysiwyg .aly_tx_xxl {
    font-size: 3rem;
  }

  .freeArea .container > p:not(:first-child),
  .freeArea .container > div:not(.containerFooter):not(:first-child),
  .freeArea .container > section:not(.containerFooter):not(:first-child),
  .freeArea .container > ul:not(:first-child),
  .freeArea .container > ol:not(:first-child),
  .freeArea .container > dl:not(:first-child),
  .freeArea .container > table:not(:first-child),
  .freeArea .container > img:not(:first-child),
  .freeArea .container .QandAContent > .textElm p:not(:first-child),
  .freeArea .container .QandAContent > .textElm div:not(.containerFooter):not(:first-child),
  .freeArea .container .QandAContent > .textElm section:not(.containerFooter):not(:first-child),
  .freeArea .container .QandAContent > .textElm ul:not(:first-child),
  .freeArea .container .QandAContent > .textElm ol:not(:first-child),
  .freeArea .container .QandAContent > .textElm dl:not(:first-child),
  .freeArea .container .QandAContent > .textElm table:not(:first-child),
  .freeArea .container .QandAContent > .textElm img:not(:first-child),
  .freeArea .container .js-accordionTarget > p:not(:first-child),
  .freeArea .container .js-accordionTarget > div:not(.containerFooter):not(:first-child),
  .freeArea .container .js-accordionTarget > section:not(.containerFooter):not(:first-child),
  .freeArea .container .js-accordionTarget > ul:not(:first-child),
  .freeArea .container .js-accordionTarget > ol:not(:first-child),
  .freeArea .container .js-accordionTarget > dl:not(:first-child),
  .freeArea .container .js-accordionTarget > table:not(:first-child),
  .freeArea .container .js-accordionTarget > img:not(:first-child),
  .freeArea .container section:not(.accordion) > p:not(:first-child),
  .freeArea .container section:not(.accordion) > div:not(.containerFooter):not(:first-child),
  .freeArea .container section:not(.accordion) > section:not(.containerFooter):not(:first-child),
  .freeArea .container section:not(.accordion) > ul:not(:first-child),
  .freeArea .container section:not(.accordion) > ol:not(:first-child),
  .freeArea .container section:not(.accordion) > dl:not(:first-child),
  .freeArea .container section:not(.accordion) > table:not(:first-child),
  .freeArea .container section:not(.accordion) > img:not(:first-child),
  .freeArea .container .col-6 > p:not(:first-child),
  .freeArea .container .col-6 > div:not(.containerFooter):not(:first-child),
  .freeArea .container .col-6 > section:not(.containerFooter):not(:first-child),
  .freeArea .container .col-6 > ul:not(:first-child),
  .freeArea .container .col-6 > ol:not(:first-child),
  .freeArea .container .col-6 > dl:not(:first-child),
  .freeArea .container .col-6 > table:not(:first-child),
  .freeArea .container .col-6 > img:not(:first-child),
  .freeArea .container th > p:not(:first-child),
  .freeArea .container th > div:not(.containerFooter):not(:first-child),
  .freeArea .container th > section:not(.containerFooter):not(:first-child),
  .freeArea .container th > ul:not(:first-child),
  .freeArea .container th > ol:not(:first-child),
  .freeArea .container th > dl:not(:first-child),
  .freeArea .container th > table:not(:first-child),
  .freeArea .container th > img:not(:first-child),
  .freeArea .container td > p:not(:first-child),
  .freeArea .container td > div:not(.containerFooter):not(:first-child),
  .freeArea .container td > section:not(.containerFooter):not(:first-child),
  .freeArea .container td > ul:not(:first-child),
  .freeArea .container td > ol:not(:first-child),
  .freeArea .container td > dl:not(:first-child),
  .freeArea .container td > table:not(:first-child),
  .freeArea .container td > img:not(:first-child) {
    margin-top: 14px;
  }

  .freeArea .container > h2,
  .freeArea .container .QandAContent > .textElm h2,
  .freeArea .container .js-accordionTarget > h2,
  .freeArea .container section:not(.accordion) > h2,
  .freeArea .container .col-6 > h2,
  .freeArea .container th > h2,
  .freeArea .container td > h2 {
    font-size: 3.0rem;
    margin-top: 64px;
  }

  .freeArea .container > h2:after,
  .freeArea .container .QandAContent > .textElm h2:after,
  .freeArea .container .js-accordionTarget > h2:after,
  .freeArea .container section:not(.accordion) > h2:after,
  .freeArea .container .col-6 > h2:after,
  .freeArea .container th > h2:after,
  .freeArea .container td > h2:after {
    width: 270px;
  }

  .freeArea .container > h2 + *,
  .freeArea .container .QandAContent > .textElm h2 + *,
  .freeArea .container .js-accordionTarget > h2 + *,
  .freeArea .container section:not(.accordion) > h2 + *,
  .freeArea .container .col-6 > h2 + *,
  .freeArea .container th > h2 + *,
  .freeArea .container td > h2 + * {
    margin-top: 2.8rem;
  }

  .freeArea .container > h3,
  .freeArea .container .QandAContent > .textElm h3,
  .freeArea .container .js-accordionTarget > h3,
  .freeArea .container section:not(.accordion) > h3,
  .freeArea .container .col-6 > h3,
  .freeArea .container th > h3,
  .freeArea .container td > h3 {
    font-size: 2.2rem;
    margin-top: 45px;
  }

  .freeArea .container > h3 + *,
  .freeArea .container .QandAContent > .textElm h3 + *,
  .freeArea .container .js-accordionTarget > h3 + *,
  .freeArea .container section:not(.accordion) > h3 + *,
  .freeArea .container .col-6 > h3 + *,
  .freeArea .container th > h3 + *,
  .freeArea .container td > h3 + * {
    margin-top: 2.8rem;
  }

  .freeArea .container > h4,
  .freeArea .container .QandAContent > .textElm h4,
  .freeArea .container .js-accordionTarget > h4,
  .freeArea .container section:not(.accordion) > h4,
  .freeArea .container .col-6 > h4,
  .freeArea .container th > h4,
  .freeArea .container td > h4 {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .freeArea .container > h4 + *,
  .freeArea .container .QandAContent > .textElm h4 + *,
  .freeArea .container .js-accordionTarget > h4 + *,
  .freeArea .container section:not(.accordion) > h4 + *,
  .freeArea .container .col-6 > h4 + *,
  .freeArea .container th > h4 + *,
  .freeArea .container td > h4 + * {
    margin-top: 1.4rem;
  }

  .freeArea .container > h5,
  .freeArea .container .QandAContent > .textElm h5,
  .freeArea .container .js-accordionTarget > h5,
  .freeArea .container section:not(.accordion) > h5,
  .freeArea .container .col-6 > h5,
  .freeArea .container th > h5,
  .freeArea .container td > h5 {
    font-size: 1.6rem;
    margin-top: 24px;
  }

  .freeArea .container > h5 + *,
  .freeArea .container .QandAContent > .textElm h5 + *,
  .freeArea .container .js-accordionTarget > h5 + *,
  .freeArea .container section:not(.accordion) > h5 + *,
  .freeArea .container .col-6 > h5 + *,
  .freeArea .container th > h5 + *,
  .freeArea .container td > h5 + * {
    margin-top: 1.4rem;
  }

  .freeArea .container > h6,
  .freeArea .container .QandAContent > .textElm h6,
  .freeArea .container .js-accordionTarget > h6,
  .freeArea .container section:not(.accordion) > h6,
  .freeArea .container .col-6 > h6,
  .freeArea .container th > h6,
  .freeArea .container td > h6 {
    font-size: 1.6rem;
    margin-top: 24px;
  }

  .freeArea .container > h6 + *,
  .freeArea .container .QandAContent > .textElm h6 + *,
  .freeArea .container .js-accordionTarget > h6 + *,
  .freeArea .container section:not(.accordion) > h6 + *,
  .freeArea .container .col-6 > h6 + *,
  .freeArea .container th > h6 + *,
  .freeArea .container td > h6 + * {
    margin-top: 1.2rem;
  }

  .wysiwyg > p:not(:first-child),
  .wysiwyg > div:not(.containerFooter):not(:first-child),
  .wysiwyg > section:not(.containerFooter):not(:first-child),
  .wysiwyg > ul:not(:first-child),
  .wysiwyg > ol:not(:first-child),
  .wysiwyg > dl:not(:first-child),
  .wysiwyg > table:not(:first-child),
  .wysiwyg > img:not(:first-child),
  .wysiwyg .QandAContent > .textElm p:not(:first-child),
  .wysiwyg .QandAContent > .textElm div:not(.containerFooter):not(:first-child),
  .wysiwyg .QandAContent > .textElm section:not(.containerFooter):not(:first-child),
  .wysiwyg .QandAContent > .textElm ul:not(:first-child),
  .wysiwyg .QandAContent > .textElm ol:not(:first-child),
  .wysiwyg .QandAContent > .textElm dl:not(:first-child),
  .wysiwyg .QandAContent > .textElm table:not(:first-child),
  .wysiwyg .QandAContent > .textElm img:not(:first-child),
  .wysiwyg .js-accordionTarget > p:not(:first-child),
  .wysiwyg .js-accordionTarget > div:not(.containerFooter):not(:first-child),
  .wysiwyg .js-accordionTarget > section:not(.containerFooter):not(:first-child),
  .wysiwyg .js-accordionTarget > ul:not(:first-child),
  .wysiwyg .js-accordionTarget > ol:not(:first-child),
  .wysiwyg .js-accordionTarget > dl:not(:first-child),
  .wysiwyg .js-accordionTarget > table:not(:first-child),
  .wysiwyg .js-accordionTarget > img:not(:first-child),
  .wysiwyg section:not(.accordion) > p:not(:first-child),
  .wysiwyg section:not(.accordion) > div:not(.containerFooter):not(:first-child),
  .wysiwyg section:not(.accordion) > section:not(.containerFooter):not(:first-child),
  .wysiwyg section:not(.accordion) > ul:not(:first-child),
  .wysiwyg section:not(.accordion) > ol:not(:first-child),
  .wysiwyg section:not(.accordion) > dl:not(:first-child),
  .wysiwyg section:not(.accordion) > table:not(:first-child),
  .wysiwyg section:not(.accordion) > img:not(:first-child),
  .wysiwyg .col-6 > p:not(:first-child),
  .wysiwyg .col-6 > div:not(.containerFooter):not(:first-child),
  .wysiwyg .col-6 > section:not(.containerFooter):not(:first-child),
  .wysiwyg .col-6 > ul:not(:first-child),
  .wysiwyg .col-6 > ol:not(:first-child),
  .wysiwyg .col-6 > dl:not(:first-child),
  .wysiwyg .col-6 > table:not(:first-child),
  .wysiwyg .col-6 > img:not(:first-child),
  .wysiwyg th > p:not(:first-child),
  .wysiwyg th > div:not(.containerFooter):not(:first-child),
  .wysiwyg th > section:not(.containerFooter):not(:first-child),
  .wysiwyg th > ul:not(:first-child),
  .wysiwyg th > ol:not(:first-child),
  .wysiwyg th > dl:not(:first-child),
  .wysiwyg th > table:not(:first-child),
  .wysiwyg th > img:not(:first-child),
  .wysiwyg td > p:not(:first-child),
  .wysiwyg td > div:not(.containerFooter):not(:first-child),
  .wysiwyg td > section:not(.containerFooter):not(:first-child),
  .wysiwyg td > ul:not(:first-child),
  .wysiwyg td > ol:not(:first-child),
  .wysiwyg td > dl:not(:first-child),
  .wysiwyg td > table:not(:first-child),
  .wysiwyg td > img:not(:first-child) {
    margin-top: 14px;
  }

  .wysiwyg > h2,
  .wysiwyg .QandAContent > .textElm h2,
  .wysiwyg .js-accordionTarget > h2,
  .wysiwyg section:not(.accordion) > h2,
  .wysiwyg .col-6 > h2,
  .wysiwyg th > h2,
  .wysiwyg td > h2 {
    font-size: 3.0rem;
    margin-top: 64px;
  }

  .wysiwyg > h2:after,
  .wysiwyg .QandAContent > .textElm h2:after,
  .wysiwyg .js-accordionTarget > h2:after,
  .wysiwyg section:not(.accordion) > h2:after,
  .wysiwyg .col-6 > h2:after,
  .wysiwyg th > h2:after,
  .wysiwyg td > h2:after {
    width: 270px;
  }

  .wysiwyg > h2 + *,
  .wysiwyg .QandAContent > .textElm h2 + *,
  .wysiwyg .js-accordionTarget > h2 + *,
  .wysiwyg section:not(.accordion) > h2 + *,
  .wysiwyg .col-6 > h2 + *,
  .wysiwyg th > h2 + *,
  .wysiwyg td > h2 + * {
    margin-top: 2.8rem;
  }

  .wysiwyg > h3,
  .wysiwyg .QandAContent > .textElm h3,
  .wysiwyg .js-accordionTarget > h3,
  .wysiwyg section:not(.accordion) > h3,
  .wysiwyg .col-6 > h3,
  .wysiwyg th > h3,
  .wysiwyg td > h3 {
    font-size: 2.2rem;
    margin-top: 45px;
  }

  .wysiwyg > h3 + *,
  .wysiwyg .QandAContent > .textElm h3 + *,
  .wysiwyg .js-accordionTarget > h3 + *,
  .wysiwyg section:not(.accordion) > h3 + *,
  .wysiwyg .col-6 > h3 + *,
  .wysiwyg th > h3 + *,
  .wysiwyg td > h3 + * {
    margin-top: 2.8rem;
  }

  .wysiwyg > h4,
  .wysiwyg .QandAContent > .textElm h4,
  .wysiwyg .js-accordionTarget > h4,
  .wysiwyg section:not(.accordion) > h4,
  .wysiwyg .col-6 > h4,
  .wysiwyg th > h4,
  .wysiwyg td > h4 {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .wysiwyg > h4 + *,
  .wysiwyg .QandAContent > .textElm h4 + *,
  .wysiwyg .js-accordionTarget > h4 + *,
  .wysiwyg section:not(.accordion) > h4 + *,
  .wysiwyg .col-6 > h4 + *,
  .wysiwyg th > h4 + *,
  .wysiwyg td > h4 + * {
    margin-top: 1.4rem;
  }

  .wysiwyg > h5,
  .wysiwyg .QandAContent > .textElm h5,
  .wysiwyg .js-accordionTarget > h5,
  .wysiwyg section:not(.accordion) > h5,
  .wysiwyg .col-6 > h5,
  .wysiwyg th > h5,
  .wysiwyg td > h5 {
    font-size: 1.6rem;
    margin-top: 24px;
  }

  .wysiwyg > h5 + *,
  .wysiwyg .QandAContent > .textElm h5 + *,
  .wysiwyg .js-accordionTarget > h5 + *,
  .wysiwyg section:not(.accordion) > h5 + *,
  .wysiwyg .col-6 > h5 + *,
  .wysiwyg th > h5 + *,
  .wysiwyg td > h5 + * {
    margin-top: 1.4rem;
  }

  .wysiwyg > h6,
  .wysiwyg .QandAContent > .textElm h6,
  .wysiwyg .js-accordionTarget > h6,
  .wysiwyg section:not(.accordion) > h6,
  .wysiwyg .col-6 > h6,
  .wysiwyg th > h6,
  .wysiwyg td > h6 {
    font-size: 1.6rem;
    margin-top: 24px;
  }

  .wysiwyg > h6 + *,
  .wysiwyg .QandAContent > .textElm h6 + *,
  .wysiwyg .js-accordionTarget > h6 + *,
  .wysiwyg section:not(.accordion) > h6 + *,
  .wysiwyg .col-6 > h6 + *,
  .wysiwyg th > h6 + *,
  .wysiwyg td > h6 + * {
    margin-top: 1.2rem;
  }

  .textBox > p + p,
  .textBox > p + div,
  .textBox > p + ul,
  .textBox > p + ol,
  .textBox > p + dl,
  .textBox > ul + p,
  .textBox > ul + div,
  .textBox > ul + ul,
  .textBox > ul + ol,
  .textBox > ul + dl,
  .textBox > ol + p,
  .textBox > ol + div,
  .textBox > ol + ul,
  .textBox > ol + ol,
  .textBox > ol + dl,
  .textBox > div + p,
  .textBox > div + div,
  .textBox > div + ul,
  .textBox > div + ol,
  .textBox > div + dl,
  .textBox > dl + dl,
  .textBox > dl + p,
  .textBox > dl + div,
  .textBox > dl + ul,
  .textBox > dl + ol,
  .textBox > dl + dl {
    margin-top: 14px;
  }

  ul.utilityBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.utilityBox > li {
    font-size: 1.4rem;
    margin-right: 1.6rem;
  }

  ul.utilityBox > li > dl {
    display: table;
  }

  ul.utilityBox > li > dl > dt,
  ul.utilityBox > li > dl > dd {
    display: table-cell;
    vertical-align: top;
  }

  a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: #000;
  }

  a[href^="tel:"]:focus {
    outline: none;
  }

  .link-arrow a,
  .freeArea .arrow:not(.linkBlock):not(.button) a,
  .wysiwyg .arrow:not(.linkBlock):not(.button) a {
    display: inline-block;
  }

  .linkBlock > a:not(.is-disabled),
  .linkBlock > button:not(.is-disabled) {
    transition: background-color .3s;
  }

  .linkBlock > a:not(.is-disabled):hover,
  .linkBlock > button:not(.is-disabled):hover {
    background-color: #000;
    color: #fff;
  }

  .linkBlock > a:not(.is-disabled):hover:before,
  .linkBlock > button:not(.is-disabled):hover:before {
    color: #fff;
  }

  .linkBlock-back > a:hover,
  .linkBlock-back > button:hover {
    background: #000;
    color: #fff;
  }

  .linkBlock-back > a:hover:before,
  .linkBlock-back > button:hover:before {
    color: #fff;
  }

  .linkBlock-imgSetList .linkBlock-imgSet > a {
    padding: 10px;
  }

  .linkBlock-imgSetList .linkBlock-imgSet > a .imgElm {
    width: 48px;
    height: 48px;
  }

  .linkBlock-imgSetList .linkBlock-imgSet > a .textElm {
    margin-left: 10px;
    width: calc(100% - 58px);
    font-size: 1.4rem;
  }

  .rightBlock .linkBlock-imgSetList .linkBlock-imgSet + .linkBlock-imgSet {
    margin-top: 10px;
  }

  .bnr-link > a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .free-bnr-link > a:hover img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  a.targetBlankBadge:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .label-icon .fa {
    padding: 10px 14px 14px 14px;
  }

  .label-icon .fa:before {
    font-size: 2.2rem;
  }

  .label-icon > a {
    padding: 14px 16px 14px 42px;
    font-size: 1.6rem;
  }

  .js-accordionWrap.js-spOnly .js-accordionTrigger {
    display: none;
  }

  .js-accordionWrap.js-spOnly .js-accordionTarget {
    display: block;
  }

  .tab .tabParent {
    border-bottom: 4px solid #0048be;
  }

  .tab .tabChild {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .tab .js-tabTrigger:hover,
  .tab .tabLink:hover {
    text-decoration: none;
  }

  .tab .js-tabTarget,
  .tab .tabTarget {
    margin-top: 2.8rem;
  }

  .js-carouselWrap .slick-start > button,
  .js-carouselWrap .slick-stop > button {
    transition: background .3s;
  }

  .js-carouselWrap .slick-start > button:hover,
  .js-carouselWrap .slick-stop > button:hover {
    background-color: #737373;
  }

  .js-carouselWrap .slick-dots > li > button {
    transition: background .3s;
  }

  .js-carouselWrap .slick-dots > li > button:hover {
    background-color: #eee;
  }

  .js-carouselWrap .slick-dots > li.slick-active > button {
    transition: background .3s;
  }

  .js-carouselWrap .slick-dots > li.slick-active > button:hover {
    background-color: #737373;
  }

  .js-carouselWrap .slick-arrow .slick-prev > button,
  .js-carouselWrap .slick-arrow .slick-next > button {
    transition: background .3s;
  }

  .js-carouselWrap .slick-arrow .slick-prev > button:hover,
  .js-carouselWrap .slick-arrow .slick-next > button:hover {
    background-color: #737373;
  }

  .carouselGeneral {
    padding-bottom: 36px;
  }

  .carouselGeneral .js-carousel .slick-arrow .slick-prev,
  .carouselGeneral .js-carouselAuto .slick-arrow .slick-prev {
    margin-top: -17px;
    left: -17px;
  }

  .carouselGeneral .js-carousel .slick-arrow .slick-next,
  .carouselGeneral .js-carouselAuto .slick-arrow .slick-next {
    margin-top: -17px;
    right: -17px;
  }

  .carouselGeneral .slick-dots {
    padding: 12px 60px;
  }

  .carouselAutoBtn {
    margin-top: 8px;
  }

  .carouselAutoBtn:hover {
    cursor: pointer;
    transition: opacity .3s;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .carouselBorder .slick-list {
    margin-left: -18px;
  }

  .carouselBorder .carouselItem {
    margin-left: 18px;
  }

  .withListCarousel {
    position: relative;
  }

  .withListCarousel .withListCarousel-button {
    position: absolute;
    top: -10px;
    right: 0;
  }

  .withListCarousel .withListCarousel-button .linkBlock > a,
  .withListCarousel .withListCarousel-button .linkBlock > button {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .withListCarousel p + .carouselGeneral {
    margin-top: 10px;
  }

  .accordion .accordionTriggerSearchByMap {
    padding: 32px 54px 32px 12px;
    font-size: 2.2rem;
  }

  .accordion .accordionTriggerSearchByMap:after {
    top: 32px;
    right: 20px;
    width: 3.4rem;
    height: 3.4rem;
  }

  .stepWrap > ol > li p {
    font-size: 2.2rem;
    line-height: 1.2em;
  }

  .stepWrap > ol > li p span {
    padding-left: 20px;
  }

  .introVisual .visualImg {
    text-align: center;
  }

  .introVisual .visualImg img {
    margin-left: -525px;
  }

  .introVisual .visualText {
    width: 1050px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 480px;
    padding-top: 50px;
  }

  .introVisual .leadtex {
    font-size: 3.4rem;
    font-weight: bold;
    font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  .introVisual .introText {
    margin-top: 35px;
  }

  .introVisual .introText dl {
    margin-top: 28px;
  }

  .introVisual .introText dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  .introVisual .introText dl dd {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  .introVisual .introText ruby rt {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #localNav a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .mapBlock .mapElm {
    height: 473px;
  }

  .containerHeaderIn .utilityWrap {
    float: left;
    position: relative;
    width: calc(100% - 279px);
  }

  .containerHeaderIn .snsWrap {
    float: right;
    position: relative;
    width: 251px;
  }

  .freeArea .container .containerFooter,
  .containerFooter {
    margin-top: 64px;
  }

  .freeArea .container .containerFooter .section + .section,
  .containerFooter .section + .section {
    margin-top: 14px;
  }

  .profileBlock dl dt {
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  .profileBlock ruby rt {
    font-size: 1.6rem;
  }

  .relatedBlock {
    border-left: 6px solid #ebebeb;
    border-bottom: 6px solid #ebebeb;
    border-right: 6px solid #ebebeb;
  }

  .relatedBlock .title {
    padding: 15px;
  }

  .relatedBlock .title .fa {
    font-size: 2.2rem;
    width: 3.2rem;
  }

  .relatedBlock .title .text {
    font-size: 2.0rem;
    line-height: 1.4;
    width: calc(100% - 3.2rem);
  }

  .relatedBlock .relatedContentWrap {
    padding: 20px 20px 0 20px;
  }

  .relatedBlock .relatedContentWrap .relatedContent {
    padding-bottom: 20px;
  }

  .relatedBlock .relatedContentWrap .relatedContent + .relatedContent {
    padding-top: 20px;
  }

  .relatedBlock .relatedContentWrap .telElm {
    font-size: 2.0rem;
  }

  .relatedBlock .relatedContentWrap .btnElm {
    float: left;
  }

  .informationBlock .information-button {
    position: absolute;
    top: 0;
    right: 0;
  }

  .informationBlock .information-button .linkBlock > a,
  .informationBlock .information-button .linkBlock > button {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .pagelinkBlock {
    margin-top: 64px;
  }

  .mBox-S + .pagelinkBlock {
    margin-top: 42px;
  }

  .pagelinkBlock > dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pagelinkBlock > dl > dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px;
    width: 93px;
    padding: 18px 0;
  }

  .pagelinkBlock > dl > dt:after {
    content: '';
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-top: -10px;
    position: absolute;
    right: -12px;
    top: 50%;
  }

  .pagelinkBlock > dl > dd {
    width: calc(100% - 113px);
  }

  .categoryLink {
    margin-top: -1.8rem;
  }

  .categoryLink-box > dl {
    padding: 1.8rem;
  }

  .categoryLink-box > dl .mainCategory > a:hover .img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .categoryLink-box > dl .mainCategory .link-arrow,
  .categoryLink-box > dl .mainCategory .arrow:not(.linkBlock):not(.button) {
    width: calc(100% - 130px);
  }

  .categoryLink-box > dl .subCategory {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .categoryLink-box > dl .subCategory ul.listBlock > li:first-child {
    display: none;
  }

  .categoryLink-box > dl .subCategory ul.listBlock > li:nth-child(2) {
    margin-top: 2.8rem;
  }

  .categoryLink-second a {
    min-height: 90px;
    line-height: 1.6;
  }

  .categoryLink.js-categoryLinkAccordion .addMore {
    overflow: hidden;
  }

  .categoryLink.js-categoryLinkAccordion .js-categoryLinkTrigger .button:before {
    font-size: 3rem;
    top: calc(50% - 1.5rem);
  }

  .categoryLink.js-categoryLinkAccordion .js-categoryLinkTrigger.is-close .button:before {
    content: "\f107";
  }

  .categoryLink.js-categoryLinkAccordion .js-categoryLinkTrigger.is-open .button:before {
    content: "\f106";
  }

  .securityBlock .title .link-arrow {
    padding-left: 1.8rem;
  }

  .securityBlock .title .link-arrow:before {
    line-height: 1.3;
  }

  .securityBlock .detailText p {
    font-size: 1.4rem;
  }

  .securityBlock .button.color-red .fa {
    text-align: center;
  }

  .securityBlock .button.color-red .fa.iconDeco {
    font-size: 2.2rem;
    width: 3.8rem;
    padding: 0 0 0 14px;
  }

  .securityBlock .button.color-red .text {
    padding: 15px 14px 13px 7px;
  }

  .securityBlock .button.color-red:first-child .fa {
    text-align: center;
  }

  .securityBlock .button.color-red:first-child .fa.iconDeco {
    padding: 0 0 0 6px;
    width: 2.8rem;
  }

  .securityBlock .button.color-red:first-child .text {
    padding: 15px 6px 13px 0;
  }

  .emergencyWrap {
    padding: 14px 0;
    text-align: center;
  }

  .emergencyWrap .emergencyBlock {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
    padding: 14px;
  }

  .emergencyWrap .fa {
    font-size: 2.0rem;
    width: 34px;
  }

  .emergencyWrap .emergencyBox {
    width: calc(100% - 34px);
  }

  .emergencyWrap .emergencyBox a {
    display: inline-block;
  }

  .anomaly-col .rightElm {
    width: 726px;
  }

  .anomaly-col .irregularElm {
    margin-top: 21px;
    float: right;
    width: 726px;
  }

  .block-pc {
    display: block !important;
  }

  .hidden-pc {
    display: none !important;
  }

  .flR-pc {
    float: right !important;
  }

  .flL-pc {
    float: left !important;
  }

  .flNone-pc {
    float: none !important;
  }

  .txt-wrap-pc {
    word-break: break-all;
  }

  .txt-nowrap-pc {
    white-space: nowrap;
  }

  .txtC-pc {
    text-align: center !important;
  }

  .txtR-pc {
    text-align: right !important;
  }

  .txtL-pc {
    text-align: left !important;
  }

  .txtM-pc {
    vertical-align: middle !important;
  }

  .txtT-pc {
    vertical-align: top !important;
  }

  .txtB-pc {
    vertical-align: bottom !important;
  }

  .w5p-pc {
    width: 5% !important;
  }

  .w10p-pc {
    width: 10% !important;
  }

  .w15p-pc {
    width: 15% !important;
  }

  .w20p-pc {
    width: 20% !important;
  }

  .w25p-pc {
    width: 25% !important;
  }

  .w30p-pc {
    width: 30% !important;
  }

  .w35p-pc {
    width: 35% !important;
  }

  .w40p-pc {
    width: 40% !important;
  }

  .w45p-pc {
    width: 45% !important;
  }

  .w50p-pc {
    width: 50% !important;
  }

  .w55p-pc {
    width: 55% !important;
  }

  .w60p-pc {
    width: 60% !important;
  }

  .w65p-pc {
    width: 65% !important;
  }

  .w70p-pc {
    width: 70% !important;
  }

  .w75p-pc {
    width: 75% !important;
  }

  .w80p-pc {
    width: 80% !important;
  }

  .w85p-pc {
    width: 85% !important;
  }

  .w90p-pc {
    width: 90% !important;
  }

  .w95p-pc {
    width: 95% !important;
  }

  .w100p-pc {
    width: 100% !important;
  }

  .mt-s-pc {
    margin-top: 1.2rem;
  }

  .mt-default-pc {
    margin-top: 1.4rem;
  }

  .mt-m-pc {
    margin-top: 1.6rem;
  }

  .mt-l-pc {
    margin-top: 1.8rem;
  }

  .kosodate_benrityo .h1Wrap .h1 {
    padding: 0;
    background-image: url("/assets/primary/images/common_img_kosodate_kosodate_bg_h1_pc.png");
    height: 117px;
  }

  .kosodate_benrityo #main h2:not(.title):not(.kosodateH2) .link-arrow:before,
  .kosodate_benrityo #main h2:not(.title):not(.kosodateH2) .arrow:not(.linkBlock):not(.button):before,
  .kosodate_benrityo #main .h2 .link-arrow:before,
  .kosodate_benrityo #main .h2 .arrow:not(.linkBlock):not(.button):before {
    top: 8px;
    padding-top: 0;
    width: 28px;
    height: 28px;
    font-size: 2.6rem;
  }

  .kosodate_benrityo #main h3 .link-arrow:before,
  .kosodate_benrityo #main h3 .arrow:not(.linkBlock):not(.button):before,
  .kosodate_benrityo #main .h3 .link-arrow:before,
  .kosodate_benrityo #main .h3 .arrow:not(.linkBlock):not(.button):before {
    top: 4px;
    padding-top: 0;
    width: 24px;
    height: 24px;
    font-size: 2.0rem;
  }

  .kosodate_benrityo #main .linkBlock.linkBlock-em > a,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > button,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > .is-proxy {
    border-radius: 10px;
    transition: opacity .3s;
    padding: 16px 30px 14px 10px;
  }

  .kosodate_benrityo #main .linkBlock.linkBlock-em > a:hover,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > button:hover,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > .is-proxy:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    color: #000;
    background-color: #fdf7da;
  }

  .kosodate_benrityo #main .linkBlock.linkBlock-em > a:before,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > button:before,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > .is-proxy:before {
    width: 26px;
    height: 26px;
  }

  .kosodate_benrityo #main .linkBlock.linkBlock-em > a[target="_blank"]:before {
    font-size: 1.5rem;
  }

  .kosodate_benrityo #main .accordion .accordionTriggerDefault {
    padding: 10px 46px 10px 10px;
  }

  .kosodate_benrityo #main .QandABlock .QandATrigger {
    padding: 10px 46px 10px 10px;
  }

  .kosodate_benrityo #main .QandABlock .QandATrigger .textElm {
    font-size: 1.8rem;
  }

  .kosodate_benrityo #main .QandABlock .accordionTargetBg .QandAContent {
    padding: 10px 20px 10px 0;
  }

  .kosodate_benrityo #main .QandABlock .accordionTargetBg .QandAContent:before {
    border-bottom: 24px solid #fff7c1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -24px;
    left: 64px;
  }

  .kosodate_benrityo #main .QandABlock .QandAicon {
    font-size: 2.8rem;
  }

  .kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > a:hover,
  .kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > button:hover,
  .kosodate_benrityo #main .QandABlock .linkBlock.linkBlock-em > .is-proxy:hover {
    color: #fff;
    border: 2px solid #f47e0a;
    background-color: #f47e0a;
  }

  .kosodate_benrityo #main .link-arrow,
  .kosodate_benrityo #main .arrow:not(.linkBlock):not(.button) {
    padding-left: 30px;
  }

  .kosodate_benrityo #main .link-arrow:before,
  .kosodate_benrityo #main .arrow:not(.linkBlock):not(.button):before {
    width: 22px;
    height: 22px;
    padding-left: 2px;
    padding-top: 3px;
  }

  .kosodate_benrityo #main .link-anchor {
    padding-left: 30px;
  }

  .kosodate_benrityo #main .link-anchor:before {
    width: 24px;
    height: 24px;
  }

  .kosodate_benrityo #main dl.dl-row + dl.dl-row {
    margin-top: 10px;
  }

  .kosodate_benrityo .pagelinkBlock + section > .h2 {
    margin-top: 42px;
  }
}

@media screen and (max-width: 1049px) {
  body {
    font-size: 1.5em;
  }

  img {
    width: 100%;
  }

  main#main {
    padding-bottom: 12px;
  }

  .container {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  #header .headerWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #header h1.headerLogo,
  #header a.headerLogo {
    padding: 10px 5px 5px 5px;
    width: 47%;
  }

  #header #headerToggle-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 53%;
  }

  #header #headerToggle-sp > a,
  #header #headerToggle-sp > button {
    display: block;
    border-left: 1px solid #eaeaea;
    color: #000;
    text-decoration: none;
    max-width: 31%;
    word-break: break-all;
    padding: 8px 0px 5px;
    min-width: 53px;
  }

  #header #headerToggle-sp > a span,
  #header #headerToggle-sp > button span {
    display: block;
    text-align: center;
  }

  #header #headerToggle-sp > a .fa,
  #header #headerToggle-sp > a .img,
  #header #headerToggle-sp > button .fa,
  #header #headerToggle-sp > button .img {
    padding: 0 12px;
    width: 22px;
    height: 22px;
    margin: auto;
  }

  #header #headerToggle-sp a.language {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 38%;
    padding: 8px 3px 0 3px;
  }

  #header #headerToggle-sp a.language .img {
    padding: 0;
  }

  #header #headerToggle-sp a.language .text {
    margin-top: 4px;
    font-size: 1.0rem;
    transform: scale(0.9);
  }

  #header #headerToggle-sp .search {
    font-size: 1.0rem;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    text-align: center;
  }

  #header #headerToggle-sp .search .fa {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.2rem;
    padding: 0;
    color: #ff9c00;
  }

  #header #headerToggle-sp .search .text {
    margin-top: 4px;
  }

  #header #headerToggle-sp .menu {
    background-color: #000;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #header #headerToggle-sp .menu .fa {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    font-size: 2.4rem;
  }

  #header #headerToggle-sp .menu .text {
    text-align: center;
    margin-top: 4px;
  }

  #header #headerToggle-sp .menu .openItem {
    display: none;
  }

  #header #headerToggle-sp .menu.is-open .openItem {
    display: block;
  }

  #header #headerToggle-sp .menu.is-open .closeItem {
    display: none;
  }

  #header #headerUtility {
    width: 100%;
  }

  #header #headerUtility .toMainLink {
    display: none;
  }

  #header #headerUtility .zoomsightBtn {
    display: none;
  }

  #header #headerUtility .selectLanguage {
    padding-top: 15px;
    text-align: center;
    display: none;
    border-top: 1px solid #eaeaea;
  }

  #header #headerUtility .selectLanguage .title {
    font-size: 1.9rem;
    text-align: center;
    font-weight: bold;
    font-family: "UD Shin Go Heavy", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #header #headerUtility .selectLanguage #google_translate_element {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  #header #headerUtility .selectLanguage #google_translate_element select {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    padding: 0.6rem 1rem;
  }

  #header #headerUtility .searchBlock {
    padding: 15px 0 0 0;
    display: none;
    border-top: 1px solid #eaeaea;
  }

  #header #headerUtility .searchBlock .title {
    font-size: 1.9rem;
    text-align: center;
    font-weight: bold;
    font-family: "UD Shin Go Heavy", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #header #headerUtility .searchBlock form {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  #header #headerUtility .searchBlock .searchBox {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #header #headerUtility .searchBlock .searchBox .searchPlaceHolder {
    min-width: 190px;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #header #headerUtility .searchBlock .searchBox .searchPlaceHolder input {
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 3.2rem;
    height: 3.2rem;
  }

  #header #headerUtility .searchBlock .searchBox .searchBtn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  #header #headerUtility .searchBlock .searchBox .searchBtn > button {
    font-size: 1.5rem;
  }

  #header #headerUtility .searchBlock .searchBox .searchBtn .text {
    font-size: 1.2rem;
  }

  #header #headerUtility .searchBlock .searchHowto {
    text-align: center;
  }

  #header #headerUtility .searchBlock .searchHowto > a {
    display: inline-block;
    background-color: transparent;
    color: #000;
  }

  #header #headerUtility .searchBlock .searchHowto .text {
    padding: 0 5px;
  }

  #header #headerUtility .securityBtn {
    display: none;
  }

  #header #headerUtility .pageLinkList {
    display: none;
  }

  #header .headerNavWrap {
    border-top: 1px solid #eaeaea;
  }

  #header .headerNavWrap #globalNav-pc {
    display: none;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu {
    display: none;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu > dl {
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu > dl dt {
    font-size: 1.9rem;
    text-align: center;
    font-weight: bold;
    font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu > dl dd {
    margin-top: 12px;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink {
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li {
    border-bottom: 1px solid #e2e2e2;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li > a {
    display: block;
    position: relative;
    padding: 22px 5px;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    border-right: 16px solid #fee;
    text-decoration: none;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li > a:before {
    display: block;
    content: "";
    position: absolute;
    color: #fff;
    top: 50%;
    right: -12px;
    transform: translate(0, -50%);
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    speak: none;
    font-size: 2.2rem;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li.todoke > a {
    border-right-color: #1a237e;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li.katei > a {
    border-right-color: #ffd200;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li.katei > a:before {
    color: #000;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li.kurashi > a {
    border-right-color: #2f7600;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li.shibuya > a {
    border-right-color: #eb0053;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li.est > a {
    border-right-color: #cc4e00;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li.jigyosha > a {
    border-right-color: #008dab;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .navCategoryLink > li.kusei > a {
    border-right-color: #6a1b9a;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .btnGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .btnGroup .linkBlock {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    font-weight: bold;
    font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    margin-top: 1rem;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .btnGroup .linkBlock > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-width: 1px;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .btnGroup .linkBlock .fa {
    display: inline-block;
    color: #0048be;
    font-size: 2.4rem;
    width: 3.0rem;
    vertical-align: middle;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .btnGroup .linkBlock .text {
    display: inline-block;
    text-align: center;
    width: calc(100% - 3.4rem);
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .btnGroup .linkBlock:first-child > a {
    border-right: none;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .btnGroup .linkBlock:last-child {
    width: 100%;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .subUtilityLink {
    margin-top: 1rem;
    border-top: 1px solid #ebebeb;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .subUtilityLink .linkBlock > a {
    border-top: none;
    border-width: 1px;
    font-size: 1.2rem;
  }

  #header .headerNavWrap #globalNav-sp .globalNav-menu .subUtilityLink .linkBlock > a:before {
    top: calc(50% - 1.0rem);
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    speak: none;
    font-size: 2rem;
  }

  #footer {
    background-image: url("/assets/primary/images/common_img_border_sp.png");
    padding-bottom: 5px;
    background-size: auto 5px;
  }

  #footer .footer-inner {
    padding-top: 12px;
  }

  #footer .footer-ariaLink > div {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #footer .footer-ariaLink > div > .areaName > div,
  #footer .footer-ariaLink > div > a > div {
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  #footer .address {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  #footer .address dt {
    font-size: 1.8rem;
  }

  #footer .address dd {
    margin-top: 8px;
    font-size: 1.2rem;
  }

  #footer .btnGroup {
    margin-top: 10px;
  }

  #footer .btnGroup .linkBlock {
    width: 50%;
  }

  #footer .btnGroup .linkBlock > a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-width: 1px;
    border-left: none;
    border-right: none;
  }

  #footer .btnGroup .linkBlock:first-child > a {
    border-right: 1px solid #c7c7c7;
  }

  #footer .btnGroup .linkBlock:last-child > a {
    border-top: none;
  }

  #footer .linkListBlock {
    padding: 10px 0 20px 0;
  }

  #footer .linkListBlock .footer-utility {
    text-align: center;
  }

  #footer .linkListBlock .footer-utility > li {
    font-size: 1.2rem;
  }

  #footer .linkListBlock .footer-SNS {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
  }

  #footer .copyright {
    font-size: 1.1rem;
    padding: 16px 0;
  }

  #breadcrumb > ul {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  #pageTop {
    width: 100%;
    height: 30px;
  }

  #pageTop a {
    right: 1.2rem;
    width: 30px;
    height: 30px;
  }

  #pageTop .fa {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .section {
    margin-top: 48px;
  }

  .section .section {
    margin-top: 42px;
  }

  .section .section .section {
    margin-top: 30px;
  }

  .mBox-M {
    margin-top: 42px;
  }

  .mBox-S {
    margin-top: 30px;
  }

  .rightBlock .section {
    margin-top: 30px;
  }

  .rightBlock .mBox-M {
    margin-top: 21px;
  }

  .rightBlock .mBox-S {
    margin-top: 15px;
  }

  .formH2 {
    font-size: 1.9rem;
  }

  .formH2 + * {
    margin-top: 1.4rem;
  }

  .formGeneral .selectWrap:after {
    font-size: 2.4rem;
  }

  .formGeneral .selectWrap select {
    font-size: 1.6rem;
  }

  .formGeneral .inputWrap input {
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.6rem;
    height: 2.6rem;
  }

  .formGeneral .textareaWrap textarea {
    font-size: 1.6rem;
  }

  .formGeneral .checkboxWrap input:checked + label:after {
    font-size: 1.6rem;
  }

  .formGroup {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.6rem 0;
  }

  .formGroup:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 1.6rem 0;
  }

  .formGroup .formItem {
    padding-top: 5px;
    font-size: 1.7rem;
  }

  .formGroup .formLabel .label {
    padding: 7px 10px;
  }

  .formGroup .formTag {
    margin-top: 10px;
    width: 100%;
  }

  .formConfirmGroup {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.6rem 0;
  }

  .formConfirmGroup:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 1.6rem 0;
  }

  .formConfirmGroup .formItem {
    font-size: 1.7rem;
  }

  .formConfirmGroup .formConfirm {
    width: 100%;
    font-size: 1.7rem;
  }

  .formNotes {
    padding: 1.6rem 0;
  }

  .formBtnGroup {
    border: 4px solid #ccc;
    padding: 10px;
  }

  .formBtnGroup .btnElm,
  .formBtn .btnElm {
    margin-top: 10px;
  }

  .formBtnGroup .btnElm .linkBlock,
  .formBtn .btnElm .linkBlock {
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 5px);
  }

  .formBtnGroup .btnElm .linkBlock:only-of-type,
  .formBtn .btnElm .linkBlock:only-of-type {
    width: 100%;
  }

  .formBtnGroup .btnElm button,
  .formBtnGroup .btnElm a,
  .formBtn .btnElm button,
  .formBtn .btnElm a {
    font-size: 1.6rem;
    padding: 14px 16px;
  }

  .col-1-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(8.33333% - 18px);
  }

  .col-2-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(16.66667% - 18px);
  }

  .col-3-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(25% - 18px);
  }

  .col-4-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(33.33333% - 18px);
  }

  .col-5-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(41.66667% - 18px);
  }

  .col-6-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(50% - 18px);
  }

  .col-7-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(58.33333% - 18px);
  }

  .col-8-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(66.66667% - 18px);
  }

  .col-9-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(75% - 18px);
  }

  .col-10-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(83.33333% - 18px);
  }

  .col-11-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(91.66667% - 18px);
  }

  .col-12-sp {
    float: left;
    margin-left: 18px;
    position: relative;
    width: calc(100% - 18px);
  }

  .col-4:not([class$="-sp"]),
  .col-6:not([class$="-sp"]),
  .col-8:not([class$="-sp"]) {
    margin-top: 1.4rem;
  }

  .row-alternately-sp:after {
    content: "";
    display: table;
    clear: both;
  }

  .row-alternately-sp > * {
    width: calc(50% - 9px);
  }

  .row-alternately-sp > *:nth-child(odd) {
    float: left;
  }

  .row-alternately-sp > *:nth-child(even) {
    float: right;
  }

  .flex-sp {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-wrap-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
  }

  .flex-wrap-sp1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexC-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-justify-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-row-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -18px;
  }

  .flex-row-s-sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
  }

  .flex-1-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(8.33333% - 18px);
  }

  .flex-1-sp > .bnr-link {
    width: 100%;
  }

  .flex-1-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-1-sp .linkBlock > a,
  .flex-1-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-1-sp .linkBlock > a .wrap,
  .flex-1-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-2-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(16.66667% - 18px);
  }

  .flex-2-sp > .bnr-link {
    width: 100%;
  }

  .flex-2-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-2-sp .linkBlock > a,
  .flex-2-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-2-sp .linkBlock > a .wrap,
  .flex-2-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-3-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(25% - 18px);
  }

  .flex-3-sp > .bnr-link {
    width: 100%;
  }

  .flex-3-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-3-sp .linkBlock > a,
  .flex-3-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-3-sp .linkBlock > a .wrap,
  .flex-3-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-4-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(33.33333% - 18px);
  }

  .flex-4-sp > .bnr-link {
    width: 100%;
  }

  .flex-4-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-4-sp .linkBlock > a,
  .flex-4-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-4-sp .linkBlock > a .wrap,
  .flex-4-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-5-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(41.66667% - 18px);
  }

  .flex-5-sp > .bnr-link {
    width: 100%;
  }

  .flex-5-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-5-sp .linkBlock > a,
  .flex-5-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-5-sp .linkBlock > a .wrap,
  .flex-5-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-6-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(50% - 18px);
  }

  .flex-6-sp > .bnr-link {
    width: 100%;
  }

  .flex-6-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-6-sp .linkBlock > a,
  .flex-6-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-6-sp .linkBlock > a .wrap,
  .flex-6-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-7-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(58.33333% - 18px);
  }

  .flex-7-sp > .bnr-link {
    width: 100%;
  }

  .flex-7-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-7-sp .linkBlock > a,
  .flex-7-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-7-sp .linkBlock > a .wrap,
  .flex-7-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-8-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(66.66667% - 18px);
  }

  .flex-8-sp > .bnr-link {
    width: 100%;
  }

  .flex-8-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-8-sp .linkBlock > a,
  .flex-8-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-8-sp .linkBlock > a .wrap,
  .flex-8-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-9-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(75% - 18px);
  }

  .flex-9-sp > .bnr-link {
    width: 100%;
  }

  .flex-9-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-9-sp .linkBlock > a,
  .flex-9-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-9-sp .linkBlock > a .wrap,
  .flex-9-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-10-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(83.33333% - 18px);
  }

  .flex-10-sp > .bnr-link {
    width: 100%;
  }

  .flex-10-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-10-sp .linkBlock > a,
  .flex-10-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-10-sp .linkBlock > a .wrap,
  .flex-10-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-11-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(91.66667% - 18px);
  }

  .flex-11-sp > .bnr-link {
    width: 100%;
  }

  .flex-11-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-11-sp .linkBlock > a,
  .flex-11-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-11-sp .linkBlock > a .wrap,
  .flex-11-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-12-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px;
    position: relative;
    width: calc(100% - 18px);
  }

  .flex-12-sp > .bnr-link {
    width: 100%;
  }

  .flex-12-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-12-sp .linkBlock > a,
  .flex-12-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-12-sp .linkBlock > a .wrap,
  .flex-12-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-1-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(8.33333% - 10px);
  }

  .flex-s-1-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-1-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-1-sp .linkBlock > a,
  .flex-s-1-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-1-sp .linkBlock > a .wrap,
  .flex-s-1-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-2-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(16.66667% - 10px);
  }

  .flex-s-2-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-2-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-2-sp .linkBlock > a,
  .flex-s-2-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-2-sp .linkBlock > a .wrap,
  .flex-s-2-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-3-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(25% - 10px);
  }

  .flex-s-3-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-3-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-3-sp .linkBlock > a,
  .flex-s-3-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-3-sp .linkBlock > a .wrap,
  .flex-s-3-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-4-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(33.33333% - 10px);
  }

  .flex-s-4-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-4-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-4-sp .linkBlock > a,
  .flex-s-4-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-4-sp .linkBlock > a .wrap,
  .flex-s-4-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-5-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(41.66667% - 10px);
  }

  .flex-s-5-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-5-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-5-sp .linkBlock > a,
  .flex-s-5-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-5-sp .linkBlock > a .wrap,
  .flex-s-5-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-6-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(50% - 10px);
  }

  .flex-s-6-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-6-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-6-sp .linkBlock > a,
  .flex-s-6-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-6-sp .linkBlock > a .wrap,
  .flex-s-6-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-7-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(58.33333% - 10px);
  }

  .flex-s-7-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-7-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-7-sp .linkBlock > a,
  .flex-s-7-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-7-sp .linkBlock > a .wrap,
  .flex-s-7-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-8-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(66.66667% - 10px);
  }

  .flex-s-8-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-8-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-8-sp .linkBlock > a,
  .flex-s-8-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-8-sp .linkBlock > a .wrap,
  .flex-s-8-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-9-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(75% - 10px);
  }

  .flex-s-9-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-9-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-9-sp .linkBlock > a,
  .flex-s-9-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-9-sp .linkBlock > a .wrap,
  .flex-s-9-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-10-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(83.33333% - 10px);
  }

  .flex-s-10-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-10-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-10-sp .linkBlock > a,
  .flex-s-10-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-10-sp .linkBlock > a .wrap,
  .flex-s-10-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-11-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(91.66667% - 10px);
  }

  .flex-s-11-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-11-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-11-sp .linkBlock > a,
  .flex-s-11-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-11-sp .linkBlock > a .wrap,
  .flex-s-11-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .flex-s-12-sp {
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: calc(100% - 10px);
  }

  .flex-s-12-sp > .bnr-link {
    width: 100%;
  }

  .flex-s-12-sp .linkBlock {
    display: -ms-flexbox;
    display: flex;
  }

  .flex-s-12-sp .linkBlock > a,
  .flex-s-12-sp .linkBlock > .is-proxy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .flex-s-12-sp .linkBlock > a .wrap,
  .flex-s-12-sp .linkBlock > .is-proxy .wrap {
    display: block;
    width: 100%;
  }

  .h1Wrap {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .h1Wrap + * {
    margin-top: 15px;
  }

  .h1 {
    padding-left: 14px;
    font-size: 2.4rem;
    width: auto;
  }

  .h1:before {
    width: 5px;
  }

  .h1 > span {
    display: block;
    font-size: 1.6rem;
  }

  .h2 {
    font-size: 2.2rem;
    margin-top: 48px;
  }

  .h2:after {
    width: 30%;
  }

  .h2 + * {
    margin-top: 1.4rem;
  }

  .h3 {
    font-size: 1.9rem;
    margin-top: 42px;
  }

  .h3 + * {
    margin-top: 1.4rem;
  }

  .h3Block {
    margin-top: 42px;
  }

  .h3Block .h3 {
    margin-top: 30px;
  }

  .h4 {
    font-size: 1.7rem;
    margin-top: 30px;
  }

  .h4 + * {
    margin-top: 1.2rem;
  }

  .h4Block {
    margin-top: 30px;
  }

  .h4Block .h4 {
    margin-top: 30px;
  }

  .h2 > .link-arrow:before,
  .freeArea h2.link-arrow:before,
  .freeArea h2.arrow:not(.linkBlock):not(.button):before,
  .wysiwyg h2.link-arrow:before,
  .wysiwyg h2.arrow:not(.linkBlock):not(.button):before {
    font-size: 2.2rem;
  }

  .h3 > .link-arrow:before,
  .freeArea h3.link-arrow:before,
  .freeArea h3.arrow:not(.linkBlock):not(.button):before,
  .wysiwyg h3.link-arrow:before,
  .wysiwyg h3.arrow:not(.linkBlock):not(.button):before {
    font-size: 1.9rem;
  }

  .h4 > .link-arrow:before,
  .freeArea h4.link-arrow:before,
  .freeArea h4.arrow:not(.linkBlock):not(.button):before,
  .wysiwyg h4.link-arrow:before,
  .wysiwyg h4.arrow:not(.linkBlock):not(.button):before {
    font-size: 1.7rem;
  }

  .rightBlock .h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .rightBlock .h2 + * {
    margin-top: 2.4rem;
  }

  .iconTitle {
    text-align: center;
    padding: 24px 0 12px 0;
  }

  .iconTitle > span {
    display: inline-block;
    padding-left: 42px;
    font-size: 2.1rem;
    line-height: 32px;
    background-size: 32px 32px;
  }

  .iconTitle1 {
    text-align: center;
    padding: 28px 0 0 0;
  }

  .iconTitle1 > span {
    display: inline-block;
    padding-left: 42px;
    font-size: 2.1rem;
    line-height: 32px;
    background-size: 32px 32px;
  }

  .button > a .fa.iconDeco,
  .button > .is-proxy .fa.iconDeco,
  .button > .is-disabled .fa.iconDeco {
    font-size: 2.2rem;
    width: 4.0rem;
    padding: 0 0 0 10px;
  }

  .button > a .text,
  .button > .is-proxy .text,
  .button > .is-disabled .text {
    padding: 15px 10px 13px 5px;
    font-size: 1.4rem;
  }

  .button .text:first-child {
    padding-right: 5px;
  }

  .button.button-Y-pc > a > .wrap,
  .button.button-Y-pc > .is-proxy > .wrap,
  .button.button-Y-pc > .is-disabled > .wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 56px;
    font-weight: bold;
    font-family: "UD Shin Go DemiBold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    text-decoration: none;
  }

  .button.button-Y-pc > a > .wrap:not(.is-disabled),
  .button.button-Y-pc > .is-proxy > .wrap:not(.is-disabled),
  .button.button-Y-pc > .is-disabled > .wrap:not(.is-disabled) {
    cursor: pointer;
  }

  .button.button-Y-pc > a > .wrap .fa,
  .button.button-Y-pc > .is-proxy > .wrap .fa,
  .button.button-Y-pc > .is-disabled > .wrap .fa {
    text-align: center;
  }

  .button.button-Y-pc > a > .wrap .fa.iconDeco,
  .button.button-Y-pc > .is-proxy > .wrap .fa.iconDeco,
  .button.button-Y-pc > .is-disabled > .wrap .fa.iconDeco {
    font-size: 2.2rem;
    width: 4.0rem;
    padding: 0 0 0 10px;
  }

  .button.button-Y-pc > a > .wrap .fa.iconLink,
  .button.button-Y-pc > .is-proxy > .wrap .fa.iconLink,
  .button.button-Y-pc > .is-disabled > .wrap .fa.iconLink {
    position: absolute;
    top: 50%;
    right: -16px;
    width: 16px;
    transform: translate(0, -50%);
    font-size: 1.3rem;
  }

  .button.button-Y-pc > a > .wrap .fa.iconLink.fa-angle-right,
  .button.button-Y-pc > .is-proxy > .wrap .fa.iconLink.fa-angle-right,
  .button.button-Y-pc > .is-disabled > .wrap .fa.iconLink.fa-angle-right {
    font-size: 2.2rem;
  }

  .button.button-Y-pc > a > .wrap .text,
  .button.button-Y-pc > .is-proxy > .wrap .text,
  .button.button-Y-pc > .is-disabled > .wrap .text {
    padding: 15px 10px 13px 5px;
    text-align: center;
    width: calc(100% - 26px);
    font-size: 1.4rem;
    word-break: break-all;
  }

  .button.button-Y-sp > a,
  .button.button-Y-sp > .is-proxy,
  .button.button-Y-sp > .is-disabled {
    padding: 10px 0;
  }

  .button.button-Y-sp > a .wrap,
  .button.button-Y-sp > .is-proxy .wrap,
  .button.button-Y-sp > .is-disabled .wrap {
    width: 100%;
  }

  .button.button-Y-sp > a .fa.iconDeco,
  .button.button-Y-sp > .is-proxy .fa.iconDeco,
  .button.button-Y-sp > .is-disabled .fa.iconDeco {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 2.8rem;
  }

  .button.button-Y-sp > a .text,
  .button.button-Y-sp > .is-proxy .text,
  .button.button-Y-sp > .is-disabled .text {
    display: block;
    padding: 5px 5px 0 5px;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .btnLayoutItem-3 {
    width: calc(50% - 18px);
  }

  .btnLayoutItem-4 {
    width: calc(50% - 18px);
  }

  .btnLayoutItem-6 {
    width: calc(50% - 18px);
  }

  .rightNavBlock {
    margin-top: 48px;
  }

  .freeArea .aly_tx_xxs,
  .wysiwyg .aly_tx_xxs {
    font-size: 1.2rem;
  }

  .freeArea .aly_tx_xs,
  .wysiwyg .aly_tx_xs {
    font-size: 1.2rem;
  }

  .freeArea .aly_tx_s,
  .wysiwyg .aly_tx_s {
    font-size: 1.3rem;
  }

  .freeArea .aly_tx_m,
  .wysiwyg .aly_tx_m {
    font-size: 1.4rem;
  }

  .freeArea .aly_tx_l,
  .wysiwyg .aly_tx_l {
    font-size: 1.6rem;
  }

  .freeArea .aly_tx_xl,
  .wysiwyg .aly_tx_xl {
    font-size: 1.8rem;
  }

  .freeArea .aly_tx_xxl,
  .wysiwyg .aly_tx_xxl {
    font-size: 2.2rem;
  }

  .freeArea .container > p:not(:first-child),
  .freeArea .container > div:not(.containerFooter):not(:first-child),
  .freeArea .container > section:not(.containerFooter):not(:first-child),
  .freeArea .container > ul:not(:first-child),
  .freeArea .container > ol:not(:first-child),
  .freeArea .container > dl:not(:first-child),
  .freeArea .container > table:not(:first-child),
  .freeArea .container > img:not(:first-child),
  .freeArea .container .QandAContent > .textElm p:not(:first-child),
  .freeArea .container .QandAContent > .textElm div:not(.containerFooter):not(:first-child),
  .freeArea .container .QandAContent > .textElm section:not(.containerFooter):not(:first-child),
  .freeArea .container .QandAContent > .textElm ul:not(:first-child),
  .freeArea .container .QandAContent > .textElm ol:not(:first-child),
  .freeArea .container .QandAContent > .textElm dl:not(:first-child),
  .freeArea .container .QandAContent > .textElm table:not(:first-child),
  .freeArea .container .QandAContent > .textElm img:not(:first-child),
  .freeArea .container .js-accordionTarget > p:not(:first-child),
  .freeArea .container .js-accordionTarget > div:not(.containerFooter):not(:first-child),
  .freeArea .container .js-accordionTarget > section:not(.containerFooter):not(:first-child),
  .freeArea .container .js-accordionTarget > ul:not(:first-child),
  .freeArea .container .js-accordionTarget > ol:not(:first-child),
  .freeArea .container .js-accordionTarget > dl:not(:first-child),
  .freeArea .container .js-accordionTarget > table:not(:first-child),
  .freeArea .container .js-accordionTarget > img:not(:first-child),
  .freeArea .container section:not(.accordion) > p:not(:first-child),
  .freeArea .container section:not(.accordion) > div:not(.containerFooter):not(:first-child),
  .freeArea .container section:not(.accordion) > section:not(.containerFooter):not(:first-child),
  .freeArea .container section:not(.accordion) > ul:not(:first-child),
  .freeArea .container section:not(.accordion) > ol:not(:first-child),
  .freeArea .container section:not(.accordion) > dl:not(:first-child),
  .freeArea .container section:not(.accordion) > table:not(:first-child),
  .freeArea .container section:not(.accordion) > img:not(:first-child),
  .freeArea .container .col-6 > p:not(:first-child),
  .freeArea .container .col-6 > div:not(.containerFooter):not(:first-child),
  .freeArea .container .col-6 > section:not(.containerFooter):not(:first-child),
  .freeArea .container .col-6 > ul:not(:first-child),
  .freeArea .container .col-6 > ol:not(:first-child),
  .freeArea .container .col-6 > dl:not(:first-child),
  .freeArea .container .col-6 > table:not(:first-child),
  .freeArea .container .col-6 > img:not(:first-child),
  .freeArea .container th > p:not(:first-child),
  .freeArea .container th > div:not(.containerFooter):not(:first-child),
  .freeArea .container th > section:not(.containerFooter):not(:first-child),
  .freeArea .container th > ul:not(:first-child),
  .freeArea .container th > ol:not(:first-child),
  .freeArea .container th > dl:not(:first-child),
  .freeArea .container th > table:not(:first-child),
  .freeArea .container th > img:not(:first-child),
  .freeArea .container td > p:not(:first-child),
  .freeArea .container td > div:not(.containerFooter):not(:first-child),
  .freeArea .container td > section:not(.containerFooter):not(:first-child),
  .freeArea .container td > ul:not(:first-child),
  .freeArea .container td > ol:not(:first-child),
  .freeArea .container td > dl:not(:first-child),
  .freeArea .container td > table:not(:first-child),
  .freeArea .container td > img:not(:first-child) {
    margin-top: 15px;
  }

  .freeArea .container > h2,
  .freeArea .container .QandAContent > .textElm h2,
  .freeArea .container .js-accordionTarget > h2,
  .freeArea .container section:not(.accordion) > h2,
  .freeArea .container .col-6 > h2,
  .freeArea .container th > h2,
  .freeArea .container td > h2 {
    font-size: 2.2rem;
    margin-top: 48px;
  }

  .freeArea .container > h2:after,
  .freeArea .container .QandAContent > .textElm h2:after,
  .freeArea .container .js-accordionTarget > h2:after,
  .freeArea .container section:not(.accordion) > h2:after,
  .freeArea .container .col-6 > h2:after,
  .freeArea .container th > h2:after,
  .freeArea .container td > h2:after {
    width: 30%;
  }

  .freeArea .container > h2 + *,
  .freeArea .container .QandAContent > .textElm h2 + *,
  .freeArea .container .js-accordionTarget > h2 + *,
  .freeArea .container section:not(.accordion) > h2 + *,
  .freeArea .container .col-6 > h2 + *,
  .freeArea .container th > h2 + *,
  .freeArea .container td > h2 + * {
    margin-top: 1.4rem;
  }

  .freeArea .container > h3,
  .freeArea .container .QandAContent > .textElm h3,
  .freeArea .container .js-accordionTarget > h3,
  .freeArea .container section:not(.accordion) > h3,
  .freeArea .container .col-6 > h3,
  .freeArea .container th > h3,
  .freeArea .container td > h3 {
    font-size: 1.9rem;
    margin-top: 42px;
  }

  .freeArea .container > h3 + *,
  .freeArea .container .QandAContent > .textElm h3 + *,
  .freeArea .container .js-accordionTarget > h3 + *,
  .freeArea .container section:not(.accordion) > h3 + *,
  .freeArea .container .col-6 > h3 + *,
  .freeArea .container th > h3 + *,
  .freeArea .container td > h3 + * {
    margin-top: 1.4rem;
  }

  .freeArea .container > h4,
  .freeArea .container .QandAContent > .textElm h4,
  .freeArea .container .js-accordionTarget > h4,
  .freeArea .container section:not(.accordion) > h4,
  .freeArea .container .col-6 > h4,
  .freeArea .container th > h4,
  .freeArea .container td > h4 {
    font-size: 1.7rem;
    margin-top: 30px;
  }

  .freeArea .container > h4 + *,
  .freeArea .container .QandAContent > .textElm h4 + *,
  .freeArea .container .js-accordionTarget > h4 + *,
  .freeArea .container section:not(.accordion) > h4 + *,
  .freeArea .container .col-6 > h4 + *,
  .freeArea .container th > h4 + *,
  .freeArea .container td > h4 + * {
    margin-top: 1.2rem;
  }

  .freeArea .container > h5,
  .freeArea .container .QandAContent > .textElm h5,
  .freeArea .container .js-accordionTarget > h5,
  .freeArea .container section:not(.accordion) > h5,
  .freeArea .container .col-6 > h5,
  .freeArea .container th > h5,
  .freeArea .container td > h5 {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .freeArea .container > h5 + *,
  .freeArea .container .QandAContent > .textElm h5 + *,
  .freeArea .container .js-accordionTarget > h5 + *,
  .freeArea .container section:not(.accordion) > h5 + *,
  .freeArea .container .col-6 > h5 + *,
  .freeArea .container th > h5 + *,
  .freeArea .container td > h5 + * {
    margin-top: 1.2rem;
  }

  .freeArea .container > h6,
  .freeArea .container .QandAContent > .textElm h6,
  .freeArea .container .js-accordionTarget > h6,
  .freeArea .container section:not(.accordion) > h6,
  .freeArea .container .col-6 > h6,
  .freeArea .container th > h6,
  .freeArea .container td > h6 {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .freeArea .container > h6 + *,
  .freeArea .container .QandAContent > .textElm h6 + *,
  .freeArea .container .js-accordionTarget > h6 + *,
  .freeArea .container section:not(.accordion) > h6 + *,
  .freeArea .container .col-6 > h6 + *,
  .freeArea .container th > h6 + *,
  .freeArea .container td > h6 + * {
    margin-top: 1rem;
  }

  .freeArea .container img {
    width: auto;
    height: auto !important;
  }

  .wysiwyg > p:not(:first-child),
  .wysiwyg > div:not(.containerFooter):not(:first-child),
  .wysiwyg > section:not(.containerFooter):not(:first-child),
  .wysiwyg > ul:not(:first-child),
  .wysiwyg > ol:not(:first-child),
  .wysiwyg > dl:not(:first-child),
  .wysiwyg > table:not(:first-child),
  .wysiwyg > img:not(:first-child),
  .wysiwyg .QandAContent > .textElm p:not(:first-child),
  .wysiwyg .QandAContent > .textElm div:not(.containerFooter):not(:first-child),
  .wysiwyg .QandAContent > .textElm section:not(.containerFooter):not(:first-child),
  .wysiwyg .QandAContent > .textElm ul:not(:first-child),
  .wysiwyg .QandAContent > .textElm ol:not(:first-child),
  .wysiwyg .QandAContent > .textElm dl:not(:first-child),
  .wysiwyg .QandAContent > .textElm table:not(:first-child),
  .wysiwyg .QandAContent > .textElm img:not(:first-child),
  .wysiwyg .js-accordionTarget > p:not(:first-child),
  .wysiwyg .js-accordionTarget > div:not(.containerFooter):not(:first-child),
  .wysiwyg .js-accordionTarget > section:not(.containerFooter):not(:first-child),
  .wysiwyg .js-accordionTarget > ul:not(:first-child),
  .wysiwyg .js-accordionTarget > ol:not(:first-child),
  .wysiwyg .js-accordionTarget > dl:not(:first-child),
  .wysiwyg .js-accordionTarget > table:not(:first-child),
  .wysiwyg .js-accordionTarget > img:not(:first-child),
  .wysiwyg section:not(.accordion) > p:not(:first-child),
  .wysiwyg section:not(.accordion) > div:not(.containerFooter):not(:first-child),
  .wysiwyg section:not(.accordion) > section:not(.containerFooter):not(:first-child),
  .wysiwyg section:not(.accordion) > ul:not(:first-child),
  .wysiwyg section:not(.accordion) > ol:not(:first-child),
  .wysiwyg section:not(.accordion) > dl:not(:first-child),
  .wysiwyg section:not(.accordion) > table:not(:first-child),
  .wysiwyg section:not(.accordion) > img:not(:first-child),
  .wysiwyg .col-6 > p:not(:first-child),
  .wysiwyg .col-6 > div:not(.containerFooter):not(:first-child),
  .wysiwyg .col-6 > section:not(.containerFooter):not(:first-child),
  .wysiwyg .col-6 > ul:not(:first-child),
  .wysiwyg .col-6 > ol:not(:first-child),
  .wysiwyg .col-6 > dl:not(:first-child),
  .wysiwyg .col-6 > table:not(:first-child),
  .wysiwyg .col-6 > img:not(:first-child),
  .wysiwyg th > p:not(:first-child),
  .wysiwyg th > div:not(.containerFooter):not(:first-child),
  .wysiwyg th > section:not(.containerFooter):not(:first-child),
  .wysiwyg th > ul:not(:first-child),
  .wysiwyg th > ol:not(:first-child),
  .wysiwyg th > dl:not(:first-child),
  .wysiwyg th > table:not(:first-child),
  .wysiwyg th > img:not(:first-child),
  .wysiwyg td > p:not(:first-child),
  .wysiwyg td > div:not(.containerFooter):not(:first-child),
  .wysiwyg td > section:not(.containerFooter):not(:first-child),
  .wysiwyg td > ul:not(:first-child),
  .wysiwyg td > ol:not(:first-child),
  .wysiwyg td > dl:not(:first-child),
  .wysiwyg td > table:not(:first-child),
  .wysiwyg td > img:not(:first-child) {
    margin-top: 15px;
  }

  .wysiwyg > h2,
  .wysiwyg .QandAContent > .textElm h2,
  .wysiwyg .js-accordionTarget > h2,
  .wysiwyg section:not(.accordion) > h2,
  .wysiwyg .col-6 > h2,
  .wysiwyg th > h2,
  .wysiwyg td > h2 {
    font-size: 2.2rem;
    margin-top: 48px;
  }

  .wysiwyg > h2:after,
  .wysiwyg .QandAContent > .textElm h2:after,
  .wysiwyg .js-accordionTarget > h2:after,
  .wysiwyg section:not(.accordion) > h2:after,
  .wysiwyg .col-6 > h2:after,
  .wysiwyg th > h2:after,
  .wysiwyg td > h2:after {
    width: 30%;
  }

  .wysiwyg > h2 + *,
  .wysiwyg .QandAContent > .textElm h2 + *,
  .wysiwyg .js-accordionTarget > h2 + *,
  .wysiwyg section:not(.accordion) > h2 + *,
  .wysiwyg .col-6 > h2 + *,
  .wysiwyg th > h2 + *,
  .wysiwyg td > h2 + * {
    margin-top: 1.4rem;
  }

  .wysiwyg > h3,
  .wysiwyg .QandAContent > .textElm h3,
  .wysiwyg .js-accordionTarget > h3,
  .wysiwyg section:not(.accordion) > h3,
  .wysiwyg .col-6 > h3,
  .wysiwyg th > h3,
  .wysiwyg td > h3 {
    font-size: 1.9rem;
    margin-top: 42px;
  }

  .wysiwyg > h3 + *,
  .wysiwyg .QandAContent > .textElm h3 + *,
  .wysiwyg .js-accordionTarget > h3 + *,
  .wysiwyg section:not(.accordion) > h3 + *,
  .wysiwyg .col-6 > h3 + *,
  .wysiwyg th > h3 + *,
  .wysiwyg td > h3 + * {
    margin-top: 1.4rem;
  }

  .wysiwyg > h4,
  .wysiwyg .QandAContent > .textElm h4,
  .wysiwyg .js-accordionTarget > h4,
  .wysiwyg section:not(.accordion) > h4,
  .wysiwyg .col-6 > h4,
  .wysiwyg th > h4,
  .wysiwyg td > h4 {
    font-size: 1.7rem;
    margin-top: 30px;
  }

  .wysiwyg > h4 + *,
  .wysiwyg .QandAContent > .textElm h4 + *,
  .wysiwyg .js-accordionTarget > h4 + *,
  .wysiwyg section:not(.accordion) > h4 + *,
  .wysiwyg .col-6 > h4 + *,
  .wysiwyg th > h4 + *,
  .wysiwyg td > h4 + * {
    margin-top: 1.2rem;
  }

  .wysiwyg > h5,
  .wysiwyg .QandAContent > .textElm h5,
  .wysiwyg .js-accordionTarget > h5,
  .wysiwyg section:not(.accordion) > h5,
  .wysiwyg .col-6 > h5,
  .wysiwyg th > h5,
  .wysiwyg td > h5 {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .wysiwyg > h5 + *,
  .wysiwyg .QandAContent > .textElm h5 + *,
  .wysiwyg .js-accordionTarget > h5 + *,
  .wysiwyg section:not(.accordion) > h5 + *,
  .wysiwyg .col-6 > h5 + *,
  .wysiwyg th > h5 + *,
  .wysiwyg td > h5 + * {
    margin-top: 1.2rem;
  }

  .wysiwyg > h6,
  .wysiwyg .QandAContent > .textElm h6,
  .wysiwyg .js-accordionTarget > h6,
  .wysiwyg section:not(.accordion) > h6,
  .wysiwyg .col-6 > h6,
  .wysiwyg th > h6,
  .wysiwyg td > h6 {
    font-size: 1.5rem;
    margin-top: 30px;
  }

  .wysiwyg > h6 + *,
  .wysiwyg .QandAContent > .textElm h6 + *,
  .wysiwyg .js-accordionTarget > h6 + *,
  .wysiwyg section:not(.accordion) > h6 + *,
  .wysiwyg .col-6 > h6 + *,
  .wysiwyg th > h6 + *,
  .wysiwyg td > h6 + * {
    margin-top: 1rem;
  }

  .wysiwyg img {
    width: auto;
    height: auto !important;
  }

  .textBox > p + p,
  .textBox > p + div,
  .textBox > p + ul,
  .textBox > p + ol,
  .textBox > p + dl,
  .textBox > ul + p,
  .textBox > ul + div,
  .textBox > ul + ul,
  .textBox > ul + ol,
  .textBox > ul + dl,
  .textBox > ol + p,
  .textBox > ol + div,
  .textBox > ol + ul,
  .textBox > ol + ol,
  .textBox > ol + dl,
  .textBox > div + p,
  .textBox > div + div,
  .textBox > div + ul,
  .textBox > div + ol,
  .textBox > div + dl,
  .textBox > dl + dl,
  .textBox > dl + p,
  .textBox > dl + div,
  .textBox > dl + ul,
  .textBox > dl + ol,
  .textBox > dl + dl {
    margin-top: 15px;
  }

  ul.utilityBox > li {
    font-size: 1.2rem;
  }

  ul.utilityBox > li + li {
    margin-top: 1.2rem;
  }

  ul.utilityBox > li > dl {
    display: -ms-flexbox;
    display: flex;
  }

  ul.utilityBox > li > dl.jurisdiction > dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  a[target="_blank"]:after,
  a[target="_blank"] .link-arrow > .is-proxy:after,
  .freeArea a[target="_blank"] .arrow > .is-proxy:after,
  .wysiwyg a[target="_blank"] .arrow > .is-proxy:after {
    top: 0.1rem;
    width: 1.25em;
    height: 1.2em;
    vertical-align: text-top;
  }

  a[href$=".pdf"]:after,
  a[href$=".pdf"] .link-arrow > .is-proxy:after,
  .freeArea a[href$=".pdf"] .arrow > .is-proxy:after,
  .wysiwyg a[href$=".pdf"] .arrow > .is-proxy:after {
    width: 1.25em;
    height: 1.2em;
    vertical-align: top;
  }

  a[href$=".xls"]:after,
  a[href$=".xls"] .link-arrow > .is-proxy:after,
  .freeArea a[href$=".xls"] .arrow > .is-proxy:after,
  .wysiwyg a[href$=".xls"] .arrow > .is-proxy:after,
  a[href$=".xlsx"]:after,
  a[href$=".xlsx"] .link-arrow > .is-proxy:after,
  .freeArea a[href$=".xlsx"] .arrow > .is-proxy:after,
  .wysiwyg a[href$=".xlsx"] .arrow > .is-proxy:after {
    width: 1.25em;
    height: 1.2em;
    vertical-align: top;
  }

  a[href$=".docx"]:after,
  a[href$=".docx"] .link-arrow > .is-proxy:after,
  .freeArea a[href$=".docx"] .arrow > .is-proxy:after,
  .wysiwyg a[href$=".docx"] .arrow > .is-proxy:after,
  a[href$=".doc"]:after,
  a[href$=".doc"] .link-arrow > .is-proxy:after,
  .freeArea a[href$=".doc"] .arrow > .is-proxy:after,
  .wysiwyg a[href$=".doc"] .arrow > .is-proxy:after {
    width: 1.25em;
    height: 1.2em;
    vertical-align: top;
  }

  .link-arrow:before,
  .freeArea .arrow:not(.linkBlock):not(.button):before,
  .wysiwyg .arrow:not(.linkBlock):not(.button):before {
    width: 1.8rem;
  }

  .link-arrow:before,
  .freeArea .arrow:not(.linkBlock):not(.button):before,
  .wysiwyg .arrow:not(.linkBlock):not(.button):before {
    font-size: 2rem;
  }

  .link-anchor:before {
    top: 0;
    width: 1.8rem;
  }

  .link-anchor:before {
    font-size: 1.4rem;
  }

  .linkBlock > a,
  .linkBlock > button {
    padding: 1.6rem 2.4rem 1.6rem 1.2rem;
  }

  .linkBlock > a:before,
  .linkBlock > button:before,
  .linkBlock > .is-proxy:before {
    top: calc(50% - 1.2rem);
  }

  .linkBlock > a:before,
  .linkBlock > button:before,
  .linkBlock > .is-proxy:before {
    font-size: 2.4rem;
  }

  .linkBlock > a[target="_blank"]:before {
    top: calc(50% - 1.3rem);
  }

  .linkBlock > a[target="_blank"]:before {
    font-size: 1.6rem;
  }

  [target="_blank"] .linkBlock > .is-proxy:before {
    top: calc(50% - 1.3rem);
  }

  [target="_blank"] .linkBlock > .is-proxy:before {
    font-size: 1.6rem;
  }

  .linkBlock > a[href$=".pdf"]:before {
    font-size: 1.6rem;
  }

  [href$=".pdf"] .linkBlock > .is-proxy:before {
    font-size: 1.6rem;
  }

  .linkBlock.linkBlock-em > a,
  .linkBlock.linkBlock-em > button,
  .linkBlock.linkBlock-em > .is-proxy {
    border: 2px solid #000;
  }

  .linkBlock.linkBlock-em > a:before,
  .linkBlock.linkBlock-em > button:before,
  .linkBlock.linkBlock-em > .is-proxy:before {
    top: calc(50% - 1.2rem);
  }

  .linkBlock.linkBlock-em > a:before,
  .linkBlock.linkBlock-em > button:before,
  .linkBlock.linkBlock-em > .is-proxy:before {
    font-size: 2.4rem;
  }

  .linkBlock.linkBlock-em > a[target="_blank"]:before {
    top: calc(50% - 1.2rem);
  }

  .linkBlock.linkBlock-em > a[target="_blank"]:before {
    font-size: 1.6rem;
  }

  .linkBlock-back > a,
  .linkBlock-back > button {
    padding: 1.8rem 1.8rem 1.6rem 2.4rem;
  }

  .linkBlock-back > a:before,
  .linkBlock-back > button:before {
    top: calc(50% - 1.2rem);
  }

  .linkBlock-back > a:before,
  .linkBlock-back > button:before {
    font-size: 2.4rem;
  }

  .linkBlock-group.linkBlock-connect-Y-sp {
    margin-top: 0;
  }

  .linkBlock-group.linkBlock-connect-Y-sp .linkBlock {
    margin-top: 0;
  }

  .linkBlock-group.linkBlock-connect-Y-sp > *:not(:last-child) .linkBlock a {
    border-bottom: none;
  }

  .linkBlock-imgSetList .linkBlock-imgSet > a {
    padding: 8px;
  }

  .linkBlock-imgSetList .linkBlock-imgSet > a .imgElm {
    width: 45px;
    height: 45px;
  }

  .linkBlock-imgSetList .linkBlock-imgSet > a .textElm {
    margin-left: 8px;
    width: calc(100% - 53px);
    font-size: 1.2rem;
  }

  .rightBlock .linkBlock-imgSetList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rightBlock .linkBlock-imgSetList .linkBlock-imgSet {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .rightBlock .linkBlock-imgSetList .linkBlock-imgSet > a {
    width: 100%;
  }

  .rightBlock .linkBlock-imgSetList .linkBlock-imgSet:nth-child(even) {
    border-left: none;
  }

  .rightBlock .linkBlock-imgSetList .linkBlock-imgSet:nth-child(n + 3) {
    border-top: none;
  }

  .listBlock > li {
    margin-top: 1.4rem;
  }

  .listBlock-tumb-list > li,
  .listBlock-border > li {
    padding: 1.4rem 0;
  }

  .listBlock-tumb-img {
    width: 93px;
    height: 65px;
  }

  .listBlock-tumb-txt {
    margin-top: 0.6rem;
  }

  .listBlock-tumb-txt:after {
    top: 0.1rem;
    width: 1.25em;
    height: 1.2em;
    vertical-align: text-top;
  }

  .bnr-link > a[target="_blank"]:before {
    font-size: 1.4rem;
  }

  .bnrBelt-link__a__label {
    padding: 8px 19px 8px 14px;
  }

  a.targetBlankBadge[target="_blank"]:before {
    font-size: 1.4rem;
  }

  .tableScroll {
    overflow: auto;
  }

  .tableScroll .table {
    width: 920px;
  }

  .tableScroll::-webkit-scrollbar {
    height: 5px;
  }

  .tableScroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .tableScroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }

  .label-icon .fa {
    padding: 5px 10px 10px 10px;
  }

  .label-icon .fa:before {
    font-size: 2.0rem;
  }

  .label-icon > a {
    padding: 10px 12px 10px 34px;
    font-size: 1.4rem;
  }

  .tab .tabParent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab .tabChild {
    border-top: 1px solid #fff;
    width: 25%;
  }

  .tab .tabChild.all {
    width: 50%;
  }

  .tab .js-tabTrigger,
  .tab .tabLink {
    min-height: 54px;
  }

  .tab .js-tabTarget,
  .tab .tabTarget {
    margin-top: 1.4rem;
  }

  .tab.is-half .tabParent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab.is-half .tabChild {
    width: 50%;
  }

  .js-carouselWrap .slick-start,
  .js-carouselWrap .slick-stop {
    width: 14px;
    height: 14px;
  }

  .js-carouselWrap .slick-start > button,
  .js-carouselWrap .slick-stop > button {
    width: 14px;
    height: 14px;
  }

  .js-carouselWrap .slick-start > button:before,
  .js-carouselWrap .slick-stop > button:before {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }

  .js-carouselWrap .slick-start > button:before {
    font-size: 1rem;
  }

  .js-carouselWrap .slick-stop > button:before {
    font-size: 1rem;
  }

  .js-carouselWrap .slick-dots > li {
    margin-right: 0;
    padding: 0 0 4px 6px;
  }

  .js-carouselWrap .slick-arrow .slick-prev,
  .js-carouselWrap .slick-arrow .slick-next {
    width: 20px;
    height: 20px;
  }

  .js-carouselWrap .slick-arrow .slick-prev > button,
  .js-carouselWrap .slick-arrow .slick-next > button {
    width: 20px;
    height: 20px;
  }

  .js-carouselWrap .slick-arrow .slick-prev > button:before,
  .js-carouselWrap .slick-arrow .slick-next > button:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .js-carouselWrap .slick-arrow .slick-prev > button:before {
    font-size: 1.6rem;
  }

  .js-carouselWrap .slick-arrow .slick-next > button:before {
    font-size: 1.6rem;
  }

  .carouselGeneral {
    padding-bottom: 52px;
  }

  .carouselGeneral .js-carousel .slick-arrow .slick-prev,
  .carouselGeneral .js-carouselAuto .slick-arrow .slick-prev {
    margin-top: -10px;
    left: -10px;
  }

  .carouselGeneral .js-carousel .slick-arrow .slick-next,
  .carouselGeneral .js-carouselAuto .slick-arrow .slick-next {
    margin-top: -10px;
    right: -10px;
  }

  .carouselGeneral .slick-dots {
    padding: 20px 45px;
    margin: 0 0 -4px -6px;
  }

  .carouselAutoBtn {
    margin-top: 15px;
    right: 12px;
  }

  .carouselBorder[data-num-sp="2"] .slick-list,
  .carouselBorder[data-num-sp="3"] .slick-list,
  .carouselBorder[data-num-sp="4"] .slick-list,
  .carouselBorder[data-num-sp="5"] .slick-list,
  .carouselBorder[data-num-sp="6"] .slick-list {
    margin-left: -18px;
  }

  .carouselBorder[data-num-sp="2"] .carouselItem,
  .carouselBorder[data-num-sp="3"] .carouselItem,
  .carouselBorder[data-num-sp="4"] .carouselItem,
  .carouselBorder[data-num-sp="5"] .carouselItem,
  .carouselBorder[data-num-sp="6"] .carouselItem {
    margin-left: 18px;
  }

  .withListCarousel p + .carouselGeneral {
    margin-top: 8px;
  }

  .accordion .accordionTriggerDefault:after {
    font-size: 3.4rem;
  }

  .accordion .accordionTriggerSearchByMap {
    padding: 20px 34px 20px 10px;
    font-size: 1.6rem;
  }

  .accordion .accordionTriggerSearchByMap:after {
    font-size: 1.4rem;
  }

  .accordion .accordionTriggerSearchByMap:after {
    top: 20px;
    right: 10px;
    width: 2.2rem;
    height: 2.2rem;
  }

  .accordion.js-accordionWrap.is-open .accordionTriggerDefault:after {
    font-size: 3.4rem;
  }

  .accordion.js-accordionWrap.is-open .accordionTriggerSearchByMap:after {
    font-size: 1.4rem;
  }

  .stepWrap > ol > li p {
    font-size: 1.6rem;
  }

  .stepWrap > ol > li p span {
    display: block;
    word-break: break-all;
  }

  .visual .visualContent {
    min-height: 160px;
  }

  .visual .visualContent .visualText p {
    font-size: 1.4rem;
  }

  .visual .visualContent .visualText .title {
    font-size: 2.8rem;
  }

  .introVisual .visualImg {
    text-align: left;
  }

  .introVisual .visualImg img {
    width: 50%;
  }

  .introVisual .leadtex {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "UD Shin Go Medium", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    position: absolute;
    top: 10vw;
    right: 0;
    width: 50%;
    padding-right: 12px;
  }

  .introVisual .introText {
    margin-top: 26px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .introVisual .introText dl {
    margin-top: 12px;
  }

  .introVisual .introText dl dt {
    display: inline-block;
    font-weight: bold;
    font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    padding-right: 12px;
  }

  .introVisual .introText dl dd {
    display: inline-block;
    font-weight: bold;
    font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  .introVisual .introText ruby rt {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #localNav a:before {
    top: calc(50% - 1.1rem);
  }

  #localNav a:before {
    font-size: 2.2rem;
  }

  .QandABlock .QandATrigger:after {
    font-size: 3.4rem;
  }

  .QandABlock.js-accordionWrap.is-open .QandATrigger:after {
    font-size: 3.4rem;
  }

  .youtubeBlock {
    max-width: none;
  }

  .mapBlock .mapElm {
    height: 245px;
  }

  .containerHeaderIn .snsWrap {
    margin-top: 1.4rem;
  }

  .freeArea .container .containerFooter,
  .containerFooter {
    margin-top: 48px;
  }

  .freeArea .container .containerFooter .section + .section,
  .containerFooter .section + .section {
    margin-top: 15px;
  }

  .profileBlock dl dt {
    font-weight: bold;
    font-family: "UD Shin Go Bold", -apple-system, "Lucida Grande", "Helvetica Neue", "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }

  .profileBlock ruby rt {
    font-size: 1.1rem;
  }

  .relatedBlock {
    border-left: 4px solid #ebebeb;
    border-bottom: 4px solid #ebebeb;
    border-right: 4px solid #ebebeb;
  }

  .relatedBlock .title {
    padding: 10px;
  }

  .relatedBlock .title .fa {
    font-size: 1.8rem;
    width: 2.8rem;
  }

  .relatedBlock .title .text {
    font-size: 1.6rem;
    line-height: 1.2;
    width: calc(100% - 2.8rem);
  }

  .relatedBlock .relatedContentWrap {
    padding: 15px 15px 0 15px;
  }

  .relatedBlock .relatedContentWrap .relatedContent {
    padding-bottom: 15px;
  }

  .relatedBlock .relatedContentWrap .relatedContent + .relatedContent {
    padding-top: 15px;
  }

  .relatedBlock .relatedContentWrap .telElm {
    font-size: 1.6rem;
  }

  .relatedBlock .relatedContentWrap .btnElm {
    margin-top: 0.6rem;
  }

  .informationBlock .information-button {
    margin-top: 1.4rem;
  }

  .pagelinkBlock {
    margin-top: 48px;
  }

  .mBox-S + .pagelinkBlock {
    margin-top: 24px;
  }

  .pagelinkBlock > dl > dt {
    padding: 0.6rem;
    margin-bottom: 18px;
  }

  .pagelinkBlock > dl > dt:after {
    content: '';
    border-left: 16px solid transparent;
    border-top: 16px solid transparent;
    border-bottom: 16px solid #fff;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: rotate(45deg);
  }

  .categoryLink-box {
    margin-top: 0;
    border-width: 1px;
  }

  .categoryLink-box + .categoryLink-box {
    border-top: none;
  }

  .categoryLink-box > dl .mainCategory {
    padding: 1.2rem;
    font-size: 1.4rem;
  }

  .categoryLink-box > dl .mainCategory .img {
    margin-right: 1.2rem;
    width: 78px;
    height: 78px;
  }

  .categoryLink-box > dl .mainCategory .link-arrow,
  .categoryLink-box > dl .mainCategory .arrow:not(.linkBlock):not(.button) {
    width: calc(100% - 96px);
  }

  .categoryLink-box > dl .mainCategory .link-arrow:before,
  .categoryLink-box > dl .mainCategory .arrow:not(.linkBlock):not(.button):before {
    width: 1.8rem;
  }

  .categoryLink-box > dl .mainCategory .link-arrow:before,
  .categoryLink-box > dl .mainCategory .arrow:not(.linkBlock):not(.button):before {
    font-size: 2.6rem;
  }

  .categoryLink-box > dl .subCategory {
    padding: 1.2rem;
    background-color: #ededed;
  }

  .categoryLink-second a {
    min-height: 70px;
    font-size: 1.6rem;
  }

  .categoryLink .accordionIcon:after {
    font-size: 3.4rem;
  }

  .categoryLink .js-accordionWrap.is-open .accordionIcon:after {
    font-size: 3.4rem;
  }

  .categoryLink.js-categoryLinkAccordion .js-categoryLinkTrigger {
    display: none;
  }

  .recommendBlock {
    padding-top: 4.2rem;
  }

  .securityBlock .title .link-arrow {
    padding-left: 2.0rem;
  }

  .securityBlock .title .link-arrow:before {
    font-size: 2.6rem;
  }

  .securityBlock .detailText p {
    font-size: 1.2rem;
  }

  .emergencyWrap {
    padding: 10px;
  }

  .emergencyWrap .emergencyBlock {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    padding: 10px;
  }

  .emergencyWrap .fa {
    font-size: 1.5rem;
    width: 22px;
  }

  .emergencyWrap .emergencyBox {
    width: calc(100% - 22px);
  }

  .anomaly-col .leftElm {
    width: calc(50% - 6px);
    margin-bottom: 15px;
  }

  .anomaly-col .rightElm {
    width: calc(50% - 6px);
    margin-bottom: 15px;
  }

  .anomaly-col .irregularElm {
    clear: both;
  }

  #categoryTop {
    background-image: url("/assets/primary/images/common_img_border_sp.png");
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: auto 5px;
  }

  .localNews-header {
    margin-bottom: 1.2rem;
  }

  .localNews-header img {
    vertical-align: top;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .localNews-header-txt01 {
    width: 40%;
  }

  .localNews-header-txt02 {
    width: 58%;
    margin-left: 0;
    margin-top: 10px;
  }

  .localNews-lead {
    margin-bottom: 1.2rem;
  }

  .localNews-section {
    margin-bottom: 1.2rem;
  }

  .localNews-pagenav {
    margin: 20px auto 20px auto;
  }

  .localNews-pagenav > ol > li {
    font-size: 1.125rem;
    height: 26px;
    min-width: 26px;
  }

  .block-sp {
    display: block !important;
  }

  .hidden-sp {
    display: none !important;
  }

  .flR-sp {
    float: right !important;
  }

  .flL-sp {
    float: left !important;
  }

  .flNone-sp {
    float: none !important;
  }

  .imgAuto {
    max-width: 100%;
  }

  .txt-wrap-sp {
    word-break: break-all;
  }

  .txt-nowrap-sp {
    white-space: nowrap;
  }

  .txtC-sp {
    text-align: center !important;
  }

  .txtR-sp {
    text-align: right !important;
  }

  .txtL-sp {
    text-align: left !important;
  }

  .txtM-sp {
    vertical-align: middle !important;
  }

  .txtT-sp {
    vertical-align: top !important;
  }

  .txtB-sp {
    vertical-align: bottom !important;
  }

  .w5p-sp {
    width: 5% !important;
  }

  .w10p-sp {
    width: 10% !important;
  }

  .w15p-sp {
    width: 15% !important;
  }

  .w20p-sp {
    width: 20% !important;
  }

  .w25p-sp {
    width: 25% !important;
  }

  .w30p-sp {
    width: 30% !important;
  }

  .w35p-sp {
    width: 35% !important;
  }

  .w40p-sp {
    width: 40% !important;
  }

  .w45p-sp {
    width: 45% !important;
  }

  .w50p-sp {
    width: 50% !important;
  }

  .w55p-sp {
    width: 55% !important;
  }

  .w60p-sp {
    width: 60% !important;
  }

  .w65p-sp {
    width: 65% !important;
  }

  .w70p-sp {
    width: 70% !important;
  }

  .w75p-sp {
    width: 75% !important;
  }

  .w80p-sp {
    width: 80% !important;
  }

  .w85p-sp {
    width: 85% !important;
  }

  .w90p-sp {
    width: 90% !important;
  }

  .w95p-sp {
    width: 95% !important;
  }

  .w100p-sp {
    width: 100% !important;
  }

  .mt-s-sp {
    margin-top: 1.2rem;
  }

  .mt-default-sp {
    margin-top: 1.4rem;
  }

  .mt-m-sp {
    margin-top: 1.6rem;
  }

  .mt-l-sp {
    margin-top: 1.8rem;
  }

  .kosodate_benrityo > .wrapper {
    background-size: auto 28px;
  }

  .kosodate_benrityo .h1Wrap {
    background-size: auto 3px;
  }

  .kosodate_benrityo .h1Wrap .h1 {
    padding: 0 12px;
    background-image: url("/assets/primary/images/common_img_kosodate_kosodate_bg_h1_sp.png");
    background-size: auto 72px;
    height: 72px;
  }

  .kosodate_benrityo #main h2:not(.title):not(.kosodateH2) .link-arrow:before,
  .kosodate_benrityo #main h2:not(.title):not(.kosodateH2) .arrow:not(.linkBlock):not(.button):before,
  .kosodate_benrityo #main .h2 .link-arrow:before,
  .kosodate_benrityo #main .h2 .arrow:not(.linkBlock):not(.button):before {
    top: 2px;
    width: 22px;
    height: 22px;
    font-size: 1.8rem;
  }

  .kosodate_benrityo #main h3 .link-arrow:before,
  .kosodate_benrityo #main h3 .arrow:not(.linkBlock):not(.button):before,
  .kosodate_benrityo #main .h3 .link-arrow:before,
  .kosodate_benrityo #main .h3 .arrow:not(.linkBlock):not(.button):before {
    left: -5px;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 1.7rem;
  }

  .kosodate_benrityo #main h3 h4 .link-arrow:before,
  .kosodate_benrityo #main h3 h4 .arrow:not(.linkBlock):not(.button):before,
  .kosodate_benrityo #main h3 .h4 .link-arrow:before,
  .kosodate_benrityo #main h3 .h4 .arrow:not(.linkBlock):not(.button):before,
  .kosodate_benrityo #main .h3 h4 .link-arrow:before,
  .kosodate_benrityo #main .h3 h4 .arrow:not(.linkBlock):not(.button):before,
  .kosodate_benrityo #main .h3 .h4 .link-arrow:before,
  .kosodate_benrityo #main .h3 .h4 .arrow:not(.linkBlock):not(.button):before {
    top: 2px;
  }

  .kosodate_benrityo #main .linkBlock.linkBlock-em > a,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > button,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > .is-proxy {
    border-radius: 6px;
    padding-right: 30px;
  }

  .kosodate_benrityo #main .linkBlock.linkBlock-em > a:before,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > button:before,
  .kosodate_benrityo #main .linkBlock.linkBlock-em > .is-proxy:before {
    width: 24px;
    height: 24px;
    font-size: 2.0rem;
  }

  .kosodate_benrityo #main .linkBlock.linkBlock-em > a[target="_blank"]:before {
    font-size: 1.4rem;
  }

  .kosodate_benrityo #main .accordion .accordionTriggerDefault {
    padding: 10px 46px 10px 10px;
  }

  .kosodate_benrityo #main .QandABlock .QandATrigger {
    padding: 10px 46px 10px 0;
  }

  .kosodate_benrityo #main .QandABlock .QandATrigger .textElm {
    font-size: 1.4rem;
  }

  .kosodate_benrityo #main .QandABlock .accordionTargetBg {
    padding: 5px;
  }

  .kosodate_benrityo #main .QandABlock .accordionTargetBg .QandAContent {
    padding: 10px 10px 10px 0;
  }

  .kosodate_benrityo #main .QandABlock .accordionTargetBg .QandAContent:before {
    border-bottom: 12px solid #fff7c1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -12px;
    left: 40px;
  }

  .kosodate_benrityo #main .QandABlock .QandAicon {
    font-size: 2.0rem;
    margin-right: 0;
  }

  .kosodate_benrityo #main .link-arrow,
  .kosodate_benrityo #main .arrow:not(.linkBlock):not(.button) {
    padding-left: 20px;
  }

  .kosodate_benrityo #main .link-arrow:before,
  .kosodate_benrityo #main .arrow:not(.linkBlock):not(.button):before {
    font-size: 1.3rem;
  }

  .kosodate_benrityo #main .link-arrow:before,
  .kosodate_benrityo #main .arrow:not(.linkBlock):not(.button):before {
    width: 16px;
    height: 16px;
    padding-left: 2px;
    padding-top: 1px;
  }

  .kosodate_benrityo #main .link-anchor {
    padding-left: 24px;
  }

  .kosodate_benrityo #main .link-anchor:before {
    width: 18px;
    height: 18px;
    font-size: 1.1rem;
  }

  .kosodate_benrityo #main dl.dl-row + dl.dl-row {
    margin-top: 5px;
  }

  .kosodate_benrityo .pagelinkBlock + section > .h2 {
    margin-top: 24px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 767px) {
  button.mfp-close,
  .active .mfp-close {
    display: none;
  }

  .popUp {
    padding: 19px 8px 74px;
  }

  #inline-wrap {
    margin: 20px auto 20px;
  }

  .popUpTitle {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }

  .popUpBtn {
    margin-top: 12px;
  }

  .popUpBtn a {
    width: 90px;
    height: 34px;
    padding: 11px 0;
    font-size: 1.2rem;
    line-height: 12px;
    padding-left: 18px;
    box-sizing: border-box;
    font-weight: bold;
  }

  .popUpBtn a i {
    width: 12px;
    height: 12px;
    left: 11px;
  }

  .popUpPrint {
    display: none;
  }

  #inline-wrap.active .popup-modal-dismiss {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 16px;
  }

  .popUpLinkBox .snsBox {
    width: 100%;
    float: none;
    margin-bottom: 28px;
  }

  .popUpLinkBox .snsBox p {
    margin-top: 0;
    text-align: center;
  }

  .sns {
    text-align: center;
  }

  .sns li .fb_iframe_widget span {
    top: 0;
    vertical-align: middle !important;
  }

  .popUpLinkBox .txtLinkBtn {
    width: 100%;
    float: none;
  }
}

@media (max-width: 736px) {
  .btnLayoutItem-3 {
    width: 100%;
  }

  .btnLayoutItem-3:first-child {
    margin-top: 0;
  }

  .btnLayoutItem-4 {
    width: 100%;
  }

  .btnLayoutItem-4:first-child {
    margin-top: 0;
  }

  .btnLayoutItem-6 {
    width: 100%;
  }

  .btnLayoutItem-6:first-child {
    margin-top: 0;
  }

  .btnLayoutItem-8 {
    width: 100%;
  }

  .btnLayoutItem-8:first-child {
    margin-top: 0;
  }
}