@charset "utf-8";
/* CSS Document */





.container {
   width: 800px;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
   font-size: 16px;
   line-height: 1.6;
	margin-left: auto;
   margin-right: auto;
	
}

a{
  text-decoration: none;
}



a:link { color:#009933 } 
a:hover { color:#ff9900} 






h2.title {
  padding: 1rem 2rem;
  border-left: 10px solid #000;
}




p.p1 {
  padding-bottom: 10px;
  color: 000;
  font-weight:bolder;
  max-width: 800px;
  border-bottom: solid 2px #000;
}


p.p2 {
  padding-bottom: 10px;
  color: 000;
  font-weight:bolder;
  max-width: 800px;
  border-bottom: solid 2px #81C896;
}

h1 {
  padding: 1rem 1rem;
  border-left: 10px solid #767676;
}



/* リスト */
ul.list1{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}


ul.list1 li{
  text-align: left;
  margin-bottom: 12px;
  padding: 0 0 12px;
  max-width: 800px;
  border-bottom: 1px dotted #999;
}


/*登録はこちらボタン*/


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
	
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button-area {
  text-align: center;
}

.wrap {
  text-align:center;
}

/*ここまで共通*/

a.btn--green {
  color: #fff;
  background-color: #009933;
}

a.btn--green:hover {
  color: #fff;
  background: #ff9900;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 1rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}



/* バックナンバー記事 */

h2.lin {
  position: relative;
  padding: 1rem 1rem;

  color: #009933;
}

h2.lin:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



.day {
   font-size: 14px;
  text-align: right;
	
}


