/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {

  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

$color1: #4c9fd2;
$color2: #0076bf;

.sp-only {
	display: none !important;
}

a {
	color: $color1;
}

header {
	border-bottom: solid 3px $color1;
	padding: 20px;
	> div:first-of-type {
		display: flex;
		flex-wrap: wrap;
		max-width: 1100px;
		margin: auto;
		justify-content: space-between;
		> div:nth-of-type(2) {
			text-align: right;
			p {
				margin-bottom: 0;
				svg {
				    vertical-align: bottom;
				}
			}
		}
	}
}

#logo {
	display: inline-block;
	a {
		display: flex;
		&:hover {
			text-decoration: none;
		}
		svg {
			flex-shrink: 0;
			max-width: 60px;
		}
		img {
		    max-width: calc(100% - 60px);
		    height: auto;
		}
	}
}

main {
	max-width: 1120px;
	margin: auto;
	padding: 0 10px;
}

#important {
    box-sizing: content-box;
    background: #ffe8e9;
   	margin-top: 30px;
    display: flex;
    align-items: center;
	> div:nth-of-type(1) {
		position: relative;
		background-color: #ff1d25;
		padding: 15px 10px;
		display: inline-block;
	    align-self: stretch;
	    display: flex;
		&::before {
			content: "";
			height: 2px;
			width: 80%;
			background-color: #fff;
			position: absolute;
			top: 10px;
			left: 0;
			right: 0;
			margin: auto;
		}
		&::after {
			content: "";
			height: 2px;
			width: 80%;
			background-color: #fff;
			position: absolute;
			bottom: 10px;
			left: 0;
			right: 0;
			margin: auto;
		}
	}
	> div:nth-of-type(2) {
		padding: 15px 3%;
		h2 {
			margin-bottom: 0;
			font-size: large;
		}
	}
	> div:nth-of-type(3) {
		max-width: 640px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 3%;
		p {
			margin-bottom: 0;
		}
	}
}

nav {
	max-width: 1120px;
	padding: 0 10px;
	margin: auto;
	margin-top: 45px;
	overflow: hidden;
	ul {
		list-style-type: none;
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		li {
			border: 4px solid rgba(0,118,191,0.2);
			border-image: linear-gradient(to bottom, rgba(0,118,191,0.2) 0%, rgba(0,118,191,0.5) 100%);
			border-image-slice: 1;
			width: 252px;
			height: 160px;
			background-color: #fafcfb;
			position: relative;
			margin: 15px;
			a {
				display: flex;
				align-items: center;
				justify-content: center;
				height: 100%;
				width: 100%;
				&:hover {
					opacity: 0.7;
				}
			}
			&::before {
				content: "";
				height: 100%;
				width: 2px;
				background-color: #fff;
				position: absolute;
				top: 0;
				left: 0;
			}
			&::after {
				content: "";
				height: 100%;
				width: 2px;
				background-color: #fff;
				position: absolute;
				top: 0;
				right: 0;
			}
		}
	}
}

#news {
	> div:first-of-type {
		max-width: 1120px;
		padding: 0 10px;
		margin: auto;
		margin-top: 60px;
		h2 {
			display: flex;
			align-items: center;
			margin-bottom: 30px;
			&::before {
				content: "";
				width: 10px;
				height: 25px;
				background-color: $color2;
				display: inline-block;
				margin-right: 10px;
			}
		}
		div:first-of-type {
			position: relative;
			padding-left: 20px;
			dl {
				display: flex;
				flex-wrap: wrap;
				width: calc(100% - 180px);
				margin-bottom: 0;
				dt {
					width: 180px;
					font-weight: 400;
				}
				dd {
					width: 80%;
				}
			}
			dl + button {
				position: absolute;
				right: 0;
				bottom: 0;
				border: none;
				background: transparent;
				color: $color1;
			}
		}
	}
}

#banner {
	> div:first-of-type {
		max-width: 1120px;
		padding: 10px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		margin-top: 80px;
		justify-content: space-between;
		> div {
			margin-bottom: 15px;
		}
	}
}

footer {
	text-align: center;
	padding-top: 60px;
	hr {
		margin: 30px 0;
		border: none;
		height: 1px;
		background-color: #ccc;
	}
	> div:nth-of-type(2) {
		address:nth-of-type(1) {
			font-weight: 700;
			margin-top: 30px;
			margin-bottom: 30px;
			padding: 10px;
			a {
				font-weight: 400;
			}
		}
		address:nth-of-type(2) {
			margin-top: 10px;
			color: #fff;
			background-color: $color1;
			margin-bottom: 0;
			padding: 10px 15px;
		}
	}
}

#adobe {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 10px;
	img {
		align-self: center;
		margin-right: 10px;
	}
	p {
		margin-bottom: 0;
		text-align: left;
		small {
		display: inline-block;
		}
	}
}

#mojisizeT {
	margin-bottom: 10px;
}

#search-form {
	input[name="q"] {
		border: none;
		width: 320px;
	}
	.hide {
		display: none;
	}	
}

.btn-flat-border {
	display: inline-block;
    padding: 2px 8px;
    text-decoration: none;
    color: #212121 !important;
    border: solid 1px #7C7C7C;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 5px;
}

@media screen and (max-width:680px) {
	.sp-only {
		display: block !important;
	}
	.pc-only {
		display: none !important;
	}
	header {
		padding: 10px;
		> div:first-of-type {
			> div:nth-of-type(2) p {
				text-align: left;
			}
		}
	}
	#mojisizeT {
		display: none;
	}
	#search-form {
		margin: 15px 0;
		form {
			display: flex;
		}
		input[name="q"] {
			width: 100%;
			border: solid 1px #ccc;
			height: 50px;
			padding-left: 15px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}
		.search-button .btn-flat-border {
			height: 50px;
			border: none;
			border-radius: 0;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			color: #fff !important;
			background-color: $color1;
			margin-left: -1px;
			width: 80px;
		}
	}
	#important {
		display: block;
		> div:nth-of-type(1) {
			justify-content: center;
			&::before {
				height: 80%;
				width: 2px;
				top: 0;
				bottom: 0;
				left: 10px;
				right: auto;
			}
			&::after {
				height: 80%;
				width: 2px;
				top: 0;
				bottom: 0;
				left: auto;
				right: 10px;
			}
		}
		> div:nth-of-type(2) {
			padding: 0;
		}
		> div:nth-of-type(3) {
		    padding-top: 0;
		    padding-right: 0;
		}
		h2 {
			padding: 20px 20px 0;
		}
		p {
			padding: 20px;
		}
	}
	nav {
		ul {
			margin-left: 0;
			margin-right: 0;
			li {
				width: 100%;
				margin-left: 0;
				margin-right: 0;
				margin-top: 0;
			}
		}
	}
	#news {
		> div:first-of-type {
			div:first-of-type {
				dl {
					width: 100%;
					dt {
						width: 100%;
					}
					dd {
						width: 100%;
					}
				}
				dl + button {
					position: relative;
					display: block;
					text-align: right;
				}
			}
		}
	}
	#banner {
		> div:first-of-type {
			div {
				width: 50%;
				padding: 10px;
				img {
					max-width: 100%;
					height: auto;
				}
			}
			.dummy {
				padding: 0;
			}
		}
	}
	footer {
		padding-top: 0;
		hr {
			margin: 0;
		}
		> div:nth-of-type(2) {
			background-color: #eee;
			text-align: left;
			padding: 20px 0;
			a {
				padding: 10px;
				display: inline-block;
				text-align: left;
			}
			address:nth-of-type(1) {
				margin: 0;
			}
			address:nth-of-type(2) {
				text-align: left;
			}
		}
	}
	#adobe {
	    justify-content: left;
		margin-bottom: 20px;
		img {
			margin-bottom: 10px;
		}
	}
	.caret-circle-fill-right.sp-only {
		display: inline-block !important;
		vertical-align: baseline;
	}
}

.caret-circle-fill-right {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 0.8em;
	height: 0.8em;
	background: $color2;
	border-radius: 50%;
	box-sizing: content-box;
	margin-right: 5px;
}

.caret-circle-fill-right::before {
	content: "";
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}









/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
.sp-only {
  display: none !important; }

a {
  color: #4c9fd2; }

header {
  border-bottom: solid 3px #4c9fd2;
  padding: 20px; }
  header > div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    justify-content: space-between; }
    header > div:first-of-type > div:nth-of-type(2) {
      text-align: right; }
      header > div:first-of-type > div:nth-of-type(2) p {
        margin-bottom: 0; }
        header > div:first-of-type > div:nth-of-type(2) p svg {
          vertical-align: bottom; }

#logo {
  display: inline-block; }
  #logo a {
    display: flex; }
    #logo a:hover {
      text-decoration: none; }
    #logo a svg {
      flex-shrink: 0;
      max-width: 60px; }
    #logo a img {
      max-width: calc(100% - 60px);
      height: auto; }

main {
  max-width: 1120px;
  margin: auto;
  padding: 0 10px; }

#important {
  box-sizing: content-box;
  background: #ffe8e9;
  margin-top: 30px;
  display: flex;
  align-items: center; }
  #important > div:nth-of-type(1) {
    position: relative;
    background-color: #ff1d25;
    padding: 15px 10px;
    display: inline-block;
    align-self: stretch;
    display: flex; }
    #important > div:nth-of-type(1)::before {
      content: "";
      height: 2px;
      width: 80%;
      background-color: #fff;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      margin: auto; }
    #important > div:nth-of-type(1)::after {
      content: "";
      height: 2px;
      width: 80%;
      background-color: #fff;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: auto; }
  #important > div:nth-of-type(2) {
    padding: 15px 3%; }
    #important > div:nth-of-type(2) h2 {
      margin-bottom: 0;
      font-size: large; }
  #important > div:nth-of-type(3) {
    max-width: 640px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 3%; }
    #important > div:nth-of-type(3) p {
      margin-bottom: 0; }

nav {
  max-width: 1120px;
  padding: 0 10px;
  margin: auto;
  margin-top: 45px;
  overflow: hidden; }
  nav ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    nav ul li {
      border: 4px solid rgba(0, 118, 191, 0.2);
      border-image: linear-gradient(to bottom, rgba(0, 118, 191, 0.2) 0%, rgba(0, 118, 191, 0.5) 100%);
      border-image-slice: 1;
      width: 215px;
      height: 160px;
      background-color: #fafcfb;
      position: relative;
      margin: 5px; }
      nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%; }
        nav ul li a:hover {
          opacity: 0.7; }
      nav ul li::before {
        content: "";
        height: 100%;
        width: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0; }
      nav ul li::after {
        content: "";
        height: 100%;
        width: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0; }

#news > div:first-of-type {
  max-width: 1120px;
  padding: 0 10px;
  margin: auto;
  margin-top: 60px; }
  #news > div:first-of-type h2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    #news > div:first-of-type h2::before {
      content: "";
      width: 10px;
      height: 25px;
      background-color: #0076bf;
      display: inline-block;
      margin-right: 10px; }
  #news > div:first-of-type div:first-of-type {
    position: relative;
    padding-left: 20px; }
    #news > div:first-of-type div:first-of-type dl {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 180px);
      margin-bottom: 0; }
      #news > div:first-of-type div:first-of-type dl dt {
        width: 180px;
        font-weight: 400; }
      #news > div:first-of-type div:first-of-type dl dd {
        width: 80%; }
    #news > div:first-of-type div:first-of-type dl + button {
      position: absolute;
      right: 0;
      bottom: 0;
      border: none;
      background: transparent;
      color: #4c9fd2; }

#banner > div:first-of-type {
  max-width: 1120px;
  padding: 10px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  justify-content: space-between; }
  #banner > div:first-of-type > div {
    margin-bottom: 15px; }

footer {
  text-align: center;
  padding-top: 60px; }
  footer hr {
    margin: 30px 0;
    border: none;
    height: 1px;
    background-color: #ccc; }
  footer > div:nth-of-type(2) address:nth-of-type(1) {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px; }
    footer > div:nth-of-type(2) address:nth-of-type(1) a {
      font-weight: 400; }
  footer > div:nth-of-type(2) address:nth-of-type(2) {
    margin-top: 10px;
    color: #fff;
    background-color: #4c9fd2;
    margin-bottom: 0;
    padding: 10px 15px; }

#adobe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 10px; }
  #adobe img {
    align-self: center;
    margin-right: 10px; }
  #adobe p {
    margin-bottom: 0;
    text-align: left; }
    #adobe p small {
      display: inline-block; }

#mojisizeT {
  margin-bottom: 10px; }

#search-form input[name="q"] {
  border: none;
  width: 320px; }
#search-form .hide {
  display: none; }

.btn-flat-border {
  display: inline-block;
  padding: 2px 8px;
  text-decoration: none;
  color: #212121 !important;
  border: solid 1px #7C7C7C;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 5px; }

@media screen and (max-width: 680px) {
  .sp-only {
    display: block !important; }

  .pc-only {
    display: none !important; }

  header {
    padding: 10px; }
    header > div:first-of-type > div:nth-of-type(2) p {
      text-align: left; }

  #mojisizeT {
    display: none; }

  #search-form {
    margin: 15px 0; }
    #search-form form {
      display: flex; }
    #search-form input[name="q"] {
      width: 100%;
      border: solid 1px #ccc;
      height: 50px;
      padding-left: 15px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    #search-form .search-button .btn-flat-border {
      height: 50px;
      border: none;
      border-radius: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      color: #fff !important;
      background-color: #4c9fd2;
      margin-left: -1px;
      width: 80px; }

  #important {
    display: block; }
    #important > div:nth-of-type(1) {
      justify-content: center; }
      #important > div:nth-of-type(1)::before {
        height: 80%;
        width: 2px;
        top: 0;
        bottom: 0;
        left: 10px;
        right: auto; }
      #important > div:nth-of-type(1)::after {
        height: 80%;
        width: 2px;
        top: 0;
        bottom: 0;
        left: auto;
        right: 10px; }
    #important > div:nth-of-type(2) {
      padding: 0; }
    #important > div:nth-of-type(3) {
      padding-top: 0;
      padding-right: 0; }
    #important h2 {
      padding: 20px 20px 0; }
    #important p {
      padding: 20px; }

  nav ul {
    margin-left: 0;
    margin-right: 0; }
    nav ul li {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; }

  #news > div:first-of-type div:first-of-type dl {
    width: 100%; }
    #news > div:first-of-type div:first-of-type dl dt {
      width: 100%; }
    #news > div:first-of-type div:first-of-type dl dd {
      width: 100%; }
  #news > div:first-of-type div:first-of-type dl + button {
    position: relative;
    display: block;
    text-align: right; }

  #banner > div:first-of-type div {
    width: 50%;
    padding: 10px; }
    #banner > div:first-of-type div img {
      max-width: 100%;
      height: auto; }
  #banner > div:first-of-type .dummy {
    padding: 0; }

  footer {
    padding-top: 0; }
    footer hr {
      margin: 0; }
    footer > div:nth-of-type(2) {
      background-color: #eee;
      text-align: left;
      padding: 20px 0; }
      footer > div:nth-of-type(2) a {
        padding: 10px;
        display: inline-block;
        text-align: left; }
      footer > div:nth-of-type(2) address:nth-of-type(1) {
        margin: 0; }
      footer > div:nth-of-type(2) address:nth-of-type(2) {
        text-align: left; }

  #adobe {
    justify-content: left;
    margin-bottom: 20px; }
    #adobe img {
      margin-bottom: 10px; }

  .caret-circle-fill-right.sp-only {
    display: inline-block !important;
    vertical-align: baseline; } }
.caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  background: #0076bf;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 5px; }

.caret-circle-fill-right::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }


#tit_shinchaku {
    border-bottom: solid 4px #7db9dd;
    line-height: 1.4;
    padding: 10px 20px 0px 70px;
    margin-bottom: 10px;
}

ul.covid_newslist {
    margin-left: 0;
}

ul.covid_newslist li {
    position: relative;
    left: 20px;
    list-style-image: url(/img/covid/arrow_blue.png);
    padding-bottom: 10px;
    padding-right: 18px;
    display: flex;
}

.covid_newslist a::before {
    position: absolute;
    left: 0;
    top: 6px;
}

ul.covid_newslist li .span_a {
    display: block;
    position: absolute;
}

ul.covid_newslist li .span_b {
    padding-left: 10em;
    padding-right: 10px;
    display: block;
}

.covid_newslistall {
    padding: 5px 10px 0 0;
    text-align: right;
}

.covid_newslistall a {
    position: relative;
    padding-left: 21px;
}

.covid_newslistall a::before {
    content: url(/img/covid/arrow_blue.png);
    position: absolute;
    left: 0;
    top: 6px;
}

ul.covid_newslist {
    margin-left: 0;
}

ul.covid_newslist li .span_a {
  position: relative;
  width: 155px;
}

ul.covid_newslist li .span_b {
    padding-left: 30px;
        /*        padding-bottom: 20px;*/
    }


.block_a bg_pink {
 　max-width: 1120px;
    padding: 0 10px;
    margin: auto;
    margin-top: 45px;
    overflow: hidden;
}

.border-red {
border: 4px solid rgba(255, 207, 198, 1)!important;
}