﻿
@charset "utf-8";

.outer-box{

}

.outer-box h2 {
    font-weight: bold;
    font-size: 1.05rem;
    margin: 10px 0;
}



/* 禁止区域地図 */

.kinshikuiki {
    width: 100%;
    
    text-align: center;
}



.kinshikuiki img {
    width: 100%;
    height: auto;   
  margin-top: -15px;
}



.kinshikuiki-a p {
    width: 100%;
    text-align: left;
    font-size: 1.05rem;
    margin-bottom: 5px;
   





}




.shosai  {
    width: 100%;
    text-align:left;
    font-size: 1.05rem;
    margin-bottom: 5px;
}



.shosai li {
    padding: 10px 0;
}

.gaiyo a {
    text-decoration: underline;
}
.shosai a {
    
    text-decoration: underline;
    display: inline-block;
}

/* 拡張子に合わせてアイコンをつける */
.shosai a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;

}

/* PDF */
.shosai a[href*=".pdf"]::after {
    background-image: url(../images/icon-pdf.png);
}

/* Word */
.shosai a[href*=".docx"]::after {
    background-image: url(../images/word.png);
}

/* PowerPoint */
.shosai a[href*=".pptx"]::after {
    background-image: url(../images/icon-pp.png);
}

/*************　aboutus メイン　部分　*************/

margin-left: auto;
margin-right: auto;

margin-top: 10px;