@charset "utf-8";
/* CSS Document */

h3 {
    /* [disabled]border-bottom: 3px double #e60012; */
    margin-top: 40px;
    padding-left: 8px;
    background-color: #e60012;
    color: #FFFFFF;
    padding-top: 3px;
    padding-right: 8px;
    margin-bottom: 10px;
}
/* 参加料 */
.provision {
	clear: both;
}
.provision:after {
	content: "";
	display: block;
	clear: both
}

.provision-01 {
    float: left;
    width: 20px;
}
.provision-02 {
    margin-left: 20px;
    width: auto;
    float: none;
}
.provision p {
	margin: 0;
	padding-bottom: 3px;
}

/* 交通のご案内 */
.traffic {}
.traffic:after {
	content: "";
	display: block;
	clear: both
}

.traffic-01 {
	float: left;
	width: 200px;
}
.traffic-02 {
	margin-left: 200px;
	width: auto;
	float: none;
}
/**/
.tl {
	color: #21AD36;
	font-weight: bold;
}

/* 申込みボタン */
.order {
	border-top: 2px solid #000000;
	padding: 30px 0;
	border-bottom: 2px solid #000000;
	margin-top: 50px;
	margin-bottom: 20px;
}
.order:after {
	content: "";
	display: block;
	clear: both
}

.order-01 {
	float: left;
	width: 40%;
	padding-bottom: 30px;
	text-align: center;
	padding-left: 6%;
	padding-right: 4%;
	color: #066408;
	font-weight: bold;
	display: none;
}

.order-02 {
	/* [disabled]width: 80%; */
	float: none;
	margin-left: 6%;
	text-align: center;
	margin-right: 6%;
	color: #0C4E72;
	font-weight: bold;
	padding-bottom: 0px;
}
.order-button {
	clear: both;
	margin-top: 50px;
	margin-bottom: 50px;
}
.order-button a {
	background-color: #ff4000;
	color: #FFFFFF;
	border-radius: 13px;
	text-decoration: none;
	font-size: 22px;
	text-align: center;
	padding: 1.5%;
	margin: auto;
	font-weight: bold;
	width: 80%;
	display: block;
	text-shadow: 2px 2px 2px #600406;
}
.order-button a:hover {
	background-color: #FF602B;
}


/* 参加申込み先 */
.apply-address {
	border: 1px solid #CCCCCC;
	clear: both;
	text-align: center;
	margin: auto;
	max-width: 460px;
	padding-bottom: 5px;
}
.apply-address p {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #E97400;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

/* 参加料テーブル */
.kiji .sankaryo1 {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
.kiji .sankaryo2 {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	float: none;
	margin-bottom: 10px;
}
.kiji .sankaryo2:after {
	clear: both
}

.kiji .sankaryo1 th, .kiji .sankaryo2 th {
    padding: 7px;
    color: rgba(255,255,255,1.00);
}
.kiji .sankaryo1 td, .kiji .sankaryo2 td {
    border: 1px solid #CCCCCC;
    padding: 7px;
    font-weight: bold;
    font-size: 15px;
}

.kiji .sankaryo3 {
	border-collapse: collapse;
	float: none;
	margin-bottom: 10px;
}
.kiji .sankaryo3:after {
	clear: both
}

/* 参加料テーブル（斜線） */
.syasen {
	background-image: url(../images/sanka-syasen.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* 参加料テーブル（セッション区分） */
.sanka-session {
	float: right;
	background-repeat: no-repeat;
}

/* 参加料テーブル（参加者区分） */
.sanka-sankasya {
	float: left;
	clear: both;
}

/* 参加料用 */
.dan1 {
	text-indent: -21px;
	padding-left: 21px;
}
/* 中黒付き */
.dan2 {
	padding-left: 17px;
	position: relative;
}
.dan2:before {/*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f111";/*アイコンの種類*/
	color: #FFEA30;/*アイコン色*/
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 2px;
	top: 5px;
}

/* 会場案内 */
.provision-11 {
	float: left;
	height: 100%;
	text-align: center;
}
.provision-12 {
	margin-left: 315px;
	width: auto;
	float: none;
}
/* 会場地図 */
.provision-11 .map {
	height: auto;
	max-width: 100%;
}
/* 申込みボタン */
.order-01 .moushi-fax {
	display: block;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #0a3c0b;
	background-image: -webkit-linear-gradient(270deg,rgba(12,73,13,1.00) 33.16%,rgba(10,60,11,1.00) 50.77%);
	background-image: -moz-linear-gradient(270deg,rgba(12,73,13,1.00) 33.16%,rgba(10,60,11,1.00) 50.77%);
	background-image: -o-linear-gradient(270deg,rgba(12,73,13,1.00) 33.16%,rgba(10,60,11,1.00) 50.77%);
	background-image: linear-gradient(180deg,rgba(12,73,13,1.00) 33.16%,rgba(10,60,11,1.00) 50.77%);
	margin: auto;
	width: 60%;
}
.order-02 .moushi-web {
	padding: 10px 10px;
	display: block;
	border-radius: 10px;
	background-color: #E40938;
	background-image: -webkit-linear-gradient(270deg,rgba(245,24,71,1.00) 0%,rgba(228,9,56,1.00) 54.92%);
	background-image: -moz-linear-gradient(270deg,rgba(245,24,71,1.00) 0%,rgba(228,9,56,1.00) 54.92%);
	background-image: -o-linear-gradient(270deg,rgba(245,24,71,1.00) 0%,rgba(228,9,56,1.00) 54.92%);
	background-image: linear-gradient(180deg,rgba(245,24,71,1.00) 0%,rgba(228,9,56,1.00) 54.92%);
	margin: auto;
	/* [disabled]width: 60%; */
}

.order-01 a ,.order-02 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	border: 4px solid rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 0px 1px #9C383A;
	box-shadow: 0px 0px 0px 1px #9C383A;
}
.order-01 a:hover, .order-02 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 特別セミナー申込みボタン */
.moushi-tokubetsu {
    padding: 10px 10px;
    display: block;
    background-color: #cc23b2 !important;
    margin: auto;
    color: #FFFFFF;
    border-radius: 13px;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    width: 80%;
    text-shadow: 2px 2px 2px rgba(36,36,36,0.59) !important;
}
.order-button a.moushi-tokubetsu:hover {
    background-color: #e516c6 !important;
}
/* 申込みボタン下の矢印 */
.order .fa-angle-up {
	color: #6A6A6A;
	font-size: 150%;
	padding-top: 5px;
}
/* 会場地図リンク */
.provision-11 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* キャンセル料テーブル */
.cancel {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
.cancel td {
	padding: 3px;
	border: 1px solid #cccccc;
}
.cancel th {
	padding: 3px;
	border: 1px solid #cccccc;
	background-color: #D1D1D1;
	font-size: 14px;
}

/* ご参加の流れ */
.provision .sanka-nagare {
	border: 1px solid #5671AC;
	padding: 7px;
	margin-bottom: 22px;
	position: relative;
}
.provision .sanka-nagare:after {
	content: "▼";
	position: absolute;
	left: 20px;
	bottom: -30px;
	font-size: 26px;
	color: #5671AC;
}
.provision .sanka-nagare:last-child:after {
	content: "";
}
.provision .sanka-nagare .ami {
	background-color: #FFFE74;
	color: #1e2188;
	font-weight: bold;
	font-size: 110%;
}


/* ########### 359px以下 ########## */
@media (max-width: 359px) {
/* 参加料用 */
.provision-01 {
	float: none;
}
.provision-02 {
	margin-left: 0px;
}

}



/* ########### 599px以下 ########## */
@media (max-width: 599px) {
	
/* 参加料テーブル縦アキ */
.kiji .sankaryo1 {
	margin-right: 0px;
	width: 100%;
}

/* 参加料テーブル文字サイズ */
.kiji .sankaryo1 td, .kiji .sankaryo2 td {
	font-weight: nomai;
	font-size: 12px;
}
/* 参加料テーブル文字サイズ */
.kiji .sankaryo1 td span, .kiji .sankaryo2 td span {
	font-size: 11px;
}
/* 会場案内用 */
.provision-11 {
	float: none;
}
.provision-12 {
	margin-left: 0px;
}

/* 申込みボタン */
.order {
	margin-top: 20px;
}
.order-01 {
	width: 48%;
	padding-left: 0%;
	padding-right: 4%;
}

.order-02 {
	/* [disabled]width: 48%; */
	margin-left: 0%;
	margin-right: 0%;
}

/* 申込みボタン */
.order-01 .moushi-fax {
	padding: 15px 0;
	width: 100%;
}
.order-02 .moushi-web {
	padding: 15px 10px;
	/* [disabled]width: 100%; */
}
.moushi-tokubetsu {
	padding: 15px 10px;
	/* [disabled]width: 100%; */
}
}

/* ########### 965px以下 ########## */
@media (max-width: 965px) {

/* 交通のご案内 */
.traffic-01 {
	float: none;
}
.traffic-02 {
	margin-left: 15px;
}

}
