@charset "UTF-8";

/*　*/


/**************************************************
		Reset
**************************************************/

ul li,
ol li {
    list-style-type: none;
    list-style-position: outside;
}

@media print,
screen and (min-width: 1280px) {
    .event__item {
        width: calc(25% - 20px);
        padding: 40px 20px;
    }
    .event__item:nth-child(3n+1):before {
        display: block;
    }
    .event__item:nth-child(4n+1):before {
        display: none;
    }
    .event__item:nth-child(-n+4) {
        border-top: none;
    }
}


.btnArea {text-align: left;padding:1em;}

.kihon{
    width:100%;
}
.kihon p{
    font-size: 16px;
    text-align:
    left;
    line-height: 2;
}
.kihon ul {
    /* border: solid 2px #ffb03f; */
    padding: 0;
    /* position: absolute; */
    text-align: left;
    display:
    flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
  }
  
.kihon ul li {
    line-height: 1.8;
    padding: 0.1em 0.3em;
    list-style-type: none!important;/*ポチ消す*/
    border: 1px solid #ddd;
    margin: 0.2em;
  }
  
.kihon ul li:before {
    /* font-family: "FontAwesome"; */
    /* content: "\e23b"; */
    position: absolute;
    left: 1.5em; /*左端からのアイコンまで*/
    color: #666666; /*アイコン色*/
  }






  .boxInfo {width: calc(100%);margin: 0.5%;padding: 1%;box-sizing:border-box;border: 1px solid #ddd;border-radius: 0.2em;margin-top: 60px;}


  .boxInfo .box-title {
      font-size: 16px;
      /* background: #919191; */
      border-bottom: 1px solid #ddd;
      padding: 4px 4px 4px 1.9em;
      text-align: left;
      color: #5d5d5d;
      font-weight: bold;
      line-height: 2;
      letter-spacing: 0.05em;
      position:relative;
  }
  
  .boxInfo .box-title:before {position:relative;font-family: 'FontAwesome';content: "\f82e";position: absolute;left: 0.3em;color: #910000;}
  
  
  .boxInfo p {
      padding: 15px 20px;
  }
  
  
  .boxInfo li:last-of-type {
      border-bottom: none;
  }
  .boxInfo li:before {
      font-family: "FontAwesome";
      content: "\f22d";
      position: relative;
      left: 0;
      color: #910000;
      padding-right: 10px;
  }
  
  
  @media only screen and (min-width: 1000px) {
  .boxInfo {
      /* width: calc(48%); */
      margin: 50px 0;
  }
  }
  
  
  
   .boxInfo {
     width: 100%;
     margin: 0.5%;
     padding: 1%;
     box-sizing:border-box;
     border: 1px solid #ddd;
     border-radius: 0.2em;
   }
  
  
  .boxInfo .box-title {
      font-size: 16px;
      /* background: #919191; */
      border-bottom: 1px solid #ddd;
      padding: 4px 4px 4px 1.9em;
      text-align: left;
      color: #161b33;
      font-weight: bold;
      line-height: 2;
      letter-spacing: 0.05em;
      position:relative;
  }
  
  .boxInfo .box-title:before {position:relative;font-family: 'FontAwesome';content: "\f02b";position: absolute;left: 0.3em;color: #016c6e;}
  
  
  .boxInfo p {
      padding: 15px 5px;
  }
  
  .boxInfo ul{display:flex;/* flex-direction: row; */flex-wrap: wrap;/* justify-content: space-between; */}
  .boxInfo li{}
  
  .boxInfo li,
  .myboxP li {
      line-height: 1.5;
      padding: 0.5em;
      /* border-bottom: dashed 1px silver; */
      list-style-type: none!important;
      font-size: 15px;
      font-weight: 400;
      margin-left: 1.4em;
      /* text-indent: -1.4em; */
      /* width: 100%; */
      text-align: left;
      /* flex: 0 0 32%; */
      font-weight: 500;
      color: #016c6e;
  }
  .boxInfo li:last-of-type {
      border-bottom: none;
  }
  .boxInfo li:before {
      font-family: "FontAwesome";
      content: "\f192";
      position: relative;
      left: 0;
      color: #a60808;
      padding-right: 10px;
      font-weight: 100;
  }
  
  .boxInfo li span{
      /* position: relative; */
      /* left: 50%; */
  }
  
  @media only screen and (max-width: 600px) {    
  .boxInfo li {
        /* flex: 0 0 90%; */
    }
  }
  
  
  
  
  
  