@charset 'UTF-8';/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.mod-lyt.align-left>.mod-lyt__inner {
  justify-content: flex-start!important;
}

.mod-lyt.align-center>.mod-lyt__inner {
  justify-content: center!important;
}

.mod-lyt.align-right>.mod-lyt__inner {
  justify-content: flex-end!important;
}

.mod-lyt[data-col=auto]>.mod-lyt__inner>.mod-lyt__content {
  width: auto;
  min-width: 0;
  max-width: none;
  flex-basis: auto;
}

.mod-lyt[data-col='2']>.mod-lyt__inner>.mod-lyt__content {
  min-width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}

.mod-lyt[data-col='3']>.mod-lyt__inner>.mod-lyt__content {
  min-width: 33.33333%;
  max-width: 33.33333%;
  flex-basis: 33.33333%;
}

.mod-lyt[data-col='4']>.mod-lyt__inner>.mod-lyt__content {
  min-width: 25%;
  max-width: 25%;
  flex-basis: 25%;
}

.mod-lyt>.mod-lyt__inner>.of-full.mod-lyt__content {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

.mod-lyt>.mod-lyt__inner>.of-fillin.mod-lyt__content {
  width: auto;
  max-width: none;
  flex-basis: auto;
  flex-grow: 1;
}

.str-inner {
  max-width: 980px;
  margin: 0 auto;
}

[class^=str-outer] {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.mod-box__content>:first-child,.mod-lyt__content>:first-child,.mod-media-lyt__content>:first-child {
  margin-top: 0;
}

.mod-box__content>:last-child,.mod-lyt__content>:last-child,.mod-media-lyt__content>:last-child {
  margin-bottom: 0;
}

.mod-box-contact__hdg,.mod-box__hdg,.mod-hdg-l2,.mod-hdg-l3,.mod-hdg-l302,.mod-hdg-pageTitle,.mod-hdg-vote__main {
  font-family: 'MS 明朝','MS Mincho','MS PMincho','ヒラギノ明朝 ProN W6',HiraMinProN-W6,'HG明朝E','ＭＳ Ｐ明朝',serif;
}

.mod-btn__link,.mod-other-mainvisual__btn {
  font-size: 1.5rem;
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: .5625rem 0 .4375rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #e00;
  box-shadow: 0 0 8px 0 rgba(40,40,40,.25);
}

.mod-btn__link[target='_blank'] .icn-_blank,.mod-other-mainvisual__btn[target='_blank'] .icn-_blank {
  position: absolute;
  top: 0;
  right: 38px;
  bottom: 0;
  display: block;
  margin: auto 0;
}

*,::after,::before {
  box-sizing: border-box;
}

html[data-scroll-disabled=true]>body {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

html[data-use-keyboard=false] :focus {
  outline: 0;
}

body {
  font-family: Meiryo,'Hiragino Kaku Gothic ProN',sans-serif;
  font-size: .9375rem;
  line-height: 1.7;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  color: #333;
  background: #fff url(/covid-19/images/bg.jpg) center top repeat-x;
  background-size: 860px auto;
}

blockquote,button,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,ol,p,pre,td,th,ul {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
}

li {
  list-style: none;
}

pre {
  font-family: inherit;
  white-space: pre-wrap;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

dfn,em {
  font-style: normal;
}

strong {
  color: #e00;
}

small {
  font-size: inherit;
}

a {
  text-decoration: underline;
  color: #004a9d;
}

a[href^=http][target='_blank']:not([rel*=noopener]) {
  background: red;
}

a:not([href]) {
  cursor: text;
}

a[role=button] {
  cursor: default;
}

button,input,select,textarea {
  font-size: 1rem;
  line-height: inherit;
  max-width: 100%;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:active {
  color: inherit;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

[role=button] {
  cursor: default;
}

[id*=' '] {
  background: red!important;
}

.site-header {
  padding: 10px 1.25rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.site-header__logo {
  display: block;
  width: 227px;
  height: auto;
}

.site-header__link {
  display: inline-block;
}

.site-header__inner {
  max-width: 980px;
  margin: 0 auto;
}

.site-footer {
  font-size: .75rem;
  padding: 1rem 1.25rem .9375rem;
  text-align: right;
  background: #81898e;
}

.site-footer__link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 17px;
  text-decoration: none;
  color: #fff;
}

.site-footer__link::before {
  position: absolute;
  top: 5px;
  left: -3px;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
}

.site-footer__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.str-outer-vote {
  font-size: .875rem;
  padding-top: 2.4375rem;
  padding-bottom: 2.375rem;
  text-align: center;
  background: #feefef;
}

.str-outer-contact {
  padding-top: 2.5rem;
  padding-bottom: 1.125rem;
  background: #004a9d;
}

.str-outer[data-color] {
  padding-top: 1.0625rem;
  padding-bottom: 2.5625rem;
}

.str-outer[data-color] .str-inner:first-child>:first-child {
  margin-top: 0;
}

.str-outer[data-color] .str-inner:last-child>:last-child {
  margin-bottom: 0;
}

.str-outer[data-color='02'] {
  background: #e2e8ec;
}

.str-outer[data-color='03'] {
  background: #f6f6f6;
}

.str-outer:not([data-color])+.str-outer[data-color] {
  margin-top: 2.5rem;
}

.str-outer:not([data-color])+.str-outer-vote {
  margin-top: 1.25rem;
}

a[target='_blank'] .icn-_blank {
  margin: 0 .3125rem -.125rem;
}

.mod-txt {
  margin: .9375rem 0;
}

.mod-txt-name {
  font-size: 1rem;
  margin: 0 0 .875rem;
}

.mod-txt-example {
  font-size: 1rem;
  margin: 0 0 .625rem;
}

.mod-txt-example__icn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  display: block;
  width: 36px;
  height: auto;
  margin: auto 0;
}

.mod-txt-example__primary,.mod-txt-example__secondary,.mod-txt-example__symbol {
  display: block;
}

.mod-txt-example__symbol {
  padding: 0 0 0 18px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.mod-txt-example__amount,.mod-txt-example__count {
  font-size: 1.25rem;
  font-weight: 700;
}

.mod-txt-example__primary,.mod-txt-example__secondary {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.mod-txt-example__primary {
  line-height: 1;
  padding: 1.1875rem 0 .0625rem;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.mod-txt-example__secondary {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.mod-txt-example__row {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin: 0 0 .3125rem;
  padding: 0 .9375rem 1.3125rem 0;
  background: #fff;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 72px 1fr;
  grid-template-columns: 72px 1fr;
}

.mod-hdg-pageTitle {
  font-size: 1.6875rem;
  display: flex;
  padding: 1.25rem 0 1rem;
  text-align: center;
  color: #004a9d;
  justify-content: center;
}

.mod-hdg-pageTitle__inner {
  position: relative;
  padding: 0 32px;
}

.mod-hdg-pageTitle__inner::after,.mod-hdg-pageTitle__inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 1px;
  margin: auto 0;
  content: '';
  background: #004a9d;
}

.mod-hdg-pageTitle__inner::before {
  left: 0;
}

.mod-hdg-pageTitle__inner::after {
  right: 0;
}

.mod-hdg-pageTitle.var-02 .mod-hdg-pageTitle__inner {
  padding-left: 0;
  padding-right: 0;
}

.mod-hdg-pageTitle.var-02 .mod-hdg-pageTitle__inner::before,
.mod-hdg-pageTitle.var-02 .mod-hdg-pageTitle__inner::after {
  display: none;
}

.mod-hdg-l2 {
  font-size: 1.5rem;
  margin: 2.25rem 0 1.125rem;
  text-align: center;
  color: #004a9d;
}

.mod-hdg-l3 {
  font-size: 1.25rem;
  margin: 1.25rem 0 .6875rem;
}

.mod-hdg-l3__txt {
  display: inline-block;
  padding: 0 0 .125rem;
  border-bottom: 1px solid #004a9d;
}

.mod-hdg-l302 {
  font-size: 1.125rem;
  margin: 0 0 .125rem;
  color: #004a9d;
}

.mod-hdg-vote {
  margin: 0 0 1.1875rem;
  text-align: center;
}

.mod-hdg-vote__mainInner {
  position: relative;
  padding: 0 43px;
}

.mod-hdg-vote__mainInner::after,.mod-hdg-vote__mainInner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 1px;
  margin: auto 0;
  content: '';
  background: #e00;
}

.mod-hdg-vote__mainInner::before {
  left: 0;
}

.mod-hdg-vote__mainInner::after {
  right: 0;
}

.mod-hdg-vote__main {
  font-size: 1.25rem;
  display: flex;
  margin: 0 0 .375rem;
  color: #e00;
  justify-content: center;
}

.mod-hdg-vote__sub {
  font-size: 1.125rem;
  font-weight: 700;
}

.mod-btn {
  margin: 0 0 1.1875rem;
}

.mod-link {
  margin: 1.3125rem 0;
}

.mod-link__txt {
  position: relative;
  display: inline-block;
  padding: 0 0 0 17px;
  text-decoration: underline;
  color: inherit;
}

.mod-link__txt::before {
  position: absolute;
  top: 8px;
  left: -4px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(45deg);
  border: 1px solid #316caf;
  border-width: 1px 1px 0 0;
}

.mod-link-pagetop {
  margin: 2.25rem 1.25rem 0;
  text-align: right;
}

.mod-link-pagetop__link {
  font-size: .75rem;
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #fff;
}

.mod-link-pagetop__link::before {
  position: absolute;
  top: 9px;
  left: 2px;
  display: block;
  width: 7px;
  height: 7px;
  content: '';
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
}

.mod-list-notice {
  font-size: .75rem;
  line-height: 1.6;
  margin: .9375rem 0;
}

.mod-list-notice__msg,.mod-list-notice__symbol {
  display: table-cell;
  vertical-align: top;
}

.mod-list-notice__msg {
  padding: 0 0 0 .125rem;
}

.mod-list-notice__item {
  display: table-row;
}

.mod-list-notice__list {
  display: table;
}

.mod-box {
  font-size: .875rem;
  margin: 1.25rem 0 0;
  padding: 1.125rem 20px 1.0625rem;
  background: #f6f6f6;
}

.mod-box__hdg {
  font-size: 1.125rem;
  margin: 0 0 .8125rem;
}

.mod-box-contact {
  padding: 1.0625rem 20px 1.3125rem;
  background: #fff;
}

.mod-box-contact__hdg {
  font-size: 1.5rem;
  margin: 0 0 1.3125rem;
  text-align: center;
  color: #004a9d;
}

.mod-box-contact__telLabel {
  font-size: .875rem;
  font-weight: 700;
  width: 71px;
  margin: 0 13px 0 0;
  padding: .4375rem 13px;
  color: #fff;
  background: #004a9d;
}

.mod-box-contact__telNumber {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004a9d;
  flex-grow: 1;
}

.mod-box-contact__tel {
  display: flex;
  margin: 0 0 1.25rem;
  align-items: center;
}

.mod-box-contact__cond {
  margin: 0 0 .5rem;
  padding: .75rem 13px .9375rem;
  border: 1px solid #004a9d;
}

.mod-box-contact__noteSymbol,.mod-box-contact__noteTxt {
  display: table-cell;
  vertical-align: top;
}

.mod-box-contact__noteSymbol {
  padding: 0 3px 0 0;
}

.mod-box-contact__noteItem {
  font-size: .75rem;
  line-height: 1.6;
  display: table;
  margin: 0 0 0 -2px;
}

.mod-lyt {
  margin: 0 0 1.875rem;
}

.mod-lyt__inner {
  display: flex;
  margin: -2.125rem 0 0 -2.125rem;
  flex-wrap: wrap;
}

.mod-lyt__content {
  padding: 2.125rem 0 0 2.125rem;
}

.mod-media {
  display: flex;
  margin: 1.875rem 0;
  justify-content: center;
}

.mod-media__media {
  display: block;
  max-width: 100%;
  height: auto;
}

.mod-media__inner {
  display: block;
}

.mod-media.align-left {
  justify-content: flex-start;
}

.mod-media.align-right {
  justify-content: flex-end;
}

.mod-media-lyt {
  margin: 1.9375rem 0 2.5rem;
  padding: 0 0 1.5625rem;
  border: 1px solid #d5d5d5;
  border-width: 1px 0;
}

.mod-media-lyt__content {
  padding: 1.25rem 0 1.1875rem;
}

.mod-media-lyt__image {
  display: block;
  width: 100%;
  margin: 0 0 .5625rem;
}

.mod-media-lyt__caption {
  font-size: .75rem;
}

.mod-media-lyt__media {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.mod-media-lyt+.mod-media-lyt {
  margin-top: -2.5rem;
  border-top: 0;
}

.mod-media-lyt.var-02 {
  margin-top: 1.125rem;
  border-top: 0;
  border-bottom: 0;
}

.mod-media-lyt.var-02 .mod-media-lyt__content {
  padding-top: 0;
}

.mod-media-lyt.var-02 .mod-media-lyt__media {
  max-width: 335px;
}

.mod-media-lyt.var-02+.mod-media-lyt {
  margin-top: -1.25rem;
}

.mod-other-mainvisual {
  font-size: .875rem;
  margin: 0 0 3.4375rem;
}

.mod-other-mainvisual__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
}

.mod-other-mainvisual__media {
  margin: 0 0 1.125rem;
}

.mod-other-mainvisual__mediaInner {
  position: relative;
  padding: 56.25% 0 0;
}
.mod-other-mainvisual__mediaInner.-img {
  padding-top: 0;
  text-align: center;
}
.mod-other-mainvisual__mediaInner.-img > img {
  max-width: 100%;
}

.mod-other-mainvisual__lede {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.mod-other-mainvisual__lede:first-child {
  font-size: 1.125rem;
  margin: 0 0 -.0625rem;
}

.mod-other-mainvisual__vote {
  margin: 1.0625rem 0 1.125rem;
}

.align-left {
  text-align: left!important;
}

.align-center {
  text-align: center!important;
}

.align-right {
  text-align: right!important;
}

.align-top {
  vertical-align: top!important;
}

.align-middle {
  vertical-align: middle!important;
}

.align-bottom {
  vertical-align: bottom!important;
}

.fz-smaller {
  font-size: 75%!important;
}

.fz-larger {
  font-size: 125%!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-0+* {
  margin-top: 0!important;
}

.mb-5 {
  margin-bottom: .3125rem!important;
}

.mb-5+* {
  margin-top: 0!important;
}

.mb-10 {
  margin-bottom: .625rem!important;
}

.mb-10+* {
  margin-top: 0!important;
}

.mb-15 {
  margin-bottom: .9375rem!important;
}

.mb-15+* {
  margin-top: 0!important;
}

.mb-20 {
  margin-bottom: 1.25rem!important;
}

.mb-20+* {
  margin-top: 0!important;
}

.mb-25 {
  margin-bottom: 1.5625rem!important;
}

.mb-25+* {
  margin-top: 0!important;
}

.mb-30 {
  margin-bottom: 1.875rem!important;
}

.mb-30+* {
  margin-top: 0!important;
}

.mb-35 {
  margin-bottom: 2.1875rem!important;
}

.mb-35+* {
  margin-top: 0!important;
}

.mb-40 {
  margin-bottom: 2.5rem!important;
}

.mb-40+* {
  margin-top: 0!important;
}

.mb-45 {
  margin-bottom: 2.8125rem!important;
}

.mb-45+* {
  margin-top: 0!important;
}

.mb-50 {
  margin-bottom: 3.125rem!important;
}

.mb-50+* {
  margin-top: 0!important;
}

.mb-55 {
  margin-bottom: 3.4375rem!important;
}

.mb-55+* {
  margin-top: 0!important;
}

.mb-60 {
  margin-bottom: 3.75rem!important;
}

.mb-60+* {
  margin-top: 0!important;
}

.mb-65 {
  margin-bottom: 4.0625rem!important;
}

.mb-65+* {
  margin-top: 0!important;
}

.mb-70 {
  margin-bottom: 4.375rem!important;
}

.mb-70+* {
  margin-top: 0!important;
}

.mb-75 {
  margin-bottom: 4.6875rem!important;
}

.mb-75+* {
  margin-top: 0!important;
}

.mb-80 {
  margin-bottom: 5rem!important;
}

.mb-80+* {
  margin-top: 0!important;
}

.mb-85 {
  margin-bottom: 5.3125rem!important;
}

.mb-85+* {
  margin-top: 0!important;
}

.mb-90 {
  margin-bottom: 5.625rem!important;
}

.mb-90+* {
  margin-top: 0!important;
}

.mb-95 {
  margin-bottom: 5.9375rem!important;
}

.mb-95+* {
  margin-top: 0!important;
}

.mb-100 {
  margin-bottom: 6.25rem!important;
}

.mb-100+* {
  margin-top: 0!important;
}

.mt-0 {
  margin-top: 0!important;
}

.mt-5 {
  margin-top: .3125rem!important;
}

.mt-10 {
  margin-top: .625rem!important;
}

.mt-15 {
  margin-top: .9375rem!important;
}

.mt-20 {
  margin-top: 1.25rem!important;
}

.mt-25 {
  margin-top: 1.5625rem!important;
}

.mt-30 {
  margin-top: 1.875rem!important;
}

.mt-35 {
  margin-top: 2.1875rem!important;
}

.mt-40 {
  margin-top: 2.5rem!important;
}

.mt-45 {
  margin-top: 2.8125rem!important;
}

.mt-50 {
  margin-top: 3.125rem!important;
}

.mt-55 {
  margin-top: 3.4375rem!important;
}

.mt-60 {
  margin-top: 3.75rem!important;
}

.mt-65 {
  margin-top: 4.0625rem!important;
}

.mt-70 {
  margin-top: 4.375rem!important;
}

.mt-75 {
  margin-top: 4.6875rem!important;
}

.mt-80 {
  margin-top: 5rem!important;
}

.mt-85 {
  margin-top: 5.3125rem!important;
}

.mt-90 {
  margin-top: 5.625rem!important;
}

.mt-95 {
  margin-top: 5.9375rem!important;
}

.mt-100 {
  margin-top: 6.25rem!important;
}

.w-5 {
  width: 5%!important;
}

.w-10 {
  width: 10%!important;
}

.w-15 {
  width: 15%!important;
}

.w-20 {
  width: 20%!important;
}

.w-25 {
  width: 25%!important;
}

.w-30 {
  width: 30%!important;
}

.w-35 {
  width: 35%!important;
}

.w-40 {
  width: 40%!important;
}

.w-45 {
  width: 45%!important;
}

.w-50 {
  width: 50%!important;
}

.w-55 {
  width: 55%!important;
}

.w-60 {
  width: 60%!important;
}

.w-65 {
  width: 65%!important;
}

.w-70 {
  width: 70%!important;
}

.w-75 {
  width: 75%!important;
}

.w-80 {
  width: 80%!important;
}

.w-85 {
  width: 85%!important;
}

.w-90 {
  width: 90%!important;
}

.w-95 {
  width: 95%!important;
}

.w-100 {
  width: 100%!important;
}

.w-16 {
  width: 16.6666%!important;
}

.w-33 {
  width: 33.3333%!important;
}

.w-66 {
  width: 66.6666%!important;
}

.w-83 {
  width: 83.3333%!important;
}

.w-auto {
  width: auto!important;
}

@media screen and (min-width: 568px),print {
  .mod-lyt.align-center-middle>.mod-lyt__inner {
    justify-content:center!important;
  }

  .mod-lyt.align-left-middle>.mod-lyt__inner {
    justify-content: flex-start!important;
  }

  .mod-lyt.align-right-middle>.mod-lyt__inner {
    justify-content: flex-end!important;
  }

  .mod-lyt[data-col-middle=auto]>.mod-lyt__inner>.mod-lyt__content {
    width: auto;
    min-width: 0;
    max-width: none;
    flex-basis: auto;
  }

  .mod-lyt[data-col-middle='2']>.mod-lyt__inner>.mod-lyt__content {
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }

  .mod-lyt[data-col-middle='3']>.mod-lyt__inner>.mod-lyt__content {
    min-width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }

  .mod-lyt[data-col-middle='4']>.mod-lyt__inner>.mod-lyt__content {
    min-width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }

  .mod-lyt[data-col-middle]>.mod-lyt__inner>.of-full-middle.mod-lyt__content,.mod-lyt[data-col-middle]>.mod-lyt__inner>.of-full.mod-lyt__content {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .mod-lyt[data-col-middle]>.mod-lyt__inner>.of-fillin-middle.mod-lyt__content,.mod-lyt[data-col-middle]>.mod-lyt__inner>.of-fillin.mod-lyt__content {
    width: auto;
    max-width: none;
    flex-basis: auto;
    flex-grow: 1;
  }

  .align-left-middle {
    text-align: left!important;
  }

  .align-center-middle {
    text-align: center!important;
  }

  .align-right-middle {
    text-align: right!important;
  }

  .align-top-middle {
    vertical-align: top!important;
  }

  .align-middle-middle {
    vertical-align: middle!important;
  }

  .align-bottom-middle {
    vertical-align: bottom!important;
  }
}

@media screen and (min-width: 768px),print {
  .mod-lyt.align-center-wide>.mod-lyt__inner {
    justify-content:center!important;
  }

  .mod-lyt.align-left-wide>.mod-lyt__inner {
    justify-content: flex-start!important;
  }

  .mod-lyt.align-right-wide>.mod-lyt__inner {
    justify-content: flex-end!important;
  }

  .mod-lyt[data-col-wide=auto]>.mod-lyt__inner>.mod-lyt__content {
    width: auto;
    min-width: 0;
    max-width: none;
    flex-basis: auto;
  }

  .mod-lyt[data-col-wide='2']>.mod-lyt__inner>.mod-lyt__content {
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }

  .mod-lyt[data-col-wide='3']>.mod-lyt__inner>.mod-lyt__content {
    min-width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }

  .mod-lyt[data-col-wide='4']>.mod-lyt__inner>.mod-lyt__content {
    min-width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }

  .mod-lyt[data-col-wide]>.mod-lyt__inner>.of-full-wide.mod-lyt__content,.mod-lyt[data-col-wide]>.mod-lyt__inner>.of-full.mod-lyt__content {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .mod-lyt[data-col-wide]>.mod-lyt__inner>.of-fillin-wide.mod-lyt__content,.mod-lyt[data-col-wide]>.mod-lyt__inner>.of-fillin.mod-lyt__content {
    width: auto;
    max-width: none;
    flex-basis: auto;
    flex-grow: 1;
  }

  .mod-btn__link,.mod-other-mainvisual__btn {
    font-size: 1.75rem;
    max-width: 560px;
    padding: .875rem 0 .9375rem;
  }

  .mod-btn__link[href]:focus,.mod-btn__link[href]:hover,.mod-other-mainvisual__btn[href]:focus,.mod-other-mainvisual__btn[href]:hover {
    color: #fff;
    background: #ff2d2d;
  }

  a[href]:focus,a[href]:hover {
    text-decoration: none;
    color: #0087d6;
  }

  .site-footer {
    padding-top: 1.25rem;
    padding-bottom: 1.1875rem;
  }

  .site-footer__link[href]:focus,.site-footer__link[href]:hover {
    text-decoration: underline;
    color: #fff;
  }

  .str-outer-contact {
    padding-top: 3.0625rem;
    padding-bottom: 1.0625rem;
  }

  .str-outer[data-color] {
    padding-top: 3rem;
    padding-bottom: 3.125rem;
  }

  .str-outer[data-color='02'] .str-inner {
    max-width: 900px;
  }

  .str-outer:not([data-color])+.str-outer[data-color] {
    margin-top: 3.1875rem;
  }

  .mod-txt-name {
    margin-bottom: 1.375rem;
  }

  .mod-txt-example {
    font-size: 1.125rem;
    display: table;
    width: 100%;
    margin-bottom: .3125rem;
  }

  .mod-txt-example__amount,.mod-txt-example__count {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .mod-txt-example__primary,.mod-txt-example__secondary,.mod-txt-example__symbol {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 5px solid #e2e8ec;
    background: #fff;
  }

  .mod-txt-example__primary {
    text-align: center;
  }

  .mod-txt-example__icn {
    position: static;
    width: 50px;
  }

  .mod-txt-example__symbol {
    padding: .625rem 9px .625rem 50px;
  }

  .mod-txt-example__primary,.mod-txt-example__secondary {
    padding: 0;
  }

  .mod-txt-example__secondary {
    padding-right: 3.125rem;
    padding-left: 8px;
  }

  .mod-txt-example__row {
    display: table-row;
    background: 0 0;
  }

  .mod-hdg-pageTitle {
    font-size: 2.9375rem;
    padding-top: 2.375rem;
    padding-bottom: 1.75rem;
  }

  .mod-hdg-pageTitle__inner {
    width: 100%;
    padding-right: 57px;
    padding-left: 57px;
  }

  .mod-hdg-pageTitle__inner::after,.mod-hdg-pageTitle__inner::before {
    width: 40px;
  }

  .mod-hdg-l2 {
    font-size: 2rem;
    margin-top: 3.1875rem;
    margin-bottom: 1.9375rem;
  }

  .mod-hdg-l3 {
    font-size: 1.5rem;
    margin-bottom: .75rem;
    letter-spacing: .03125rem;
  }

  .mod-hdg-l3__txt {
    padding-bottom: .3125rem;
  }

  .mod-hdg-l302 {
    font-size: 1.375rem;
    margin-bottom: .0625rem;
  }

  .mod-hdg-vote__main {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }

  .mod-hdg-vote__sub {
    font-size: 1.25rem;
  }

  .mod-link__txt[href]:focus,.mod-link__txt[href]:hover {
    text-decoration: underline;
    color: #004a9d;
  }

  .mod-link-pagetop {
    margin-top: 2.9375rem;
  }

  .mod-link-pagetop__link[href]:focus,.mod-link-pagetop__link[href]:hover {
    text-decoration: underline;
    color: #fff;
  }

  .mod-box {
    padding: 1.875rem 30px 1.75rem;
  }

  .mod-box__hdg {
    font-size: 1.25rem;
    margin-bottom: .625rem;
  }

  .mod-box-contact {
    display: -ms-grid;
    display: grid;
    padding: 1.875rem 50px 1.8125rem;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 1fr 55.6%;
    grid-template-columns: 1fr 55.6%;
  }

  .mod-box-contact__hdg,.mod-box-contact__note {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .mod-box-contact__hdg {
    font-size: 2rem;
    margin-bottom: 1.6875rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .mod-box-contact__cond,.mod-box-contact__tel {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .mod-box-contact__telLabel {
    font-size: 1rem;
    min-width: 76px;
    max-width: 76px;
    margin-right: 12px;
    padding: .5625rem .875rem .1875rem;
    transform: translateY(-1px);
  }

  .mod-box-contact__telNumber {
    font-size: 1.875rem;
    flex-grow: 0;
  }

  .mod-box-contact__tel {
    padding: 0 1.9375rem .3125rem .6875rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    justify-content: flex-end;
  }

  .mod-box-contact__cond {
    padding: .8125rem 15px .9375rem 18px;
    letter-spacing: -.01563rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .mod-box-contact__note {
    margin: .8125rem -1.0625rem 0;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .mod-media.align-left-wide {
    justify-content: flex-start;
  }

  .mod-media.align-center-wide {
    justify-content: center;
  }

  .mod-media.align-right-wide {
    justify-content: flex-end;
  }

  .mod-media-lyt {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 2.4375rem;
    margin-bottom: 3.125rem;
  }

  .mod-media-lyt__caption {
    font-size: .875rem;
  }

  .mod-media-lyt__media {
    min-width: 300px;
    max-width: 300px;
    padding-top: 1.25rem;
  }

  .mod-media-lyt__content {
    padding: 1.0625rem 0 0 3.1875rem;
  }

  .mod-media-lyt+.mod-media-lyt {
    margin-top: -3.125rem;
  }

  .mod-media-lyt.var-02 {
    margin-top: 1.125rem;
  }

  .mod-media-lyt.var-02 .mod-media-lyt__content {
    padding-top: 0;
    padding-left: 1.9375rem;
  }

  .mod-media-lyt.var-02 .mod-media-lyt__media {
    min-width: 350px;
    max-width: 350px;
    padding-top: .0625rem;
  }

  .mod-media-lyt.var-02+.mod-media-lyt {
    margin-top: -2.875rem;
  }

  .mod-other-mainvisual {
    display: flex;
    margin-bottom: 3.6875rem;
  }

  .mod-other-mainvisual__media {
    min-width: 57.15%;
    max-width: 57.15%;
  }

  .mod-other-mainvisual__lede {
    font-size: 1.6875rem;
    text-align: center;
  }

  .mod-other-mainvisual__lede:first-child {
    font-size: 1.25rem;
  }

  .mod-other-mainvisual__vote {
    margin-top: 1.75rem;
    margin-bottom: 1.8125rem;
    padding-right: 2.125rem;
  }

  .mod-other-mainvisual__message {
    padding: 1.6875rem 0 0 2.5rem;
  }

  .align-left-wide {
    text-align: left!important;
  }

  .align-center-wide {
    text-align: center!important;
  }

  .align-right-wide {
    text-align: right!important;
  }

  .align-top-wide {
    vertical-align: top!important;
  }

  .align-middle-wide {
    vertical-align: middle!important;
  }

  .align-bottom-wide {
    vertical-align: bottom!important;
  }

  .mb-0-wide {
    margin-bottom: 0!important;
  }

  .mb-0-wide+* {
    margin-top: 0!important;
  }

  .mb-5-wide {
    margin-bottom: .3125rem!important;
  }

  .mb-5-wide+* {
    margin-top: 0!important;
  }

  .mb-10-wide {
    margin-bottom: .625rem!important;
  }

  .mb-10-wide+* {
    margin-top: 0!important;
  }

  .mb-15-wide {
    margin-bottom: .9375rem!important;
  }

  .mb-15-wide+* {
    margin-top: 0!important;
  }

  .mb-20-wide {
    margin-bottom: 1.25rem!important;
  }

  .mb-20-wide+* {
    margin-top: 0!important;
  }

  .mb-25-wide {
    margin-bottom: 1.5625rem!important;
  }

  .mb-25-wide+* {
    margin-top: 0!important;
  }

  .mb-30-wide {
    margin-bottom: 1.875rem!important;
  }

  .mb-30-wide+* {
    margin-top: 0!important;
  }

  .mb-35-wide {
    margin-bottom: 2.1875rem!important;
  }

  .mb-35-wide+* {
    margin-top: 0!important;
  }

  .mb-40-wide {
    margin-bottom: 2.5rem!important;
  }

  .mb-40-wide+* {
    margin-top: 0!important;
  }

  .mb-45-wide {
    margin-bottom: 2.8125rem!important;
  }

  .mb-45-wide+* {
    margin-top: 0!important;
  }

  .mb-50-wide {
    margin-bottom: 3.125rem!important;
  }

  .mb-50-wide+* {
    margin-top: 0!important;
  }

  .mb-55-wide {
    margin-bottom: 3.4375rem!important;
  }

  .mb-55-wide+* {
    margin-top: 0!important;
  }

  .mb-60-wide {
    margin-bottom: 3.75rem!important;
  }

  .mb-60-wide+* {
    margin-top: 0!important;
  }

  .mb-65-wide {
    margin-bottom: 4.0625rem!important;
  }

  .mb-65-wide+* {
    margin-top: 0!important;
  }

  .mb-70-wide {
    margin-bottom: 4.375rem!important;
  }

  .mb-70-wide+* {
    margin-top: 0!important;
  }

  .mb-75-wide {
    margin-bottom: 4.6875rem!important;
  }

  .mb-75-wide+* {
    margin-top: 0!important;
  }

  .mb-80-wide {
    margin-bottom: 5rem!important;
  }

  .mb-80-wide+* {
    margin-top: 0!important;
  }

  .mb-85-wide {
    margin-bottom: 5.3125rem!important;
  }

  .mb-85-wide+* {
    margin-top: 0!important;
  }

  .mb-90-wide {
    margin-bottom: 5.625rem!important;
  }

  .mb-90-wide+* {
    margin-top: 0!important;
  }

  .mb-95-wide {
    margin-bottom: 5.9375rem!important;
  }

  .mb-95-wide+* {
    margin-top: 0!important;
  }

  .mb-100-wide {
    margin-bottom: 6.25rem!important;
  }

  .mb-100-wide+* {
    margin-top: 0!important;
  }

  .mt-0-wide {
    margin-top: 0!important;
  }

  .mt-5-wide {
    margin-top: .3125rem!important;
  }

  .mt-10-wide {
    margin-top: .625rem!important;
  }

  .mt-15-wide {
    margin-top: .9375rem!important;
  }

  .mt-20-wide {
    margin-top: 1.25rem!important;
  }

  .mt-25-wide {
    margin-top: 1.5625rem!important;
  }

  .mt-30-wide {
    margin-top: 1.875rem!important;
  }

  .mt-35-wide {
    margin-top: 2.1875rem!important;
  }

  .mt-40-wide {
    margin-top: 2.5rem!important;
  }

  .mt-45-wide {
    margin-top: 2.8125rem!important;
  }

  .mt-50-wide {
    margin-top: 3.125rem!important;
  }

  .mt-55-wide {
    margin-top: 3.4375rem!important;
  }

  .mt-60-wide {
    margin-top: 3.75rem!important;
  }

  .mt-65-wide {
    margin-top: 4.0625rem!important;
  }

  .mt-70-wide {
    margin-top: 4.375rem!important;
  }

  .mt-75-wide {
    margin-top: 4.6875rem!important;
  }

  .mt-80-wide {
    margin-top: 5rem!important;
  }

  .mt-85-wide {
    margin-top: 5.3125rem!important;
  }

  .mt-90-wide {
    margin-top: 5.625rem!important;
  }

  .mt-95-wide {
    margin-top: 5.9375rem!important;
  }

  .mt-100-wide {
    margin-top: 6.25rem!important;
  }

  .w-5-wide {
    width: 5%!important;
  }

  .w-10-wide {
    width: 10%!important;
  }

  .w-15-wide {
    width: 15%!important;
  }

  .w-20-wide {
    width: 20%!important;
  }

  .w-25-wide {
    width: 25%!important;
  }

  .w-30-wide {
    width: 30%!important;
  }

  .w-35-wide {
    width: 35%!important;
  }

  .w-40-wide {
    width: 40%!important;
  }

  .w-45-wide {
    width: 45%!important;
  }

  .w-50-wide {
    width: 50%!important;
  }

  .w-55-wide {
    width: 55%!important;
  }

  .w-60-wide {
    width: 60%!important;
  }

  .w-65-wide {
    width: 65%!important;
  }

  .w-70-wide {
    width: 70%!important;
  }

  .w-75-wide {
    width: 75%!important;
  }

  .w-80-wide {
    width: 80%!important;
  }

  .w-85-wide {
    width: 85%!important;
  }

  .w-90-wide {
    width: 90%!important;
  }

  .w-95-wide {
    width: 95%!important;
  }

  .w-100-wide {
    width: 100%!important;
  }

  .w-16-wide {
    width: 16.6666%!important;
  }

  .w-33-wide {
    width: 33.3333%!important;
  }

  .w-66-wide {
    width: 66.6666%!important;
  }

  .w-83-wide {
    width: 83.3333%!important;
  }

  .w-auto-wide {
    width: auto!important;
  }

  .hide-wide {
    display: none!important;
  }

  .break-wide {
    display: block!important;
  }
}

@media screen and (max-width: 767px) {
  .show-wide {
    display:none!important;
  }

  .break-default {
    display: block!important;
  }
}


/* --YouTubeサイズ調整-- */
.video {
position: relative;
height: 0;
padding: 0px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
