@charset "utf-8";

/* ------- 20221228修正-------- */
/*2022年12月追記job*/
@media screen and (min-width: 766px) {
    .duties .examination .text {
  width: auto;
}     
.duties .examination .text_box{
    width: calc(98% - 200px);
  }   
}     

/*2022年12月追記old-adoptiontopics*/
  section.info ul.info_list li span{
    padding:4px 4px;
    margin-right:15px;
    color:#333;
    font-size:0.9em;
    line-height: 1.5;
    border-radius:3px;
  }

  section.info ul.info_list li span.date{
    width:75px;
    color:#333;
    display:initial;
    padding:0 8px 0 0;
    text-align:left;
    background:none;
    margin-right:0;
  }

  section.info ul.info_list li div{
    width:calc(100% - 120px);
    color:#223A70;
    text-decoration:none;
    line-height:1.5;
    display:flex;
  }

  section.info ul.info_list li div.disabled{
    pointer-events: none;
  }

  section.info ul.info_list li div span.date{
    width:75px;color:#333;
    display:initial;
    padding:0 8px 0 0;
    text-align:left;
    background:none;
    margin-right:0;
  }

  section.info ul.info_list li div span.title{
    width:calc(100% - 80px);
    display:initial;
    padding:0 8px 0 0;
    text-align:left;
    background:none;
    margin-right:0;
    color:#115EC1;
    color:#000;
  }

 /*2022年12月追記stories2021-2022*/
.stories .text_2 {
  margin-top: 0px;
  padding-left: 4.4em;
  text-indent: 0em;
}   

 /*2022年12月追記kaijibetu*/
a.b_info {
    position: relative;
    /* 2023.12 削除 */
    /*    z-index: 24;*/
    color: #000;
    text-decoration: none
}
    a.b_info:hover, a.b_info:focus, a.b_info:active {
        /* 2023.12 削除 */
        /*        z-index: 25;*/
        /* background-color:#ff0 */
        /*--------------*/
    }
a.b_info span
{
position: absolute;
left: -9000px;
width: 0;
overflow: hidden;
}
a.b_info:hover span, a.b_info:focus span, a.b_info:active span 
{
display:block;
position:absolute;
top:1em; left:1em; width:12em;
border:1px solid #0cf;
background-color:#cff;
color:#000;
text-align: center
}

 /*2022年12月追記tokutei*/
	main section .text_1{
  line-height: 1.8;
  letter-spacing: 1.4px;
}
main section .link_text_1{
  line-height: 1.4;
  color: #223970;
}


/* ------- 2023年1月追記-------- */
 /* index.htm */
a.b_info_2:hover, a.b_info_2:focus, a.b_info_2:active{
/*background-color:#fff;*/
opacity:1!important;
}
a.b_info_2:hover span, a.b_info_2:focus span, a.b_info_2:active span {
display:block;
position:absolute;
top:1.2em; left:9em; width:12em;
}
/* 2023.12 追記 */
 /* index.htm */
a.b_info_3:hover, a.b_info_3:focus, a.b_info_3:active{
opacity:1!important;
}
    a.b_info_3:hover span, a.b_info_3:focus span, a.b_info_3:active span {
        display: block;
        position: absolute;
        top: 2em;
        left: -5em;
        width: 12em;
        z-index: 9;
    }
/*--------------*/
section.topics dd a:hover{
    opacity:1!important;
}
section.info ul.info_list li a:hover{
    opacity:1!important;
}
section.info ul.info_list li a span.title:hover{
    color: #1F286F;
    text-decoration: underline;
}
section.info div.btn_info a:hover {
    text-decoration: none;
    opacity: 1;
    color: #223970;
    border: 1px solid #223970;
    background: #f1f1f1;
}
section.info div.btn_info a span {
  color: #223970;
  padding-left: 15px;
}


 /* anhouichiran/kaijibetu/ */
section.tbl_page table a {
 text-decoration: underline;
 line-height: 1.5;
}

/* /column/index.htm */
.button_wrap .seminar_link:hover{
    opacity: 1!important;
}

/* /seminar/index.htm */
.seminar .internship_here,.seminar .oneday_mail{
    text-decoration: underline;
    color: #223970;
}
.seminar .oneday_mail:hover{
    opacity: 1!important;
}
.seminar .internship_here:hover{
    opacity: 1!important;
}
.seminar .lecture ul li.list_inner{
    font-size: 90%;
    margin-top: 10px;
    line-height: 1.8;
    list-style: disc;
    padding-left: 1em;
    margin-left: 1em;
}
.seminar .lecture ul li.list_ttl{
    font-size: 110%;
}
.seminar .lecture ul li.list_ttl::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    font-size: 120%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/common/pills.png);
}

/* /adoption/index.htm */
.recruit .news .news_wrap dl {
    display: block;
}
.recruit .news .news_wrap dl dt{
    float: left;
    line-height: 1.8;
}
.recruit .news .news_wrap dl dd{
    margin-left: 0;
    padding-left: 6em;
    margin-bottom: 20px;
    color: #223970;
    text-decoration: underline;
}
.recruit .news .news_wrap dl dd::after {
    content: "";
    display: block;
    clear: both;
}
section.recruit div.btn_info a:hover {
    text-decoration: none;
    opacity: 1;
    color: #223970;
    border: 1px solid #223970;
    background: #f1f1f1;
}
section.recruit div.btn_info a span {
  color: #223970;
  padding-left: 15px;
}
.button_wrap .secretariat:hover {
    opacity: 1;
    background-color: #223970;
}

/* /seminar/index.htm */
.seminar .announce {
  color: #DE0000;
}

/* /adoption/type/comprehensive.htm, /adoption/type/information/examination.htm, /adoption/type/keikensya.htm */
@media screen and (min-width: 981px){
.guide .treatment dl {
    display:block;
    align-items: center;
}
.guide .treatment dl dt{
    float: none;
    width: auto!important;
}
.guide .treatment dl dd{
  margin-top: 10px;
  margin-left: 2em;
    width: auto!important;
}
 .guide .treatment dl dd:nth-child(n + 3){
    margin-top: 10px;
  margin-left: 2em;
    width: auto!important;
     padding-left: 0em!important;
text-indent: 0em!important;
  }    
.guide .test dl {
  display:block;
}
.guide .schedule .test dl {
  margin-top: 0px;
}    
.guide .test dl dt {
  width: auto;
}  
.guide .test dl dd{
  width: auto;
    margin-left: 1em;
}
    /*
.guide .test .test_col1{
    float: left;
    width: calc(360px / 2);
}
.guide .test .test_col2 {
    float: left;
    width: calc(360px / 2);
}       
.guide .test .test_col3 {
    width: auto;
    padding-left: 360px;
}
.guide .test .test_col4 {
    float: left;
    width: auto;
    padding-left: 180px;
} 
.guide .test .test_col5 {
    float: left;
    width: auto;
}  
.guide .test .test_col6 {
    width: auto;
}   */   
}
@media screen and (max-width: 980px){
.guide .treatment dl {
    display:block;
    align-items: center;
}
.guide .treatment dl dt{
    float: none;
    width: auto!important;
}
.guide .treatment dl dd{
  margin-top: 10px;
  margin-left: 2em;
    width: auto!important;
}
 .guide .treatment dl dd:nth-child(n + 3){
    margin-top: 10px;
  margin-left: 2em;
    width: auto!important;
     padding-left: 0em!important;
text-indent: 0em!important;
  }    
.guide .test dl {
  display:block;
}
.guide .schedule .test dl {
  margin-top: 0px;
}    
.guide .test dl dt {
  width: auto;
}  
.guide .test dl dd{
  width: auto;
    margin-left: 1em;
}
}

.about .announce {
  color: #DE0000;
}
main section .link_text:hover{
    opacity: 1!important;
}
.guide .treatment dl dd{
    margin-bottom: 20px;
}
.guide .treatment .text {
  text-align: left;
}
.guide .qualification dl dt:nth-child(n+2){
    margin-top: 40px;
}
.guide .qualification dl dd.item ul li {
    margin-top: 10px;
    padding-left: 0em!important;
    text-indent: -1em;
    line-height: 1.8
}
.guide .process ul {
  font-size: 100%;
}
.guide .process ul li {
  padding-left: 0em;
  text-indent: 0em;
    line-height: 1.8;
}

/* /adoption/type/contact.htm */
.map .gm-style .bottom-actions .google-maps-link a{
    text-decoration: underline!important;
}

/*2024.01 add*/
  main .report .pdf_list .link_text_arrow::after {
    content: "＞";
    display: inline;
    color: #223970;
  }

  /* ----- 2024.01 追加 ----- */
    main section .link_text_arrow::after {
      content: "＞";
      display: inline;
      color: #223970;
    }

/* ----- 2024.01 追加 ----- */
@media screen and (min-width: 766px){
  .chapter_list {
    flex-wrap: wrap;
  }
  .chapter_list .item {
    border-bottom: 1px dashed #888C8F;
  }
  .chapter_list .item:nth-child(n + 2) {
    border-left: none;
  }
  .chapter_list .item:last-child {
    border-bottom: none;
  }
  .chapter_list .item_inner {
    margin-bottom: 30px;
  }
  .chapter_list .item:nth-child(n + 4) .item_inner {
    margin-top: 30px;
  }
  .chapter_list .item:last-child .item_inner {
    margin-bottom: 0;
  }
  .chapter_list .item:nth-child(2) .item_inner,
  .chapter_list .item:nth-child(3) .item_inner,
  .chapter_list .item:nth-child(5) .item_inner,
  .chapter_list .item:nth-child(6) .item_inner {
    border-left: 1px dashed #888C8F;
  }
}

/* ----- 2024.01 追加 ----- */
  .sitemap .content .link_list .title {
    position: relative;
    padding-left: 18px;
  }
  .sitemap .content .link_list .title:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover;
    background-image: url(../images/common/pills.png);
  }
  .sitemap .content .link_list .title:nth-child(n + 2) {
    margin-top: 50px;
  }
  .sitemap .content .link_list .title ul li {
    margin: 14px 0 0;
  }