@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"Noto Sans Japanese","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000000;
	font-size: 1.7rem;
	line-height: 1.4;
}

body a {
	text-decoration:none;
	color:#000000;
}

body{min-width:1060px;}
img{vertical-align: bottom;}
.wrap{
	width: 1060px;
	margin:0 auto;
}



/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	position:relative;
	background:#efefef;
}

#header .wrap {
	width:100%;
	position:relative;
	background:url(../img/mv_bg.jpg) no-repeat center top;
	background-size:cover;
	z-index:10;
}


#header .top {
	width:1108px;
	margin:0 auto;
}


#header .top_l {
	display:inline-block;
	float:left;
	padding:9px 0 0 0;
}

#header .top_l h1,
#header .top_l p {
	display:inline-block;
	float:left;
}

#header .top_l h1 {
	padding:2px 0 0 0;
}

#header .top_l p {
	font-size:1.2rem;
	line-height:1.6rem;
	margin:0 0 0 17px;
}


#header .top_r {
	display:inline-block;
	float:right;
	padding:9px;
	margin-right:4px;
	background:rgba(255,255,255,0.75);
}

#header .top_r > p ,
#header .top_r_r {
	display:inline-block;
	float:right;
}

#header .top_r > p {
	padding-right:11px;
}


#header h2 {
	margin:54px auto 65px;
	text-align:center;
}

/* mv_com */
.mv_com {
	width:994px;
	margin:0 auto;
	padding:0 0 47px 0;
}

.mv_com li {
	width:289px;
	display:inline-block;
	float:left;
	margin:0 54px 0 0;
	background:rgba(255,255,255,0.75);
	border:3px solid #b92c28;
	position:relative;
}

.mv_com li:last-child {
	float:right;
	margin:0;
}

.mv_com li h3 {
	margin:0 auto;
	padding:8px 0;
	font-size:2.5rem;
	color:#FFF;
	background:#b92c28;
	position:absolute;
	top:-25px;
	left:17px;
	width:255px;
	text-align:center;
	font-weight: bold;
}

.mv_com li h3:after {
	content: "";
	position: absolute;
	bottom: -11px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #b92c28 transparent transparent transparent;
}

.mv_com li p {
	margin:40px 30px 13px;
	text-align:left;
	font-size:1.8rem;
	line-height:2.8rem;
}

/* header cp */
#header .cp {
	width:1132px;
	margin:0 auto;
	padding:0 32px 0 0;
	position:relative;
	height:261px;
}

#header .cp_l {
	position:absolute;
	top:-17px;
	z-index:10;
}

#header .cp_r {
	display:inline-block;
	float:right;
	width:438px;
	margin:12px 28px 0 0;
}

#header .cp_r>p {
	font-size:1.7rem;
	line-height:2.8rem;
	margin-bottom: 20px;
}

#header .cp_r p.cp_tel {
	text-align:right;
	font-size:1.7rem;
	padding:10px 14px 0 13px;
}



/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/
.contents h3{
	text-align: center;
	background:#b92c28;
	color:#FFF;
	font-size:4.0rem;
	line-height:4.5rem;
	padding:0.7em 0 0.7em;
	position:relative;
	margin-bottom:19px;
	font-weight: bold;
}

.contents h3:after {
	content: "";
	position: absolute;
	bottom: -16px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #b92c28 transparent transparent transparent;
}


/* ----------------------------------------------------------------------------------------------------
*  cp
* --------------------------------------------------------------------------------------------------*/
.contents .cp {
	width:1132px;
	margin:0 auto;
	padding:0 32px 0 0;
	height:278px;
}

.contents .cp_l {
	display:inline-block;
	float:left;
}

.contents .cp_r {
	display:inline-block;
	float:right;
	width:438px;
	margin:29px 28px 0 0;
}

.contents .cp_r>p {
	font-size:1.7rem;
	line-height:2.8rem;
	margin:0 0 10px 0;
}

.contents .cp_r p.cp_tel {
	text-align:right;
	font-size:1.7rem;
	padding:10px 14px 0 13px;
}



/* ----------------------------------------------------------------------------------------------------
*  sec01
* --------------------------------------------------------------------------------------------------*/

.sec01{
	background:#efefef;
}

.sec01 p{
	text-align:center;
}

.sec01 .wrap{
	background:#FFF;
	width:100%;
}

.sec01 .wrap img{
	padding:51px 66px 0 20px;
}


/* ----------------------------------------------------------------------------------------------------
*  sec02
* --------------------------------------------------------------------------------------------------*/

.sec02{
	background:#efefef;
	margin-bottom:30px;
}

.sec02 h3{
	margin-bottom:93px;
}

.sec02 .wrap > ul>li{
	background:#FFF;
	border-bottom:3px #b5b5b5 solid;
	width:900px;
	margin:0 auto 55px;
	padding:80px 40px 10px;
	position:relative;
}

.sec02 li h4 {
	position:absolute;
	top:-25px;
}

.sec02 li > p {
	font-size:1.8rem;
	line-height:2.8rem;
	margin-bottom:28px;
}

.sec02 li .sec_l {
	display:inline-block;
	float:left;
}

.sec02 li .sec_r {
	display:inline-block;
	float:right;
}

.sec02 li .sec_c {
	text-align:center;
	padding-right:30px;
}


.sec02 li.sec02_1 .sec_l {
	width:449px;
}

.sec02 li.sec02_1 p.sec_r {
	width:358px;
	font-size:1.6rem;
	line-height:2.6rem;
	border:3px solid #b5b5b5;
	padding:20px 10px 20px 18px;
}

.sec02 li.sec02_2 .sec_l {
	width:449px;
}

.sec02 li.sec02_2 .sec_r {
	width:402px;
	margin-top:-40px;
}

.sec02 .wrap > p {
	margin-bottom:33px;
	text-align:center;
}



/* ----------------------------------------------------------------------------------------------------
*  sec03
* --------------------------------------------------------------------------------------------------*/

.sec03{
	margin-bottom:50px;
}

.sec03_tit {
	height:139px;
	margin-bottom:55px;
	background:#b92c28;
}

.sec03_tit > .wrap {
	position:relative;
	width:1%;
}

.sec03_tit > p {
	position:absolute;
	right:0;
    width: 49.6%;
	background:#FFF;
	border-top:3px solid #b92c28;
	border-bottom:3px solid #b92c28;
	font-size:1.8rem;
	line-height:2.8rem;
}

.sec03_tit > p span {
	height:113px;
	width:470px;
	display:block;
	padding:10px 15px;
}
.sec03 h3{
	padding:0;
	line-height:0.0em;
	background:none;
	position:absolute;
	top:-11px;
	z-index:10;
	right:0;
}

.sec03 h3:after{
	display:none;
}


.sec03 ul li{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:5px solid #efefef;
	width:935px;
	margin:0 auto 29px;
	padding:24px 0 40px 34px;
}

.sec03 ul li p.sec03_p,
.sec03 ul li h4 {
	display:inline-block;
	float:left;
	vertical-align:middle;
}

.sec03 ul li h4 {
	font-size:2.8rem;
	font-weight:bold;
	text-align:left;
	color:#b92c28;
	border-bottom:2px solid #b92c28;
	margin:10px 0 16px 16px;
	letter-spacing:-0.04em;
}

.sec03_1 > p {
	font-size:1.8rem;
	line-height:2.8rem;
	margin:16px 24px 24px 0;
}

/* table */
.sec03_1 table {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	width:93%;
	margin:0 24px 0 16px;
}
.sec03_1 table td {
	padding: .6em 1em;
	text-align:center;
	vertical-align:middle;
}
.sec03_1 table td.gray {
	background-color: #efefef;
	border-radius: 9px 0 0 9px;
	text-align:left;
	font-weight:bold;
}
.sec03_1 table td.gray_img {
	background-color: #2f2f2f;
	border-radius: 0 9px 9px 0;
}
.sec03_1 table tr:first-child th:first-child {
	border-radius: 9px 0 0 0;
}
.sec03_1 table tr:first-child th:last-child {
}
.sec03_1 table tr:last-child th:first-child {
	border-radius: 0 0 0 9px;
}
.sec03_1 table tr:last-child th:last-child {
	border-radius: 0 0 9px 0;
}




/* ----------------------------------------------------------------------------------------------------
*  sec04
* --------------------------------------------------------------------------------------------------*/

.sec04 {
	background:#efefef;
}

.sec04 h3 {
	margin-bottom:90px;
}

.sec04 table {
	background:#FFF;
	border-collapse: separate;
	border-bottom:3px solid #b5b5b5;
	width:471px;
	padding:73px 40px 30px;
}

.sec04 table td {
	font-size:2.0rem;
	line-height:3.0rem;
	text-align:left;
	vertical-align:top;
	padding:0 0 20px 0;
	font-weight: bold;
}

.sec04 table tr:last-child td {
	padding:0;
}

.sec04 table th {
	text-align:left;
	vertical-align:top;
	padding:0 16px 20px 0;
}

.sec04_1 {
	width:982px;
	margin:0 auto 50px;
}

.sec04_1 h4 {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#B92C28;
	color:#FFF;
	text-align:center;
	width:266px;
	font-size:3.0rem;
	padding:0.3em 0 0.2em;
	position:absolute;
	top:-20px;
	left:103px;
	font-weight: bold;
}

.sec04_1 h4:after {
	content: "";
	position: absolute;
	bottom: -11px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #b92c28 transparent transparent transparent;
}

.sec04_1 .sec_l {
	display:inline-block;
	float:left;
	position:relative;
}

.sec04_1 .sec_r {
	display:inline-block;
	float:right;
	position:relative;
}

.sec04 .wrap2 {
	background:url(../img/sec4_bg.jpg) no-repeat center top;
	background-size:cover;
	height:400px;
}

.sec04 .wrap2 p {
	padding-top:118px;
	text-align:center;
}

/* cp */
.contents .sec04 .cp {
	margin:-17px auto 0;
}



/* ----------------------------------------------------------------------------------------------------
*  sec05
* --------------------------------------------------------------------------------------------------*/

.sec05 h3 {
	margin-bottom:63px;
}


.sec05 > .wrap > ul {
	width:981px;
	margin:0 auto 32px;
}

.sec05 > .wrap > ul li {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:5px solid #efefef;
	background:#FFF;
	display:inline-block;
	width:230px;
	padding:15px;
	margin-right:71px;
	position:relative;
}
.sec05 > .wrap > ul li:after {
	content: "";
	position: absolute;
	top: 50%; right: -53px;
	margin-top: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #b92c28;
}

.sec05 > .wrap > ul li:last-child {
	margin-right:0;
}

.sec05 > .wrap > ul li:last-child:after {
	display:none;
}

.sec05 > .wrap > ul li h4 {
	text-align:center;
	color:#b92c28;
	font-size:2.4rem;
	line-height:3.4rem;
	font-weight: bold;
}

.sec05 > .wrap > ul li h4 img {
	display:block;
	text-align:center;
	margin:0 auto 15px;
}

.sec05 > .wrap > ul li p {
	text-align:left;
	font-size:1.8rem;
	line-height:2.8rem;
	letter-spacing:-0.05em;
}



.sec05_cp {
	background:#efefef;
}

.sec05_cp >p {
	text-align:center;
	color:#b92c28;
	font-size:2.4rem;
	padding:30px 0 0 0;
	margin:0 auto 15px;
	font-weight: bold;
}

.sec05_cp .cf {
	width:900px;
	margin:0 auto 55px;
}

.sec05_cp .sec_l {
	width:411px;
	display:inline-block;
	float:left;
	text-align:right;
}

.sec05_cp .cf ul {
	width:438px;
	display:inline-block;
	float:right;
	margin-bottom:30px;
}


.sec05 .wrap2 {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:5px solid #efefef;
	background:#FFF;
	width:941px;
	padding:101px 15px 40px;
	position:relative;
	margin:0 auto 50px;
}

.sec05 .wrap2 > h4 {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#B92C28;
	color:#FFF;
	text-align:center;
	width:500px;
	font-size:4.0rem;
	padding:0.3em 0 0.2em;
	position:absolute;
	top:-25px;
	left:240px;
	font-weight: bold;
}

.sec05 .wrap2 > h4:after {
	content: "";
	position: absolute;
	bottom: -17px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 10px 0 10px;
	border-color: #b92c28 transparent transparent transparent;
}

.sec05 .wrap2 > p {
	text-align:center;
}


.sec05 .wrap3 {
	background:#efefef;
	padding:50px 0 0;
}

.sec05 .wrap3 > h4,
.sec05 .wrap3 > p {
	text-align:center;
	margin-bottom:40px;
}

.sec05 .wrap3 > p+p {
	margin-bottom:30px;
}

.sec05 .wrap3 > p:last-child {
	margin-top:50px;
}



/* ----------------------------------------------------------------------------------------------------
*  sec06
* --------------------------------------------------------------------------------------------------*/

.sec06 h3 {
	margin-bottom:87px;
}


/* QA accordion */

#accordion {
	width:980px;
	margin:0 auto 47px;
}
#accordion dt {
	cursor:pointer;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: 932px center;
	padding:12px 16px 12px 43px;
	font-size:1.8rem;
	line-height:2.4rem;
	background-color:#efefef;
	margin-top:15px;
	text-indent:-1.5em;
}
#accordion dt span {
	font-weight:bold;
	color:#b92c28;
}

#accordion dd{
	display:none;
	font-size:1.6rem;
	line-height:2.6rem;
	margin:0;
	padding:15px;
	border:3px solid #efefef;
	border-top:none;
	}

#accordion dd h4{
	margin:1.5em 0 0;
	font-weight:bold;
	}

#accordion dd p{
	font-size:1.6rem;
	line-height:2.6rem;
	text-align:left;
	margin:0;
	}

#accordion dd img{
	display:block;
	text-align:center;
	margin:0 auto;
	}

#accordion dt.active{
	background-image: url(../img/minus.png);
}
#accordion dt.over {
	background-color: #CCC;
}


.sec06 .wrap p {
	text-align:center;
	margin:0px auto 50px;
}


/* cp */
.contents .sec06 .wrap2 {
	background-color:#efefef;
	height:261px;
}
.contents .sec06 .cp {
	position:relative;
}
.contents .sec06 .cp .cp_l {
	position:absolute;
	top:-17px;
}
.contents .sec06 .cp .cp_r {
	margin-top:12px;
}


/* ----------------------------------------------------------------------------------------------------
*  sec07
* --------------------------------------------------------------------------------------------------*/

.sec07 {
	background:url(../img/sec7_bg.jpg) no-repeat center top;
	background-size:cover;
	height:439px;
	padding:51px 0 51px;
	z-index: 10;
}

.sec07 .wrap {
	margin:0 auto;
	background:rgba(255,255,255,0.54);
	width:654px;
	padding:50px 40px 8px;
}

.sec07 .wrap h4,
.sec07 .wrap dt,
.sec07 .wrap dd {
	text-align:center;
	font-weight:bold;
}

.sec07 .wrap h4 {
	color:#b92c28;
	text-decoration:underline;
	font-size:4.0rem;
	line-height:3.4rem;
	margin-bottom:30px;
}

.sec07 .wrap dt {
	color:#b92c28;
	font-size:2.4rem;
	margin-bottom:0.3em;
}

.sec07 .wrap dd {
	font-size:1.8rem;
	margin-bottom:42px;
}


/* ----------------------------------------------------------------------------------------------------
*  sec08
* --------------------------------------------------------------------------------------------------*/

.sec08 {
	background:#efefef;
}

.sec08 span {
	color:#b92c28;
	font-size:1.3rem;
	padding-left:0.3em;
}

.sec08 h3 {
	margin-bottom:63px;
}

.sec08  p.info {
	text-align:right;
	font-size:1.3rem;
	margin-bottom:0.6em;
}

.sec08 .wrap {
	width:922px;
}

.sec08 .wrap .sec08_1 {
	background:#FFF;
	border-bottom:3px solid #b5b5b5;
	padding:40px;
}

.sec08 .wrap .sec08_1 th {
	vertical-align:top;
	padding:8px 20px 12px 0;
	width:219px;
	vertical-align:top;
}

.sec08 .wrap .sec08_1 th h4 {
	font-size:1.8rem;
	font-weight:bold;
	position:relative;
	padding-left:1.0em;
}

.sec08 .wrap .sec08_1 th h4:after {
	position: absolute;
	top: 0.2em;
	left: 0;
	content: '';
	width: 5px;
	height: 1em;
	background-color: #b92c28;
	border-radius: 2.5px;
}

.sec08 .wrap .sec08_1 td {
	vertical-align:top;
	padding:0 0 25px 0;
	vertical-align:middle;
}

.sec08 .wrap .sec08_1 table.form_c td {
	vertical-align:top;
	padding:0 0 25px 0;
}

.sec08 .wrap .sec08_1 td ul,
.sec08 .wrap .sec08_1 td p {
	color:#333;
	font-weight:bold;
	margin:0.5em 0 0;
}

.sec08 .wrap .sec08_1 td p {
	font-size:1.2rem;
}

.sec08 .wrap .sec08_1 td li {
	display:inline-block;
	float:left;
	margin:0 1.2em 0 0;
	font-size:1.6rem;
}

/* form */

.sec08 table input,
.sec08 textarea {
	border:3px solid #efefef;
	padding:0 2px;
}

.sec08 table input.long {
	width:590px;
	height:34px;
	}

.sec08 input.middle {
	width:96px;
	height:34px;
	margin:0 0.5em 0 0;
	}

.sec08 table input.short {
	width:66px;
	height:34px;
	margin:0 0.5em 10px 0;
	}
	
.sec08 textarea {
	width:574px;
	height:134px;
	padding:5px 8px;
}
	
.sec08 p.submit {
	margin:20px auto 0;
	text-align:center;
}
	
.sec08 input[type="submit"]{
	width:439px;
	height:85px;
	background:url(../img/sec8_btn.png) 0 0 no-repeat;
	padding:0;
	border:none;
	cursor:pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	
.sec08 ul li input[type="submit"] {
	width:311px;
	height:85px;
	background:url(../img/sec10_btn_1.png) 0 0 no-repeat;
	padding:0;
	border:none;
	cursor:pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	
	
.sec08 form > ul {
	margin:40px auto 0;
	width:650px;
}
	
.sec08 form > ul li {
	display:inline-block;
	float:left;
}
	
.sec08 form > ul li:last-child {
	float:right;
	margin-right:0;
}

.confirm .sec08 .wrap .sec08_1 table.form_c td{
	padding:8px 0 25px 0;
}

/* ----------------------------------------------------------------------------------------------------
*  sec10
* --------------------------------------------------------------------------------------------------*/

.sec10{
	background:#efefef;
}

.sec10 h3{
	margin-bottom:50px;
}

.sec10 .box h3{
	text-align:left;
	background:none;
	color:#000;
	font-size:1.8rem;
	line-height:2.6rem;
	padding:0;
	position:relative;
	margin:2.0em 0 0.5em;
	font-weight:bold;
}

.sec10 .box h3:after {
	display:none;
}

.sec10 dt{
	margin:2.0em 0 0.5em;
	font-weight:bold;
}

.sec10 p{
	text-align:left;
	font-size:1.8rem;
	line-height:3.0rem;
}

.sec10 .wrap{
	background:#FFF;
	width:980px;
	padding:40px;
	margin:0 auto;
	border-bottom:3px solid #b5b5b5;
}



/* ----------------------------------------------------------------------------------------------------
*  gnavi
* --------------------------------------------------------------------------------------------------*/


#gnavi{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	padding:0;
	z-index:999;
	height:60px;
}
#gnavi .wrap{
	width:1060px;
	margin:0 auto;
}
#gnavi .btn{
	float:right;
}
#gnavi ul{
	float:left;
	width:799px;
}
#gnavi ul li{
	float:left;
	margin:18px 0 0;
}
#gnavi ul li a{
	display:block;
	color:#FFF;
	padding:0 2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-weight:bold;
	}
#gnavi ul li a:hover{
	color:#999;
	}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
.footer{
	margin:0 auto;
	padding-top:50px;
	background:#efefef;
}

.footer p ,
.footer a {
	font-size:1.4rem;
}

.footer a:hover{
	text-decoration:underline;
}

.footer li {
	display:inline;
}

.footer li + li {
	padding-left:1.8em;
}


.footer .wrap {
	width:928px;
	margin:0 auto 0.3em;
}

.footer .wrap p {
	display:inline-block;
	float:left;
}

.footer .wrap ul {
	display:inline-block;
	float:right;
}

.footer p.wrap2 {
	text-align:center;
	background:#161616;
	color:#FFF;
	padding:1.2em 0;
}



/* ------------------------------
	clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

/*20170619追加*/
.seminar_area{
	padding: 1% 0;
}
.seminar_area h3{
	padding-left: 2%;
	margin-top:10px;
	margin-bottom:16px;
	font-size: 3rem;
	color: #b92c28;
	font-weight: bold;
	border-left: 8px solid #b92c28;
	line-height:1.2;
}
.seminar_area .left{
	float: left;
	width: 50%;
}
.seminar_area .right{
	float: right;
	width: 50%;
	text-align: right;
}
.seminar_area .right img{
	width: 80%;
}
.seminar_area .left p{
	margin-bottom: 40px;
	line-height: 1.8em;
}
.seminar_area .left .btn a{
    display: block;
    float: right;
    padding: 10px 30px;
    width: 11em; 
    font-size: 1em;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background-color: #4fac3e;
    color: #fff;
    border: 2px #4fac3e solid;
}
.seminar_area .left .btn a:hover {
    border: 2px #4fac3e solid;
    color: #4fac3e;
    background: #FFF;
}
#seminar h2{
	text-align: center;
    background: #b92c28;
    color: #FFF;
    font-size: 4.0rem;
    line-height: 4.5rem;
    padding: 0.7em 0 0.7em;
    position: relative;
    margin-bottom: 87px;
    font-weight: bold;
}
#seminar h2:after{
	content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #b92c28 transparent transparent transparent;
}
#seminar .menu .m_btn_sec{
	width: 196px;
	float: right;
	cursor: pointer;
	display: block;
    margin: 0 auto;
    padding: 14px 0;
    border: 2px #b92d26 solid;
    font-size: 0.875em;
    line-height: 1;
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.m_btn_sec:hover {
  background-color: #b92d26;
  border-color: #b92d26;
  color: #fff !important;
}
#seminar .menu .m_btn_sec:after{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	content: "+";
	font-size: 2em;
	color: #b92d26;
	font-weight: bold;
}
#seminar .menu .m_btn_sec:hover:after{
	color: #FFF;
}
#seminar .menu .active:after{
	top: -3px;
	right: 6px;
	content: "-";
	font-size: 2.6em;
}
#seminar .menu .m_btn_zoom:after {
    position: absolute;
    top: 10px !important;
    visibility: visible !important;
    display: inline-block;
    content: '';
    margin-left: 5px;
    width: 16px;
    height: 16px !important;
    background: url(http://www.y-bc.co.jp/ma/assets/img/common/search_btn_ic_x2.png) top right no-repeat;
    background-size: cover;
}
#seminar .menu .m_btn_zoom:hover:after {
    background-position: bottom right;
}
#seminar .menu .m_btn_request a{
	font-size: 0.8em;
}
#seminar .menu .seminar_detail_info td p a img{
	padding: 8px;
}
#seminar .submenu{
  display: none;
  width: 100%;
  padding-top: 62px;
}

input[type="radio"]{
	appearance:radio;
	-moz-appearance:radio;
	-webkit-appearance:radio;
}