
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 500;
	min-width: 1220px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.subtitle,
h2.subtitle a {
	display: block;
	font-size: 32px;
}

h2.img em,
h2.subtitle em,
h2.subtitle a em {
	display: block;
	font-size: 16px;
	line-height: 1em;
}

h2.img {
	background: url(images/h2_img.svg) no-repeat center bottom;
	background-size: 350px;
	font-size: 25px;
	line-height: 2em;
	padding-bottom: 15px;
}

h2.brown {
	color: #6a4604;
	padding-bottom: 10px;
}

h2.brown em {
	display: block;
	font-size: 16px;
	line-height: 1em;
}

h3.subtitle {
	color: #4995c7;
	font-size: 17px;
	font-weight: 600;
	padding-top: 20px;
}

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

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;
}

sup,
sub {
	font-size: 75%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.link-btn-b,
span.link-btn a,
a.link-btn {
	background: #ffffff url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 30px;
	border-radius: 5px;
	color: #1d8866;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 8px 80px 8px 70px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-orange {
	background: #ffffff url(images/link_btn_orange.svg) no-repeat right 20px center;
	background-size: 30px;
	border-radius: 5px;
	color: #f6a326;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 18px 100px 18px 90px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-green {
	background: #1d8866 url(images/link_btn_white.svg) no-repeat right 20px center;
	background-size: 30px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 18px 100px 18px 90px;
	text-align: center;
	text-decoration: none;
}

span.link-btn a,
a.link-btn-b {
	background: #ffffff url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 30px;
	padding: 18px 100px 18px 90px;
}


a.link-btn-b:hover,
span.link-btn a:hover,
a.link-btn:hover {
	background: #f3be4d url(images/link_btn_white.svg) no-repeat right 15px center;
	background-size: 30px;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

a.link-btn-orange:hover {
	background: #ff4d0f url(images/link_btn_white.svg) no-repeat right 15px center;
	background-size: 30px;
	border: 1px solid #ff9d02;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

a.link-btn-green:hover {
	background: #f3be4d url(images/link_btn_white.svg) no-repeat right 15px center;
	background-size: 30px;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}



span.link-btn-prev a,
a.link-btn-prev {
	background: url(images/link_btn_prev.svg) no-repeat left 30px center;
	background-size: 35px;
	border: 1px solid #1d8866;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 8px 90px 8px 100px;
	text-align: center;
}

a.link-btn-prev  a:hover,
a.link-btn-prev :hover {
	background: #f3be4d url(images/link_btn_white.svg) no-repeat right 10px center;
	background-size: 35px;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

ul {
	list-style-type: none;
}

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

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

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

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

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.green {
	color: #006600;
}

span.orange {
	color: #ff7d00;
}

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 {
	background: url(images/marker.gif) repeat-x center bottom;
	line-height: 2.0em;
	padding: 0 5px;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 8px 17px;
	background-size: 10px;
	display: block;
	line-height: 1.6em;
	padding: 10px 0 10px 30px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

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-indent: -1.2em;
}

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

div.line {
	background: #d1c4b0;
	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.point  ul {
	text-align: center;
}

div.point  ul li {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	width: 300px;
}

div.point ul li p {
	display: block;
	font-size: 14px;
	padding: 10px;
}

div.area h3 {
	background-color: #4995c7;
	color: white;
	padding: 5px 0;
}

div.area p {
	font-size: 15px;
}

div.border {
	border-bottom: 2px dotted #6a4604;
	padding-bottom: 15px;
}

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

div.report {
	background-color: white;
	border: 1px solid #319575;
	padding: 20px;
}

div.report h2 {
	background-color: #319575;
	color: white;
	padding: 5px;
}

div.report strong.date {
	border-bottom: 2px solid #319575;
	border-top: 2px solid #319575;
	color: #319575;
	display: block;
	margin: 0 auto;
	padding: 5px;
	width: 80%;
} 

div.report ol {
	font-size: 90%;
	margin: 0 auto;
	width: 80%;
}

div.report ol li {
	line-height: 1.5em;
	padding: 0 0 0 0;
}

div.report ol li ul.list li {
	background: url(../images/ul_list_li.svg) no-repeat 10px 8px;
	background-size: 7px;
	display: block;
	line-height: 1.6em;
	padding: 0 0 0 24px;
}

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

table.list-table {
	background-color: white;
	border: 1px solid #319575;
	font-size: 15px;
	margin: 0 auto;
}


table.list-table th {
	background-color: #319575;
	border-bottom: 1px solid white;
	color: white;
	padding: 10px 30px;
	text-align: center;
	width: 25%;
}

table.list-table td {
	background-color: white;
	border-bottom: 1px solid #319575;
	padding: 15px 30px;
}

table.list-table td table {
	border-top: 1px solid #319575;
	margin: 10px 0;
}

table.list-table td table th {
	background-color: #f3f3f8;
	border-bottom: 1px solid #319575;
	border-left: 1px solid #319575;
	border-right: 1px solid #319575;
	color: black;
	font-weight: 500;
	padding: 5px 15px 5px 15px;
	vertical-align: middle;
	white-space: pre-wrap;
	width: auto;
}

table.list-table td table td {
	border-right: 1px solid #319575;
	padding: 5px 10px;
	text-align: left;
	text-align: center;
}

table.list-table td a {
	text-decoration: underline;
}

table.list-table td ul.list {
	line-height: 1em;
}

table.list-table td ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 3px 11px;
	background-size: 5px;
	display: block;
	line-height: .3em;
	padding: 10px 0 10px 15px;
}

table.list-table td ul.list li span.small {
	line-height: .3em;
}

table.list-table td a {
	line-height: 2em;
}

/***********************************************************************/
div.shisetsu-btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.shisetsu-btn ul li {
	height: 230px;
	margin: 10px;
	position: relative;
	width: 270px;
}

div.shisetsu-btn ul li a img {
	border-radius: 10px;
}

div.shisetsu-btn ul li a span.text {
	background: #1d8866 url(images/link_btn_white.svg) no-repeat right 23px center;
	background-color: #1d8866;
	background-size: 26px;
	border-radius: 0 0 10px 10px;
	bottom: 0;
	box-sizing: border-box;
	color: white;
	font-weight: 600;
	left: 0;
	margin: auto;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 150;
	width: 100%;
}

div.shisetsu-btn ul li a span.text:hover {
	background: #f3be4d url(images/link_btn_white.svg) no-repeat right 14px center;
	background-size: 26px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

div.shisetsu-btn ul li a span.text span.small {
	display: block;
	font-size: 12px;
}

/***********************************************************************/
div.point-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 1100px;
}

div.point-box div.point {
	margin: 0 auto;
	max-width: 250px;
	padding: 140px 0 0 0;
	position: relative;
}

div.point-box div.point div.text {
	background-color: #f9f8ea;
	border-radius: 10px;
	height: 115px;
	padding: 88px 20px 20px 20px;
}


div.point-box div.point div.img {
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 2;
}

div.point-box div.point div.text p {
	font-size: 14px;
}

/***********************************************************************/
ul.photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.photo li {
	padding: 20px 10px;
}

ul.photo li span {
	display: block;
	text-align: center;
}

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

table.form-table th {
	background-color: #e8e8e8;
	border-bottom: 1px solid white;
	font-weight: 500;
	padding: 20px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 30%;
}

table.form-table td {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	padding: 17px 0;
	vertical-align: top;
}

table.form-table td.m {
	padding: 20px 15px 0 15px;
	white-space: nowrap;
	width: 10px;
}

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

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

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

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

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

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

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

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

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

table.form-table td table th {
	background: white;
	color: black;
	font-weight: normal;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td {
	background: white;
	color: black;
	font-weight: normal;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

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

table.form-table td input#fileclear {
	cursor: pointer;
	display: none;
	font-size: 11px;
}

input.submit {
	background: #ffffff url(images/link_btn_orange.svg) no-repeat right 20px center;
	background-size: 30px;
	border: #f6a326 1px solid;
	border-radius: 5px;
	color: #f6a326;
	display: inline-block;
	font-size: 23px;
	font-weight: 600;
	margin: 0 auto;
	padding: 18px 100px 18px 90px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	background: #f6a326 url(images/link_btn_white.svg) no-repeat right 15px center;
	background-size: 30px;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

body#form a.again {
	text-decoration: underline;
}


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

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

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

ul.category {
	display: flex;
	justify-content: center;
}

ul.category li span.category span a {
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px;
	padding: 5px 15px;
	text-align: center;
}


h2.news-category {
	background-color: #1d8866;
	border-radius: 5px;
	color: white;
	padding: 20px;
	text-align: left;
}

h2.news-category em {
	color: white;
	display: inline;
	font-size: 15px;
	padding-left: 20px;
}

div.news-info {
	display: flex;
	font-size: 14px;
	padding: 0 10px;
}

div.news-info p.right {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	margin-left: auto;
}

div.news-info a {
	color: #1d8866;
	font-weight: 600;
	text-decoration: underline;
}


div.news ul {
	border-top: 2px dotted #6a4604;
} 

div.news ul li a {
	background: url(images/link_btn_news.svg) no-repeat right 25px center;
	background-size: 20px;
	border-bottom: 2px dotted #6a4604;
	display: block;
	padding: 10px 20px;
}

div.news ul li a {
	text-decoration: none;
}

div.news ul li a span.category {
	vertical-align: middle;
	width: 200px;
}

p.category span a,
span.category span a,
div.news ul li a span.category span {
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 30px;
	padding: 5px 15px;
	text-align: left;
	text-decoration: none;
}

p.category span.matsunoki a,
span.category span.matsunoki a,
div.news ul li a span.category span.matsunoki {
	background-color: #22b382;
	color: white;
}

p.category span.news a,
span.category span.news a,
div.news ul li a span.category span.news {
	background-color: #ff440b;
	color: white;
}

p.category span.kusunoki a,
span.category span.kusunoki a,
div.news ul li a span.category span.kusunoki {
	background-color: #22a0d5;
	color: white;
}

p.category span.donguri a,
span.category span.donguri a,
div.news ul li a span.category span.donguri {
	background-color: #a83b0f;
	color: white;
}

p.category span.donguri-h a,
span.category span.donguri-h a,
div.news ul li a span.category span.donguri-h {
	background-color: #f77f7f;
	color: white;
}

p.category span.mikan a,
span.category span.mikan a,
div.news ul li a span.category span.mikan {
	background-color: #ff5e00e3;
	color: white;
}

p.category span.korokoro a,
span.category span.korokoro a,
div.news ul li a span.category span.korokoro {
	background-color: #f6ad2d;
	color: white;
}

p.category span.korokoro-iba a,
span.category span.korokoro-iba a,
div.news ul li a span.category span.korokoro-iba {
	background-color: #f6ad2d;
	color: white;
}

p.category span.recruit-don a,
span.category span.recruit-don a,
div.news ul li a span.category span.recruit-don {
	border: 1px solid#a83b0f;
	color: #a83b0f;
}

p.category span.app a,
span.category span.app a,
div.news ul li a span.category span.app {
	background-color: #69ad99;
	color: white;
}

p.category span.admission a,
span.category span.admission a,
div.news ul li a span.category span.admission {
	background-color: #f8bcb4ad;
	color: #f06c5e;
}

div.news ul li a {
	display: flex;
}

div.news ul li a span.date {
	color: #1d8866;
	font-size: 14px;
	font-weight: bold;
	font-weight: 600;
	padding: 8px 10px;
	text-align: left;
	vertical-align: middle;
}

div.news ul li a div.text {
	display: block;
	padding: 0 10px;
	width: 50%;
}

div.news ul li a div.text strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	padding-top: 10px;
}

div.news ul li a div.text div.detail {
	line-height: 1em;
}

div.news ul li a div.text div.detail p {
	font-size: 13px;
	line-height: 2em;
}


h3.category {
	font-size: 25px;
	font-weight: 600;
	padding-top: 20px;
}

div.page {
	text-align: center;
}

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

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

div.page a.page-numbers {
	background-color: #1d8866;
	border: 1px solid;
	color: white;
}

div.page span.page-numbers {
	border: 1px solid #1d8866;
	color: #1d8866;
}

div.page a.next,
div.page a.prev {
	border-radius: 5px;
	margin: 0 20px;
}

div.page a.next,
div.page span.next a {
	background: #1d8866 url(images/link_btn_white.svg) no-repeat right 12px center;
	background-size: 25px;
	color: white;
	display: inline-block;
	font-weight: 600;
	height: auto;
	padding: 8px 60px 8px 50px;
	text-decoration: none;
	width: auto;
}

div.page a.prev,
div.page span.prev a {
	background: #1d8866 url(images/link_btn_prev_white.svg) no-repeat left 12px center;
	background-size: 25px;
	color: white;
	display: inline-block;
	font-weight: 600;
	height: auto;
	padding: 8px 50px 8px 60px;
	text-decoration: none;
	width: auto;
}

body#single #header-img-detail {
	height: 250px;
}

body#single div.category {
	padding-top: 30px;
}

body#single p.date {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

body#single p.category {
	text-align: center;
}

body#single p.category span a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 20px;
	text-decoration: none;
}

body#single h1 {
	font-size: 30px;
}

body#single div.body {
	background-color: white;
	border: 5px solid #fff8bd;
	border-radius: 5px;
	margin: 0 auto;
	padding: 40px 60px;
	width: 850px;
}

body#single div.body h2 {
	background-color: none;
	border-bottom: 2px dotted #6a4604;
	border-top: 2px dotted #6a4604;
	font-size: 150%;
	margin: 10px auto;
	padding: 10px;
}

body#single div.body a.link-btn {
	background: #ffffff url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 30px;
	border: 1px solid #1d8866;
	color: #1d8866;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 8px 100px 8px 90px;
	text-align: center;
	text-decoration: none;
}

body#single div.body a.link-btn:hover {
	background: #1d8866 url(images/link_btn_white.svg) no-repeat right 10px center;
	background-size: 30px;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

body#single div.body figure.wp-block-image {
	padding: 20px 0;
}

body#single div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 5px 10px;
	background-size: 6px;
	display: block;
	padding: 4px 0 4px 20px;
}

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

body#single div.body table th,
body#single div.body table td {
	border-bottom: 1px solid;
	padding-left: 10px;
}

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

body#single div.body figure figcaption {
	margin-top: 10px;
}

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 div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: auto;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	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 img {
	height: auto;
	width: 100%;
}

body#single div.body div.pdf p {
	font-size: 18px;
}

body#single div.body div.pdf p.pdf-title {
	padding-left: 45px;
}

body#single div.body div.pdf img {
	height: auto;
	width: 100%;
}

body#archive h1 {
	font-size: 30px;
}

body#archive h1 em {
	display: block;
	font-size: 15px;
}

body#archive h1.news {
	color: #ff440b;
}

body#archive h1.matsunoki {
	color: #22b382;
}

body#archive h1.kusunoki {
	color: #22a0d5;
}

body#archive h1.donguri {
	color: #a83b0f;
}

body#archive h1.donguri-h {
	color: #f77f7f;
}

body#archive h1.mikan {
	color: #ff5e00e3;
}

body#archive h1.korokoro-iba,
body#archive h1.korokoro {
	color: #f6ad2d;
}

body#archive h1.recruit-don {
	color: #a83b0f;
}

body#archive h1.app {
	color: #69ad99;
}

body#archive h1.admission {
	color: #f06c5e;
}

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

body#error h1 {
	font-size: 30px;
	padding: 80px 0 50px 0;
}

/***********************************************************************/
header {
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	width: 1200px;
}

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

#hamburger {
	display: none;
}

nav#globalnav {
	padding-top: 20px;
	text-align: right;
}

nav#globalnav ul li {
	border-left: 2px dotted #6a4604;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

nav#globalnav ul li.l {
	border-right: 2px dotted #6a4604;
	padding-right: 2px;
}

nav#globalnav ul li a {
	padding: 10px 1px 0 5px;
	text-decoration: none;
}

nav#globalnav ul li a img {
	padding-top: 5px;
}

#title {
	background-position: center top 90px;
	background-repeat: no-repeat;
	height: 300px;
	margin-top: 20px;
}

#title h1 {
	color: #6a4604;
	display: block;
	padding: 20px 0;
}

#title h1 em {
	display: block;
	font-size: 17px;
	letter-spacing: 1.5px;
}

#title-s a {
	color: #6a4604;
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding-top: 50px;
	text-align: center;
	text-decoration: none;
}

#title-s a em {
	display: block;
	font-size: 15px;
	letter-spacing: 1.5px;
}

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

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

div.bg-green {
	background-color: #1d8866;
}

div.bg-cream {
	background-color: #fffef3;
}

div.bg-paper {
	background: url(images/bg_paper.jpg) repeat  center top;
}

#footer-bg {
	border-top: 2px solid #1d8866;
}

#footer {
	display: flex;
	margin: 0 auto;
	padding: 35px 0;
	width: 1200px;
}

#footer h3 {
	padding: 5px 0 10px 0;
	text-align: left;
}

#footer-address {
	padding-right: 50px;
}


#footer-address #footer-tel {
	color: #1d8866;
	font-weight: 600;
	padding-bottom: 20px;
	text-align: left;
}


#footer-address a.link-btn-green {
	background-size: 25px;
	padding: 10px 60px 10px 40px;
}

nav#footernav {
	display: flex;
	margin-left: auto;
	text-align: left;
}

nav#footernav ul li {
	display: block;
}

nav#footernav ul li a {
	background: url(images/footernav_li.svg) no-repeat left 2px top 10px;
	background-size: 8px;
	color: #1d8866;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 20px;
	text-decoration: none;
}

nav#footernav ul li ul li a {
	background: none;
	color: #1d8866;
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 5px 20px;
}

p#footer-copy {
	background-color: #1d8866;
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}

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