@charset "utf-8";
/* ---------------------------------------
全デバイス共通
--------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: bottom;
}
*, *:before, *:after {box-sizing: inherit;}
html {
line-height: 1;
box-sizing: border-box;
}
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
margin: 0;
padding: 0;
color: #333333;
background: #fffcf5;
}
/* ul 要素
-------------------------------------- */
ul {
list-style-type: none;
margin: 26px 0;
}
ul.check {
margin: 40px 0;
}
ul.check li {
position: relative;
line-height: 1.4rem;
padding: 14px 0 13px 22px;
}
ul.check li::before {
content: url(../images/checkbox.png);
position: absolute;
top: 50%;
left: 0;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
ul.normal {
padding: 20px 0;
}
ul.normal li {
list-style-type: none;
margin-bottom: 15px;
padding-left: 1.5em;
text-indent: -1.5em;
font-weight: bold;
line-height: 1.6rem;
}
ul.normal li::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f111";
padding-right: 6px;
}
ul.num {
padding: 20px 0 20px 20px;
margin: 0;
}
ul.num li {
list-style-type: decimal;
font-weight: bold;
line-height: 1.6rem;
}
/* p 要素
-------------------------------------- */
p {
line-height: 2.2rem;
padding: 12px 0;
color: #3b3b3c;
font-size: 113%;
}
/* フォント要素
-------------------------------------- */
.fw_b {
font-weight: bold;
}
.fc_red {
color: #ff0000;
}
.fc_yellow {
color: #fdd23e;
}
.under {
font-weight: bold;
color: #CC0000;
text-decoration: underline;
}
/* a 要素
-------------------------------------- */
a {
color: #ff6262;
}
a:hover {
text-decoration: none;
color: #ec0808;
}
/* img 要素
-------------------------------------- */
img {
width: 100%;
height: auto;
}
img.aligncenter {
display: block;
margin: 16px auto
}
img.alignleft {
display: block;
float: left;
margin-right: 16px;
margin-bottom: 16px;
}
img.alignright {
display: block;
float: right;
margin-left: 16px;
margin-bottom: 16px;
}
img.sp {
display: none;
}
/* clearfix 要素
-------------------------------------- */
.clearfix::after, .clearfix::before {
content: ".";
display: block;
clear: both;
height: 0;
font-size: 0.1em;
line-height: 0;
visibility: hidden;
overflow: hidden;
}
.clearfix {
min-height: 1px;
}
br.sp490 {
display: none;
}
br.sp640 {
display: none;
}
br.sp768 {
display: none;
}
/* ---------------------------------------
ヘッダー
--------------------------------------- */
header {
width: 100%;
padding: 0;
}
header .inner {
width: 1000px;
margin: 0 auto;
border-top: #ff6c00 8px solid;
}
header .inner img {
width: 100%;
}
/* ---------------------------------------
コンテンツ
--------------------------------------- */
.container {
width: 1000px;
background: #fff;
margin: 0 auto;
padding: 0;
}
section {
width: 100%;
margin-bottom: 60px;
}
section:last-child {
margin-bottom: 0;
}
section .wrapper {
width: 960px;
margin: 0 auto;
position: relative;
padding: 40px 0;
}
.subhead {
padding: 40px 0 0;
}
.subhead img {
max-width: 960px;
}
.txtBlock {
padding: 0 40px;
}
/* ---------------------------------------
共通
--------------------------------------- */
.bg {background: #ffefcf;}
/* タイトル
-------------------------------------- */
.titBlock {
width: 100%;
max-width: 880px;
border-bottom: #029b41 2px solid;
padding-bottom: 20px;
margin: 40px auto 0;
}
.titBlock h2 {
font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝";
font-size: 287.5%;
text-align: center;
color: #029b41;
line-height: 3.4rem;
}
/* ---------------------------------------
フォーム
--------------------------------------- */
.orderBlock {
padding: 20px 0;
margin-bottom: 0;
}
.orderBlock .wrapper {
background: #ff6c00;
margin: 20px auto;
-js-display: flex;
display: flex;
flex-direction: column;
align-items: center;
}
.copyBlock {
width: 100%;
max-width: 768px;
margin: 0 auto;
}
.formBlock {padding: 0 20px;}
.btn_order {text-align: center;}
.btn_order input {
width: 100%;
max-width: 700px;
}
.boxBlock {
border: #029b41 1px solid;
border-radius: 6px;
margin: 40px auto;
width: 100%;
max-width: 800px;
}
.boxBlock ul {padding: 12px 48px;}
.boxBlock ul li {
font-size: 138%;
color: #029b41;
font-weight: bold;
position: relative;
line-height: 1.8rem;
}
.boxBlock ul li:not(:last-child) {margin-bottom: 30px;}
.boxBlock ul li::before {
position: absolute;
content: "・";
top: 50%;
left: -20px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/* ---------------------------------------
フォームエリア
--------------------------------------- */
span.required {
color: #fff;
background: #e43636;
font-weight: normal;
font-size: 75%;
padding: 7px;
border-radius: 4px;
margin-left: 6px;
vertical-align: middle;
}
/* balloon- bottom */
#balloon-bottom {
position: relative;
display: block;
width: auto;
color: #F6F6F6;
line-height: 1.6rem;
text-align: center;
background: #19283C;
z-index: 0;
margin: 40px auto;
font-size: 113%;
padding: 22px 30px;
}
#balloon-bottom:after {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #19283C transparent transparent transparent;
}
p.chu {
font-size: 88%;
color: #7f7f7f;
line-height: 1.2rem;
}
p.chu.wh {
font-size: 76%;
color: #fff;
}
/* ---------------------------------------
講師紹介
--------------------------------------- */
.introBlock {
-js-display: flex;
display: flex;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
justify-content: space-between;
background: url(../images/intro_bg.png) center no-repeat;
background-size: cover;
padding: 40px;
width: 100%;
max-width: 880px;
margin: 0 auto;
box-sizing: border-box;
}
.introBlock .imgBlock {
max-width: 320px;
width: 100%;
}
.introBlock img {width: 100%;}
.introBlock .txt {padding: 0 0 0 40px;}
.introBlock .txt ul {padding: 0 0 0 10px;}
.introBlock p, .introBlock ul {color: #fff;}
ul.tri li {
position: relative;
line-height: 1.4rem;
}
ul.tri li:not(:last-child) {margin-bottom: 18px;}
ul.tri li::before {
position: absolute;
content: "▶";
top: 50%;
left: -20px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/* ---------------------------------------
動画セミナーのアジェンダ
--------------------------------------- */
dl.agenda {
color: #00392a;
margin: 20px auto;
padding: 0 40px;
max-width: 800px;
}
dl.agenda dt {
position: relative;
line-height: 1.8rem;
font-size: 150%;
margin-bottom: 24px;
font-weight: bold;
}
dl.agenda dt::before {
position: absolute;
content: "●";
top: 50%;
left: -32px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
dl.agenda dd {
line-height: 1.4rem;
margin-bottom: 24px;
}
dl.agenda dd ul {
padding-left: 1em;
margin: 8px 0;
}
dl.agenda dd p {
color: #00392a;
font-size: 100%;
line-height: 1.6rem;
}
/* ---------------------------------------
特別特典
--------------------------------------- */
.tokutenBlock {
-js-display: flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
max-width: 860px;
margin: 0 auto;
}
.tokuten {
-js-display: flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
align-items: center;
flex-direction: column;
max-width: 400px;
width: 48%;
border: #00392a 1px solid;
padding: 20px;
margin-bottom: 40px;
}
.tokuten .txt {width: 100%;}
p.toku_tit {
font-size: 187.5%;
color: #000;
background: #ffd700;
padding: 6px 0;
width: 200px;
text-align: center;
margin-bottom: 12px;
}
.tokuten .imgBlock img {
width: 100%;
margin: 12px auto;
}
p.toku_cont {
font-size: 150%;
line-height: 1.8rem;
}
/* ---------------------------------------
フッター
--------------------------------------- */
footer {
width: 100%;
padding-top: 40px;
padding-bottom: 20px;
text-align: center;
background: #ff6c00;
color: #fff;
font-size: 88%;
}
footer a {
color: #fff;
}
.copyright {
font-size: 75%;
margin-top: 20px;
}
/* トップへ戻る
-------------------------------------- */
#page-top {
position: fixed;
bottom: 16px;
right: 16px;
}
#page-top a {
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 100%;
color: #fff;
font-weight: bold;
background-color: #ef4f21;
border: #fff 1px solid;
text-align: center;
display: block;
text-decoration: none;
}
#page-top a i {
position: relative;
top: 50%;
transform: translateY(-50%);
display: block;
}
#sec007 {
background: none;
}
.uno_word {
width: 92%;
border: #ec0808 1px solid;
border-radius: 6px;
margin: 40px auto;
background: #fff6f6;
}
.uno_word p {
padding: 38px;
}
/* ---------------------------------------
オレンジフォーム
--------------------------------------- */
span.chu {
font-size: 88%;
color: #f3d128;
line-height: 1.2rem;
display: inline-block;
padding: 6px
}
.formArea p.lead {
text-align: center;
padding-top: 40px;
}
table.orForm {
width: 100%;
margin: 20px auto;
max-width: 768px;
}
table.orForm th {
min-width: 240px;
text-align: left;
padding: 24px 0;
font-size: 113%;
font-weight: bold;
box-sizing: border-box;
vertical-align: middle;
color: #fff;
}
table.orForm th span {
color: #fff;
background: #e43636;
font-weight: normal;
font-size: 75%;
padding: 7px;
border-radius: 4px;
margin-left: 6px;
vertical-align: middle;
}
table.orForm td {
padding: 24px 0;
}
table.orForm td.select3 {
-js-display: flex;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
table.orForm select {
border-color: #EEEEEE;
height: 1.6em;
border: 1px solid #cccccc;
border-radius: 3px;
background: #fafafa;
font-size: 113%;
padding: 24px 0;
}
table.orForm input[type="text"] {
border-color: #EEEEEE;
height: 1.6em;
border: 1px solid #cccccc;
border-radius: 3px;
background: #fafafa;
font-size: 125%;
padding: 24px;
vertical-align: middle;
width: 100%;
box-sizing: border-box;
}
table.orForm input[type=radio], table.orForm input[type=checkbox] {
width: auto;
text-align: left;
}
table.orForm textarea {
width: 100%;
}
input[type="button"] {
width: 100%;
height: auto;
font-weight: bold;
padding: 24px 0;
margin: 20px 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #fff;
font-size: 120%;
background-color: #65bf4e;
border: none;
-webkit-transition: all .2s;
transition: all .2s;
}
input[type="button"]:hover {
cursor: pointer;
background: #e43636;
}
#OF_form1 table tr td label {
display: block;
padding: 4px 0;
}
/* ---------------------------------------
規約
--------------------------------------- */
.kiyaku {
padding: 0 0 20px 0;
}
.scroll {
margin: 0 auto;
background: url(none) repeat scroll;
border: 1px solid #000;
border-radius: 4px;
box-sizing: border-box;
height: 180px;
overflow-y: scroll;
padding: 20px;
max-width: 800px;
width: 96%;
background: #fff;
}
.scroll p {
font-size: 88%;
line-height: 1.4rem;
}
/* ---------------------------------------
フォームエリア＜エキスパ仕様＞
--------------------------------------- */
.pub_form {
width: 100%;
margin: 40px auto;
max-width: 768px;
-js-display: flex;
display: flex;
align-items: center;
}
.pub_form dt {
color: #fff;
text-align: left;
padding: 24px 0;
min-width: 240px;
font-size: 113%;
font-weight: bold;
box-sizing: border-box;
vertical-align: middle;
}
.pub_form dd {width: 100%;}
.pub_form input[type="text"] {
border-color: #EEEEEE;
height: 1.6em;
border: 1px solid #cccccc;
border-radius: 3px;
background: #fafafa;
font-size: 125%;
padding: 24px;
vertical-align: middle;
width: 100%;
box-sizing: border-box;
}
.pub_form span.must {
color: #fff;
background: #e43636;
font-weight: normal;
font-size: 75%;
padding: 7px;
border-radius: 4px;
margin-left: 6px;
vertical-align: middle;
}
/* ---------------------------------------
プライバシーポリシー
--------------------------------------- */
.privacy h2 {
font-size: 150%;
line-height: 2.4rem;
}
.privacy .titBlock {margin: 20px auto;}
.privacy P {
font-size: 100%;
line-height: 1.6rem;
}
/* ---------------------------------------
特定商法
--------------------------------------- */
table.tokutei {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
max-width: 880px;
margin: 40px auto;
}
table.tokutei td, table.tokutei th {
border: 1px solid #bbb;
padding: 10px 15px;
line-height: 2.2;
background: #fff;
text-align: left;
line-height: 1.6rem;
vertical-align: middle;
}
table.tokutei th {background: #fbfbfb;}