@charset "UTF-8";
.bg {
    position: fixed;
    z-index: -1;
}
.bg img {
    width: 100%;
}
.pagemain{
    background-image: url(/assets/img/sandan_photo.png);
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: -2;
}
.pagemain_ttl{
    width: 650px;
    height: 80px;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    color:white;
    letter-spacing: 0.2em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D93751;
    position: relative;
    z-index: 1;
    bottom: -61px; /*これ目分量だから後で確認してもらう*/
}



.subttl{
    padding-top:  132.5px; 
    margin: 0;
    text-align: center;
    font-size: 27px;
    letter-spacing: 0.2em;
}
.logo3{
    text-align: center;
    padding: 30px 0px;
    width: 100%;
    height: auto;
}
.logo3 img{
    width: 85px;
    height: auto;
}
.atagu {
    color: #4b6cb3;
    font-size: max(1.05vw, 16.8px);
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.atagu span {
    font-size: 18px;
}
.atagu::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1.5px;
  background:#4b6cb3;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.atagu:hover::after {
  transform: scale(1, 1);
}

/* ファイルホバー（zip） */

.file_hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #4b6cb3;
}
.file_hover::after {
  position: absolute;
  left: -30px;
  bottom: 1px;
  content: '';
  width: 100%;
  height: 0.7px;
  background: #4b6cb3;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.file_hover:hover::after {
  left: 0px;
  opacity: 1;
  visibility: visible;
}

/* ファイルホバー短いとき用 */
.file-short_hover img{
    margin-left: 0.5rem;
}
.file-short_hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #4b6cb3;
}
.file-short_hover::after {
  position: absolute;
  left: -30px;
  bottom: 1px;
  content: '';
  width: 100%;
  height: 0.7px;
  background: #4b6cb3;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.file-short_hover:hover::after {
  left: 0px;
  opacity: 1;
  visibility: visible;
}

/* .kasou_ul {
  padding: 0;
  position: relative;
}
.list_after{
    margin-top: 8%;
}

.kasou_ul .kasou_li{
  color:black;
  font-size: 1.2rem;
  font-weight: 700;
  border-left: solid 5px #D93751;
  margin-bottom: 30px;
  line-height: 0.9;
  padding: 0.5em;
  list-style-type: none!important;
} */

table{
    border-collapse:  collapse;
    width: 100%;
    height: auto;
}
th, td{
  border:3px solid white;
}
tr>*:empty{
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
}
th {
    font-size: 1.05rem;
    text-align: center;
    color: white;
    background-color: #D93751;
    padding: 10px ;
}
td{
    background-color: #FAF6F6;
    text-align: left;
    padding: 20px;
}
.file img{
    vertical-align: middle;
    display: inline-block;
    height: 0.85rem;
    width: auto;
    padding-bottom: 4px;
}
/* .file span{
    display: inline-block;
} */


/* インデント2 */
.indent-2 {
    padding-left: 1em;
}

/* インデント */
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
    /* line-height: 30px;
    letter-spacing: 1px; */
}
.beauty{
    line-height: 30px;
    letter-spacing: 1px;
}


/* 以下box1 */

.cnt_01{
    display: flex;
    justify-content: center;
}
.cnt01_stc{
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: left;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 7% 10%;
    max-width: 1000px;
    width: 70vw;
}
.cnt01_stc p{
    margin: 0;
    font-size: 1.05rem;
    width: 100%;
}


.area{
    display: flex;
    align-items: center;
    /* margin-top: 3%; */
}
.type{
    padding: 2% 0%;
}

.cnt_img01 {
    text-align: center;
    margin-right: 4rem;
}

.cnt_img01 img {
    width: 15vw;
    height: auto;
}



/* 以下 box2 */

.cnt_02{
    padding-top: 132.5px;
    display: flex;
    justify-content: center;
}
.cnt02_stc{
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7%;
    max-width: 1100px;
    width: 50vw;
}
.cnt02_stc p{
    margin: 0;
    font-size: 1.05rem;
    width: 90%;
}

/* 以下box3 */

.cnt_03{
    display: flex;
    justify-content: center;
}
.cnt03_stc{
    background-color: white;
    box-shadow: 1px 3px 6px rgb(0, 0, 0, 0.16);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 70px;
}
.cnt03_stc p{
    margin: 0;
    font-size: 1.05rem;
}
.otoiawase{
    line-height: 40px;
}