@charset "utf-8";
/* CSS Document */

table {
margin-bottom: 0px;

border: 0px #ffffff solid;

border-collapse: separate;

}

td {

border: 1px #AF1F24 solid;
background-color: #E76D83;
font-size: 20px;
color: #ffffff;
}
#ver1 td{

border: 0px #ffffff solid;

font-size: 16px;
}
#ver2 td{

border: 0px #ffffff solid;

font-size: 16px;
background: #7cfc00;
}
th {

font-weight: bold;
border: 1px #0F4361 solid;
width: 30%;
font-size: 26px;
color: #ffffff;
background-color: #0F4361;

}
th#small  {

font-weight: bold;
border: 1px #50B0FF solid;
width: 30%;
font-size: 22px;
color: #000000;
background-color: #D2F5FF;

}


table.sample1 {
border-spacing: 0px 0px;

}

table.sample2 {

border-spacing: 0px 7.5px;

}


h1#top1{
  margin: 2px 2px;
  padding: 2px 0 2px 0;
  background: #F5F5F5; 
  font-size: 20px;
  color: #111111;
}
#top2{
  margin: 2px 2px;
  padding: 2px 0 2px 0;
  background: #ffff00; 
  font-size: 28px;
  font-weight: bold;
  color: #111111;
}
#dan{
  margin: 1.5 0;
  padding: 0.5 0 0.3em 1;
  border-bottom: 3px solid #7cfc00;
  font-size: 28px;
  font-weight: bold;
  color: #111111;
}
#dan{
  margin: 1.5 0;
  padding: 0.5 0 0.3em 1;
  border-bottom: 3px solid #7cfc00;
  font-size: 28px;
  font-weight: bold;
  color: #111111;
}

#dan{
  margin: 1.5 0;
  padding: 0.5 0 0.3em 1;
  border-bottom: 3px solid #7cfc00;
  font-size: 28px;
  font-weight: bold;
  color: #111111;
}

.cp_text {
    margin: 0 auto;
    text-align: left;
    width: 640px;
}

.top_info {
	width: 640px;
	margin: 20px auto;
}
.text_box {
	border: 5px red solid;
}
.info_body {
	padding: 0 15px;
}
.top_info h1 {
	font-size: 36px;
}
.top_info h2 {
	font-size: 40px;
	margin: 0;
}
.top_info img {
	width: 100%;
}
.info_text {
	font-size: 29px;
	margin: 10px 0;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_50 {
	margin-bottom: 50px;
}
.ta_r {
	text-align: right;
}
.ta_l {
	text-align: left;
}

.insta {
	width: 640px;
	margin: 0 auto 20px;
	text-align: center;
}

/******************************************
instagram
******************************************/

#insta_box {
	width: 640px;
	text-align: center;
	margin: 10px auto;
}

.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}
