﻿@charset "utf-8";


h4{
    border-bottom:1px solid #98321b;
	font-family: sans-serif;
}

/* ============================== */
/* 共通 */
/* ============================== */
/* ボタン */
.buttonDesign{
	box-shadow: 4px 4px 2px #CC8585;
	font-family: sans-serif;
	word-wrap: normal;
}

.buttonDesign_info{
	/*background: linear-gradient(-45deg, #da3c43, #f98f84);*/
	background: #db2121;
	/*border-color:#ffb9bb;*/
}
.buttonDesign_info:hover{
	/*background: linear-gradient(-45deg, #f5787e, #f5b3ac);*/
	background: #e82424;
}

.buttonDesign_stop{
	box-shadow: 4px 4px 2px #928a8a;
	font-family: sans-serif;
	word-wrap: normal;

	background: linear-gradient(-45deg, #928a8a, #b7b7b7);
	border-color:#cec6c6;
}

.buttonDesign_stop:hover{
	background-color: inherit !important; /* 元の色を維持 */
  	cursor: default !important;
}

/* ============================== */
/* 案内ページ関連 */
/* ============================== */
/* .topImage{
	margin:30px 0 40px; 
	background: linear-gradient(290deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1)) ,url(./images/topimage.png);
	/*background: url(./images/topimage.png);
	height:630px;
	border: 1px solid #006e4d;
} */

/* 背景の親要素 */
.topImageBack {
	width: 832px;
  
	/* 子要素を配置するために相対位置指定 */
	position: relative;

	/*margin-bottom:40px;

	/* 背景色 */
	background-color: #fc5e0f;

	/* グラデーション */
	background-image: linear-gradient(165deg, #fc5e0f 20%,#FFE087 35%, #fff9e8 75%, #fffcf5 100%);
}

/* 白い横帯 */
.topImageWhite-bar {
	left: 0;
	width: 100%;
	background: #ffffff;
}

/* 右下の赤い四角 */
.topImageRedRect {
  display: inline-block;
  top: 0;           /* td の上部に合わせる */
  background: #c00; /* 赤 */
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 40px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* 赤い四角内の白い横線 */
	.topImageWhite-line {
	width: 100%;         /* 横幅を全体に */
	height: 2px;         /* 線の太さ */
	background-color: #fff;
	margin: 5px 0;      /* 上下の余白を調整 */
}

/* 背景の親要素(小さいバージョン) */
.topImageSmallBack {  
	/* 子要素を配置するために相対位置指定 */
	position: relative;

	margin-bottom:40px;

	/* 背景色 */
	background-color: #fc5e0f;

	/* グラデーション */
	background-image: linear-gradient(165deg, #fc5e0f 25%,#FFE087 50%, #fff9e8 85%, #fffcf5 100%);

	box-shadow: 7px 7px 0px #fc5e0fe0;

	font-weight:bold;
	padding:25px;
}

/* 白い横帯(小さいバージョン) */
.topImageSmallWhite-bar {
	left: 0;
	width: 100%;
	background: #ffffff;
}

.seminarTitleFont{
    font-weight: bold;
    margin-left: 10px;
    /*color: #0071bb;*/
	color: #ffffff;
    text-shadow: 3px 3px 3px #363636;
	font-family: serif;
}

.seminarTitleFontBlack{
    font-weight: bold;
    margin-left: 10px;
    /*color: #0071bb;*/
	color: #000000;
	font-family: serif;
}

.seminarDateFont{
	color: #000000;
    text-shadow: 2px 2px 2px #d6d6d6;
}

/* 講演内容 */
.miniIcon{
	background-color:#fcf563;
	box-shadow: 2px 2px 2px #737373;
	/*box-shadow: 0 0 0 2px #363636;*/
	font-family: sans-serif;
	font-weight: bold;
	color: #98321b;
	/*border: 1px solid #ffffff;*/
	border-radius: unset;
}
.seminarSpeakerImg{
	border: 0px inset #b4b6d3;
}
.seminarSpeakerImg_bright1{
	filter: brightness(1.1);
}
.seminarSpeakerImg_bright2{
	filter: brightness(1.2);
}
.seminarSponsorImg{
	border: 0px inset #b4b6d3;
}

.seminarSpeakerContents{
	background: linear-gradient(290deg, #ffd8a1, #fcf8f2);
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 0px #cfa569;
    padding: 25px 10px 20px 20px;
	font-family: sans-serif;
}

.seminarSpeakerContentsTitle{
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #A4A4A4;
	color: #2454a6;
	font-family: sans-serif;
}

.seminarSpeakerName {
    font-size: 15px;
    font-weight: bold;
}

.seminarSponsorBox{
	background:linear-gradient(135deg, #fff9e8, #ffebb2);
	border: 1px solid #ffffff;
	box-shadow: 8px 8px 0px #decd9c;
}
.seminarSponsorName{
	letter-spacing: 2px;
}

/* ============================== */
/* 申し込みページ関連 */
/* ============================== */

.subTitle1{
    border-bottom:1px solid #c6d8d6;
}

/* ============================== */
/* 手順ページ関連 */
/* ============================== */

.contentsTitleIcon{
	color: transparent;
    background: #98321b;
    margin-right: 10px;
}

.h4_howto{
	border-bottom: 1px solid #98321b;
}

.entryBox{
	background: url(./images/topimage_howto.png);
	border: 1px solid #98321b;
	box-shadow: 7px 7px 0px #98321b;
}

.imgDesign {
    border: 2px outset #c1ddee;
}

.finishMes{
	background: linear-gradient(290deg, #e5f1f8, #f1f8fc);
	border: 1px solid #c1ddee;
	box-shadow: 7px 7px 0px #c1ddee;
}