@charset "UTF-8";



/*======================================================================================================================
========================================================================================================================

【frame.css】

全体フレーム・ヘッダー・コンテンツ・フッター用

[01] フレーム全体
[02] メインイメージ
[03] コンテンツエリア
[04] リード文
[05] 開催概要
[06] PROGRAMエリア
[07] お申し込みはこちらからボタン
[08] フッター


========================================================================================================================
======================================================================================================================*/



/* [01] フレーム全体
-------------------------------------------------------------------------------------------------------- */
body {
	margin:         0px 0px 0px 0px;
	padding:        0px 0px 0px 0px;
    min-width: 965px; /* 背景が消える問題回避 */
    background: #87ceeb;
    font-size: 16px;
}

@media screen and (max-width:991px) {
    body {
        min-width: 0; /* 背景が消える問題回避のmin-width解除 */
    }
}
@media screen and (max-width:768px) {
    body {
        min-width: 300px; /* 背景が消える問題回避のmin-width解除 */
    }
}





/* [02] メインイメージ
-------------------------------------------------------------------------------------------------------*/
.main_img {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.main_title {
    margin: 0 10px 20px 10px;
}
.main_title .hero_intro {
    font-size: 14px;
    margin-bottom: 8px;
}
.main_title .hero_main {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}
.main_title .hero_sub {
    font-size: 40px;
    line-height: 1.2;
}

@media screen and (max-width:768px) {
    .main_title .hero_intro { font-size: 12px; }
    .main_title .hero_main { font-size: 22px; }
    .main_title .hero_sub { font-size: 28px; }
}

@media screen and (max-width:991px) {
    .main_img {
        margin: 0 10px 20px 10px;
    }
    h1 {
        margin: 0 10px 20px 10px;
    }
}

@media screen and (max-width:768px) {
    .main_img {
        margin: 0 10px 20px 10px;
    }
    h1 {
        margin: 0 10px 20px 10px;
    }
}





/* [03] コンテンツエリア
-------------------------------------------------------------------------------------------------------- */

/* コンテンツ幅（コンテンツ幅965px）
-------------------------------------- */
#contents {
    position: relative;
    margin-bottom: 60px;
	width: 965px;
	margin: 0px auto;
	text-align: left;
    color: #231815;
}

@media screen and (max-width:991px) {
	#contents {
		padding: 0 10px;
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	#contents {
		padding:        0px 10px 20px 10px;
		width:          100%;
		clear: both;
	}
}





/* [04] リード文
-------------------------------------------------------------------------------------------------------- */
.outline {
    line-height: 2.1;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

@media screen and (max-width:991px) {
    .outline {
        padding: 0 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:768px) {
    .outline {
        padding: 0 20px;
        margin-bottom: 50px;
        text-align: left;
        font-size: 14px;
    }
}





/* [05] 開催概要
-------------------------------------------------------------------------------------------------------- */

/* 日付
-------------------------------------- */
.box_date {
    position: relative;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
/* Date image responsiveness */
.box_date > img {
    width: 100%;
    height: auto;
    max-width: 640px;
    display: block;
    margin: 0 auto;
}

.box_date h2 {
    font-size: 48px;
    margin-bottom: 10px;
}

@media screen and (max-width:768px) {
.box_date {
    z-index: 100;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
}


/* 参加無料
-------------------------------------- */
.img_free {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff4d4d;
    color: white;
    padding: 8px 12px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
}

@media screen and (min-width:769px) {
    .img_free {
        top: 50%;
        transform: translateY(-50%);
    }
    .box_date .img_free img {
        width: 120px;
        height: auto;
    }
}

@media screen and (max-width:991px) {
}
@media screen and (max-width:768px) {
    .box_date .img_free {
        position: static;
        background-color: transparent;
        color: inherit;
        padding: 0;
        border-radius: 0;
        font-weight: bold;
        font-size: 12px;
        display: inline-block;
        margin: 0 0 16px 0;
        z-index: auto;
    }
    .box_date .img_free img {
        width: 90px;
        height: auto;
        border: 2px solid #ff4d4d;
        border-radius: 50%;
    }
    .box_date > img {
        width: 90%;
        height: auto;
        max-width: none;
    }
}


/* 概要
-------------------------------------- */
.box_guide {
    margin-bottom: 20px;
}
.box_guide .box {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 5px;
}
.box_guide .box h3 {
    display: inline-block;
    border-radius: 20px;
    background: #FFF;
    font-size: 16px;
    line-height: 1.1;
    padding: 10px 20px;
    margin-right: 15px;
    white-space: nowrap;
    word-break: keep-all;
}
.box_guide .box .read {
    font-size:  24px;
    font-weight: bold;
    line-height: 1.4;
}
.box_guide .box_s {
    margin: 0 0 5px 95px;
}
.box_guide .box_s .ttl {
    display: inline-block;
    border: 1px solid #000;
    border-right: none;
    margin-right: 20px;
    padding: 5px;
    line-height: 1.1;
    position: relative;
}
.box_guide .box_s .ttl::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: -0.65em;
	width: 1.2em;
	height: 1.2em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box_guide .box_s .txt {
    display: inline;
    width: auto;
    font-size: 18px;
}

/* Fee box */
.fee_box {
    margin: 0 auto 30px auto;
}
.fee_inner {
    display: inline-block;
    border: 2px solid #FFF;
    background: rgba(255,255,255,0.2);
    padding: 10px 18px;
    border-radius: 24px;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.fee_badge {
    display: inline-block;
    background: #fff;
    color: #e73820;
    border: 2px solid #fff;
    border-radius: 16px;
    padding: 2px 10px;
    margin-left: 6px;
    font-weight: bold;
}
.fee_note {
    margin-top: 6px;
    color: #231815;
}

@media screen and (max-width:768px) {
    .fee_inner { font-size: 16px; padding: 8px 14px; }
    .fee_badge { font-size: 14px; padding: 2px 8px; }
}

@media screen and (max-width:768px) {
    .box_guide .box h3 {
        font-size: 14px;
        padding: 10px 10px;
        margin-right: 15px;
        text-align: center; 
        width: 15%;
    }
    .box_guide .box .read {
        font-size:  20px;
        line-height: 1.4;
        width: 80%;
    }
    .box_guide .box_s {
        margin: 0 0 5px 18%;
    }
}





/* [06] PROGRAMエリア
-------------------------------------------------------------------------------------------------------- */
.program_area {
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* PROGRAM セクションは左揃え */
.program_area,
.program_area * {
    text-align: left;
}

/* PROGRAM 内の案内文だけ中央揃え */
.program_area p.alignC {
    text-align: center;
}

@media screen and (max-width:768px) {
	.program_area {
		margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
	}
}


/* 見出し
-------------------------------------- */
.program_area h2 {
    font-size:  26px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.5em;
    margin-bottom: 10px;
}

/* PROGRAM 画像と同等のテキスト見出し */
.program_area h2.ttl_program_text {
    font-size: 27px; /* 画像高さに合わせる */
    line-height: 27px; /* 高さ27pxに揃える */
    height: 27px;
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
}

@media screen and (max-width:768px) {
    .program_area h2 {
        margin-bottom: 15px;
    }
}


/* プログラム表（新）
-------------------------------------- */
.tbl_program {
    border-collapse: collapse;
    width: 100%;
}
.tbl_program tr {
/*    border-bottom: 15px solid #87ceeb;*/

}
.tbl_program th {
    background: #FFF;
    border-right: 3px solid #87ceeb;
    border-bottom: 15px solid #87ceeb;
    margin-bottom: 15px;
    width: 175px;
    text-align: center;
    font-weight: normal;
}
.tbl_program td {
    background: #FFF;
    border-bottom: 15px solid #87ceeb;
    padding: 50px;
}
.tbl_program th.first,
.tbl_program td.first {
    border-bottom: 3px dashed #87ceeb!important;
}

/* タイトル */
.tbl_program h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.tbl_program h3 .sub {
    display: block;
    width: auto;
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

@media screen and (max-width:1024px) {
    .tbl_program th,
    .tbl_program th.first {
        display: block;
        border-right: none;
        border-bottom: 3px solid #87ceeb;
        margin-bottom: 0;
        width: 100%;
        padding: 20px;
    }
    .tbl_program td {
        display: block;
        background: #FFF;
        border-bottom: 15px solid #87ceeb;
        padding: 20px;
    }
    .tbl_program td.first {
        display: block;
        border-bottom: 15px solid #87ceeb!important;
    }
    .tbl_program th.first {
        display: block;
        border-right: none;
        border-bottom: 3px solid #87ceeb!important;
        margin-bottom: 0;
        width: 100%;
        padding: 20px;
    }
}




/* アコーディオン
-------------------------------------- */
.item_program {
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	transition: .3s;
	background: #fff;

}.item_program:last-of-type {
	margin-bottom: 0px;
}
.item_program h4 {
	font-size: 24px;
    line-height: 1.3;
    padding: 5px 15px 15px 15px;
    border:2px solid #000;
}
.item_program h4 .sub {
    font-size: 16px;
}

.item_program h4:hover {
	background: #e6f4ff;
}

/*オープン後*/
.item_program.open_ttl {
}
.item_program.open_ttl h4 {
}

@media screen and (max-width:768px) {
    .item_program h4 {
        font-size: 20px;
        padding: 5px 45px 15px 15px;
    }
    .item_program h4 .sub {
        font-size: 16px;
    }
}


/* 矢印 */
.item_program h4 .btn {
	position: absolute;
    top: 22px;
	right: 40px;
	transition: .3s;
}
.item_program h4 .btn:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    transition: .3s;
}

/* 矢印 オープン後*/
.item_program.open_ttl h4 .btn {
}

.item_program.open_ttl h4 .btn:before {
  transform: translateY(25%) rotate(-45deg);
}

@media screen and (max-width:768px) {
    .item_program h4 .btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        transition: .3s;
    }
}


/* 中身 */
.item_program .answer {
	display: none;
    padding: 15px 15px 15px 15px;
	background: #efefef;
	position: relative;
    border: 2px solid #000;
    border-top: none;
    font-size: 14px;
}
 .item_program answer.open {
	display: block;
}

.item_program .answer .box_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item_program .answer .box_detail .txt {
    width: 460px;
}
.item_program .answer .box_detail .txt .target {
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 10px;
    position: relative;
}
.item_program .answer .box_detail .txt .target:before {
    content: "対象";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 5px 8px;
    margin-right: 10px;
    background: #000;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.1;
    color: #FFF;
}
.item_program .answer .box_detail .txt .limit {
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 10px;
    position: relative;
}
.item_program .answer .box_detail .txt .limit:before {
    content: "定員";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 5px 8px;
    margin-right: 10px;
    background: #000;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.1;
    color: #FFF;
}
.item_program .answer .box_detail .txt .place {
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 10px;
    position: relative;
}
.item_program .answer .box_detail .txt .place:before {
    content: "会場";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 5px 8px;
    margin-right: 10px;
    background: #000;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.1;
    color: #FFF;
}
.item_program .answer .box_detail .txt .time {
    font-weight: bold;
    padding-left: 50px;
    margin-bottom: 10px;
    position: relative;
}
.item_program .answer .box_detail .txt .time:before {
    content: "時間";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 5px 8px;
    margin-right: 10px;
    background: #000;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.1;
    color: #FFF;
}

.item_program .answer .box_detail .btn {
    width: 180px;
}

.item_program .answer .box_detail .btn a {
    display: block;
    border-radius: 20px;
    border: 2px solid #000;
    width: 100%;
    padding: 10px 0;
    line-height: 1.1;
    box-shadow: 2px 2px 0px #000;
    background: #FFF;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s 0s ease;
}
.item_program .answer .box_detail .btn a:hover {
    transform: translate(2px,2px);
    box-shadow: 0px 0px 0px #000;
}
.item_program .answer .box_detail .btn a.none {
    pointer-events: none;
    background: #b5b5b6;
}

@media screen and (max-width:768px) {
    .item_program .answer .box_detail {
        display: block;
    }
    .item_program .answer .box_detail .txt {
        width: auto;
    }
    .item_program .answer .box_detail .btn {
        width: auto;
        text-align: center;
    }
    .item_program .answer .box_detail .txt {
        margin-bottom: 20px;
    }
}





/* [07] お申し込みはこちらからボタン
-------------------------------------------------------------------------------------------------------- */
/* ボタン説明文 */
.btn_description {
    margin-bottom: 15px;
}
.btn_description p {
    font-size: 16px;
    line-height: 1.6;
}

a.btn_reservation {
	display: block;
    margin: 0 auto;
    padding: 24px 0;
    width: 320px;
    max-width: 100%;
    background: #e73820;
    line-height: 1.1;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 0 #b32415;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;    
}
a.btn_reservation:hover {
    background: #d6301a;
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #b32415;
}

/* 第1部　質問・疑問受付フォームボタンのスタイル */
a.btn_reservation_question {
    background: #0066cc;
    box-shadow: 4px 4px 0 #004f99;
}
a.btn_reservation_question:hover {
    background: #0052a3;
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #004f99;
}

/* 対面会場参加者申し込みボタンのスタイル */
a.btn_reservation_venue {
    background: #27ae60;
    box-shadow: 4px 4px 0 #1e8449;
}
a.btn_reservation_venue:hover {
    background: #229954;
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #1e8449;
}

.apply_box {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width:768px) {
	/* スマホでボタンが縦並びになった時の間隔調整 */
	.flex.noflex_sp > div:first-child {
		margin-bottom: 30px;
	}

    .apply_box {
        padding: 16px;
        margin-bottom: 40px;
    }
}





/* [08] フッター
-------------------------------------------------------------------------------------------------------- */
#footer {
	background: #FFF;
}

#footer .inner_footer {
	width: 965px;
	margin: 0 auto;
	padding: 35px 0 35px 0;
    overflow: hidden;
}

#footer .inner_footer ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#footer .inner_footer ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 25px;
}

#footer .inner_footer .copyright {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:991px) {
    #footer .inner_footer {
        width: 100%;
        padding: 35px 20px;
    }
}
@media screen and (max-width:768px) {
    #footer .inner_footer {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }
    #footer .inner_footer ul li {
        width: calc(25% - 14px);
        text-align: center;
        margin: 0 7px 15px 7px;
    }
    #footer .inner_footer .copyright {
        margin-top: 5px;
        padding-top: 8px;
        font-size: 12px;
    }
}





/* PAGE UP button */
.pageup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    padding: 12px 16px;
    background: #000;
    color: #FFF;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 24px;
    line-height: 1;
    box-shadow: 2px 2px 0 #000;
    z-index: 999;
}
.pageup:link,
.pageup:visited,
.pageup:hover,
.pageup:active {
    color: #FFF;
    text-decoration: none;
}
.pageup:hover {
    background: #333;
}

@media screen and (max-width:768px) {
    .pageup {
        right: 12px;
        bottom: 12px;
        padding: 10px 14px;
        border-radius: 20px;
        font-size: 12px;
    }
}