@charset "utf-8";
.nopc {
	display: none;
}
.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 15px;
    line-height: 1.6em;
    background-color: #fff;
    padding-bottom: 50px;
}
a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 200px;
    background: url("../images/pc_main.jpg") no-repeat top center;
	text-align: center;
}


/*------------------------------------------------
	セミナー
--------------------------------------------------*/
#seminer {	
    width: 100%;
    padding: 25px 0 5px 0;
}
#seminer .inner {
    width: 992px;
    margin: 0 auto;
}
#seminer h2 {
    font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#seminer h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f086";
    margin-right: 10px;
}
#seminer h2:after {
    font-family: "Font Awesome 5 Free";
    content: "\f52d";
    margin-left: 10px;
}
#seminer h3 {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
#seminer p.noseminer {
	display: none;
    border: solid 6px #e8e8e8;
    padding: 50px;
    font-size: 18px;
    text-align: center;
}
.seminer-list {
    margin-bottom: 40px;
}
.seminer-list li {
    margin-bottom: 20px;
}
.seminer-list .item-box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: solid 6px #e8e8e8;
    padding: 40px 50px;
}
.seminer-list .item-box .area {
    display: inline-block;
    font-size: 15px;
    background-color: #0f74bb;
    color: #fff;
    padding: 2px 20px;
    margin-bottom: 10px;
}
.seminer-list .item-box .title {
    width: 100%;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: double 6px #333;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.seminer-list .item-box .ph {
    width: 250px;
}
.seminer-list .item-box .ph img {
    width: 100%;
    /*height: 166px;
    object-fit: cover;*/
}
.seminer-list .item-box .info-box, #imp .info-box {
    width: 600px;
    background-color: #f2f2f2;
    padding: 10px 15px;
}
.seminer-list .item-box .info-box .info, #imp .info-box .info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.seminer-list .item-box .info-box .info dt, #imp .info-box .info dt {
    width: 22%;
    font-weight: bold;
    border-bottom: dashed 1px #999;
    padding: 5px 10px;
}
.seminer-list .item-box .info-box .info dd, #imp .info-box .info dd {
    width: 70%;
    border-bottom: dashed 1px #999;
    padding: 5px 10px;
}
.seminer-list .item-box .info-box .info .map-btn, #imp .info-box .info .map-btn {
    display: inline-block;
    background-color: #f26666;
    color: #fff;
    font-size: 13px;
    line-height: 1.8em;
    border-radius: 0.9em;
    padding: 0 15px;
    text-decoration: none;
    box-shadow: 1px 1px 1px #bbb;
}
.seminer-list .item-box .info-box .note, #imp .info-box .note  {
    font-size: 13px;
    line-height: 1.5em;
}
.seminer-list .item-box .text {
    margin:0 350px 10px 0;
}
.seminer-list .item-box .entry-btn {
    width: 500px;
    margin: 20px auto 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.seminer-list .item-box .entry-btn a {
    display: block;
    background-color: #F56A20;
    color: #fff;
    text-shadow: 1px 1px 2px #c08606;
    text-decoration: none;
    padding: 13px;
    border-radius: 25px;
    box-shadow: 1px 2px 1px #bbb;
}
.seminer-list .item-box .entry-btn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    margin-left: 10px;
}
.seminer-list .item-box .entry-end {
    width: 500px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    background-color: #ccc;
    text-decoration: none;
    padding: 13px;
    border-radius: 25px;
}
.seminer-list .item-box .text-2 {
    margin: 0 auto;
}
.seminer-list .item-box .text-3 {
    margin: 0 auto;
    font-size: 1em;
    font-weight:bold;
    color: #ff0005;
    margin-top: 20px;
}
/*空の場合に項目ごと消す*/
.seminer-list .item-box .info-box .info dt:has(+ dd:empty),
.seminer-list .item-box .info-box .info dd:empty {
	display: none;
}
/*メニュー*/
.menu_box{
	width:100%;
	margin-bottom:40px;
	border: solid 1px #ddd;
	padding:2vw;
	font-size: 13px;
	line-height: 1.5;
}


/*------------------------------------------------
	インプレッソ
--------------------------------------------------*/
#imp {
    width: 100%;
    padding: 20px 0 50px;
}
#imp .inner {
    width: 992px;
    margin: 0 auto;
    background-color: #eef4f8;
    padding: 40px 50px;
    position: relative;
}
#imp h2 {
    font-size: 30px;
    line-height: 1.5em;
    color: #53146c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#imp .logo {
    position: absolute;
    right: 20px;
    top: 30px;
}
#imp .title-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
#imp .title-box .ph {
    width: 30%;
}
#imp .title-box .ph img {
    width: 100%;
}
#imp .title-box .text {
    width: 66%;
    font-size: 17px;
    line-height: 1.6em;
}
#imp .content {
    width: 100%;
    background-color: #fff;
    border: solid 1px #a9becd;
    padding: 30px 50px;
}
#imp .content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#imp .content .text1 {
    margin-bottom: 20px;
}
#imp .content .text2 {
    font-size: 14px;
    line-height: 1.5em;
}
#imp .note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
}
#imp .f-red {
    color: #de1b1b;
}
#imp .info-box {
    width: 100%;
	padding: 10px 30px;
	margin-bottom: 20px;
}
#imp .entry-btn {
    width: 500px;
    margin: 20px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#imp .entry-btn a {
    display: block;
    background-color: #0f74bb;
    color: #fff;
    text-shadow: 1px 1px 2px #05416b;
    text-decoration: none;
    padding: 13px;
    border-radius: 25px;
    box-shadow: 1px 2px 1px #bbb;
}
#imp .entry-btn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    margin-left: 10px;
}
/*------------------------------------------------
	バナー
--------------------------------------------------*/
.seminer-bnr{
    text-align: center;
} 
.seminer-bnr a {
    display: block;
}
.seminer-bnr a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}