@charset "UTF-8";

/*　　テキストリンク
===================================*/
a {
    color: #0068b7;
}

a:hover {
    color: #cc0066;
}

H3 a {
    color: #66346a
}

/*　　フロート関連
===================================*/
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/*　　クリアー
====================================*/
.cl {
    clear: both;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

.clearfix {
    min-height: 1px;
    /*IE6、7対策*/
}

* html .clearfix {
    height: 1px;
    /*\*/
    /*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}

/*　　タイトル関連
====================================*/
h2 {
    color: #66346a;
    padding: 5px 10px 25px;
    margin-bottom: 10px;
    background: url(../img/tit-h2.png) bottom no-repeat;
}

h3 {
    background: url(../img/tit-h3.png) right center no-repeat;
    height: 29px;
    font-size: 16px;
    color: #66346a;
    margin-bottom: 15px;
    padding: 5px 5px 0;
}

h4 {
    background: url(../img/tit-h4.jpg) no-repeat;
    height: 34px;
    padding: 5px 10px;
    margin: 30px 0 5px;
    color: #745536;
}

/*　　テキスト強調
===================================*/
strong {
    font-weight: 800;
    color: #cc0066;
}

b {
    font-weight: 800;
    color: #F60;
}

strong.txt-strong,
b.txt-strong {
    font-size: 16px;
}


/*　　リスト関連
====================================*/
ul.list-type1 {
    width: 95%;
    margin: 8px auto;
}

.list-type1 li {
    list-style: none;
    background: url(../img/icon-arrow.png) left 8px no-repeat;
    border-bottom: 1px dotted #dfb7de;
    padding: 5px 18px;
}

ul.list-type2 {
    width: 95%;
    margin: 10px auto;
}

.list-type2 li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}

ul.list-type3 {
    width: 98%;
    margin: 8px auto;
}

.list-type3 li {
    list-style: none;
    background: url(../img/icon-arrow.png) left 8px no-repeat;
    border-bottom: 1px dotted #dfb7de;
    padding: 3px 18px;
}


/*　　画像ロールオーバ処理
===================================*/
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: &quot;
    alpha(opacity=80)&quot;
    ;
    /* ie6 */
}

/*　　テキスト選択時の処理
====================================*/
*::-moz-selection {
    background: #cc3333;
    color: #fff;
}

*::selection {
    background: #cc3333;
    color: #fff;
}


/*　　ここより下の記述は2025年6月追加分
====================================*/
    
.point-bt{
    font-size: 1rem;
    position: fixed;
    bottom: 2rem;
    right: -2rem;
}

.point-bt > ul{
    list-style: none;
}

.point-bt > ul > li{
    text-align: center;
    background-image: linear-gradient(44deg, rgba(190, 202, 255, 1), rgba(157, 199, 247, 1) 30%, rgba(223, 167, 249, 1) 74%, rgba(216, 219, 254, 1));
    padding: 5px 20px;
    width: 130px;
    margin: 1rem;
    border-radius: 20px;
}


.point-bt > ul > li > a{
    color: white;
    text-decoration: none;
}

.point-bt > ul > li > a:hover{
    opacity: 0.6;
    display: block;}

.point-bt > ul > li > a > p{
    color:darkslateblue;
    font-size: 0.8rem;
}


/*　　ここより下の記述は2025年7月追加分
====================================*/

.bk-speak {
    position: relative;
    display: inline-block;
    padding: 6px 9px 6px 6px;
    border-radius: 12px;
    background-color: #ffffff;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9c287b;
}

.bk-speak::before {
    content: "";
    position: absolute;
    top: 49%;
    right: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    translate: 100% -50%;
}

.bk-speak::after {
    content: "";
    position: absolute;
    top: 49%;
    right: 0;
    border-style: solid;
    border-width: 5.8px 0 5.8px 11.5px;
    border-color: transparent transparent transparent #ffffff;
    translate: 100% -50%;
}


/*　　ここより下の記述は2023年12月追加分
====================================*/

/*=====「データべース一覧」ページにのみ反映=====*/
.gui-tag {
    margin-right: 4px;
    width: auto;
    height: 14px;
}

.gui-ttl {
    font-weight: bold;
    background-color: #b8c3cd;
    border-radius: 10px;
    padding: 5px;
    display: inline-block;
}

table.guid {
    display: block;
    border: none;
    font-size: 14px;
}

table.guid tr {
    display: inline;
}

table.guid td {

    display: inline-block;
    margin-bottom: 2px;
    border: none;
}


/*=====「情報検索ガイダンス」ページにのみ反映=====*/

.info-guid{
 display:flex;
 justify-content:space-evenly;
 margin-bottom:40px;
}

.info-guid > li {
 text-align:center; 
 display:table-cell;
 vertical-align:middle;
}

.gui-cap2{
 font-size:0.9rem;
 font-weight:bold;
 margin-bottom:3px;
 color:#f60;
}

/*=====「皆様の声　Q&A」ページにのみ反映=====*/

.accordion {
width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
display: none;
}

/* 見出しボタン部分 */
.accordion-open {
display: block;
padding: 10px 80px 10px 10px;
background: #ffe2e4;
cursor: pointer;
margin: 5px 0;
position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
content: '';
width: 20px;
height: 3px;
background: #000;
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
transform: translateY(-50%) rotate(90deg);
transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
display: block;
height: 0;
overflow: hidden;
padding: 0;
opacity: 0;
transition: 0.5s;
/* 表示速度の設定 */
cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
height: auto;
opacity: 1;
padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
font-size: 1.5em;
display: block;
position: absolute;
top: -.2em;
left: -1.3em;
}

.accordion_qa .Q::before {
content: 'Q.';
}

.accordion_qa .A::before {
content: 'A.';
}

.accordion_qa .accordion-open {
padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
height: auto;
opacity: 1;
padding: 10px 10px 10px 2.5em;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
display: block;
height: 0;
overflow: hidden;
padding: 0;
opacity: 0;
transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
height: auto;
opacity: 1;
padding: 10px;
}

/*　　ここより下の記述は2025年3月追加分
====================================*/
#hmenu li {
  float: right;
  list-style: none;
  padding: 0 10px;
  background: url() left center no-repeat;
}
.color-tab{
background-image: linear-gradient(44deg, rgba(190, 202, 255, 1), rgba(157, 199, 247, 1) 30%, rgba(223, 167, 249, 1) 74%, rgba(216, 219, 254, 1));
padding: 5px 20px;
font-size: 1rem;
color: white !important;
border-radius: 20px;
text-decoration: none !important;
}