 /*--all--*/
 * {
     font-family: "Frutiger LT W01", "ゴシックMB101", "Gothic MB101", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .article {
     max-width: 860px;
     margin: 0 auto 80px;
     box-sizing: border-box;
     padding: 0 5%;
 }

 .article h1 {
     font-size: 24px;
 }

 .article h2 {
     position: relative;
     font-size: 20px;
     font-weight: bold;
     padding-top: 5%;
     margin-bottom: 2%;
     line-height: 1.5;
     left: 15px;
 }

 .article h2::before {
     position: absolute;
     content: '';
     display: inline-block;
     width: 8px;
     height: 33px;
     left: -13px;
     bottom: 0px;
     background-color: #d6d6d6;
     margin-right: 5px;
 }

 .article h3 {
     font-size: 17px;
     font-weight: bold;
     padding-top: 20px;
 }

 .article p {
     font-size: 16px;
     text-align: left;
     margin-bottom: 20px;
     line-height: 2;
     padding: 14px;
 }

 /*--cover--*/
 .cover {
     display: block;
     box-sizing: border-box;
     height: 30vh;
     width: 100%;
     max-width: 980px;
     background-image: url("../images/title.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin: 0 auto 40px;
     position: relative;
 }

 .cover h1 {
     color: white;
     position: absolute;
     top: 20%;
     left: 0;
     box-sizing: border-box;
     padding: 15px 40px;
     background-color: rgba(0, 0, 0, 0.60);
     font-size: 28px;
     font-weight: lighter;
 }

 @media (min-width: 980px) {
     .cover {
         height: 500px;
         margin: 40px auto 80px;
     }

     .cover h1 {
         font-size: 48px;
         padding: 40px 60px;
     }
 }

 .info_contents {
     border-top: solid 1px #d6d6d6;
     padding-top: 40px;
     margin: 40px auto;
 }

 .info_contents a {
     display: block;
     width: fit-content;
     margin: 0 auto;
 }

 .info_contents button {
     display: block;
     border: 1px solid #333333;
     padding: 15px 20px;
     background: white;
     margin: 0 auto 10px;
 }

 .info_contents button::before {
     font-family: "Font Awesome 5 Free";
     content: '\f0e0';
     font-weight: 900;
     padding: 0 8px 0 0;
 }

 .info_contents button:hover {
     color: white;
     background: #333333;
     transition: 1s;
 }

 .info_contents_box {
     border: 1px solid #dadada;
     padding: 30px 30px 0;
     margin: 40px auto;
     max-width: 500px;
 }

 .info_contents_box a {
     text-decoration: underline;
     font-weight: bold;
 }

 .info_contents_box a:hover {
     text-decoration: none;
 }

 .linkBtn {
     position: relative;
     display: block;
     margin: 10px auto 35px auto;
     width: fit-content;
     padding: 2% 14%;
     background-color: #f7f7f7;
     border-left: 8px solid #ddd;
     box-shadow: 2px 2px 3px #aaa;
     box-sizing: border-box;
     transition: .1s;
 }

 .linkBtn:hover {
     box-shadow: 0 0 0 #aaa;
     bottom: -2px;
     left: 2px;
 }

 @media screen and (max-width: 417px) {


     .article h2::before {
         height: 76%;
     }
 }


 @media screen and (min-width: 416px) {
     .sp_br {
         display: none;
     }

 }

 .info_table {
     width: 100%;
     background-color: #f7f7f7;
     border: 1px solid #ddd;
 }

 .info_table tr:nth-child(2n-1) {
     background-color: #fff;
 }

 .info_table th {
     border-bottom: 1px solid #ddd;
 }

 .info_table th,
 .info_table td {
     text-align: center;
     width: 50%;
     border-right: 1px solid #ddd;
     padding: 8px 0;
 }

.TextColarBox {
    text-align: center;
    padding: 18px;
    background-color: #f2f2f2;
    margin-bottom: 3%;
}

/*--cover02--*/
 .sub_img {
     display: block;
     box-sizing: border-box;
     height: 30vh;
     width: 100%;
     max-width: 980px;
     background-image: url("../images/sub_img.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin: 0 auto 40px;
     position: relative;
 }

@media (min-width: 980px) {
     .sub_img {
         height: 500px;
         margin: 40px auto 80px;
     }
 }