@charset "UTF-8";
/* ==========================================
   css追加分
    マップ
    テーブル
    リスト
    ライン
    区切り線

   ========================================== */

/* Google Map & News欄を囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 & = height ÷ width × 100 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* News欄を囲う要素 */
.news_if {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%; /* = height ÷ width × 100 */
}

.news_if iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* テーブル */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝ 役員一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 650px;
}
.table_design01 th, .table_design01 td {
  border: 1px solid #c1c7c6;
  background-color: #fff;
  padding: 10px 30px 10px 30px;
}
.table_design01 th {
  background-color: #808080;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
@media screen and (max-width: 640px) {
  .table_design01 {
    width: 90%;
    margin: 0 auto;
  }
  .table_design01 th, .table_design01 td {
    display: block;
    border-top: none;
    border-bottom: 1px solid #66BB6A;
    width: 100%;
    text-align: left;
  }
}



.table_design02 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design02 tr {
  background-color: #e6f1f6;
}
.table_design02 tr:nth-child(odd) {
  background-color: #fff;
}
.table_design02 th, .table_design02 td {
  padding: 1em;
}
.table_design02 th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝ 会員一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.table_design03 {
  border-collapse: collapse;
  width: 100%;
}
.table_design03 th, .table_design03 td {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
  width:auto;
}
.table_design03 th {
  border-bottom: 3px solid #808080;
  font-weight: bold;
  text-align: left;
  padding: 10px 25px;
}
@media screen and (max-width: 640px) {
  .table_design03 {
    width: 90%;
    margin: 0 auto;
  }
  .table_design03 th {
    display: none;
  }
  .table_design03 td {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #66BB6A;
  }
}


.table_design04 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design04 th, .table_design04 td {
  padding: 1em;
}
.table_design04 th {
  border-right: 1px solid #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
}


.table_design05 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design05 th, .table_design05 td {
  padding: 10px 30px 10px 30px;
}
.table_design05 th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
}
.table_design05 th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}


.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 700px;
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 2px solid #d2e8f1;
  padding: 1em;
}
.table_design08 thead th {
  background-color: #4d9bc1;
  color: #fff;
  border: 2px solid #4d9bc1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_design08 thead th:last-of-type {
  border-right: 2px solid #4d9bc1;
}
.table_design08 tbody th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
  }
  .table_design08 thead {
    display:none;
  }
  .table_design08 th, .table_design08 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #e6f1f6;
  }
  .table_design08 tbody th{
    background: #4d9bc1;
    color:#fff;
  }
  .table_design08 td::before{
    content: attr(data-label);
    color: #4d9bc1;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
}



.table_design09 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.table_design09 tr {
  background-color: #e6f1f6;
}
.table_design09 tr:nth-child(even) {
  background-color: #fff;
}
.table_design09 th, .table_design09 td {
  padding: 1em;
}
.table_design09 thead th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table_design09 tbody th {
  color: #4d9bc1;
}
@media screen and (max-width: 787px) {
  .table_design09 {
    border-radius: 0;
    text-align: left;
  }
  .table_design09 thead {
    display:none;
  }
  .table_design09 tr {
    background-color: unset;
  }
  .table_design09 th, .table_design09 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #4d9bc1;
  }
  .table_design09 tbody th{
    background: #4d9bc1;
    color:#fff;
    text-align: center;
  }
  .table_design09 td:before{
    content: attr(data-label);
    background-color: #e6f1f6;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
}



/*-- table_design11 --*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝検定スケジュール
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.table-scroll {
  overflow-x: auto;
}
.table_design11 {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  white-space: nowrap;/*== 自動改行しない ==*/
  text-align: center;
  font-size: 14px;
}
.table_design11 th, .table_design11 td {
  padding: 10px 20px;
  border: solid 1px;
}
.table_design11 th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #66bb6a;
  color: #ffffff;
}
.table_design11 td {
  border-top: 1px solid #66bb6a;
  border-bottom: 1px solid #66bb6a;
  color: #404040;
  width: auto;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝ 概要
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.table-type01 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
}
.table-type01 th.t_top {
    border-top: #66BB6A 3px solid;
}
.table-type01 th {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    width: 25%;
    min-width: 4em;
}
.table-type01 td.t_top {
    border-top: #b3b3b3 3px solid;
}
.table-type01 td {
    border-bottom: #e3e3e3 1px solid;
    text-align: left;
    padding: 10px;
}


.table-type02 {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
}
.table-type02 th t_top {
    border-top: #be1309 5px solid;
}
.table-type02 th {
    border-bottom: #e3e3e3 1px dotted;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    width: 25%;
    min-width: 4em;
}
.table-type02 td t_top {
    border-top: #b3b3b3 5px solid;
}
.table-type02 td {
    border-bottom: #e3e3e3 1px dotted;
    text-align: left;
    padding: 10px;
}
.table-type02 tr:hover {
    background: #3D80DF;
    color: #FFFFFF;
}


.table-type03 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
}
.table-type03 tr {
  background-color: #fff;
}
.table-type03 tbody tr:hover {
  background-color: #fffae9;
}
.table-type03 th,
.table-type03 td {
  padding: .35em 1em;
  border-bottom: 1px solid #eee;
}
.table-type03 thead th {
    font-size: .85em;
    padding: 1em;
}
.table-type03 thead tr{
  background-color: #FFC107;
  color:#fff;
}
.table-type03 tbody th {
  text-align: left;
  font-size: .8em;
}
.table-type03 txt{
   text-align: left;
   font-size: .75em;
}
@media screen and (max-width: 600px) {
.table-type03 {width: 100%;}
}


/*-- テーブル00 --*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝ 検定・建退共
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.table00{
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 13px;
}
.table00 td,.table00 th{
  border: solid 1px #000000;
  padding: 10px 10px;
  width: auto;
}
.table00 th {
  background: #fff;
  color: #808080;
  font-weight: bold;
  border-bottom: solid 1px #000;
  width: auto;
}
@media screen and (max-width: 640px) {
  .table00 {
    width: 90%;
    margin: 0 auto;
  }
  .table00 th,.table00 td {
    display: block;
  }
  .table00 th{
    border-bottom: solid 1px #000;
  }
  .table00 td{
    border-top: solid 1px #fff;
  }
}



/* リスト */
.list-design01 {
  border: 2px solid #4c9ac0;
  border-radius: 20px;
  list-style-type: disc;
  margin: 20px auto;
  padding: 15px 20px 20px 35px;
}
.list-design li {
  margin-top: 10px;
}


.list-design02 {
  border-top: 2px solid #99bdde;
  border-bottom: 2px solid #99bdde;
  list-style-type: disc;
  margin: 20px 0;
  padding: 11px 20px 20px 35px;
}
.list-design li {
  margin-top: 10px;
}


.list-design07 {
  list-style: none;
  padding: 0;
}
.list-design07 li {
  background: #ebf4f8;
  border-left: 12px solid #99BDDE;
  margin-bottom: 3px;
  padding: .5em;
}


ul.cp_list01 {
	padding: 0.5em;
	list-style-type: none;
}
ul.cp_list01 li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(25,118,210,1);
}
ul.cp_list01 li:after,
ul.cp_list01 li:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
ul.cp_list01 li:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}
ul.cp_list01 li:after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(25,118,210, 0.5);
}


ul.cp_list02 {
	padding: 0.5em;
	list-style: none;
}
ul.cp_list02 li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(255,143,0,1);
}
ul.cp_list02 li:after,
ul.cp_list02 li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list02 li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list02 li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}


/* Q&A */
.qaContainer10 dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #cce6ff;
text-indent: -25px;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qaContainer dd:before {
content: "A.";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}



/* ボタン */
.btn10 {
position: relative;
background: transparent;
display: inline-block;
text-decoration: none;
border: 1px solid;
border-radius: 4px;
margin-right: 20px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.btn:after {
content: "";
position: absolute;
border-radius: 4px;
-webkit-transition: 0.3s;
transition: 0.3s;
z-index: -1;
background: transparent;
}
.btn:before {
content: "";
position: absolute;
}

.btn-medium {
padding: 7px 13px;
}

.btn-l-r {
color: #2196f3;
border-color: #2196f3;
}
.btn-l-r:hover {
color: #ffffff;
}
.btn-l-r:hover:after {
background: #2196f3;
width: 100%;
}
.btn-l-r:after {
top: 0;
left: 0;
width: 0%;
height: 100%;
}


/* ライン */
hr.line10 {
width: 50%;
margin: 20px 0;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}


/* 区切り線 */
.fade {
  height: 1px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0) 100%);
}
 
.fade-2 {
  border-width: 0 0 1px;
  border-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0) 100%) 0 0 100%;
  border-style: solid;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝ アクセス・目的・事業について
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.ttl_center4 {
  font-weight: bold;
  padding: 35px 3.5em;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.ttl_center4::before, .ttl_center4::after {
  content: '';
  background: #66bb6a;
  width: 2em;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ttl_center4::before {
  left: 0;
}
.ttl_center4::after {
  right: 0;
}


/* link hover */
a.link01 {
  text-decoration: none;
  background-image: linear-gradient( #66bb6a, #66bb6a );
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all .3s;
}
a.link01:hover {
  background-size: 100% 1px;
}



/*-= スライドショー===================
https://global-web-design.com/1829/
============================ -*/
.img-box{
  width: 100%;
  height: 560px;/*-42vw→560px-*/
  overflow: hidden;
  position: relative;
  z-index: 0;/*-ナビゲーションメニューが重ならい様、位置を指定-*/
}
.img-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;/* 42vw→560px */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 7;
  }
  80%{
    opacity: 0;
    transform: scale(1.2);
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
}
/* 1枚目のスライド */
.img-box>div:first-of-type{
  background-image: url(../img/a07.avif);
}

/* 2枚目のスライド */
.img-box>div:nth-of-type(2){
  background-image: url(../img/a02.avif);
  animation-delay: 4s;
}

/* 3枚目のスライド */
.img-box>div:last-of-type{
  background-image: url(../img/a01.avif);
  animation-delay: 8s;
}


/*スライドショー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
https://www.bring-flower.com/blog/slideshow/＝

.img-frame{
   position: relative;
   width: 100%;
   height: 100%;
   overflow: hidden;
   margin: 0 auto;
}
@media screen and (max-width: 767px){
.img-frame{
   width: 100%;
   height: 200px;
}
.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.img-01{
   background-image: url(../img/01.jpg);
   animation: slide-animation-01 24s infinite;
}
.img-02{
   background-image: url(../img/02.jpg);
   animation: slide-animation-02 24s infinite;
}
.img-03{
   background-image: url(../img/07.jpg);
   animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}
＝＝＝＝＝＝＝＝＝＝＝＝-*/


/*-URLを折り返す--------------------
https://maaengineerhouse.com/archives/1710----
https://oopsoop.com/how-to-wrap-text-in-css/
https://frontend.seeknext.co.jp/long-url-solution/----*/

a.url {
  word-break: break-all;
  font-size: 14px;
}


/*--スマホ表示のイメージサイズ変更--------------------------*/

@media screen and (max-width: 767px) {
    /* 横幅が767px以下の場合に適用するスタイル */
 img {
 border: none;
 width: 60%;
 height: auto;
 }
}

/*@media screen (min-width: 768px) and (max-width: 960px){
 /* 画面サイズが768px以上、960px未満の設定*
 img {
 border: none;
 width: 100%;
 height: auto;
 }
}*/