@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
不要になったため非表示にする(2019-08-29)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#jeed_faq {
    display: none;
}





/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フォント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ▼サイトの基本となるフォントファミリーの指定 */
@font-face {
    font-family: "my_gothic";
    font-weight: 400;
    src: url('font/yu/yu_goth_m.woff') format('woff');
}

@font-face {
    font-family: "my_gothic";
    font-weight: 700;
    src: url('font/yu/yu_goth_b.woff') format('woff');
}

body,input, textarea, keygen, select, button, .gothic {
    font-family: "my_gothic";
    color:#151515;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
LPの為、ヘッダー・ナビ・コンタクトエリア・フッター非表示にする
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p.contact_bnr,div.contact_after,header,nav,h1,div#sideFixed {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンテンツエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body[class*=jeed] #contentsArea {
    padding-top: 0;
    padding-bottom: 0;
}

body[class*=jeed] #contentsArea2 {
    margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フレームデザイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pc_base_width {
    width: 1200px;
    margin: 0 auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　セクションの区切り
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[class*="section_kugiri"] {
    padding: 70px 0;
    min-width: 1200px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コーダー向け汎用クラス　＞　Flexbox
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.f_wrap {
    display: flex;
    flex-wrap: wrap;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
エディタ－エリア内の画像に下余白をつける（JEEDページのみ）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body[class*=jeed] .editorArea img {
    margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.btn01 {
    padding: 32px 50px;
    background: #3163bf;
    font-size: 30px;
    font-weight: bold;
    font-family: 'my_gothic';
    border-radius: 10px;
    min-width: 470px;
}

a.btn01:before {
    content: '\f101';
    font-weight: normal;
    right: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.br_pc {
    /* flexの子要素としてカウントされた際に備え、brの高さを除去する(2019-05-23) */
    height: 0;
}

.br_pc:before {
    content: "\A";
    /* あわせてこれを指定しないと改行しない場合があるらしい */
    white-space: pre;
}

.br_sp:before {
    content: "";
    /* flexの子要素としてカウントされることを防ぐため完全に非表示にする(2019-05-23) */
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　よくある質問(定義リストver.)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq2 {
    width: 900px;
    margin: 0 auto;
}

dl.faq2 {
    border: 2px solid #001f57;
}

dl.faq2:not(:last-child) {
    border-bottom: none;
}

dl.faq2 > dt {
    font-weight: bold;
    padding: 25px 60px 25px 80px;
    position: relative;
    font-size: 18px;
}

/* JSアコーディオン適用時に「toggle]クラスが付与される */
dl.faq2 > dt.toggle {
    cursor: pointer;
}

dl.faq2 > dt .arrow {
    float: right;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -.5em;
}

dl.faq2 > dt .arrow:before, dl.faq2 > dt.open .arrow:before {
    font-family: "icomoon";
    color: #001f57;
}

dl.faq2 > dt .arrow:before {
    content: '\e92d';
}

dl.faq2 > dt.open .arrow:before {
    content: '\e92c';
}

dl.faq2 > dt:before {
    content: 'Q. ';
    position: absolute;
    left: 30px;
    top: calc(50% - 15px);
    font-size: 30px;
    line-height: 1;
    color: #001f57;
}

dl.faq2 > dd {
    border-top: 1px dashed #ddd;
    padding: 20px;
    overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.cmn_ttl {
    font-size: 40px;
    font-weight: bold;
    font-family: "my_gothic";
    background: #001f57;
    border: none;
    color: #fff;
    text-align: center;
    padding: 47px 0;
    margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JEED　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo2 {
    height: 648px;
    background: #eee;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.page_promo2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page_promo2 img {
    max-width: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JEED　＞　about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#jeed_about p.price {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 35px;
}

div#jeed_about p.price span.tag {
    font-size: 45px;
    color: #fff;
    background: #001f57;
    padding: 6px 33px;
    border-radius: 10px;
    margin-right: 30px;
}

div#jeed_about p.price span.big {
    font-size: 72px;
    line-height: 1.2;
}

div#jeed_about p.main_txt {
    border: 5px solid #001f57;
    border-radius: 10px;
    padding: 40px 35px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

div#jeed_about .profile {
    background: #c5d4f1;
    padding: 35px 50px 70px;
}

div#jeed_about .profile h3 {
    background: transparent;
    display: table;
    margin: 0 auto 20px;
    color: #003a67;
    padding: 8px 10px;
    border-top: 1px solid #003a67;
    border-bottom: 1px solid #003a67;
    font-size: 30px;
    font-weight: bold;
    font-family: "my_gothic";
}

div#jeed_about .profile h3:after {
    display: none;
}

div#jeed_about p.ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

div#jeed_about .inner {
    background: #fff;
    border-radius: 10px;
    padding: 45px 55px;
}

div#jeed_about .inner p.txt1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

div#jeed_about .inner p.txt2 span.big {
    font-size: 18px;
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JEED　＞　講座の特長
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#jeed_usp ol.items {
    justify-content: space-between;
    margin-bottom: -40px;
}

div#jeed_usp ol.items > li {
    width: 570px;
    border: 3px solid #b3cce0;
    padding: 20px 40px 50px;
    margin-bottom: 40px;
    position: relative;
}

div#jeed_usp ol.items p.ttl {
    font-size: 34px;
    font-weight: bold;
    padding-left: 70px;
    margin-bottom: 15px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

div#jeed_usp ol.items p.img {
    margin: 0 -40px 20px;
    text-align: center;
}

div#jeed_usp ol.items ul {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -15px;
}

div#jeed_usp ol.items ul li {
    margin-bottom: 15px;
    line-height: 1.6;
}

div#jeed_usp ol.items > li:before {
    content: counters(ol_cnt, "");
    font-family: 'my_gothic';
    font-size: 45px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97px;
    height: 97px;
    background: #3163bf;
    position: absolute;
    left: -20px;
    top: -20px;
}

div#jeed_usp ol.items p.txt {
    font-size: 18px;
    font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JEED　＞　講座の内容
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#jeed_content .section_kugiri {
    background: url(https://www.marketingtornado.co.jp/wordpress/wp-content/themes/cyber-child/images/jeed/content_bg.jpg) no-repeat 50% bottom/cover #e2ecfe;
}

div#jeed_content p.hour {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}

div#jeed_content p.hour span.big {
    font-size: 30px;
}

div#jeed_content .inner {
    background: #fff;
    border: 10px solid #c0cada;
    padding: 55px 90px;
    font-weight: bold;
    width: 900px;
    margin: 0 auto;
}

div#jeed_content ul li, div#jeed_content ol li {
    padding-left: 35px;
    position: relative;
}

div#jeed_content ul > li:not(:last-child) {
    margin-bottom: 25px;
}

div#jeed_content ul.items > li:before {
    content: '1.';
    font-family: 'my_gothic';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
}

div#jeed_content ul.items > li:nth-of-type(2):before {
    content: '2.';
}

div#jeed_content ul.items > li:nth-of-type(3):before {
    content: '3.';
}

div#jeed_content ul.items > li:nth-of-type(4):before {
    content: '4.';
}

div#jeed_content p.ttl {
    font-size: 24px;
    margin-bottom: 20px;
}

div#jeed_content ol.list {
    font-size: 18px;
}

div#jeed_content ol.items li:not(:last-child) ol.list {
    margin-bottom: 40px;
}

div#jeed_content ol.list > li:before {
    content: "("counters(ol_cnt, "")")";
    font-family: 'my_gothic';
    position: absolute;
    left: 0;
    top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JEED　＞　セミナー概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#jeed_outline h3 {
    display: table;
    margin: 0 auto;
    border: none;
    font-size: 30px;
    font-weight: bold;
    font-family: "my_gothic";
    width: 150px;
    text-align: center;
    padding: 0 15px;
    color: #001f57;
}

div#jeed_outline h3.teiin {
    margin-bottom: 30px;
}

div#jeed_outline h3:after {
    display: none;
}

div#jeed_outline h3:before, div#jeed_outline h3:after {
    content: '';
    display: block;
    width: 110px;
    height: 1px;
    background: #001f57;
    position: absolute;
    top: 50%;
}

div#jeed_outline h3:before {
    left: -110px;
}

div#jeed_outline h3:after {
    left: auto;
    right: -110px;
}

div#jeed_outline p.lead {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

div#jeed_outline .box {
    background: #f1f1f1;
    width: 900px;
    margin: 0 auto;
    padding: 30px 60px;
}

div#jeed_outline .box.red {
    background: #ffdddd;
}

div#jeed_outline .box:not(:last-child) {
    margin-bottom: 40px;
}

div#jeed_outline .date ul {
    font-size: 20px;
    font-weight: bold;
    width: 570px;
    margin: -1em auto;
}

div#jeed_outline .date ul li {
    margin-top: 1em;
    margin-bottom: 1em;
}

div#jeed_outline .date ul li .sub {
	font-size:.7em;
}

div#jeed_outline .koshi, div#jeed_outline .place, div#jeed_outline .capa {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

div#jeed_outline .koshi ul.items {
    justify-content: space-between;
    margin-bottom: -30px;
}

div#jeed_outline .koshi li {
    width: calc(50% - 10px);
    margin-bottom: 30px;
}

div#jeed_outline .koshi p.img {
    width: 150px;
    height:190px;
    overflow:hidden;
    margin: 0 auto 15px;
}

div#jeed_outline .koshi li p.name {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
}

div#jeed_outline .koshi li p.name span.hurigana {
    font-size: 14px;
}

div#jeed_outline .koshi span.pum-trigger {
    display: table;
    margin: 0 auto;
    background: #3163bf;
    font-weight: bold;
    font-family: 'my_gothic';
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
}

div#jeed_outline p.lead.price span.big {
    font-size: 30px;
}

/* ポップアップ */
.pum-theme-12243 .pum-title,
.pum-theme-enterprise-blue .pum-title {
    font-size: 26px;
    font-weight:bold;
    margin-bottom:20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JEED　＞　申し込みから参加までの流れ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#jeed_flow .section_kugiri {
    background: #e2ecfe;
}

div#jeed_flow ol.items {
    justify-content: space-between;
    margin-bottom: 70px;
}

div#jeed_flow ol.items li {
    width: 239px;
    height: 271px;
    background: url(https://www.marketingtornado.co.jp/wordpress/wp-content/themes/cyber-child/images/jeed/lo_bg.png) no-repeat 50% 50%/contain;
    padding: 105px 25px 20px 20px;
    position: relative;
    margin-bottom: 0;
}

div#jeed_flow ol.items li:before {
    content: counters(ol_cnt, "");
    position: absolute;
    top: 15px;
    left: 15px;
    width: 64px;
    height: 64px;
    background: #001f57;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

div#jeed_flow ol.items li p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #001f57;
}

div#jeed_flow ol.items li p.sub_txt {
    font-size: 18px;
    margin-top: 20px;
    width: 170px;
}

div#jeed_flow p.btn {
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JEED　＞　お申込みフォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#jeed_form .section_kugiri {
    background: #e2ecfe;
}

div#jeed_form .inner {
    background: #fff;
    width: 900px;
    padding: 30px;
    margin: 0 auto;
}

div#jeed_form .note {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 15px auto 0;
    max-width: 700px;
    height: auto;
    overflow-y: scroll;
    font-size: 15px;
}

div#jeed_form .note_ttl {
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

div#jeed_form p.ttl {
    font-weight:bold;
    font-size: 18px;
    margin-bottom:3px;
}

div#jeed_form p.sub {
	font-size:16px;
    line-height:1.3;
}

div#jeed_form span.small {
	font-size:0.85em;
}

div#jeed_form span.small.red {
	color:#f00;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.thLock01 th {
	width:250px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンタクトフォーム追加クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
td.w90 span.wpcf7-list-item-label{
    width: 155px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WPプラグイン　＞　「コンタクトフォーム」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.formTable th, .formTable td {
    padding: 15px 10px;
    border: none;
    font-size: 16px;
}

.formTable input, .formTable textarea, .formTable keygen, .formTable select{
    font-size:16px;
}

.formTable th {
    vertical-align: top;
    padding-top: 23px;
}

.wpcf7 select {
    border-radius: 5px;
	border:none;
}

.wpcf7 input,.wpcf7 span ,.wpcf7 textarea {
    border-radius: 5px;
}

/* インプットの｢枠組み｣部分を作成 */
.ipt_custom input[type*="radio"] + span:before,
.ipt_custom input[type*="checkbox"] + span:before {
    top: 0;
    margin-top: 8px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="file"],/* forIE(IEでは入力欄が表示されるため) */
textarea {
    width: 100%;
}

input.zip{/* 100%になってしまうので、上書き */
	width:9em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フォーム要素　＞　チェックボックスのカスタマイズ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.formTable input[type*="radio"] + span, .formTable input[type*="checkbox"] + span {
    padding: 10px 10px 10px 40px;
    margin-left:0;
}

.wpcf7-checkbox .wpcf7-list-item-label:before{
	left: 10px;
}

.wpcf7-exclusive-checkbox input[type*="checkbox"]:checked + .wpcf7-list-item-label:after {
    left: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フォーム要素　＞　汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.require,.any {
    font-size: 13px;
    border-radius: 3px;
    padding: 3px 8px;
    margin: 0 13px 0 0;
    font-weight: normal;
    color: #fff;
}

.require {
    background: #d9534f;
}

.any {
    background: #78909C;
}

input, textarea {
    margin-bottom: 5px;
    border: none;
    padding: 8px 12px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="file"],/* forIE(IEでは入力欄が表示されるため) */
textarea {
    background: #f5f5f5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WPプラグイン　＞　「コンタクトフォーム」　必須項目の表示をカスタマイズ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wpcf7-not-valid {
    border-color: #da7a7a!important;
    background: #fdf2f2!important;
}

.wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: #da7a7a!important;
}
