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

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.png);
	color: #333333;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	min-width: 1100px;
}

.sp {
	display: none;
}

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

h1.img {
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 40px;
	padding: 90px 0 90px;
}

h1.img em,
header #title-s em {
	display: block;
	font-size: 14px;
	letter-spacing: .2em;
}

h2.img {
	color: #4d7569;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 40px;
	line-height: .8em;
}

h2.img em {
	display: block;
	font-size: 14px;
	letter-spacing: .2em;
}

p {
	line-height: 1.8em;
	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;
}

a {
	color: #133247;
	overflow: hidden;
}

a:hover,
input.submit: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,
span.link-btn {
	align-items: center;
	background: white ;
	background-size: 40px;
	border: 1px solid #333333;
	color: #333333;
	display: flex;
	font-weight: 500;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 240px;
	overflow: visible;
	padding: 10px 25px;
	position: relative;
	text-decoration: none;
	transition: .3s ease-in-out;
}

a.link-btn:before {
	background-color: #4d7569;
	content: "";
	height: 1px;
	position: absolute;
	right: -2em;
	top: calc(50% - 2px);
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	transition: .3s;
	width: 12px;
}

a.link-btn:after {
	background-color: #4d7569;
	content: "";
	height: 1px;
	position: absolute;
	right: -2em;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	width: 60px;
}

a.link-btn:hover:before,
a.link-btn:hover:after {
	right: -2.5em;
}

a.link-btn:hover {
	background: #4d7569;
	border: 1px solid #4d7569;
	color: white;
	opacity: 1;
}


a.link-btn-prev {
	background: url(images/link_btn.svg) no-repeat right 12px center, white;
	background-size: 25px, cover;
	border: 1px solid #4d7569;
	color: #4d7569;
	display: inline-block;
	font-weight: 600;
	padding: 10px 50px 10px 60px;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	margin: 0 5px;
}

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: #66b5bc;
}

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

span.large {
	font-size: 120%;
	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 {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

ul.list,
div.body ul {
	border-top: 1px solid #d6d6d6;
	line-height: 1.5em;
}

ul.list li,
div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat center left 10px;
	background-size: 5px;
	border-bottom: 1px solid #d6d6d6;
	color: #4d7569;
	display: block;
	padding: 6px 0 6px 26px;
	text-align: left;;
}

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

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

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

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

div.line {
	border-top: 1px solid #d6d6d6;
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
}

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.news {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
	text-align: center;
}

ul.news {
	margin: 0 auto;
	max-width: 800px;
	padding: 70px 0 50px;
}

ul.news li {
	border-bottom: 1px solid #0f2540;
	padding: 20px 0 20px 100px;
	text-align: left;
}

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

ul.news li a span.category span {
	color: white;
	display: inline-block;
	font-size: 13px;
	margin-left: 20px;
	padding: 0 10px;
	text-align: center;
	width: 80px;
}

ul.news li span.title {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	width: 430px;
}

div.category {
	padding: 50px 0;
}

ul.footercategory {
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
}

ul.footercategory li {
	display: inline-block;
}

ul.footercategory li span.category a {
	color: white;
	display: inline-block;
	font-size: 14px;
	margin: 0 5px;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}

span.news a,
a span.category span.news {
	background-color: #c293a0;
}

span.pro a,
a span.category span.pro {
	background-color: #c2986d;
}

span.column a,
a span.category span.column {
	background-color: #d9d6ba;
}

div.page {
	padding: 20px 0;
	text-align: center;
}

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

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

div.page span.page-numbers {
	border-bottom: 2px solid #4d7569 ;
	color: #4d7569;
	font-weight: 600;
	width: 15px;
}

div.page span.dots {
	border: none;
	color: #4d7569;
}

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

div.page a.next,
div.page span.next a {
	background: #4d7569 url(images/link_btn_next.svg) no-repeat center right 10px;
	background-size: 13px;
	color: white;
	font-size: 14px;
	padding: 10px 30px 10px 25px;
	text-decoration: none;
}

div.page a.prev,
div.page span.prev a {
	background: #4d7569 url(images/link_btn_prev.svg) no-repeat center left 10px;
	background-size: 13px;
	color: white;
	font-size: 14px;
	padding: 10px 25px 10px 30px;
	text-decoration: none;
}

body#archive h1 {
	color: #4d7569;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 34px;
	padding: 70px 0 10px;
	position: relative;
}

body#archive h1::after {
	border-color: #4d7569 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
	border-style: solid;
	border-width: 10px 6px 0 6px;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

body#archive h1 em {
	display: block;
	font-size: 14px;
	letter-spacing: .2em;
}

body#single div.news {
	background: white;
	padding: 100px;
}

body#single #title a {
	display: block;
	text-align: center;
}

body#single h1 {
	border-bottom: 3px solid #4d7569;
	color: #4d7569;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 34px;
	line-height: 1.3em;
	padding: 20px 0 10px;
}

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

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

body#single p.category span a {
	color: white;
	display: inline-block;
	font-size: 14px;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}

body#single div.body {
	background-color: white;
	margin-bottom: 50px;
	padding: 50px;
}

body#single div.body h2 {
	background: #4d7569;
	color: white;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 20px;
	padding: 5px 0;
	text-align: center;
}

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;
	margin: 0 auto;
	padding: 30px 0;
}

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

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

body#single div.body table td {
	border: 1px solid #d6d6d6;
	line-height: 1.5em;
	padding: 10px 20px;
}

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

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

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

header #header {
	background-color: rgba(255,255,255,.8);
}

header h1,
header #header-logo {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 30px 0 20px;
} 

header h1 a,
header #header-logo a {
	padding: 0 10px;
}

header h1 a img,
header #header-logo a img {
	vertical-align: top;
}

header h1.img {
	display: block;
}

header #title-s {
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 30px;
	padding: 20px 0;
	text-align: center;
}

header #title-s a {
	color: white;
	text-decoration: none;
}

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

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

div.bg-green {
	background: #ebf5f2;
	padding: 100px ;
}

footer {
	padding-bottom: 60px;
}

footer nav#globalnav {
	background: #2b5377;
	padding: 15px 0;
}

footer nav#globalnav ul {
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	justify-content: center;
	margin: 0 auto;
	max-width: 1000px;
}

footer nav#globalnav ul li {
	border-right: 1px solid white;
	font-size: 14px;
}

footer nav#globalnav ul li:first-child {
	border-left: 1px solid white;
}

footer nav#globalnav li a {
	color: white;
	padding: 15px 30px;
	text-decoration: none;
}

footer #footer-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 60px;
}

footer #footer-info-address address {
	font-size: 14px;
	font-style: normal;
	padding-top: 10px;
}

footer #footer-info-address p {
	background: url(images/footer_p.svg) no-repeat center left;
	background-size: 15px;
	font-size: 14px;
	margin: 0;
	padding-left: 20px;
}

footer #footer-info #footer-info-tel {
	padding-bottom: 10px;
	position: relative;
	width: 480px;
}

footer #footer-info #footer-info-tel h3 {
	color: #2b5377;
	font-size: 14px;
	padding-bottom: 10px;
}

footer #footer-info #footer-info-tel p:nth-child(2) {
	font-size: 14px;
	line-height: 1.2em;
}

footer #footer-info #footer-info-tel p:nth-child(2) em {
	background: url(images/footer_tel.svg) no-repeat center left 30px;
	background-size: 35px;
	color: #2a505e;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 36px;
	padding: 0 20px 0 80px;
}

footer #footer-info #footer-info-tel table {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	position: absolute;
	right: 0;
	top: 29px;
	width: 150px;
}

footer #footer-info #footer-info-tel table th {
	font-size: 12px;
	font-weight: 400;
	padding-right: 10px;
	text-align: right;
}

footer #footer-info #footer-info-tel table td {
	font-size: 12px;
}

footer #footer-info #footer-info-tel p:last-child {
	font-size: 11px;
	margin: 0;
	padding-right: 8px;
	text-align: right;
}

footer #pagetop {
	background: #2b5377;
	bottom: 0;
	position: fixed;
	right: 0;
}

footer #pagetop a {
	display: block;
	height: 50px;
	width: 50px;
}

footer #pagetop a img {
	margin: 15px;
}

footer p#copyright {
	display: block;
	font-size: 12px;
	margin: 0 auto;
	max-width: 1000px;
	text-align: right;
}