@charset "UTF-8";
/*
Theme Name: 公益財団法人山崎香辛料振興財団
Theme URL: テーマのサイトのURI
Description: 公益財団法人山崎香辛料振興財団のホームページです。
Author: 公益財団法人山崎香辛料振興財団
*/

/*===============================================
●style.css  画面の横幅が768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .for_sp {
    display: none;
  }
}
/*--------------------------------------------
		サイト基本設定
--------------------------------------------*/
html {
  font-size: 62.5%;
  margin-top: 0px !important;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
body {
  height: auto;
  color: #5E2D2E;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  display: block;
  line-height: 2.2;
}
p {
  margin-bottom: 30px;
}
/*リンク*/
a {
  color: #5E2D2E;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover,a:active {
  color: #912B2D;
}
/*イメージ*/
img {
  width: 100%;
  height: auto;
}
/* 改行用クラス */
.u-ib {
  display: inline-block;
}
/*セクション*/
section {
  padding: 120px 0;
}
.sec{
  margin-bottom: 120px;
}
.sub_sec{
  margin-bottom: 40px;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
/*タイトル*/
h2 {
  font-size: 3.8rem;
  color: #5E2D2E;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
h3 {
  font-size: 3.2rem;
  color: #C1383B;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
h3:after{
  content: url(img/h3_img.svg);
  margin-top: -2rem;
  display: block;
}
h4 {
  font-size: 2.4rem;
  color: #566E3D;
  background: #EFF3EB;
  border-radius: 10px;
  padding: 0 16px;
  margin-bottom: 20px;
}
h4:before{
  content: url(img/h4_img.svg);
  display: inline-block;
  vertical-align: -7px;
  max-height: 29px;
  margin-right: 8px;
}
/*タイトルエリア*/
.ttl{
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
/*ボタン*/
.btnArea{
  text-align: center;
}
.btn  {
  border-radius: 50px;
  display: inline-block;
  padding: 10px 16px;
  color: #fff;
  background:#566E3D;
}
.btn:hover,.btn:active,.sub_btn:hover,.sub_btn:active {
  background-color: #912B2D;
  color: #fff;
}
.btn:after {
  content: url(img/arrow.svg);
  margin-left: 4px;
}
.sub_btn {
  border-radius: 50px;
  display: inline-block;
  padding: 10px 16px;
  color: #fff;
  background:#5E2D2E;
}
.sub_btn:after {
  content: url(img/white_new_tab.svg);
  margin-left: 4px;
}
/*追従ボタン*/
.fix-btn:before{
  content: url(img/ctr_icon.svg);
  margin-left: 4px;
}
.fix-btn{
  position:fixed;
  z-index:1;
  font-size: 1.8rem;
  line-height: 1.5;
  background:#C1383B;
  border-radius:20px 0 0 20px;
  color: #fff;
  text-align:center;
  padding:20px 10px;
  right:0;
  top: 51vh;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.fix-btn:hover{
  color: #fff;
  background: #566E3D;
  }
/*タイトルエリア*/
.ttlArea {
  background-image: url(img/title_area_bg.png);
  background-repeat:no-repeat;
  background-position: right 15% top 0px;
  background-size: contain;
  padding: 80px 0;
  text-align: left;
}
/*ぱんくず*/
.breadcrumbs{
  background: #ECE8E9;
  padding: 2px 0;
}
/*メニューエリア*/
.menu{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.menu li {
  width: 32.8%;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.menu li a {
  background-color: #EFF3EB;
  font-weight: 700;
  padding: 14px 0;
  display: block;
  text-decoration: none;
  width: 100%;
  color: #566E3D;
  border-radius: 10px;
}
.menu li a:after {
    content: "";
    display: block;
    margin-left: 50%;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #566E3D;
    border-bottom: 2px solid #566E3D;
    transform: rotate(45deg);
}
.menu li a:hover {
  background-color: #E3EADB;
}
/*テーブル*/
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 2px;
  line-height: 1.5;
  word-break: break-word;
}
table tr th {
  width: 20%;
  background: #F2D3D4;
  font-weight: 700;
  padding: 10px 14px;
  text-align: left;
}
table tr td {
  padding: 10px 14px;
  background: #F8E7E7;
  text-align: left;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
/*開封パーツ*/
.pageSubTitle2 {
  font-size: 1.8rem;
  width: 93%;
}
.qa {
  padding-top: 180px;
  padding-bottom: 278px;
}
.qa__box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: auto;
}
.qa__box > dl > dt {
  background-color: #ECE8E9;
  display: flex;
  font-weight: 700;
  align-items: center;
  padding: 6px 14px;
  position: relative;
}
.qa__box > dl > dt:hover{
  cursor: pointer;
}
.qa__box > dl > dt .crossBar {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.qa__box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 3px;
  border-radius: 3px;
  height: 100%;
  background-color: #5E2D35;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center; /* 中心を基準にtransform */
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  height: 3px;
  background-color: #5E2D35;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.qa__box > dl > dd {
  margin: 0;
  background-color: #fff;
  max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
  overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
  transition: all 0.1s;
}
/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
  max-height: 100%;
  padding: 10px 0;
}
/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
}
.document a{
  font-weight: 400;
  display: block;
  padding: 4px 14px;
  width: 90%;
}
.document li:hover{
  background: #EFEFEF;
}
.document li a:after{
  content: url(img/new_tab.svg);
  position: absolute;
  top: 45%;
  right: 0;
  margin-top: -12px;
  margin-right: 14px;
}
.document li{
  position: relative;
  border-bottom: 1px solid #BBBBBB;
}
/*ステータス*/
.status{
  font-weight: 700;
  font-size: 2.8rem;
  color: #C1383B;
  display: block;
  background: #F8E7E7;
  padding: 0px 24px;
  margin-bottom: 20px;
  text-align: center;
}
/*お知らせタグ*/
#top_news .exam,#news .exam{
  background: #566E3D;
}
#top_news .exam:hover,#news .exam:hover{
  background: #405629;
}
#top_news .seminar,#news .seminar{
  background: #C49008;
}
#top_news .seminar:hover,#news .seminar:hover{
  background: #956B0A;
}
#top_news .all,#news .all{
  background: #5E2D2E;
}
#top_news .all:hover,#news .all:hover{
  background: #3D1A18;
}
#top_news .research,#news .research{
  background: #C1383B;
}
#top_news .research:hover,#news .research:hover{
  background: #912B2D;
}
/*--------------------------------------------
		ヘッダー
--------------------------------------------*/
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  background: #fff;
}
header a {
  line-height: 1.4;
}
header .header__inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
header img{
  max-width: 210px;
}
header .header__logo {
  flex: none;
  width: 150px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .header__logo {
    display: none;
  }
}
@media screen and (max-width: 928px) {
  .pc_header{
    display: none;
  }
}
header .header__navgroup {
  margin: 0 auto;
  display: flex;
  flex: none;
  align-items: center;
  text-align: center;
}
header .header__navgroup > * + * {
  margin-left: 30px;
}
header .header__navitem {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.Menu-Item {
  position: relative; /* 追加 */
  flex: 1;
  cursor: pointer;
}
.SubMenu {
  position: absolute;
  visibility: hidden; 
  left: 0;
  top: 52px;
  width: 100%;
}
.Menu-Item:hover .SubMenu {
  transition: all 0.3s;
  visibility: visible;
}
.Menu-Item .arrow {
    display: flex;
    align-items: center;
}
.Menu-Item .arrow:after {
  content: url(img/down_arrow.svg);
  margin-left: 4px;
}
.SubMenu-Item {
  width: 200px;
  text-align: left;
  background-color: #ECE8E9;
}
.SubMenu-Item  a{
  background-color: #ECE8E9;
  padding: 10px;
  display: block;
}

.SubMenu > * + * {
  border-top: 1px solid #fff;
}
.header_hight {
  height: 65px;
}
/*--------------------------------------------
		フッター
--------------------------------------------*/
.footer_bg{
  margin-top: 11px;
}
footer {
  background: #ECE8E9;
  padding: 60px 0;
  position: relative;
}
footer ul {
  display: flex;
  justify-content: space-between;
}
footer ul dl {
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.4;
}
footer .menuArea dl dd a {
  font-weight: 400;
  margin-top: 4px;
  display: block;
}
footer .menuArea{
  font-weight: 400;
  line-height: 1.4;
}
footer .logoArea img{
  max-width: 210px;
  margin-bottom: 10px;
}
footer .logoArea{
  line-height: 1.8;
  position: relative;
}
footer .logoArea .footer_img{
  position: absolute;
  right:0;
  bottom: 0;
  max-width: 77px;
}
footer .bottomArea {
  margin-top: 24px;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
}
footer .bottomArea ul li{
  margin-right: 2rem;
}
footer .top_btn img {
  max-width: 50px;
  position: absolute;
  right: 5%;
  top: -5%;
}
/*--------------------------------------------
    お問い合わせエリア
--------------------------------------------*/
#contactarea{
  padding: 80px 32px;
  margin: 0 auto;
  max-width: 600px;
}
#contactarea .contentsArea{
  padding: 40px;
  background: #566E3D;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  max-width: 600px;
}
#contactarea .contentsArea img{
  position: absolute;
}
#contactarea .contentsArea .left{
  left: -6%;
  bottom:0;
  max-width: 200px;
}
#contactarea .contentsArea .right{
  right: -1%;
  top: 0;
  max-width: 148px;
}
#contactarea .contentsArea p{
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
#contactarea .contentsArea .btn{
  color: #566E3D;
  background: #fff;
  display: inline-block;
}
#contactarea .contentsArea .btn:hover,#contactarea .contentsArea .btn:active{
  background-color: #ECE8E9;
}
#contactarea .contentsArea .btn:after {
  content: url(img/arrow_g.svg);
}
/*--------------------------------------------
		トップページ
--------------------------------------------*/
/* FV */
#fv {
  padding: 100px 0 30px 0;
}
.fv_bottom{
  background: #F8E7E7;
}

/* お知らせ */
#top_news{
  background: #F8E7E7;
  position: relative;
}
#top_news .top_news{
  position: absolute;
  max-width: 140px;
  right: 16%;
  bottom: 15%;
}
#top_news ul{
  max-width: 730px;
  margin: 0 auto 40px;
}
#top_news ul li {
  margin-bottom: 20px;
}
#top_news ul li:last-child {
  margin-bottom: 0;
}

#top_news ul li dl dt,
#top_news .tag {
  font-weight: 700;
  margin-bottom: 4px;
}
#top_news ul li dl dt a,
#top_news .tag a{
  color: #fff;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 6px 14px;
  margin-right: 10px;
}
#top_news ul li dl dd {
  font-weight: 700;
  border-bottom: 1px solid #BBBBBB;
}
#top_news ul li dd a {
  display: block;
  padding:8px 0;
}
#top_news ul li dd a:hover {
  background: #F2D3D4;
}

/* おもな事業内容 */
#top_service{
  background: #F8E7E7;
  padding-top: 0;
}
#top_service ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#top_service ul li{
  max-width: 314px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  text-align: -webkit-center;
}
#top_service ul li img{
  max-width: 80%;
  margin-bottom: 10px;
}
#top_service ul li .txtArea{
  max-width: 232px;
}

/* 研究助成事業 */
#top_research{
  background: #F8E7E7;
  padding-top: 0;
  position: relative;
}
#top_research .contentsArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 776px;
  margin: 0 auto 10px;
}
#top_research .contentsArea .txtArea{
  width: 49%;
}
#top_research .imgArea{
  width: 46%;
}
#top_research .top_research{
  position: absolute;
  max-width: 154px;
  left: 17%;
  bottom: 10%;
}

/* スパイス＆ハーブ検定 */
#top_exam .contentsArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 776px;
  margin: 0 auto 40px;
}
#top_exam .imgArea{
  width: 46%;
}
#top_exam .contentsArea .txtArea{
  width: 49%;
}
#top_exam ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
}
#top_exam li{
  width: 49%;
}
#top_exam li a{
  display: block;
  padding: 20px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: #EFF3EB;
  box-sizing: border-box;
}
#top_exam li:last-child a{
  background: #FBEDC9;
}
#top_exam li a:hover{
  background: #E3EADB;
}
#top_exam li:last-child a:hover{
  background: #F8E5B6;
}
#top_exam li p{
  margin-bottom: 0;
  font-weight: 400;
}
#top_exam li .title{
  font-weight: 700;
  font-size: 1.8rem;
  color: #566E3D;
}
#top_exam li:last-child .title{
  color: #C49008;
}
#top_exam li .title:after {
  content: url(img/exam_arrow01.svg);
  margin-left: 8px;
  vertical-align: -5px;
}
#top_exam li:last-child .title:after {
  content: url(img/exam_arrow02.svg);
  margin-left: 8px;
  vertical-align: -5px;
}
/*--------------------------------------------
    山崎香辛料振興財団について
--------------------------------------------*/
#about .menu li {
  width: 19%;
}
#about .menu li:not(:nth-child(4)){
  line-height: 3;
}
#about .menu .menu li:nth-child(-n + 3) {
  margin-bottom: 0;
}
/*理事長ご挨拶*/
#about #about01 .txtArea {
  margin-bottom: 30px;
}
#about #about01 .txtArea .name {
  font-weight: 700;
  font-size: 2rem;
}
#about #about01 .txtArea .name span{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
}
#about #about01 .imgArea {
  width: 50%;
  margin: 0 auto;
}

/*財団概要*/
#about #about02 .imgArea{
  position: relative;
  margin-bottom: 30px;
}
#about #about02 .imgArea .icon{
  position: absolute;
  max-width: 106px;
  right: -3rem;
  bottom: -2rem;
}
#about #about02 a{
  text-decoration: underline;
}
/*組織について*/
#about #about03 img{
  max-width:500px ;
  display: block;
  margin: 0 auto 40px;
}
#about #about03 .unei{
  margin-bottom: 40px;
}
#about #about03 .qa__child .unei{
  margin-bottom: 20px;
}
#about #about03 .qa__child p{
  margin-bottom: 0px;
}
#about #about03 .unei_ttl{
  font-size: 1.8rem;
  font-weight: 700;
}
#about #about03 .qa__child a{
  text-decoration: underline;
}

/*業務・財務関係の各種資料*/
#about #about04 .qa__child,#about #about05 .qa__child{
  margin-bottom: 4px;
}

/*定款等*/
#about #about05 .document li span{
  display: block;
  font-weight: 700;
}
/*--------------------------------------------
    おもな事業内容
--------------------------------------------*/
#service{
  background: #F8E7E7;
}
#service .contentsArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#service .imgArea{
  width: 49%;
  position: relative;
}
#service .imgArea .icon{
  position: absolute;
  max-width: 120px;
  left: -3rem;
  top: -4rem;
}
#service .contentsArea ul{
  width: 49%;
}
#service .contentsArea ul li{
  margin-bottom:1rem;
}
#service .contentsArea ul li dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#service .contentsArea ul li dl .top_service{
  width: 160px;
}
#service .contentsArea ul li dl .txtArea{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
#service p{
  margin-bottom: 0;
}
/*--------------------------------------------
    研究助成事業
--------------------------------------------*/
/*研究助成事業について*/
#research #research01 .contentsArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
#research #research01 .imgArea,#research #research01 .txtArea {
    width: 48%;
}
#research #research01 .imgArea{
  position: relative;
}
#research #research01 .imgArea .icon{
  position: absolute;
  max-width: 106px;
  right: -3rem;
  bottom: -2rem;
}
#research .firstttl{
  text-align: center;
  padding: 4px 14px;
  background: #F2D3D4;
  font-weight: 700;
  box-sizing: border-box;
  margin: 0 2px;
} 
#research table a{
  text-decoration: underline;
} 
/*研究助成の募集*/
#research #research02 .document,#research #research02 .btnArea{
  margin-bottom: 40px;
}
#research #research02 .date{
  font-weight: 700;
  font-size: 2.4rem;
  color: #C1383B;
  display: block;
  padding: 4px 24px;
  border-bottom: 2px dotted #C1383B;
  text-align: center;
  margin-bottom: 40px;
}
#research #research02 .sub_btn{
  max-width: 100%;
}
#research #research02 .date p{
  margin-bottom: 0;
  line-height: 1.4;
}
#research #research02 p span{
  font-weight: 700;
}
#research #research02 .sub_btn{
  line-height: 1.5;
}
#research #research02 .graain{
  font-size: 1.2rem;
  margin-top: 8px;
  margin-bottom: 30px;
  line-height: 1.2;
}
/*令和5年度の研究助成*/
#research #research03 table {
    display: grid;
}
#research #research03 tbody tr{
  display: flex;
  width: 100%;
}
#research #research03 tbody th{
  width: 100%;
}
#research #research03 tbody td,#research #research03 tbody th{
  border-bottom: 2px solid #fff ;
}
#research #research03 tbody td:first-child,#research #research03 tbody th:first-child {
  border-right: 3px solid #fff;
}
#research #research03 .total{
  font-weight: 700;
  font-size: 2.4rem;
  color: #C1383B;
  display: block;
  padding: 4px 24px;
  border-bottom: 2px dotted #C1383B;
  text-align: center;
  margin-bottom: 40px;
}
#research #research03 p,#research #research04 p{
  margin-bottom: 0;
}

/*過去の研究課題と成果*/
#research #research04 .document {
  margin-top: 30px;
  margin-bottom: 10px;
}
#research #research04 .document li a:after, #seminar .document li a:after{
  content: url(img/green_arrow.svg);
}
#research #research04 .qa__box{
  margin: 20px 0;
}
#research #research04 .qa__box .document{
  margin: 0;
}
/*--------------------------------------------
    香辛料普及セミナー
--------------------------------------------*/
#seminar .document li a{
  font-weight: 700;
}
/*--------------------------------------------
    スパイス＆ハーブ検定
--------------------------------------------*/
/*メニュー*/
#exam .menu li{
  width: 24%;
}
/*冒頭*/
#exam #exam01{
  text-align: center;
}
#exam #exam01 .ttl{
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 40px;
  margin-top: 40px;
}
#exam #exam01 p a{
  text-decoration: underline;
}
#exam #exam01 .con{
  background: #FBEDC9;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  max-width: 740px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
#exam #exam01 .con .icon{
  position: absolute;
  max-width: 106px;
  left: -3rem;
  top: -2rem;
}
#exam #exam01 .con p{
  margin-bottom: 0;
}
#exam #exam01 .con .ttl{
  font-size: 2.8rem;
  color: #C49008;
  margin-bottom: 10px;
  margin-top: 0;
}
#exam #exam01 .con .ttl:before{
  content: '';
  position: absolute;
  top: 65px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #C1383B;
}
#exam #exam01 .con .attention{
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
#exam #exam01 .con .infoArea{
  background: #fff;
  padding: 8px;
  max-width: 600px;
  margin: 10px auto;
}
#exam #exam01 .con .infoArea p{
  line-height: 1.8;
}
#exam #exam01 .con .infoArea .strong{
  font-size: 2rem;
  font-weight: 700;
}
#exam #exam01 .con .infoArea p{
  margin-bottom: 4px;
}

/*スパイス＆ハーブ検定*/
#exam #exam02 .imgArea{
  position: relative;
  margin-bottom: 30px;
}
#exam #exam02 .imgArea .icon{
  position: absolute;
  max-width: 106px;
  right: -3rem;
  bottom: -2rem;
}
#exam #exam02 p{
  margin-bottom: 0;
}

/*試験概要*/
#exam #exam03 .level{
  margin-bottom: 40px;
}
#exam #exam03 .level ul li{
  margin-bottom: 10px;
}
#exam #exam03 .level ul li:last-child{
  margin-bottom: 20px;
}
#exam #exam03 .level ul li span{
  font-weight: 700;
  display: block;
  margin-bottom: -1rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
#exam #exam03 .level ul li span:after{
  content: url(img/red_line.svg);
  margin-top: -2rem;
  display: block;
}
#exam #exam03 .level .attention{
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
}
#exam #exam03 .level .attention:after{
  display: none;
}
#exam #exam03 .infoArea{
  padding: 20px;
  background: #ECE8E9;
  margin-bottom: 40px;
}
#exam #exam03 .infoArea span{
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
#exam #exam03 .giftArea{
  text-align: center;
  margin: 0 auto;
}
#exam #exam03 .giftArea img{
  max-width: 630px;
}
#exam #exam03 .level ul li span.text-color-red {
  color: rgb(193, 56, 59);
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 0;
  display: inline;
  line-height: 1rem;
}#exam #exam03 .level ul li span.text-color-red::after {
  content: none;
}
/*過去の開催状況*/
#exam #exam04 table {
  display: grid;
}
#exam #exam04 tbody tr{
  display: flex;
  width: 100%;
}
#exam #exam04 tbody th{
  width: 100%;
}
#exam #exam04 tbody td,#exam #exam04 tbody th{
  border-bottom: 2px solid #fff ;
  box-sizing: border-box;
}
#exam #exam04 tbody td,#exam #exam04 tbody th {
  border-right: 2px solid #fff;
}
#exam #exam04 tbody th:first-child {
  width: 30%;
}
#exam #exam04 tbody th:last-child {
  width: 40%;
}
#exam #exam04 tbody td:last-child {
  width: 40%;
}
#exam #exam04 .attention {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
}
#exam #exam04 .qa__box {
  margin-top: 20px;
}

/*認定テキスト*/
#exam05{
  background: #F8E7E7;
  position: relative;
}
#exam05 .contentsArea{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#exam05 .contentsArea+.contentsArea{
  margin-top: 32px;
}
#exam05 .contentsArea .imgArea{
 width: 40%;
 margin-right: 6%;
}
#exam05 .contentsArea .imgArea img{
  max-width: 335px;
}
#exam05 .contentsArea .txtArea .ttl{
  font-weight: 700;
  font-size: 2.4rem;
} 
#exam05 .contentsArea .txtArea .ttl span{
  font-weight: 400;
  display: block
}
#exam05 .contentsArea a{
  /* text-decoration: underline; */
}
#exam05 .icon{
  position: absolute;
  max-width: 165px;
  right: 16%;
  bottom:0;
}
#exam05 .ttl.textCenter{
  text-align: center;
  margin-bottom: 32px;
}
#exam05 .textColorRed{
  color: rgb(193, 56, 59);
}#exam05 .textBold{
  font-weight: bold;
}
.exam-btn {
  display: block;
  font-weight: bold;
  padding: 1em 60px 1em 2em;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
  line-height: 1.5;
}
.exam-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(img/new_tab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-text-center {
  text-align: center;
}
.exam-btn--center {
  margin: 0 auto;
  max-width: 400px;
}
.exam-btn--large{
  border-radius: 50px;
}
.exam-btn--bottom {
  margin-top: 32px;
}
/*--------------------------------------------
    例題
--------------------------------------------*/
/* メニュー */
#qa .menu {
  margin-bottom: 40px;
}
#qa .menu li a {
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #566E3D;
}
.qa03 .menu li:first-child a {
  background-color: #566E3D;
  color: #fff;
}
.qa02 .menu li:nth-child(2) a {
  background-color: #566E3D;
  color: #fff;
}
.qa01 .menu li:last-child a {
  background-color: #566E3D;
  color: #fff;
}
#qa .menu li a:after {
  display: none;
}
/* QA */
#qa .qaArea .qanda{
  margin-bottom: 40px;
}
#qa .qaArea .last{
  margin-bottom: 0;
}
#qa .qaArea .qanda .question{
  background: #ECE8E9;
  padding: 24px;
}
#qa .qaArea .qanda .question img{
  max-width: 56px;
  margin-bottom: 10px;
}
#qa .qaArea .qanda .question .q{
  padding-bottom: 10px;
  border-bottom: 1px solid #5E2D2E;
  margin-bottom: 10px;
}
#qa .qaArea .qanda .question ul li,#qa .tab-content .qanda .qa__box dd{
  font-weight: 700;
  color: #C1383B;
}
#qa .qaArea .qanda .qa__box dt{
  background: #5E2D2E;
  color: #fff;
}
#qa .qaArea .qanda .qa__box > dl > dt .crossBar::before,#qa .qaArea .qanda .qa__box > dl > dt .crossBar::after {
  background-color: #fff;
}
#qa .qaArea .qanda .qa__box .document li {
  padding: 0 14px 4px ;
}
#qa .qaArea .qanda .qa__box .document li:hover {
  background: #fffF;
}
/*--------------------------------------------
    お知らせ
--------------------------------------------*/
#news .inner {
  display: flex;
  justify-content: space-between;
}
#news .inner #main ul li{
  margin-bottom: 20px;
}
#news .inner #main {
  width: 73%;
}
#news .inner #main ul li dl dt,
#news #main .tag {
  font-weight: 700;
  margin-bottom: 10px;
}
#news .inner #main ul li dl dt a,
#news #main .tag a {
  color: #fff;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 6px 14px;
  margin-right: 10px;
}
#news .inner #main ul li dl dd {
  font-weight: 700;
  border-bottom: 1px solid #BBBBBB;
}
#news .inner #main ul li dd a {
  display: block;
  padding:8px 0;
}
#news .inner #main ul li dd a:hover {
  background: #EFEFEF;
}
/* カテゴリー */
#news .inner h4 {
  line-height: 1.8;
}
#news .inner #side {
  width: 23%;
}
#news .inner #side ul li {
  position: relative;
}
#news .inner #side ul li {
  position: relative;
}
#news .inner #side ul li a {
  font-weight: 700;
  display: block;
  padding: 4px;
  border-bottom: 1px solid #BBBBBB;
}
#news .inner #side ul li a:after {
  content: url(img/green_arrow.svg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
#news .inner #side ul li a:hover {
  background: #EFEFEF;
}
/* ページネーション */
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  background: #EFF3EB;
  border-radius: 5px;
  background: #fff;
  line-height: 1.8;
}
.pagination .page-numbers li a {
  text-decoration: none;
  color: #566E3D;
  padding: 6px 16px;
  background: #EFF3EB;
  display: block;
  margin-right: 16px;
  line-height: 1.8;
}
.pagination .current {
  padding: 6px 16px;
  margin-right: 16px;
  background: #566E3D;
}

.pagination a.next,
.pagination a.prev {
  width: 30%;
  padding: 10px 12px 2px 12px !important;
}

.page-numbers li a:hover,
.page-numbers li a:active {
  background: #E3EADB;
  padding: 6px 16px;
}

/*--------------------------------------------
    記事ページ
--------------------------------------------*/
#news #main h2 {
  font-size: 3.2rem;
  color: #472021;
  margin-bottom: 30px;
}
#news #main h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #C1383B;
  font-size: 2.4rem;
  text-align: left;
}
#news #main h3:after {
  display: none;
}
#news #main h4 {
  margin-top: 20px;
  font-size: 2rem;
}
#news #main h4:before {
  display: none;
}
#news #main .txtArea strong {
  background: #ECE8E9;
}
#news #main .txtArea img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
  max-width: 100%;
}
#news #main .seminarArea {
  margin-bottom: 60px;
}
#news #main .seminarArea .btn {
  width: 300px;
  background: #C1383B;
}
#news #main .seminarArea .btn:after {
  content: url(img/red_arrow.svg);
}
#news #main .seminarArea .btn:hover,#news #main .seminar .btn:active {
  background: #912B2D;
}
/*--------------------------------------------
    寄付のお願い
--------------------------------------------*/
#donation p{
  text-align: center;
}
#donation .conArea{
  text-align: center;
}
#donation .con{
  background: #ECE8E9;
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
}
#donation .con .ttl{
  font-size: 1.8rem;
  font-weight: 700;
  color: #C1383B;
  margin-bottom: 0;
}
#donation .con .ttl:before{
  content: url(img/tel.svg);
  margin-right: 4px;
  vertical-align: -9px;
}
#donation .con p{
  margin-bottom: 0;
  font-weight: 700;
}
#donation .con p span{
  font-size: 1.2rem;
  display: block;
  font-weight: 400;
}

/*--------------------------------------------
    過去の研究課題
--------------------------------------------*/
#research_single table {
  display: grid;
}
#research_single table a {
  text-decoration: underline;
}
#research_single table a[href=""]{
  all: unset;
  pointer-events: none;
}
#research_single tbody tr{
  display: flex;
  width: 100%;
}
#research_single tbody th{
  width: 100%;
}
#research_single tbody td,#research_single tbody th{
  border-bottom: 2px solid #fff ;
  box-sizing: border-box;
}
#research_single tbody td,#research_single tbody th {
  border-right: 2px solid #fff;
}
#research_single tbody th:first-child,#research_single tbody td:first-child {
  width: 16%;
}
#research_single tbody th:last-child {
  width: 40%;
}
#research_single tbody td:last-child {
  width: 40%;
}
#research_single .btnArea {
  margin-top: 40px;
}


/*--------------------------------------------
    お問い合わせ
--------------------------------------------*/
#contact{
  max-width: 660px;
  margin: 0 auto;
}
#contact p{
  margin-bottom: 0;
}
/*お問い合わせフォーム*/
#contact form label {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}
#contact .info{
  margin-bottom: 0px;
  font-size: 1.6rem;
  text-align: center;
}
#contact span.option{
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1rem;
  background-color: #ECE8E9;
  padding: 0.2rem 0.3rem;
  color: #5E2D2E;
  border-radius: 0.5rem;
  margin-left: 0.5rem;

}
#contact span.require {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0.2rem 0.3rem;
  background-color: #C1383B;
  color: #fff;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
}
#contact input {
  width: 100%;
  height: 40px;
  border: 1px solid #C0C0C0;
  border-radius: 0.5rem;
  margin-top: 0.85rem;
  padding-left: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #5E2D2E;
}
#contact .small {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #727171;
  margin-bottom: 8px;
}
#contact .name{
  display: flex;
  justify-content: space-between;
}
#contact .name .name_sei,#contact .name .name_mei{
  width: 48%;
}
#contact .checkout label span {
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 20px;
}
#contact .checkout label {
  margin-top: 0;
}
.business_item p{
  margin-bottom:0 !!important;
}
#contact textarea {
  width: 100%;
  height: 13rem;
  border: 1px solid #C0C0C0;
  border-radius: 0.5rem;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  padding: 1rem;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  display: block;
  color: #5E2D2E;
}
#contact .privacy_policy {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#contact .privacy_policy input {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0rem 0.8rem 0rem 0rem;
}
#contact .privacy_policy label span {
  font-weight: 700;
  color: #5bb129;
  text-decoration: underline;
}
#contact .privacy_policy p {
  display: inline;
}
#contact .send_button {
  text-align: center;
}
#contact .send_button input {
  width: 22rem;
  height: 5.5rem;
  border-radius: 5rem;
  background-color: #C1383B;
  color: white !important;
  font-weight: 700;
  font-size: 1.6rem;
  border: none;
  line-height: 2.88rem;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background: var(--base-accent, #C1383B);
}
#contact .send_button p {
  position: relative;
}
#contact .send_button p:after {
  content: "";
  background-image: url(img/red_arrow.svg);
  position: absolute;
  background-repeat: no-repeat;
  top: 41%;
  right: 37%;
  width: 2em;
  height: 2rem;
  color: #fff;
}
#contact .send_button {
  margin-bottom: 20px;
}
#contact .send_button p input:hover{
  cursor: pointer;
  background-color: #912B2D;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.contact_item{
  margin-top: 20px;
}
.checkout div p span span {
  margin-left: 0rem;
}
span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}
.wpcf7-response-output {
    border: none !important;
    text-align: center;
    color: #dc3232;
    margin-top: 0.5rem !important;
}
/*--------------------------------------------
   利用規約
--------------------------------------------*/
#terms_pri h5{
  font-size: 2.2rem;
  color: #C1383B;
}
#terms_pri  .area{
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0;
}
#terms_pri  a{
  text-decoration: underline;
  display: block;
}
#terms_pri  .last{
  margin-bottom: 0;
}
/*--------------------------------------------
    プライバシーポリシー
--------------------------------------------*/
#terms_pri ul{
  margin-bottom: 30px;
}
#terms_pri ul li{
  font-weight: 700;
  line-height: 1.6;
}
#terms_pri .middle{
  margin-bottom: 0;
}
#terms_pri ul li:before{
  content: "⚫︎";
  color:#566E3D ;
}
#terms_pri .small {
    padding-left: 3rem;
}
#terms_pri span{
  font-weight: 700;
}


#terms_pri table {
  display: grid;
  margin-bottom: 30px;
}
#terms_pri tbody tr{
  display: flex;
  width: 100%;
}
#terms_pri tbody th{
  width: 100%;
}
#terms_pri tbody td,#terms_pri tbody th{
  border-bottom: 2px solid #fff ;
  width: 50%;
}
#terms_pri tbody td:first-child,#terms_pri tbody th:first-child {
  border-right: 3px solid #fff;
}


/*「Cloudflare Turnstile」ウィジェットを中央揃えにする*/
div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}