
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	min-width: 1240px;
	-webkit-text-size-adjust: none;
}

body#single div.body h2.img,
h2.img {
	background: #eeeeee url(images/h2_img.svg) no-repeat left center;
	background-size: 15px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 25px;
	line-height: 1.5em;
	margin: 0 -10px;
	padding: 15px 10px 15px 40px;
}

.sp {
	display: none;
}

p {
	line-height: 2em;
	margin: 10px 0;
	text-align: justify;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a,
input.submit {
	color: black;
	overflow: hidden;
	transition: all .2s;
}

a:hover,
input.submit:hover {
	opacity: .6;
	transition: all .3s;
}

a.link-btn,
div.page span.next a,
div.page a.next {
	background: #9c308a url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 10px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-weight: 700;
	padding: 10px 75px 10px 70px;
	text-decoration: none;
}

a.link-btn:hover,
div.page span.next a:hover,
div.page a.next:hover {
	background-position: right 15px center;
}

a.link-btn-prev,
div.page span.prev a,
div.page a.prev {
	background: #9c308a url(images/link_btn_prev.svg) no-repeat left 20px center;
	background-size: 10px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 70px 10px 75px;
	text-decoration: none;
}

a.link-btn-prev:hover,
div.page span.prev a:hover,
div.page a.prev:hover {
	background-position: left 15px center;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
	text-align: justify;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

strong.marker,
div.body strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	line-height: 2.0em;
	padding: 0 5px;
}

ul.list,
div.body ul {
	line-height: 1.5em;
	padding-top: 10px;
}

ul.list li,
div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 15px 12px;
	background-size: 7px;
	display: block;
	padding: 5px 0 5px 30px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.3em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-align: justify;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	background: #bfbfbf;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

div.subtitle {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

div.subtitle h2 {
	font-size: 30px;
	text-align: left;
}

div.subtitle p {
	padding-left: 50px;
}

table.list-table {
	border: 1px solid #d2d2d2;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	overflow: hidden;
}

table.list-table th {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d2d2d2;
	padding: 15px 30px;
	white-space: nowrap;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px solid #d2d2d2;
	padding: 15px 20px 15px 40px;
}

table.list-table tr:last-child th,
table.list-table tr:last-child td {
	border-bottom: none;
}

/***********************************************************************/

table.form-table {
	border: 1px solid #d2d2d2;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	overflow: hidden;
}

table.form-table th {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d2d2d2;
	padding: 25px 30px;
	vertical-align: top;
	white-space: nowrap;
	width: 30%;
}

table.form-table td {
	border-bottom: 1px solid #d2d2d2;
	padding: 15px 20px 15px;
}

table.form-table tr:last-child th,
table.form-table tr:last-child td {
	border-bottom: none;
}

table.form-table td.m {
	padding: 25px 0 0 20px;
	vertical-align: top;
	white-space: nowrap;
	width: 10px;
}

table.form-table td.m span {
	background-color: #e8ab0b;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 700;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

table.form-table td table {
	border: none;
}

table.form-table td table th {
	background-color: none;
	background-color: transparent;
	border: none;
	font-weight: 400;
	padding: 3px 5px 3px 0;
	text-align: right;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td,
table.form-table td table td.m {
	border: none;
	padding: 3px 5px;
	vertical-align: middle;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	margin: 2px 5px 2px 0;
	padding: 5px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td textarea {
	width: 500px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

form p.privacy {
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 80%;
}

form p.privacy input {
	margin-right: 10px;
}

input.submit[disabled] {
	background-color: #f0ceeb;
	background-image: none;
	border: 1px solid #f0ceeb;
	border-radius: 100px;
	color: white;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit[disabled]:hover {
	cursor: auto;
	opacity: 1;
}

input.submit {
	background: #9c308a url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 10px;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	background-position: right 15px center;
}

body#form table.form-table th {
	padding: 20px 30px 20px 20px;
}

body#form table.form-table td {
	padding: 20px 20px 20px 30px;
}

body#form table.form-table td table {
	width: auto;
}

body#form table.form-table td table th {
	padding: 5px 20px 5px 0;
}

body#form table.form-table td table td {
	padding: 5px 0;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/

ul.know-list {
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}

ul.know-list li {
	border-top: 1px solid #d2d2d2;
}

ul.know-list li:first-child {
	border-top: none;
}

ul.know-list li:first-child a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.know-list li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.know-list li.none {
	font-weight: 700;
	padding: 20px 30px;
	text-align: center;
}

ul.know-list li a {
	align-items: center;
	background: white url(images/link_btn_gray.svg) no-repeat right 32px center;
	background-size: 10px;
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	padding: 15px 70px 15px 60px;
	text-decoration: none;
}

ul.know-list li a:hover {
	background-color: #ffffee;
	background-position: right 27px center;
	opacity: 1;
}

ul.know-list li a span.date {
	font-weight: 700;
	text-align: right;
	vertical-align: middle;
}

ul.know-list li a span.categorytitle {
	width: 640px;
}

ul.know-list li a span.category {
	display: block;
	padding: 8px 2px;
}

ul.know-list li a span.category span {
	border-radius: 16px;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 2px 10px;
}

ul.know-list li a strong,
ul.know-list li a h2 {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

span.category span a {
	border-radius: 12px;
	color: white;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6em;
	margin: 0 3px;
	padding: 2px 15px;
	text-decoration: none;
}

ul.category.parent li.cat-all label {
	background-color: #9c308a;
	border: solid 1px #9c308a;
	color: white;
}

span.category span.cat-parent-1 a,
a span.category span.cat-item-1,
a span.category span.cat-parent-1 {
	background-color: white;
	border: solid 1px #23ac38;
	color: #23ac38;
}

ul.category.parent li.cat-item-1 label,
span.category span.cat-item-1 a,
a span.category span.cat-item-1 {
	background-color: #23ac38;
	border: solid 1px #23ac38;
	color: white;
}

ul.category.parent li.cat-item-1 ul.category.child li label {
	color: #23ac38;
}

span.category span.cat-item-8 a,
span.category span.cat-parent-8 a,
a span.category span.cat-item-8,
a span.category span.cat-parent-8 {
	background-color: white;
	border: solid 1px #009944;
	color: #009944;
}

ul.category.parent li.cat-item-8 label,
span.category span.cat-item-8 a,
a span.category span.cat-item-8 {
	background-color: #009944;
	border: solid 1px #009944;
	color: white;
}

ul.category.parent li.cat-item-8 ul.category.child li label {
	color: #009944;
}

span.category span.cat-item-28 a,
span.category span.cat-parent-28 a,
a span.category span.cat-item-28,
a span.category span.cat-parent-28 {
	background-color: white;
	border: solid 1px #009e96;
	color: #009e96;
}

ul.category.parent li.cat-item-28 label,
span.category span.cat-item-28 a,
a span.category span.cat-item-28 {
	background-color: #009e96;
	border: solid 1px #009e96;
	color: white;
}

ul.category.parent li.cat-item-28 ul.category.child li label {
	color: #009e96;
}

span.category span.cat-item-29 a,
span.category span.cat-parent-29 a,
a span.category span.cat-item-29,
a span.category span.cat-parent-29 {
	background-color: white;
	border: solid 1px #00a0c1;
	color: #00a0c1;
}

ul.category.parent li.cat-item-29 label,
span.category span.cat-item-29 a,
a span.category span.cat-item-29 {
	background-color: #00a0c1;
	border: solid 1px #00a0c1;
	color: white;
}

ul.category.parent li.cat-item-29 ul.category.child li label {
	color: #00a0c1;
}

span.category span.cat-item-16 a,
span.category span.cat-parent-16 a,
a span.category span.cat-item-16,
a span.category span.cat-parent-16 {
	background-color: white;
	border: solid 1px #00a0e9;
	color: #00a0e9;
}

ul.category.parent li.cat-item-16 label,
span.category span.cat-item-16 a,
a span.category span.cat-item-16 {
	background-color: #00a0e9;
	border: solid 1px #00a0e9;
	color: white;
}

ul.category.parent li.cat-item-16 ul.category.child li label {
	color: #00a0e9;
}

span.category span.cat-item-36 a,
span.category span.cat-parent-36 a,
a span.category span.cat-item-36,
a span.category span.cat-parent-36 {
	background-color: white;
	border: solid 1px #0086d1;
	color: #0086d1;
}

ul.category.parent li.cat-item-36 label,
span.category span.cat-item-36 a,
a span.category span.cat-item-36 {
	background-color: #0086d1;
	border: solid 1px #0086d1;
	color: white;
}

ul.category.parent li.cat-item-36 ul.category.child li label {
	color: #0086d1;
}

span.category span.cat-item-39 a,
span.category span.cat-parent-39 a,
a span.category span.cat-item-39,
a span.category span.cat-parent-39 {
	background-color: white;
	border: solid 1px #0068b7;
	color: #0068b7;
}

ul.category.parent li.cat-item-39 label,
span.category span.cat-item-39 a,
a span.category span.cat-item-39 {
	background-color: #0068b7;
	border: solid 1px #0068b7;
	color: white;
}

ul.category.parent li.cat-item-39 ul.category.child li label {
	color: #0068b7;
}

span.category span.cat-item-42 a,
span.category span.cat-parent-42 a,
a span.category span.cat-item-42,
a span.category span.cat-parent-42 {
	background-color: white;
	border: solid 1px #00479d;
	color: #00479d;
}

ul.category.parent li.cat-item-42 label,
span.category span.cat-item-42 a,
a span.category span.cat-item-42 {
	background-color: #00479d;
	border: solid 1px #00479d;
	color: white;
}

ul.category.parent li.cat-item-42 ul.category.child li label {
	color: #00479d;
}

span.category span.cat-item-45 a,
span.category span.cat-parent-45 a,
a span.category span.cat-item-45,
a span.category span.cat-parent-45 {
	background-color: white;
	border: solid 1px #1d2088;
	color: #1d2088;
}

ul.category.parent li.cat-item-45 label,
span.category span.cat-item-45 a,
a span.category span.cat-item-45 {
	background-color: #1d2088;
	border: solid 1px #1d2088;
	color: white;
}

ul.category.parent li.cat-item-45 ul.category.child li label {
	color: #1d2088;
}

span.category span.cat-item-47 a,
span.category span.cat-parent-47 a,
a span.category span.cat-item-47,
a span.category span.cat-parent-47 {
	background-color: white;
	border: solid 1px #601986;
	color: #601986;
}

ul.category.parent li.cat-item-47 label,
span.category span.cat-item-47 a,
a span.category span.cat-item-47 {
	background-color: #601986;
	border: solid 1px #601986;
	color: white;
}

ul.category.parent li.cat-item-47 ul.category.child li label {
	color: #601986;
}

span.category span.cat-item-50 a,
span.category span.cat-parent-50 a,
a span.category span.cat-item-50,
a span.category span.cat-parent-50 {
	background-color: white;
	border: solid 1px #920783;
	color: #920783;
}

ul.category.parent li.cat-item-50 label,
span.category span.cat-item-50 a,
a span.category span.cat-item-50 {
	background-color: #920783;
	border: solid 1px #920783;
	color: white;
}

ul.category.parent li.cat-item-50 ul.category.child li label {
	color: #920783;
}

span.category span.cat-item-52 a,
span.category span.cat-parent-52 a,
a span.category span.cat-item-52,
a span.category span.cat-parent-52 {
	background-color: white;
	border: solid 1px #8b8b8b;
	color: #8b8b8b;
}

ul.category.parent li.cat-item-52 label,
span.category span.cat-item-52 a,
a span.category span.cat-item-52 {
	background-color: #8b8b8b;
	border: solid 1px #8b8b8b;
	color: white;
}

ul.category.parent li.cat-item-52 ul.category.child li label {
	color: #8b8b8b;
}

div.page {
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page span.page-numbers,
div.page a.page-numbers {
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page a.page-numbers {
	background-color: #9c308a;
	color: white;
}

div.page span.page-numbers {
	color: #9c308a;
}

div.page a.next,
div.page a.prev {
	margin: 0 5px;
}

div.page a.next {
	background-position: right 12px center;
	background-size: 7px;
	padding: 7px 40px 7px 25px;
}

div.page a.next:hover {
	background-position: right 7px center;
}

div.page a.prev {
	background-position: left 12px center;
	background-size: 7px;
	padding: 7px 25px 7px 40px;
}

div.page a.prev:hover {
	background-position: left 7px center;
}

body#single h1 {
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 32px;
	line-height: 1.6em;
	padding: 20px 40px;
}

body#single p.datecategory {
	margin: 30px 0;
	padding-right: 150px;
	position: relative;
}

body#single p.datecategory span.category {
	display: flex;
	flex-wrap: wrap;
}

body#single p.datecategory span.date {
	font-size: 15px;
	position: absolute;
	right: 0;
}

body#single div.body h2.img {
	margin: 50px -10px 30px -10px;
}

body#single div.body h2.contact {
	background-color: #f7e5f4;
	border-radius: 5px;
	font-size: 24px;
	margin: 50px 0 40px 0;
	padding: 12px 20px;
	text-align: center;
}

body#single div.body p {
	margin: 20px 0;
}

body#single div.body ul {
	margin: 20px auto;
}

body#single div.body table {
	border-top: 1px solid #d2d2d2;
	margin: 20px auto;
}

body#single div.body table th {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d2d2d2;
	line-height: 1.4em;
	padding: 15px 30px;
	white-space: nowrap;
	width: 30%;
}

body#single div.body table td {
	border-bottom: 1px solid #d2d2d2;
	line-height: 1.4em;
	padding: 15px 20px 15px 40px;
}

body#single div.body table td ul {
	border-bottom: 1px dotted #d2d2d2;
	border-top: 1px dotted #d2d2d2;
	margin: 10px auto;
	padding: 10px 0;
}

body#single div.body table td ul li {
	background-position: 8px 10px;
	padding: 3px 0 3px 30px;
}

body#single div.body table tr:last-child th,
body#single div.body table tr:last-child td {
	border-top: none;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

body#single div.body figure figcaption {
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 700;
	margin-top: 8px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns {
	display: table;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: 48%;
}

body#single div.body div.wp-block-columns div.wp-block-column figure {
	padding: 0;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

/***********************************************************************/

#header-line {
	border-bottom: 1px solid #cccccc;
}

#header-text {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

#header-text h1,
#header-text p {
	color: #9c308a;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0;
	padding: 8px 0;
	text-align: justify;
}

nav#headernav {
	position: absolute;
	right: 0;
	top: 8px;
	width: 500px;
}

nav#headernav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

nav#headernav ul li {
	border-left: 2px solid #d1d1d1;
	line-height: 1em;
}

nav#headernav ul li:last-child {
	padding-left: 30px;
	padding-right: 0;
}

nav#headernav ul li a {
	font-size: 14px;
	padding: 0 20px;
	text-decoration: none;
}

nav#headernav ul li:last-child a {
	background: #ec85b2 url(images/link_btn.svg) no-repeat right 10px center;
	background-size: 5px;
	border-radius: 5px;
	color: white;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 28px 3px 20px;
}

nav#headernav ul li:last-child a:hover {
	background-position: right 7px center;
}

#header {
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

#header-logo {
	left: 0;
	position: absolute;
	top: 22px;
}

nav#globalnav {
	position: absolute;
	right: 0;
	top: 50px;
}

nav#globalnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

nav#globalnav ul li {
	padding-left: 15px;
}

nav#globalnav ul li a {
	border-bottom: 1px solid #cdcdcd;
	font-weight: 700;
	line-height: 1.5em;
	padding: 5px 15px;
	position: relative;
	text-decoration: none;
}

nav#globalnav ul li:nth-last-child(2) a {
	background: #9c308a url(images/link_btn.svg) no-repeat right 10px center;
	background-size: 7px;
	border: 1px solid #9c308a;
	border-radius: 5px;
	color: white;
	margin-left: 5px;
	padding: 8px 40px 8px 30px;
}

nav#globalnav ul li:last-child {
	padding-left: 3px;
}

nav#globalnav ul li:last-child a {
	background: white url(images/link_btn_violet.svg) no-repeat right 10px center;
	background-size: 7px;
	border: 1px solid #9c308a;
	border-radius: 5px;
	color: #9c308a;
	margin-left: 5px;
	padding: 8px 40px 8px 30px;
}

nav#globalnav ul li:nth-last-child(2) a:hover {
	background-position: right 5px center;
}

nav#globalnav ul li:last-child a:hover {
	background-color: #ffffee;
	background-position: right 5px center;
	opacity: 1;
}

nav#globalnav ul li a:after {
	background: #9a3088;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	width: 100%;
}

nav#globalnav ul li a:hover::after {
	transform: scale(1, 1);
}

nav#globalnav ul li:last-child a:after,
nav#globalnav ul li:nth-last-child(2) a:after {
	content: none;
}

#title {
	background-color: #f7e5f4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 70px 0 60px 0;
}

#title h1 {
	font-size: 45px;
	line-height: 1.6em;
	text-align: center;
}

#title p {
	text-align: center;
}

#title-s {
	background-color: #9c308a;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 20px 0;
	text-align: center;
}

#title-s h1,
#title-s a,
#title-s p {
	color: white;
}

#title-s h1 {
	font-size: 20px;
}

#title-s a {
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 10px;
	text-decoration: none;
}

#title-s p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	text-align: center;
}

div.main {
	margin: 0 auto;
	width: 1200px;
}

div.main-s {
	margin: 0 auto;
	width: 1000px;
}

div.bg-lightviolet {
	background-color: #f7e5f4;
}

div.bg-lightpink {
	background-color: #fff2f3;
}

div.bg-gray {
	background-color: #f9f9f9;
}

div.bg-lightviolet h2.img,
div.bg-lightpink h2.img,
div.bg-gray h2.img {
	background-color: white;
}

footer {
	background-color: #f1f1f1;
}

#fcontact {
	background-color: #9c308a;
	padding: 60px 0 80px 0;
}

#fcontact h3 {
	color: white;
	font-size: 20px;
	padding-bottom: 50px;
	text-align: center;
}

#fcontact h3 strong {
	background: url(images/fcontact_strong.png) repeat-x center bottom;
	color: #f6ffb9;
	font-size: 23px;
	line-height: 2.0em;
	padding: 0 5px;
}

#fcontact ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#fcontact ul li {
	margin-right: 20px;
}

#fcontact ul li a {
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 80px;
	text-decoration: none;
}

#fcontact ul li:first-child a {
	background: white url(images/link_btn_violet.svg) no-repeat right 15px center;
	background-size: 8px;
	color: #9c308a;
	margin-left: 5px;
}

#fcontact ul li:last-child a {
	background: #ec85b2 url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 8px;
	color: white;
}

#fcontact ul li a:hover {
	background-position: right 10px center;
}

footer h4 {
	padding: 40px 0 30px 0;
	text-align: center;
}

nav#footernav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav#footernav ul:first-child {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding: 15px 0;
}

nav#footernav ul li {
	border-left: 1px solid #d1d1d1;
	padding: 0 10px;
}

nav#footernav ul li:last-child {
	border-right: 1px solid #d1d1d1;
}

nav#footernav ul li a {
	color: #9c308a;
	font-weight: 700;
	padding: 0 20px 5px 20px;
	position: relative;
	text-decoration: none;
}

nav#footernav ul li a:after {
	background: #9a3088;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	width: 100%;
}

nav#footernav ul li a:hover::after {
	transform: scale(1, 1);
}

#footernav ul:last-child {
	padding: 20px 0;
}

#footernav ul:last-child li a {
	color: black;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 15px 3px 15px;
}

p#copyright {
	background-color: #555555;
	color: white;
	font-size: 13px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#pagetop {
	bottom: 50px;
	position: fixed;
	right: 20px;
}

#pagetop a {
	background-color: #9c308a;
	border-radius: 5px;
	display: block;
	height: 56px;
	padding-top: 13px;
	text-align: center;
	width: 56px;
}

#pagetop a:hover {
	padding-top: 8px;
}