@charset "UTF-8";

/*  ヘッダー common.css */
/*  カテゴリー・リンク common.css */


/*  メインコンテンツ */
/*  ページタイトル page_title h3 は coomon.css */


/* 参加方法　*/
h4.frame_title{
  margin: 40px 0 0px 10%;
  font-size: 26px;
  text-align: left;
}
ul.items_frame{
  width: 80%;
  margin: 10px 20px 20px 10%;
  padding: 10px;
  background-color: #e9e9e9;
  font-size: 18px;
  font-weight: bold;
}
li.no_column{
  padding: 15px 40px;
  text-indent: -20px;
  line-height: 1.7;
  border-bottom: solid 1px #ff6666;
}
li.no_column:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    margin-left: 4px;
    border: transparent solid 7px;
    border-left-color: #f00;
    vertical-align: 0px;
}


/* --- 募集へのリンク　--*/
section.boshuyoko{
  width: 80%;
  margin: 10px auto;
}
.link_img{
  width: 80%;
  margin: 20px auto;
  padding: 20px 0;
}
.link_img p{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0 10px;
}
.link_img img{
  padding: 10px 0;
}
.link{
  display: flex;
  justify-content:space-between;
  width: 85%;
  margin: 20px auto;
}
.pdf_link{
  margin: 5px 50px 0 0px;
}
.pdf_link p{
  width: ;
  margin: 0px 0 10px 0;
  line-height: 1.6;
  font-weight: bold;
}
.pdf_link img{
  border: solid 1.5px brown;
  margin: 0 30px;
}
.link_form{
  width: ;
  margin: 0px 0px 0 0;
}
.link_form p{
  margin: 0px auto 10px;
  line-height: 1.6;
  font-weight: bold;
}
.link_form img{
  border: solid 1.5px brown;
}


/* ---- 以下は　common.css ---*/

/* ページ先頭へ戻る　.return_to_top　*/
/* ホームページTOPへ戻る　.return_to_indexpage　*/
/* フッター　footer p　[copyright]*/
