/*
Theme Name: ACラボPC版3
Theme URI: https://ac-labo.com
Description: justweb
Version: 1.0
Author: justweb
Author URI: http://w-just.com
*/
@charset "UTF-8";

/* --- 全体 --- */
body {
min-width: 1100px;
margin: 0;
padding: 0;
color: #1e1e1e;
font-size: 16px;
background-color: #edeff4;
border-top: 5px solid #00b9ef;
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;}

/* --- マージン --- */
.m-bottom-0 {
margin-bottom: 0 !important;
}
.m-bottom-5 {
margin-bottom: 5px !important;
}
.m-bottom-10 {
margin-bottom: 10px !important;
}
.m-bottom-15 {
margin-bottom: 15px !important;
}
.m-bottom-20 {
margin-bottom: 20px !important;
}
.m-bottom-25 {
margin-bottom: 25px !important;
}
.m-bottom-30 {
margin-bottom: 30px !important;
}
.m-bottom-35 {
margin-bottom: 35px !important;
}
.m-bottom-40 {
margin-bottom: 40px !important;
}
.m-bottom-50 {
margin-bottom: 50px !important;
}

/* --- ボタン（タイプ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: 5px 0 0;
background-color: #ffffff;
}

/* --- サイトタイトル --- */
header h1.siteTitle,
header p.siteTitle {
margin: 0 0 20px;
padding: 0;
color: #000000;
font-size: 13px;
font-weight: normal;
text-align: center;
line-height: 200%;
}
header h1.siteTitle span,
header p.siteTitle span {
display: block;
margin: 15px auto 0;
padding: 0;
font-size: 25px;
font-weight: bold;
text-align: center;
}
header h1.siteTitle span a,
header p.siteTitle span a {
color: #000000;
text-decoration: none;
}
header h1.siteTitle span a;hover,
header p.siteTitle span a;hover {
text-decoration: underline;
}

/* --- 検索 --- */
header div.search {
position: absolute;
top: 40px;
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: 13px;
}
header ul.glovalNavi li {
position: relative;
z-index: 500;
display: inline-block;
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 span {
display: block;
width: 142px;
height: 40px;
line-height: 40px;
color: #ffffff;
background-color: #00b9ef;
}
header ul.glovalNavi li span:hover {
cursor: pointer;
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 div.contentArea01 p{
margin: 0 0 20px;
padding: 0;
line-height: 200%;
}
#content div.contentArea01 ul,
#content div.contentArea01 ol {
margin: 0 0 20px;
padding: 0;
line-height: 200%;
}
#content div.contentArea01 ul li,
#content div.contentArea01 ol li {
margin: 0 0 10px 23px;
padding: 0;
}


/* --- ▼メインカラム内の設定開始 --- */
/* --- メインカラム --- */
#content #main {
float: left;
width: 700px;
margin: 0;
padding: 0;
}

/* --- セクション（共通設定） --- */
#content section {
margin: 0 0 50px;
padding: 0;
}

/* --- 記事リスト --- */
#content h1,
#content 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 div.post {
margin: 0 0 20px;
padding: 10px;
border: 1px solid #e0e0e0;
background-color: #ffffff;
}
#content div.post div.info {
float: right;
width: 405px;
margin: 0;
padding: 0;
}
#content div.post div.info h2,
#content div.post div.info h3 {
margin: 0 0 10px;
padding: 0;
color: #000000;
font-size: 18px;
line-height: 150%;
border: none;
background-image: none;
}
#content div.post div.info h2 a,
#content div.post div.info h3 a {
color: #000000;
}
#content div.post div.info h2 a:hover,
#content div.post div.info h3 a:hover {
text-decoration: underline;
}
#content div.post div.info p {
margin: 0;
padding: 0;
line-height: 150%;
}
#content div.post div.info p a {
color: #000000;
}
#content div.post div.info p a:hover {
text-decoration: underline;
}
#content div.post div.thum {
float: left;
width: 250px;
margin: 0;
padding: 0;
}
#content div.post div.thum img {
display: block;
margin: 0;
padding: 0;
}

#content div.post div.info p.date-category-tag {
margin: 15px 0 0;
padding: 3px 0;
font-size: 12px;
line-height: 150%;
background-color: #f9f9f9;
}

/* --- 投稿ページ（タイトルエリア） --- */
#content div.post-page div.titleArea {
margin: 0 0 20px;
padding: 0 0 10px;
border-bottom: 1px solid #e0e0e0;
}
#content div.post-page div.titleArea p.date {
margin: 0 0 10px;
padding: 0;
font-size: 12px;
color: #828282;
line-height: 100%;
}
#content div.post-page div.titleArea ul.tag {
margin: 0 0 10px;
padding: 0;
font-size: 12px;
list-style-type: none;
}
#content div.post-page div.titleArea ul.tag li {
display: inline-block;
margin: 0 5px 10px 0;
padding: 0;
}
#content div.post-page div.titleArea ul.tag li a {
display: block;
margin: 0;
padding: 4px 8px;
color: #828282;
border: 1px solid #e0e0e0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#content div.post-page div.titleArea h1 {
margin: 0;
padding: 0;
font-size: 28px;
border: none;
background-image: none;
}
/* --- 投稿ページ（関連キーワード） --- */
#content div.post-page div.tag {
margin: 0 0 50px;
padding: 10px;
background-color: #f9f9f9;
}
#content div.post-page div.tag h2 {
margin: 0 0 10px;
padding: 0;
color: #000000;
font-size: 16px;
line-height: 150%;
border: none;
background-color: #f9f9f9;
}
#content div.post-page div.tag ul.tag {
margin: 0;
padding: 0;
font-size: 12px;
list-style-type: none;
}
#content div.post-page div.tag ul.tag li {
display: inline-block;
margin: 0 5px 10px 0;
padding: 0;
}
#content div.post-page div.tag ul.tag li a {
display: block;
margin: 0;
padding: 4px 8px;
color: #828282;
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/* --- 投稿・固定ページ（共通設定） --- */
#content div.post-page h1 {
margin: 0 0 30px;
padding: 10px 0 8px 20px;
color: #000000;
font-size: 28px;
line-height: 150%;
border-left: 5px solid #00b9ef;
border-bottom: none;
background-image: none;
}

#content div.post-page h2 {
margin: 0 0 20px;
padding: 13px 0 10px 15px;
color: #000000;
font-size: 22px;
line-height: 150%;
border-left: 5px solid #00b9ef;
border-top: none;
border-right: none;
border-bottom: none;
background-color: #f9f9f9;
}

#content div.post-page h3 {
margin: 0 0 20px;
padding: 0;
color: #000000;
font-size: 20px;
line-height: 150%;
border-bottom: 1px solid #cccccc;
}

#content div.post-page h4 {
margin: 0 0 20px;
padding: 0;
color: #000000;
font-size: 18px;
line-height: 150%;
}

#content div.post-page p{
margin: 0 0 50px;
padding: 0;
line-height: 200%;
}

#content div.post-page ul,
#content div.post-page ol {
margin: 0 0 50px;
padding: 0;
line-height: 200%;
}
#content div.post-page ul li,
#content div.post-page 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;
}

/* --- CV(ebook） --- */
#content div.post-page div.ebook {
margin: 0;
padding: 30px 10px;
background-color: #f9f9f9;
border: 1px solid #e0e0e0;
}
#content div.post-page div.ebook h2 {
margin: 0 0 20px;
padding: 0;
color: #000000;
font-size: 28px;
line-height: 150%;
text-align: center;
border: none;
background: none;
}
#content div.post-page div.ebook p {
margin: 0 0 10px;
}
#content div.post-page div.ebook ul {
margin: 0 0 10px;
}

/* --- 関連記事 --- */
#content div.post-page div.relatedPosts {
margin: 0 0 50px;
padding: 10px;
background-color: #ffffff;
}
#content div.post-page div.relatedPosts h3 {
margin: 0 0 20px !important;
padding: 13px 0 10px !important;
color: #000000 !important;
font-size: 22px !important;
line-height: 150% !important;
text-align: center;
border: none !important;
background-color: #f9f9f9;
}
#content div.post-page div.relatedPosts ul {
margin: 0 !important;
padding: 0 !important;
font-size: 13px; !important;
line-height: 150% !important;
list-style-type: none !important;
}
#content div.post-page div.relatedPosts ul li {
width: 155px !important;
float: left !important;
margin: 0 20px 30px 0 !important;
padding: 0 !important;
border: none !important;
}
#content div.post-page div.relatedPosts ul li:nth-of-type(4n) {
margin: 0 0 20px 0 !important;
}
#content div.post-page div.relatedPosts ul li img {
display: block !important;
margin: 0 0 10px !important;
padding: 0 !important;
width: 155px !important;
height: 155px !important;
}
#content div.post-page div.relatedPosts ul li a {
color: #000000 !important;
}
#content div.post-page div.relatedPosts ul li a:hover {
text-decoration: underline !important;
}
#content div.post-page div.relatedPosts ul:after {
content: "." !important;
display: block !important;
height: 0 !important;
clear: both !important;
visibility: hidden !important;
}

/* --- 公式SNS --- */
#content div.post-page div.sns {
margin: 50px 0 50px;
padding: 10px;
background-color: #ffffff;
}
#content div.post-page div.sns h2 {
margin: 0 0 20px;
padding: 13px 0 10px;
color: #000000;
font-size: 22px;
line-height: 150%;
text-align: center;
border: none;
background-color: #f9f9f9;
}
#content div.post-page div.sns div.snsBox {
float: left;
width: 50%;
margin: 0;
padding: 0;
}
#content div.post-page div.sns div.snsBox h3.facebook {
margin: 0 0 20px;
padding: 13px 0 10px;
color: #ffffff;
font-size: 20px;
line-height: 150%;
text-align: center;
border: none;
background-color: #305097;
}
#content div.post-page div.sns div.snsBox h3.twitter {
margin: 0 0 20px;
padding: 13px 0 10px;
color: #ffffff;
font-size: 20px;
line-height: 150%;
text-align: center;
border: none;
background-color: #00aced;
}
#content div.post-page div.sns div.snsBox p {
margin: 0 20px 20px;
}


/* --- 検索 --- */
#content div.search {
width: 273px;
height: 27px;
margin: 50px auto 0;
padding: 0;
}
#content form.search {
width: 273px;
height: 27px;
position: relative;
margin: 0 0 50px;
padding: 0;
}
#content form.search input.textBox {
position: absolute;
top: 0;
left: 0;
width: 190px;
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;
}
#content form.search input.btn {
position: absolute;
top: 0;
left: 212px;
width: 60px;
height: 25px;
margin: 0;
padding: 0;
font-size: 15px;
line-height: 25px;
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;
}

/* --- ebookページ --- */
#content h1.type01 {
margin: 20px 0 40px;
padding: 0;
color: #000000;
font-size: 30px;
line-height: 150%;
border: none;
background-color: #ffffff;
}
#content div.ebookLeftBox {
float: left;
width: 600px;
margin: 0;
padding: 0;
}
#content div.ebookRightBox {
float: right;
width: 260px;
margin: 0;
padding: 40px 20px;
background-color: #4d4d4d;
}
#content div.ebookRightBox form {
margin: 0;
padding: 0;
}
#content div.ebookRightBox form input {
width: 230px;
height: 50px;
margin: 0 auto;
padding: 0 15px;
border: none;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#content div.ebookRightBox ul {
margin: 0;
padding: 0;
color: #ffffff;
line-height: 150%;
list-style-type: none;
}
#content div.ebookRightBox ul li {
margin: 0 0 15px;
padding: 0;
}
#content div.ebookRightBox ul li span {
margin: 0 0 0 10px;
color: #ff0000;
font-size: 13px;
}
#content div.ebookRightBox ul li a {
display: block;
width: 260px;
height: 50px;
margin: 30px auto 0;
padding: 0;
color: #ffffff;
font-weight: bold;
text-align: center;
line-height: 50px;
background-color: #00dc4e;
border-bottom: 5px solid #008c32;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#content div.ebookRightBox ul li a:hover {
text-decoration: none;
background-color: #00e651;
border-bottom: 5px solid #009836;
}
#content div.ebookRightBox p {
margin: 30px 0 0;
padding: 0;
font-size: 13px;
color: #ffffff;
line-height: 150%;
}
#content div.ebookRightBox p a {
color: #ffffff;
text-decoration: underline;
}

/* --- サンクスページ --- */
#content div.boxType01 {
margin: 0 0 50px;
padding: 30px;
background-color: #edeff4;
}
#content h2.type01 {
margin: 0 0 20px;
padding: 13px 0 10px 15px;
color: #000000;
font-size: 22px;
line-height: 150%;
border-left: 5px solid #00b9ef;
border-top: none;
border-right: none;
border-bottom: none;
background-color: #f9f9f9;
}

/* --- 404エラーページ --- */
#content div.popularPost ul.wpp-list {
margin: 0;
padding: 0;
line-height: 150%;
list-style-type: none;
}
#content div.popularPost ul.wpp-list li {
position: relative;
height: 60px;
margin: 0 0 10px;
padding: 0;
line-height: 60px;
background-color: #ffffff;
}
#content div.popularPost ul.wpp-list li:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#content div.popularPost ul.wpp-list li a {
display: block;
}
#content div.popularPost ul.wpp-list li a img {
display: block;
float: left;
width: 60px;
height: 60px;
margin: 0 20px 0 0;
padding: 0;
}
/* --- ランキング --- */
#content div.popularPost 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 div.popularPost 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 div.popularPost 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 div.popularPost 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 div.popularPost 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 div.popularPost 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 div.popularPost 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 div.popularPost 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 div.popularPost 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 div.popularPost 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 {
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: 40px 0 15px;
background-color: #00b9ef;
}

/* --- ナビ --- */
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;
}

footer ul.footerNavi {
margin: 0 0 30px;
padding: 0;
font-size: 13px;
line-height: 150%;
color: #ffffff;
text-align: center;
}
footer ul.footerNavi li {
display: inline;
margin: 0 15px;
padding: 0;
}

/* --- 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: 0;
color: #ffffff;
font-size: 10px;
text-align: center;
line-height: 100%;
}

/* --- リンク --- */
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 span {
width: 50px;
height: 50px;
display: block;
background: #b3b3b3 url(image/up-arrow.png) no-repeat center center;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
#backTop a:hover {
background-color: #dbdbdb;
text-decoration: none !important;
}

/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
.wide {
width: 99%;
}
.narrow {
width: 80px;
}
/* --- （複数行のテキスト入力欄） --- */
.wideArea {
width: 99%;
height: 10em;
}

/* --- ▲その他の設定終了 --- */


/* --- ボックスサイズ調整 --- */
#content div.width750 {
width: 750px;
margin: 0 auto;
padding: 0;
}

/* --- 表 --- */
#content table.type02 {
width: 100%;
margin: 0 0 40px;
border-collapse: collapse;
line-height: 180%;
}
#content table.type02 th,
#content table.type02 td {
padding: 10px 20px;
border-top: 1px #c0c0c0 solid;
border-bottom: 1px #c0c0c0 solid;
}
#content table.type02 th {
color: #000000;
font-weight: normal;
}
#content table.type02 th.nowrap,
#content table.type02 td.nowrap {
white-space: nowrap;
}
#content table.type02 th.width20,
#content table.type02 td.width20 {
width: 20%;
}
#content table.type02 th.width30,
#content table.type02 td.width30 {
width: 30%;
}

/* --- 2カラム（サイズ45%） --- */
#content div.left45pc {
float: left;
width: 45%;
margin: 0;
padding: 0;
}
#content div.right45pc {
float: right;
width: 45%;
margin: 0;
padding: 0;
}

/* --- Googleマップ（会社概要ページ） --- */
#content div.map {
width: 100%;
margin: 0 auto 40px;
padding: 0;
}
#content div.map iframe {
width: 100%;
height: 300px;
}

/* --- フォーム --- */
#content form.wpcf7-form {
width: 100%;
margin: 0;
padding: 0;
}
#content form.wpcf7-form table {
width: 100%;
margin: 0 0 40px;
padding: 0;
line-height: 200%;
border: 1px #c0c0c0 solid;
}
#content form.wpcf7-form th {
width: 100px;
padding: 10px;
font-weight: normal;
background-color: #f5f5f5;
border-bottom: 1px #c0c0c0 dotted;
text-align: left !important;
white-space: nowrap
}
#content form.wpcf7-form th span.required {
margin: 0 10px 0 0;
padding: 5px 12px;
font-size: 12px;
color: #ffffff;
background-color: #E9485A;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
#content form.wpcf7-form th span.any {
margin: 0 10px 0 0;
padding: 5px 12px;
font-size: 12px;
color: #ffffff;
background-color: #ffb380;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
#content form.wpcf7-form td {
padding: 10px;
background-color: #ffffff;
border-bottom: 1px #c0c0c0 dotted;
}
#content form.wpcf7-form span.supplement {
color: #808080;
font-size: 12px;
font-weight: normal;
}
#content form.wpcf7-form input,
#content form.wpcf7-form select,
#content form.wpcf7-form textarea {
font-size: 16px;
margin-bottom: 2px;
padding: 10px 5px;
}
#content form.wpcf7-form #wide {
width: 99%;
}
#content form.wpcf7-form #narrow {
width: 200px;
}
#content form.wpcf7-form #wideArea {
width: 99%;
height: 5em;
}
#content form.wpcf7-form p.button {
margin: 0;
padding: 0;
text-align: center;
}
#content form.wpcf7-form p.button input {
width: 400px;
height: 50px;
color: #ffffff;
font-size: 20px;
font-weight: normal;
text-align: center;
vertical-align: middle;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 5px solid #007ca0;
background-color: #00b9ef;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
cursor: pointer;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
-webkit-appearance: none;
}
#content form.wpcf7-form p.button input:hover {
border-bottom: 5px solid #00baf0;
background-color: #41d4ff;
}

/* --- 目次 --- */
#toc_container {
margin: 0 auto 40px !important;
}
#toc_container p.toc_title {
margin: 0 0 10px !important;
}
#toc_container ul.toc_list {
margin: 0 10px !important;
}
#toc_container ul.toc_list li {
margin: 0 0 10px 0 !important;
}
#toc_container ul.toc_list li ul {
margin: 10px 0 0 20px !important;
}

/* --- この記事を書いた人 --- */
#content div.author {
margin: 0 0 50px;
padding: 20px;
border: 20px solid #cdf4ff;
}
#content div.author div.image {
float: left;
width: 35%;
margin: 0;
padding: 0;
}
#content div.author div.image p.heading {
position: relative;
display: table;
margin: 0 auto 15px;
padding: 0 15px;
font-weight: bold;
background-color: #f5f5f5;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
#content div.author div.image p.heading::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -7px;
content: '';
width: 0;
height: 0;
border: 7px solid transparent;
border-top: 7px solid #f5f5f5;
}
#content div.author div.image p.image {
margin: 0 0 10px;
padding: 0;
text-align: center;
}
#content div.author div.image p.image img {
width: 80px;
height: auto;
}
#content div.author div.image p.name {
margin: 0;
padding: 0;
font-weight: bold;
text-align: center;
}
#content div.author div.text {
float: right;
width: 60%;
margin: 0;
padding: 0;
}
#content div.author div.text p {
margin: 0;
padding: 0;
}

/* --- reCAPTCHA v3のバッジ非表示 --- */
.grecaptcha-badge {
visibility: hidden;
}
.recaptcha_policy {
padding: 20px 0 0 !important;
margin: 0;
font-size: 12px;
}
