/* common_style */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Verdana,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	color: #333;
	font-size: 14px;
	width: 100%;
	word-break : break-all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.tac{
	text-align: center;
}
#top_scroll{
	position: fixed;
	bottom: 50px;
	right: 50px;
}
/* リンクボタン1 */
.redbtn_foamlink_01{
	display: inline-block;
	color: #fff;
	line-height: 1;
	background: #b8193f;
	border-bottom: 4px solid #9f1537;
	text-decoration: none;
	padding: 24px 43px 18px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.redbtn_foamlink_01 span{
	padding-left: 28px;
	background: url('../images/ico_btn_l_w.png')no-repeat left;
	font-size: 24px;
	font-weight: bold;
	background-size: 15px 23px;
}
.redbtn_foamlink_02{
	display: inline-block;
	color: #fff;
	line-height: 1;
	background: #b8193f;
	border-bottom: 4px solid #9f1537;
	text-decoration: none;
	padding: 27px 50px 25px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.redbtn_foamlink_02 span{
	padding-left: 30px;
	background: url('../images/ico_btn_l_w.png')no-repeat left;
	font-size: 32px;
	font-weight: bold;
}
.redbtn_foamlink_01:hover,
.redbtn_foamlink_02:hover{
	opacity: 0.7;
}
.btn_foamlink{
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	border: 4px solid #000;
	text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff;
}
.btn_foamlink span{
	font-size: 20px;
	font-weight: bold;
	background: url('../images/ico_btn_s_k.png') no-repeat left;
	padding-left: 18px;
	color: #000;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn_foamlink:hover{
	background: #000;
}
.btn_foamlink:hover span{
	color: #fff;
	background: url('../images/ico_btn_s_w.png') no-repeat left;
	padding-left: 15px;
}
.img_wrap.border{
	margin: 100px 0!important;
}

.sec05 .read,
.sec06 .read{
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.sec05 .read span,
.sec06 .read span{
	font-size: 20px;
	font-weight: bold;
	color: #0c3e6d;
    background: url('../images/ttl_bg.png')repeat-x bottom;
    background-size: 100% 50%;
}
/* END common style */

/* -------------------------
header 
----------------------------*/
#header{
	background: #000;
}
.header_in{
	width: 1224px;
	margin: 0 auto;
	padding: 12px 0 8px;
}
.header_in .logo{
	float: left;
}
.header_in .sns_area{
	float: right;
}
.header_in .sns_area #boxArea >div{
	margin: 0px 3px;
}
/* END Header */

/* -------------------------
mainvisual
----------------------------*/
.mainvisual{
	background: #008075;
}

.mainvisual .mv_inner{
	position: relative;
	width: 1224px;
	margin: 0 auto;
}

.mainvisual .top_msg{
	position: absolute;
	top: 20px;
	left: 145px;
}
.mainvisual .mv_inner >img{
	width: 100%;
	vertical-align: bottom;
}


.top_seminer_link.sp{
 display: none;
}
.top_seminer_link{
	width: 820px;
	margin-left: -410px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	background: #f5f5f5;
	padding: 15px 20px 20px;
	border-radius: 3px;
}
.top_seminer_link h2{
	text-align: center;
	color: #b8193f;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.top_seminer_link ul{
	margin: 13px 0;
	list-style: none;
}

.top_seminer_link li:first-child{
	float: left;
}
.top_seminer_link li:last-child{
	float: right;
}

.top_seminer_link li p,
.top_seminer_link li a{
	display: inline-block;
}

.top_seminer_link li .venue_name{
	padding: 4px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	background: #008075;
}
.top_seminer_link li .venue_add{
	vertical-align: middle;
	margin-right: 10px;
	font-size: 13px;
}
.top_seminer_link li a{
	vertical-align: bottom;
	color: #000;
}
.toplink_wrap{
	text-align: center;
}
/* END mainvisual */

/* -------------------------
content-sec01
----------------------------*/
.sec01{
	background: #0c3e6d;
	padding: 18px 20px;
}
.sec01 h3{
	margin-bottom: 16px;
	font-size: 26px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.sec01 .inner_wrap{
	width: 1224px;
	margin: 0 auto;
}
.sec01 .img_wrap{
	width: 100%;
	text-align: center;
}
/* END content-sec01 */

/* -------------------------
content-sec02
----------------------------*/
.sec02{
	width: 100%;
	background: #00998c;
}

.sec02 .inner_wrap{
	width: 940px;
	margin: 0 auto;
	padding: 10px 20px 10px;
}
.sec02 .box01{
	float: left;
}
.sec02 .box02{
	float: right;
}

.sec02 .about_seminer p{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.sec02 .about_seminer .inner{
	border-top: 1px solid #fff;
	padding-top: 8px;
	margin-top: 8px;
}
.sec02 .about_seminer .inner ul li{
	display: inline-block;
	text-align: center;
}
.sec02 .about_seminer .inner ul li a{
	font-size: 16px;
	color: #fff;
	padding: 0 22px 10px;
	background: url('../images/link_vec_s.png')no-repeat bottom;
	border-right: 1px solid #fff;
	text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.sec02 .about_seminer .inner ul li a:hover{
	font-size: 16px;
	color: #00998c;
	padding: 0 22px 10px;
	background: url('../images/link_vec_s_on.png')no-repeat center bottom 5px #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.sec02 .about_seminer .inner ul li:last-child a{
	border-right: none;
}

/* END content-sec02 */

/* -------------------------
content-sec03
----------------------------*/
.sec03{
	background: #e1faf8;
}
.sec03 .inner_wrap{
	width: 940px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.sec03 .inner_wrap .img_wrap{
	width: 100%;
}
.sec03 .inner_wrap .txt{
	text-align: center;
	font-size: 32px;
	color: #1a1a1a;
	line-height: 1.6;
}
.sec03 .inner_wrap .txt span{
	font-size: 46px;
	color: #b8193f;
	font-weight: bold;
	background: url('../images/ttl_bg.png')repeat-x bottom;
	background-size: 100% 50%;
}
.contact_wrap{
	padding-bottom: 100px;
	background: #fff;
}
.contact_wrap >.img_vec{
	display: block;
	margin: 0 auto 60px;
}
/* END content-sec03 */


/* -------------------------
content-sec04
----------------------------*/
.sec04{
	width: 100%;
}
.sec04 .sec_header{
	background:url('../images/07lp_img03_bg.png') ;
	background-size: cover;
	padding: 55px 45px;
}
.sec04 .sec_header h3{
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
}

.sec04 .venue{
	padding: 60px 0;
	background: #e1faf8;
}

.sec04 .venue .inner_wrap{
	width: 940px;
	margin: 0 auto;
}
.sec04 .venue .venue_name{
	text-align: center;
	margin-bottom: 20px;
}

.sec04 .venue .venue_name span{
	display: inline-block;
	background: #00998c;
	border-radius: 5px;
	padding: 8px 10px;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.sec04 .venue .date{
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
}

.sec04 .venue .ttl{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #b8193f;
	margin-bottom: 15px;
}

.sec04 .venue .subttl{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #b8193f;
	margin-bottom: 28px;
}

.sec04 .venue .target{
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
}

.sec04 .venue table{
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	width: 100%;
	margin-bottom: 15px;
}

.sec04 .venue table tr{
	border-bottom: 1px solid #000;
}

.sec04 .venue table th{
	padding: 15px;
	vertical-align: middle;
	font-size: 14px;
	width: 130px;
	background: #f4faf9;
}

.sec04 .venue table td{
	border-left: 1px solid #000;
	padding: 20px 18px;
	vertical-align: middle;
	font-size: 12px;
}

.sec04 .venue table td span{
	font-size: 14px;
}
.sec04 .venue table td .sec_nam{
	font-size: 12px;
	font-weight: bold;
	color: #00998c;
	margin-bottom: 8px;
	line-height: 1;
}
.sec04 .venue table td ul{
	padding-left: 15px;
}
.sec04 .venue table td li{
	font-size: 16px;
	font-weight: bold;
}
.sec04 .venue table td.main{
	width: 500px;
}
.sec04 .venue table td .large{
	font-size: 16px;
	font-weight: bold;
}

.sec04 .venue .small{
	font-size: 12px;
}

/* END content-sec04 */


/* -------------------------
content-sec05&06
----------------------------*/

.sec05,
.sec06{
	padding: 70px 0 55px;
	background: #0c3e6d;
}
.sec05 h3{
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 58px;
	font-weight: bold;
}

.sec06 h3{
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.sec06 .caution{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-bottom: 58px;
}
.sec06 .inner_wrap,
.sec05 .inner_wrap{
	width: 940px;
	margin: 0 auto;
	padding: 85px 30px 50px;
	background: #fff;
	border-radius: 20px;
}

.sec06 .inner_wrap h4,
.sec05 .inner_wrap h4{
	margin-bottom: 25px;
	font-size: 36px;
	font-weight: bold;
	color: #00998c;
	line-height: 1;
	text-align: center;
}

.sec06 .inner_wrap .img_wrap,
.sec05 .inner_wrap .img_wrap{
	text-align: center;
	margin-bottom: 25px;
}

.sec05 .table_wrap .tbl_ttl{
	font-size: 14px;
	font-weight: bold;
	color: #0c3e6d;
}
.sec05 table.main-function {
    border: 1px solid #000;
    font-size: 13px;
    margin-bottom: 10px;
    width: 100%;
}
.sec05 table.main-function thead th:first-child {
    border-left-color: #000;
}
.sec05 table.main-function thead th {
    background: none repeat scroll 0 0 #e6f5fc;
    border-left: 1px solid #000;
    color: #000;
    font-family: "Gothic MB101 DemiBold","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}
.sec05 table.main-function tbody td {
    border-left: 1px solid #000;
    border-top: 1px dotted #000;
    padding: 10px 5px;
    background-color: #ffffff;
    /* font-size: 11px; */
    /* font-weight: bold; */
    text-align: center;
    vertical-align: middle;
}
.sec05 table.main-function tbody td.tal {
	text-align: left;
}

.sec06 .outer_msg,
.sec05 .outer_msg{
	text-align: center;
	margin-top: 55px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.sec06 .small{
	font-size: 12px;
	color: #fff;
	text-align: center;
}
/* END content-sec05&06 */



/* -------------------------
footer
----------------------------*/
#footer{
	background: #000;
	padding: 22px 20px;
}
.copyright{
	text-align: center;
	color: #fff;
	font-size: 12px;
}
/* END footer*/

