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


/* style
=========================================== */

header {
	width: 100%;
	height: 90px;
	text-align: center;
	background: #FFF;
	margin: 0 0 30px 0;
	-webkit-box-shadow:0px 2px 3px rgba(000,000,000,0.2);
	box-shadow:0px 2px 3px rgba(000,000,000,0.2);
}
.header_logo {
	padding-top: 20px;
}
#content {
	width: 980px;
	margin: auto;
}
#content a {
	transition: 0.3s opacity;
	color: #f66;
	text-decoration: underline;
}
#content a:hover {
	opacity: 0.8;
}
#visual {
}
#main {
	background: #FFF;
	padding: 30px;
	border-radius:0 0 5px 5px;
}
.main_txt {
	background: #f2f3f4;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px 30px 40px 30px;
		line-height: 20px;
}
.main_txt:last-of-type {
	margin-bottom: 0;
}
.main_txt_ttl {
	padding: 0 0 20px 0;
	margin: 0 0 15px 0;
	position: relative;
}
.main_txt_ttl:after {
	content: '';
	display: block;
	width: 920px;
	height: 6px;
	background: url(../img/main_ttl_line.png) no-repeat center center;
	position: absolute;
	left: -30px;
	bottom: 0;
}
.main_txt_txt {
	font-size: 16px;
	line-height: 30px;
}
.main_txt_txt_s{
	font-size: 13px;
	line-height: 20px;
}
.main_txt_twt {
	text-align: center;
	margin: 25px 0 0 0;
}
.main_txt_list {
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}
.main_txt_list li + li {
	margin-top: 12px;
}
.main_txt_product {
	text-align: center;
	margin-top: 25px 0 0 0;
}
.main_txt_date {
	font-size: 20px;
	font-weight: bold;
}
.main_txt_notes li {
	padding: 0 0 0 1.1em;
	position: relative;
	font-size: 14px;
	line-height: 28px;
}
.main_txt_notes li:before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}

.button_wrapper{
   text-align:center;
}
	.fl_inst2{/*ボタンの下地*/
  color: #FFFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 60px;/*高さ*/
  width: 400px;/*幅*/
    font-size: 20px;/*文字のサイズ*/
  line-height: 25px;/*高さと合わせる*/
  padding-top: 15px;
  text-align: center;/*中身を中央寄せ*/
  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;/*下線は消す*/
}

.fl_inst2: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;
}

.fl_inst2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  color: #FFF;
  text-align: center;/*中身を中央寄せ*/
  transition: .5s}

.square_btn{
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

 .present_image {
 float: center;
 margin-bottom: 20px;
  }

   .present_image2 {
  width: 30%;/*幅*/  
 margin-left: 10px
  float: left;
    display: inline-block;
  }

  .cap_block {
  text-align: center;
  	font-size: 15px;
	margin-top: 15px;
	margin-right: 0px;

}

#pagetop {
	text-align: right;
	padding: 10px 0 0 0;
}

footer {
	padding: 170px 0 15px 0;
	text-align: center;
}