<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information
 style info
=================================================================== */
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.7em;
}

/* リンク設定 ====================*/
a {
  outline: none;
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #1ec7e4;
}

a:active {
  color: #333333;
}

a:focus {
  outline: none;
}

/* SP用画像非表示 ====================*/
img.sp {
  display: none;
}

p.sp {
  display: none;
}

br.sp {
  display: none;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
}

header .inner {
  position: relative;
  width: 1100px;
  height: 100px;
  margin: 0 auto;
  background: #fff;
  z-index: 1;
}

header h1.logo {
  position: absolute;
  top: 28px;
  left: 5px;
  width: 338px;
  height: 43px;
}

header h1.logo img {
  width: 100%;
}

header .btn_menu {
  display: none;
}

header .menuArea {
  display: block !important;
}

header .menuArea ul {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: flex-start;
}

header .menuArea ul li {
  margin: 0 0 0 30px;
  font-size: 1.4rem;
}

header .menuArea ul li a {
  display: block;
  padding: 0 0 8px;
  color: #231815;
  line-height: 1em;
  text-decoration: none;
}

header .menuArea ul li a:hover {
  color: #1ec7e4;
}

header .menuArea ul li a.current {
  border-bottom: 4px solid #1ec7e4;
}

/*----------------------------------------------------
	TOP
----------------------------------------------------*/
body#top {
}

body#top .contentsArea .inner {
  width: 100%;
}

body#top .mainvisual {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 350px;
  transition: all 0.3s;
  background: url("../../img/top/mainvisual.jpg") center bottom no-repeat;
  background-size: cover;
}

body#top .mainvisual .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

body#top .mainvisual .inner p {
  position: absolute;
  left: 0;
  bottom: 35px;
  font-size: 3.5rem;
  font-family: Noto Serif Japanese;
  color: #343434;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  z-index: 4;
}

body#top .aboutArea {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 40px;
}

body#top .aboutArea h2 {
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  font-size: 1.8rem;
  color: #10c2e1;
  background: none;
}

body#top .aboutArea p.leadText {
  margin: 0 0 40px;
  padding: 30px 40px 25px;
  border: 1px solid #10c2e1;
}

body#top .aboutArea .columnArea .cell {
  box-sizing: border-box;
  position: relative;
  width: 300px;
  margin: 0 30px 0 0;
  padding: 6px 6px 16px;
  border: 1px solid #10c2e1;
}

body#top .aboutArea .columnArea .cell:last-child {
  margin: 0;
}

body#top .aboutArea .columnArea .cell a {
  display: block;
  text-decoration: none;
}

body#top .aboutArea .columnArea .cell a:after {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 11px;
  width: 16px;
  height: 16px;
  background: #1ec7e4 url("../img/bg_arrow.png") center center no-repeat;
  border-radius: 8px;
}

body#top .aboutArea .columnArea .cell figure {
  margin: 0 0 15px;
}

body#top .aboutArea .columnArea .cell figure img {
  width: 100%;
}

body#top .aboutArea .columnArea .cell p {
  padding: 0 0 0 5px;
  font-weight: bold;
  line-height: 1em;
}

body#top .info_downloadArea {
  width: 100%;
  min-width: 960px;
  background: linear-gradient(to left, #ebebeb 50%, #f5f5f5 50%) repeat scroll;
}

body#top .info_downloadArea .inner {
  display: flex;
  width: 960px;
  margin: 0 auto;
}

body#top .info_downloadArea h3 {
  margin: 0 0 25px;
  padding: 0 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  border-left: 4px solid #1ec7e4;
}

body#top .info_downloadArea p.listBtn {
  display: inline-block;
  position: absolute;
  top: 45px;
  padding: 0 27px 0 0;
  font-weight: bold;
  line-height: 1em;
}

body#top .info_downloadArea p.listBtn:after {
  content: '';
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: #1ec7e4 url("../img/bg_arrow.png") center center no-repeat;
  border-radius: 8px;
}

body#top .infoArea {
  box-sizing: border-box;
  position: relative;
  width: 480px;
  padding: 40px 30px 40px 0;
}

body#top .infoArea p.listBtn {
  right: 30px;
}

body#top .infoArea ul {
  border-top: 1px solid #d4d8d8;
}

body#top .infoArea ul li {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  text-decoration: none;
  border-bottom: 1px solid #d4d8d8;
}

body#top .infoArea ul li p.date {
  margin: 0 15px 0 0;
  font-size: 1.2rem;
  color: #333;
}

body#top .infoArea ul li p.ic {
  width: 70px;
  padding: 4px 0 6px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
}

body#top .infoArea ul li p.ic_news01 {
  background: #aab1b2;
}

body#top .infoArea ul li p.ic_news02 {
  background: #1ec7e4;
}

body#top .infoArea ul li p.text {
  width: 100%;
  margin: 5px 0 0;
}

body#top .infoArea ul li p.text span {
  font-size: 1rem;
}

body#top .infoArea ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

body#top .infoArea ul li a p.text {
  text-decoration: underline;
}

body#top .downloadArea {
  box-sizing: border-box;
  position: relative;
  width: 480px;
  padding: 40px 0 40px 30px;
}

body#top .downloadArea p.listBtn {
  right: 0;
}

body#top .downloadArea ul li {
  display: flex;
  margin: 0 0 6px;
}

body#top .downloadArea ul li:last-child {
  margin-bottom: 0;
}

body#top .downloadArea ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 60px 10px 20px;
  min-height: 70px;
  background-color: #fff;
  background-size: 16px 17px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}

body#top .downloadArea ul li.ic_word a {
  background-image: url("../img/ic_word.svg");
}

body#top .downloadArea ul li.ic_pdf a {
  background-image: url("../img/ic_pdf.svg");
}

body#top .downloadArea ul li.ic_excel a {
  background-image: url("../img/ic_excel.svg");
}

body#top .footer {
  margin-top: 0;
  border-top: none;
}

/*----------------------------------------------------
	ページ 共通
----------------------------------------------------*/
.contentsArea h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 84px;
  margin: 0 auto 40px;
  font-size: 2.4rem;
  color: #fff;
  background: #1ec7e4;
}

.contentsArea h3 {
  margin: 0 0 25px;
  padding: 0 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1em;
  border-left: 4px solid #1ec7e4;
}

.contentsArea h3 span {
  font-weight: normal;
  font-size: 1.4rem;
}

.contentsArea .inner {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}

.contentsArea .columnArea {
  display: flex;
}

.contentsArea .columnArea .cell:last-child {
  margin: 0 0 0 50px;
}

/*----------------------------------------------------
	ごあいさつ
----------------------------------------------------*/
body#message p.text_date {
  margin-top: 1em;
  text-align: right;
}

body#message p.text_affiliation {
  margin: -28px 0 10px;
  font-size: 1.2rem;
}

body#message p.text_name {
  display: flex;
}

body#message p.text_name span {
  display: flex;
  align-items: center;
  height: 2rem;
  font-size: 1.4rem;
  font-weight: normal;
}

body#message p.text_name span:last-child {
  margin: 0 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

body#message figure.id_photo {
  width: 295px;
}

body#message figure.id_photo img {
  width: 100%;
}

/*----------------------------------------------------
	協会概要
----------------------------------------------------*/
body#about dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

body#about dl dt {
  box-sizing: border-box;
  width: 200px;
  margin: 0 0 15px;
  padding: 15px 20px 18px;
  font-weight: bold;
  background: rgba(30, 199, 228, 0.3);
  vertical-align: middle;
}

body#about dl dd {
  box-sizing: border-box;
  width: 700px;
  margin: 0 0 15px;
  padding: 15px 0 18px 20px;
  line-height: 1.6em;
  vertical-align: middle;
  border-bottom: 1px solid rgba(30, 199, 228, 0.3);
}

body#about ul.disc li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 1.4em;
}

body#about ul.disc li:last-child {
  margin-bottom: 0;
}

body#about ul.disc li:before {
  content: '・';
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

body#about ul.name li span {
  display: inline-block;
  width: 5em;
}

body#about figure {
  padding: 40px 120px;
  border: 1px solid #1ec7e4;
}

body#about figure img {
  width: 100%;
}

/*----------------------------------------------------
	賛助会員一覧
----------------------------------------------------*/
body#list .contentsArea p.note {
	margin: 20px 0 0 12px;
	line-height: 1.5;
}

body#list .contentsArea ul.list {
  margin: 35px auto 0;
  display: flex;
  flex-wrap: wrap;
}

body#list .contentsArea ul.list li {
  width: 425px;
  margin: 12px 20px 0 12px;
  padding: 0 0 12px 2px;
  border-bottom: 1px dotted #d4d8d8;
}

body#list .contentsArea ul.list li:nth-child(even) {
  margin-right: 0;
}

body#list .contentsArea ul.list li:nth-child(1),
body#list .contentsArea ul.list li:nth-child(2) {
  margin-top: 0;
}

body#list .contentsArea ul.download {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

body#list .contentsArea ul.download li {
  width: 440px;
}

body#list .contentsArea ul.download li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 60px 10px 20px;
  min-height: 70px;
  background-color: #fff;
  background-size: 16px 17px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  border: 1px solid #d4d8d8;
}

body#list .contentsArea ul.download li.ic_word a {
  background-image: url("../img/ic_word.svg");
}

body#list .contentsArea ul.download li.ic_pdf a {
  background-image: url("../img/ic_pdf.svg");
}

body#list .contentsArea ul.download li.ic_excel a {
  background-image: url("../img/ic_excel.svg");
}

/*----------------------------------------------------
	資料ダウンロード
----------------------------------------------------*/
body#download .contentsArea ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

body#download .contentsArea ul li {
  width: 440px;
  margin: 20px 20px 0 0;
}

body#download .contentsArea ul li:nth-child(even) {
  margin-right: 0;
}

body#download .contentsArea ul li:nth-child(1),
body#download .contentsArea ul li:nth-child(2) {
  margin-top: 0;
}

body#download .contentsArea ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 60px 10px 20px;
  min-height: 70px;
  background-color: #fff;
  background-size: 16px 17px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  border: 1px solid #d4d8d8;
}

body#download .contentsArea ul li.ic_word a {
  background-image: url("../img/ic_word.svg");
}

body#download .contentsArea ul li.ic_pdf a {
  background-image: url("../img/ic_pdf.svg");
}

body#download .contentsArea ul li.ic_excel a {
  background-image: url("../img/ic_excel.svg");
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
body#info .contentsArea ul li {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  text-decoration: none;
  border-bottom: 1px solid #d4d8d8;
}

body#info .contentsArea ul li p.date {
  width: 70px;
  margin: 0 15px 0 0;
  color: #333;
}

body#info .contentsArea ul li p.ic {
  width: 70px;
  margin: 0 15px 0 0;
  padding: 4px 0 6px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1em;
}

body#info .contentsArea ul li p.ic_news01 {
  background: #aab1b2;
}

body#info .contentsArea ul li p.ic_news02 {
  background: #1ec7e4;
}

body#info .contentsArea ul li p.text {
  width: calc(100% - 170px);
}

body#info .contentsArea ul li p.text span {
  font-size: 1rem;
}

body#info .contentsArea ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

body#info .contentsArea ul li a p.text {
  text-decoration: underline;
}

body#info .contentsArea ul li:first-child {
  padding-top: 0;
}

body#info .contentsArea ul li:first-child a {
  padding-top: 0;
}

body#info .contentsArea ul li:last-child {
  padding-bottom: 0;
  border: none;
}

body#info .contentsArea ul li:last-child a {
  padding-bottom: 0;
  border: none;
}

/*----------------------------------------------------
	pageTop
----------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: #333333;
}

.pagetop a:hover {
  background: rgba(51, 51, 51, 0.7);
}

.pagetop a img {
  width: 100%;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  margin: 80px 0 0;
  font-size: 1.2rem;
  line-height: 1em;
  z-index: 1;
  background: #fff;
  border-top: 1px solid #d4d8d8;
}
</pre></body></html>