/*
Theme Name: 上田塾PC
Theme URI: http://ujb.jp/
Description: justweb
Version: 1.0
Author: justweb
Author URI: http://w-just.com
*/
@charset "UTF-8";

/* --- 全体 --- */
body {
min-width: 1000px;
margin: 0;
padding: 0;
color: #1e1e1e;
font-size: 16px;
background-color: #edeff4;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* --- リンクテキスト --- */
a:link {
color: #4682b4;
text-decoration: none;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
a:visited { color: #386992; }
a:hover {
color: #79a7cc;
text-decoration: underline;
}
a:active { color: #00c0c0; }

/* 画像（基本設定） */
img {
margin: 0;
padding: 0;
border: none;
max-width: 100%;
height: auto;
width /***/:auto;
}

/* --- 画像（マウスオーバー） --- */
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70); 
}

/* --- 画像（段落内） --- */
p img {
vertical-align: middle;
}

/* --- 画像左フロート --- */
img.floatLeft {
float: left;
margin: 0 20px 20px 0;
padding: 0;
}

/* --- 画像右フロート --- */
img.floatRight {
float: right;
margin: 0 0 20px 20px;
padding: 0;
}

/* --- 画像フロート（WordPressクラス） --- */
img.aligncenter {
display: block;
margin: 0 auto 20px;
}
img.alignleft {
float: left;
margin: 0 20px 20px 0;
}
img.alignright {
float: right;
margin: 0 0 20px 20px;
}


/* --- 画像（円形） --- */
img.circle {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}

/* --- 中央揃え --- */
.center {
text-align: center;
}

/* --- 右揃え --- */
.right {
text-align: right;
}

/* --- 太字 --- */
.bold {
font-weight: bold;
}

/* --- 黒 --- */
.color00 {
color: #000000;
}
/* --- 赤 --- */
.color01 {
color: #d40000;
}

/* --- テキストサイズ --- */
.size12 {font-size: 12px;}
.size13 {font-size: 13px;}
.size14 {font-size: 14px;}
.size15 {font-size: 15px;}
.size16 {font-size: 16px;}
.size17 {font-size: 17px;}
.size18 {font-size: 18px;}
.size19 {font-size: 19px;}
.size20 {font-size: 20px;}
.size21 {font-size: 21px;}
.size22 {font-size: 22px;}
.size23 {font-size: 23px;}
.size24 {font-size: 24px;}
.size25 {font-size: 25px;}
.size26 {font-size: 26px;}
.size27 {font-size: 27px;}
.size28 {font-size: 28px;}
.size29 {font-size: 29px;}
.size30 {font-size: 30px;}
.size40 {font-size: 40px;}

/* --- ボタン（タイプ01） --- */
a.btn01 {
display: table;
width: 500px;
margin: 0 auto;
height: 70px;
color: #ffffff;
font-size: 22px;
text-align: center;
line-height: 70px;
background-color: #ff8b3d;
border-bottom: 5px solid #ec5f00;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
a.btn01:hover {
background-color: #ffa365;
border-bottom: 5px solid #ff7315;
text-decoration: none;
}

/* --- ボタン（タイプ02） --- */
a.btn02 {
display: table;
width: 300px;
margin: 0 auto;
height: 50px;
color: #ffffff;
text-align: center;
line-height: 50px;
background-color: #ff8b3d;
border-bottom: 5px solid #ec5f00;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
a.btn02:hover {
background-color: #ffa365;
border-bottom: 5px solid #ff7315;
text-decoration: none;
}

/* --- コンテナ --- */
div.container {
position: relative;
width: 1000px;
margin: 0 auto;
padding: 0;
}

/* --- ▼ヘッダ内の設定開始 --- */
/* --- ヘッダ --- */
header {
margin: 0 0 10px;
padding: 0;
background-color: #ffffff;
}

/* --- サイトタイトル --- */
header p.siteTitle {
margin: 0;
padding: 20px 0 10px;
line-height: 100%;
text-align: center;
}
header h1.blogTitle,
header p.blogTitle {
margin: 0 0 10px;
padding: 0;
color: #000000;
font-size: 16px;
font-weight: normal;
text-align: center;
}

/* --- 検索 --- */
header div.search {
position: absolute;
top: 35px;
right: 0;
width: 253px;
height: 27px;
margin: 0;
padding: 0;
}
header div.search form {
width: 253px;
position: relative;
margin: 0;
padding: 0;
}
header div.search form input.textBox {
position: absolute;
top: 0;
left: 0;
width: 170px;
height: 25px;
margin: 0;
padding: 0 10px;
border: 1px solid #e0e0e0;
border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
-moz-border-radius: 5px 0 0 5px;
}
header div.search form input.btn {
position: absolute;
top: 0;
left: 192px;
width: 60px;
height: 25px;
margin: 0;
padding: 0;
border: 1px solid #e0e0e0;
border-left: none;
border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
-moz-border-radius: 0 5px 5px 0;
}

/* --- グローバルメニュー --- */
header nav {
margin: 0;
padding: 0;
background-color: #00b9ef;
}
header ul.glovalNavi {
width: 994px;
margin: 0 auto;
padding: 0;
text-align: center;
list-style-type: none;
font-size: 12px;
}
header ul.glovalNavi li {
position: relative;
z-index: 500;
float: left;
width: 142px;
margin: 0;
padding: 0;
}
header ul.glovalNavi li a {
display: block;
width: 142px;
height: 40px;
line-height: 40px;
color: #ffffff;
background-color: #00b9ef;
}
header ul.glovalNavi li a:hover {
background-color: #41d4ff;
}

header ul.glovalNavi li ul.subMenu {
position: absolute;
left: 0;
width: 142px;
margin: 0;
padding: 0;
list-style-type: none;
display: none;
}
header ul.glovalNavi li ul.subMenu li {
margin: 0;
padding: 0;
}

.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */
/* --- コンテンツ --- */
#content {
margin: 0;
padding: 20px 0;
}

/* --- パンくずリスト --- */
#content div.breadcrumbs {
margin: 0 0 20px;
padding: 0;
font-size: 12px;
line-height: 150%;
}

/* アーティクル */
#content article {
margin: 0 0 50px;
padding: 20px 37px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}

/* コンテンツエリア（アーティクルと同じスタイル） */
#content div.contentArea01 {
margin: 0;
padding: 20px 37px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}

/* --- ▼メインカラム内の設定開始 --- */
/* --- メインカラム --- */
#content #main {
float: left;
width: 700px;
margin: 0;
padding: 0;
}

/* --- セクション（共通設定） --- */
#content section {
margin: 0 0 50px;
padding: 0;
}

#content p{
margin: 0 0 50px;
padding: 0;
line-height: 200%;
}

#content ul,
#content ol {
margin: 0 0 50px;
padding: 0;
line-height: 200%;
}
#content ul li,
#content ol li {
margin: 0 0 10px 23px;
padding: 0;
}

#content div.post-page blockquote {
margin: 0 0 50px;
padding: 40px 40px 20px;
background-image: url(image/blockquote-back-top.png),url(image/blockquote-back-bottom.png);
background-repeat: no-repeat,no-repeat;
background-position: left top,right bottom;
}
#content div.post-page blockquote p,
#content div.post-page blockquote ul,
#content div.post-page blockquote ol {
margin: 0 0 20px;
}

#content div.post-page table {
width: 100%;
margin: 0 0 50px;
border: 1px #c0c0c0 solid;
border-collapse: collapse;
line-height: 200%;
}
#content div.post-page table caption {
padding-bottom: 5px;
text-align: center;
color: #000000;
}
#content div.post-page table th,
#content div.post-page table td {
padding: 10px;
border: 1px #c0c0c0 solid;
}
#content div.post-page table th {
background-color: #f9f9f9;
text-align: center;
font-weight: normal;
}
#content div.post-page table th.nowrap,
#content div.post-page table td.nowrap {
white-space: nowrap;
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */
/* --- サイドバー --- */
#content #sideBar {
float: right;
width: 280px;
margin: 0;
padding: 0;
}

#content aside {
margin: 0;
padding: 0;
}

#content #sideBar section {
margin: 0 0 60px;
padding: 0;
}

#content #sideBar h2 {
margin: 0 0 20px;
padding: 10px 10px 8px;
color: #000000;
font-size: 16px;
line-height: 150%;
border: 1px solid #e0e0e0;
border-bottom: 3px solid #00b9ef;
background-color: #ffffff;
}

/* --- 記事リスト --- */
#content #sideBar div.postList ul {
margin: 0 0 10px;
padding: 0;
font-size: 13px;
line-height: 150%;
list-style-type: none;
}
#content #sideBar div.postList ul li {
position: relative;
margin: 0 0 10px;
padding: 5px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}
#content #sideBar div.postList ul li a {
color: #000000;
}
#content #sideBar div.postList ul li a:hover {
text-decoration: underline;
}
#content #sideBar div.postList ul li a span {
display: block;
float: left;
width: 60px;
height: 60px;
margin: 0 10px 0 0;
padding: 0;
}
#content #sideBar div.postList ul li:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* --- 記事一覧へのリンク --- */
#content #sideBar p.link {
margin: 0;
padding: 0;
font-size: 13px;
text-align: right;
line-height: 100%;
}
#content #sideBar p.link a {
color: #000000;
}

/* --- ランキング --- */
#content #sideBar div.postList ul.wpp-list li a img {
display: block;
float: left;
width: 60px;
height: 60px;
margin: 0 10px 0 0;
padding: 0;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(1) a:after {
content:"1";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #ffd700;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(2) a:after {
content:"2";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #c0c0c0;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(3) a:after {
content:"3";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #c47222;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(4) a:after {
content:"4";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #8bb4f1;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(5) a:after {
content:"5";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #8bb4f1;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(6) a:after {
content:"6";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #8bb4f1;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(7) a:after {
content:"7";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #8bb4f1;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(8) a:after {
content:"8";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #8bb4f1;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(9) a:after {
content:"9";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #8bb4f1;
}
#content #sideBar div.postList ul.wpp-list li:nth-of-type(10) a:after {
content:"10";
position: absolute;
top: 2px;
left: 2px;
width: 13px;
height: 13px;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
line-height: 13px;
border: 2px solid #ffffff;
background-color: #8bb4f1;
}

/* --- キーワード（カテゴリー） --- */
#content #sideBar ul.category {
margin: 0;
padding: 0;
font-size: 12px;
list-style-type: none;
text-align: center;
}
#content #sideBar ul.category li {
margin: 0 0 10px 0;
padding: 0;
}
#content #sideBar ul.category li a {
display: block;
margin: 0;
padding: 10px;
color: #000000;
border: 1px solid #e0e0e0;
background-color: #ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/* --- キーワード（タグ） --- */
#content #sideBar ul.tag {
margin: 0;
padding: 0;
font-size: 12px;
list-style-type: none;
}
#content #sideBar ul.tag li {
display: inline-block;
margin: 0 5px 10px 0;
padding: 0;
}
#content #sideBar ul.tag li a {
display: block;
margin: 0;
padding: 4px 8px;
color: #828282;
border: 1px solid #e0e0e0;
background-color: #ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/* --- 運営会社 --- */
#content #sideBar div.boxType01 {
margin: 0;
padding: 0;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}
#content #sideBar div.boxType01 h2 {
margin: 0 0 20px;
padding: 10px 10px 8px;
color: #000000;
font-size: 16px;
line-height: 150%;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 3px solid #00b9ef;
background-color: #ffffff;
}
#content #sideBar div.boxType01 p.logo {
display: table;
height: 40px;
margin: 0 auto 20px;
padding: 0 0 0 50px;
font-size: 25px;
line-height: 40px;
background: url(image/logo.png) no-repeat left center;
}
#content #sideBar div.boxType01 p {
margin: 0 10px 20px;
padding: 0;
font-size: 12px;
line-height: 150%;
}
#content #sideBar div.boxType01 ul.type01 {
margin: 0 10px 10px;
padding: 0;
font-size: 12px;
list-style-type: none;
text-align: center;
}
#content #sideBar div.boxType01 ul.type01 li {
margin: 0 0 10px 0;
padding: 0;
}
#content #sideBar div.boxType01 ul.type01 li a {
display: block;
margin: 0;
padding: 10px;
color: #000000;
border: 1px solid #e0e0e0;
background: #f9f9f9 url(image/arrow01.png) no-repeat 95% center;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/* --- ▲サイドバー内の設定終了 --- */
/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */
/* --- フッタ --- */
footer {
margin: 0;
padding: 0;
}

/* --- ナビ --- */
footer nav {
float: left;
width: 300px;
margin: 0 50px 20px 0;
padding: 0;
background: none;
box-shadow: none;
}
footer nav:last-of-type {
margin: 0 0 20px 0;
padding: 0;
}

footer h2 {
margin: 0 0 20px;
padding: 0 15px 5px;
font-size: 15px;
font-weight: normal;
line-height: 150%;
color: #ffffff;
border-bottom: 1px solid #41d4ff;
}

footer ul {
margin: 0 15px;
padding: 0;
font-size: 13px;
line-height: 150%;
color: #ffffff;
}
footer ul li {
margin: 0 15px 10px;
padding: 0;
}
footer ul li a {
color: #ffffff !important;
text-decoration: none;
}
footer ul li a:hover {
text-decoration: underline;
}

/* --- SNS --- */
footer ul.sns {
float: left;
width: 500px;
margin: 0 0 30px;
padding: 0;
line-height: 100%;
text-align: left;
font-size: 13px;
}
footer ul.sns li {
display: inline;
margin: 0 20px 0 0;
padding: 0;
background: none;
}
footer ul.contact {
float: right;
width: 500px;
margin: 0;
padding: 27px 0 0;
line-height: 100%;
text-align: right;
font-size: 13px;
}
footer ul.contact li {
display: inline;
margin: 0 0 0 15px;
padding: 0;
background: none;
}

/* --- コピーライト --- */
footer p.copyright {
margin: 0;
padding: 25px 0;
color: #ffffff;
font-size: 10px;
text-align: center;
line-height: 100%;
background-color: #1a1a1a;
}

/* --- リンク --- */
footer a {
color: #ffffff !important;
}
footer a:hover {
text-decoration: underline !important;
}


/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearFix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ソーシャルボタン --- */
.socialBtn {
margin: 0 0 50px; 
padding: 0px;
text-align: left;
}
.wsbl_twitter {
 width: 75px !important;
}
.fb_iframe_widget > span {
vertical-align: baseline !important;
}
.wsbl_google_plus_one {
width: 58px !important;
}
.wsbl_pocket {
 width: 90px !important;
}

/* --- トップに戻る --- */
#backTop {
position: fixed;
bottom: 0;
margin-left: 1040px;
}
#backTop a {
display: block;
margin: 0;
padding: 10px 25px;
font-size: 13px;
color: #ffffff;
text-align: center;
background-color: #b3b3b3;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#backTop a:hover {
background-color: #dbdbdb;
text-decoration: none !important;
}

/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
.wide {
width: 99%;
}
.narrow {
width: 80px;
}
/* --- （複数行のテキスト入力欄） --- */
.wideArea {
width: 99%;
height: 10em;
}

/* --- ▲その他の設定終了 --- */

/* --- ▼追加の設定開始 --- */
#sideBar ul.banner {
margin: 0 0 40px;
padding: 0;
line-height: 100%;
list-style-type: none;
}
#sideBar ul.banner li {
margin: 0 0 10px;
padding: 0;
}

/*アイキャッチ*/
div.eyecatch {
margin: 0;
padding: 0;
line-height: 100%;
text-align: center;
background: url(image/head-back.png) repeat-x left top;
}

/* --- h2（吹出し（中央）＋背景色（青）＋白文字） --- */
#content h2.type01 {
position: relative;
margin: 0 0 40px;
padding: 13px 20px 10px 20px;
color: #ffffff;
font-size: 25px !important;
letter-spacing: 0;
line-height: 180%;
background-image: none;
background-color: #1d57a9;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#content h2.type01::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #1d57a9;
}
/* --- h2（吹出し（左）＋背景色（薄青）＋黒文字） --- */
#content h2.type02 {
position: relative;
margin: 0 0 40px;
padding: 13px 20px 10px 20px;
color: #000000;
font-size: 22px !important;
letter-spacing: 0;
line-height: 180%;
background-image: none;
background-color: #eef4fc;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#content h2.type02::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #eef4fc;
}

/* --- h2（左右にライン） --- */
#content h2.type03 {
display: table;
width: auto;
margin: 0 auto 20px;
padding: 0 55px;
color: #000000;
font-size: 30px !important;
letter-spacing: 0;
line-height: 180%;
text-align: center;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
background-image: url(image/line01.png),url(image/line02.png);
background-repeat: no-repeat,no-repeat;
background-position: left center,right center;
}

/* --- h2（吹出し（中央）＋背景色（赤）＋白文字） --- */
#content h2.type04 {
position: relative;
margin: 0 0 40px;
padding: 13px 20px 10px 20px;
color: #ffffff;
font-size: 25px !important;
letter-spacing: 0;
line-height: 180%;
text-align: center;
background-image: none;
background-color: #df3e4e;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#content h2.type04::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #df3e4e;
}

/* --- ボタン（緑） --- */
#content a.btnType01 {
position: relative;
display: block;
width: 95%;
margin: 0 auto 20px;
padding: 20px 0 15px;
font-size: 20px;
font-weight: bold;
color: #ffffff;
line-height: 150%;
text-decoration: none;
text-align: center;
border-bottom: 5px solid #047420;
background-color: #06c236;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
#content a.btnType01::after {
position: absolute;
top: 50%;
right: 10px;
font-size: 20px;
margin: -13px 0 0;
padding: 0;
font-family: FontAwesome;
content: '\f105';
}
#content a.btnType01:hover {
color: #ffffff;
border-bottom: 5px solid #06c236;
background-color: #07e941;
}

/* --- 特別プレゼントのコピー（マーカー） --- */
#content p.markerType01 {
padding: 15px 0 30px;
text-align: center;
font-size: 25px;
font-weight: bold;
color: #d40000;
border-top: 1px dotted #000000;
background: url(image/arrow01.png) no-repeat center bottom;
}
#content p.markerType01 span {
background: linear-gradient(transparent 50%, #ffff7d 50%);
}

/* --- 講座内容 --- */
#content div.course {
margin: 0 0 50px;
padding: 20px;
border: 1px solid #c0c0c0;
background-color: #f9f9f9;
}
#content div.course h2 {
margin: 0 0 20px;
padding: 13px 20px 10px 20px;
color: #ffffff;
font-size: 25px !important;
letter-spacing: 0;
line-height: 180%;
text-align: center;
background-image: none;
background-color: #df3e4e;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#content div.course p {
color: #000000;
font-size: 20px !important;
font-weight: bold;
line-height: 180%;
}
#content div.course p:last-of-type {
margin-bottom: 0;
}

/* --- 約束 --- */
#content div.promise {
margin: 0 0 50px;
padding: 20px;
border: 1px solid #df3e4e;
}
#content div.promise h2 {
display: table;
width: 80px;
height: 80px;
margin: 0 auto 20px;
padding: 0;
color: #ffffff;
font-size: 20px !important;
letter-spacing: 0;
line-height: 80px;
text-align: center;
background-image: none;
background-color: #df3e4e;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
#content div.promise p {
color: #000000;
font-size: 20px !important;
font-weight: bold;
line-height: 180%;
}
#content div.promise p:last-of-type {
margin-bottom: 0;
}

/* --- フロー（ステップ） --- */
#content ol.flowType01 {
margin: 0 0 40px;
padding: 0;
list-style-type: none !important;
}
#content ol.flowType01 li {
position: relative;
margin: 0 0 50px !important; 
padding: 10px;
font-weight: bold;
line-height: 180%;
color: #000000;
border: 1px #1d57a9 solid;
list-style-type: none !important;
}
#content ol.flowType01 li h3 {
margin: -10px -10px 10px;
padding: 5px;
color: #ffffff;
font-weight: bold;
text-align: center;
font-size: 18px !important;
letter-spacing: 0;
line-height: 180%;
text-align: center;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
background-color: #1d57a9;
}
#content ol.flowType01 li::after {
position: absolute;
bottom: -40px;
left: 50%;
color: #eea2a7;
font-size: 80px;
font-family: FontAwesome;
content: '\f0d7';
text-align: center;
margin: 0 0 0 -25px; 
padding: 0;
}
#content ol.flowType01 li:last-of-type::after {
content:none;
}
#content ol.flowType01 li p {
margin-bottom: 0;
}

/* --- 質問 --- */
#content div.task {
margin: 0 0 50px;
padding: 20px 20px 0;
border: 1px solid #c0c0c0;
}
#content div.task dl {
margin: 0 !important;
padding: 0 !important;
line-height: 180%;
}
#content div.task dl dt {
width: 100px;
float: left;
margin: 0;
padding: 12px 0 6px 0;
font-size: 22px;
color: #df3e4e;
font-weight: bold;
}
#content div.task dl dd {
margin: 0;
padding: 12px 0 6px 100px;
font-size: 22px;
color: #000000;
font-weight: bold;
border-bottom: 1px dotted #c0c0c0;
}

/* --- コメント特典 --- */
#content div.present {
margin: 0 0 50px;
padding: 0;
border: 1px solid #df3e4e;
}
#content div.present h2 {
position: relative;
margin: 0 0 20px !important;
padding: 13px 20px 10px 20px;
color: #ffffff;
font-size: 40px !important;
letter-spacing: 0;
line-height: 180%;
text-align: center;
background-image: none;
background-color: #df3e4e;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#content div.present h2::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #df3e4e;
}
#content div.present p {
padding: 40px 10px 40px 165px;
color: #000000;
font-size: 23px !important;
font-weight: bold;
line-height: 180%;
text-align: center;
background: url(image/icon-present.png) no-repeat 10px center;
}

/* --- 特典申請フォーム --- */
#content div.formType01 {
margin: 0 0 10px;
padding: 0 0 40px;
text-align: center;
border: 1px solid #df3e4e;
}
#content div.formType01 h2.type04 {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
#content div.formType01 #mail {
margin: 0 0 20px;
padding: 10px;
font-size: 22px;
border: 5px solid #c0c0c0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
#content div.formType01 input.btnForm01 {
padding: 10px 0;
width: 60%;
font-size: 20px;
font-weight: bold;
text-align: center;
vertical-align: middle;
color: #ffffff;
line-height: 150%;
text-decoration: none;
border: none;
border-bottom: 5px solid #047420;
background-color: #06c236;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
cursor: pointer;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
-webkit-appearance: none;
}
#content div.formType01 input.btnForm01:hover {
color: #ffffff;
border-bottom: 5px solid #06c236;
background-color: #07e941;
}

/* --- 補足動画 --- */
#content div.hosoku {
display: none;
}

/* --- コメント --- */
h3.comment-reply-title,
p.comment-notes {
display: none;
}
p.comment-form-comment {
margin: 0 0 10px!important;
}
p.comment-form-author {
margin: 0 0 30px!important;
}
p.comment-form-comment label,
p.comment-form-author label {
display: block;
margin: 0;
padding: 0;
color: #000000;
font-weight: bold;
}
p.comment-form-email,
p.comment-form-url {
display: none;
}
#comment {
width: 100%;
height: 10em;
}
#author {
width: 100%;
height: 2em;
}
p.form-submit {
text-align: center;
}
p.form-submit input[type="submit"] {
cursor: pointer;
padding: 10px 80px;
color: #ffffff;
font-size: 20px;
border: none;
background-color: #4285f4;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
#comments input[type="submit"]:hover {
background-color: #0d5ad9;
}
ol#comments-list {
margin: 0;
padding: 0;
list-style-type: none;
}
ol#comments-list li {
margin: 0;
padding: 0;
}
ol#comments-list li div.comment-body {
margin: 0 0 20px;
padding: 20px;
border: 1px solid #c0c0c0;
background-color: #f9f9f9;
}
ol#comments-list li div.comment-author {
margin: 0;
padding: 0;
color: #000000;
font-weight: bold;
}

ol#comments-list li div.comment-meta {
margin: 0 0 10px;
padding: 0;
font-size: 13px;
border-bottom: 1px solid #c0c0c0;
}
ol#comments-list li p {
margin: 0 0 20px !important;
}
ol#comments-list li ul {
margin: 0 0 0 50px;
padding: 0;
list-style-type: none;
}

/* --- ▲追加の設定終了 --- */
