@charset "UTF-8";

/* --- ▼基本設定開始 --- */
/* --- 全体 --- */
body {
min-width: 1000px;
margin: 0;
padding: 0;
color: #333333;
font-size: 15px;
font-family : '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
background-color: #ffffff;
}

/* --- リンク基本設定 --- */
a:link {
color: #4682b4;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
a:visited { color: #386992; }
a:hover { color: #79a7cc; }
a:active { color: #00c0c0; }

/* --- リンク（アンダーライン無し） --- */
a.type01 {
text-decoration: none;
}
/* --- リンク（アンダーライン無し／マウスオーバーでアンダーライン有り） --- */
a.type02 {
text-decoration: none;
}
a.type02:hover {
text-decoration: underline;
}

/* 画像基本設定 */
img {
margin: 0;
padding: 0;
border: none;
max-width: 100%;
height: auto;
width /***/:auto;
}

/* --- 画像マウスオーバー --- */
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70); 
}

/* --- 画像左フロート --- */
img.floatLeft {
float: left;
margin: 0 30px 30px 0;
padding: 0;
}

/* --- 画像右フロート --- */
img.floatRight {
float: right;
margin: 0 0 30px 30px;
padding: 0;
}

/* --- 画像フロート等WP設定 --- */
img.aligncenter {
display: block;
margin: 0 auto 40px;
}
img.alignleft {
float: left;
margin: 0 30px 30px 0;
}
img.alignright {
float: right;
margin: 0 0 30px 30px;
}

/* --- 画像（円形） --- */
img.circle {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}

/* --- テキストフォント（明朝） --- */
.mincho {
font-family: "Vollkorn",serif;
}

/* --- テキスト太字 --- */
.bold {
font-weight: bold;
}

/* --- テキスト中央揃え --- */
.center {
text-align: center;
}

/* --- テキスト右揃え --- */
.right {
text-align: right;
}

/* --- テキスト左揃え --- */
.left {
text-align: left;
}

/* --- テキスト色（黒） --- */
.color00 {
color: #000000;
}
/* --- テキスト色（赤） --- */
.color01 {
color: #ff0000;
}
/* --- テキスト色（ポイント色1：オレンジ系） --- */
.color02 {
color: #e8390d;
}

/* --- テキストサイズ --- */
.size10 {font-size: 10px;}
.size11 {font-size: 11px;}
.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;}
.size31 {font-size: 31px;}
.size32 {font-size: 32px;}
.size33 {font-size: 33px;}
.size34 {font-size: 34px;}
.size35 {font-size: 35px;}
.size36 {font-size: 36px;}
.size37 {font-size: 37px;}
.size38 {font-size: 38px;}
.size39 {font-size: 39px;}
.size40 {font-size: 40px;}
.size41 {font-size: 41px;}
.size42 {font-size: 42px;}
.size43 {font-size: 43px;}
.size44 {font-size: 44px;}
.size45 {font-size: 45px;}

/* --- マージン --- */
.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;
}

/* --- ラインハイト --- */
.line-height-100 {
line-height: 100% !important;
}
.line-height-120 {
line-height: 150% !important;
}
.line-height-150 {
line-height: 150% !important;
}
.line-height-180 {
line-height: 180% !important;
}
.line-height-200 {
line-height: 200% !important;
}

/* --- 幅 --- */
.width-100pc {
width: 100% !important;
}
.width-90pc {
width: 90% !important;
}
.width-80pc {
width: 80% !important;
}
.width-70pc {
width: 70% !important;
}
.width-60pc {
width: 60% !important;
}
.width-50pc {
width: 50% !important;
}
.width-40pc {
width: 40% !important;
}
.width-30pc {
width: 30% !important;
}
.width-20pc {
width: 20% !important;
}
.width-10pc {
width: 10% !important;
}

/* --- ボーダーラディウス --- */
.border-radius-3 {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.border-radius-5 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.border-radius-10 {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.border-radius-15 {
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}
.border-radius-20 {
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}


/* --- コンテナ --- */
div.container {
position: relative;
width: 1000px;
margin: 0 auto;
padding: 0;
}
/* --- ▲基本設定開始 --- */

/* --- ▼ヘッダ内の設定開始 --- */
/* --- ヘッダ --- */
header {
margin: 0 0 3px;
padding: 0;
background-color: #ffffff;
}

/* --- オープニング --- */
header div.opening {
margin: 0 0 15px;
padding: 10px 0 7px;
background-color: #f5f5f5;
border-top: 5px solid #1d4436;
}
header div.opening h1,
header div.opening p {
margin: 0;
padding: 0;
font-size: 13px;
font-weight: normal;
line-height: 100%;
}

/* --- サイトタイトル --- */
header h1.siteTitle,
header p.siteTitle {
margin: 0 0 5px;
padding: 0;
font-size: 30px;
font-weight: normal;
line-height: 100%;
}
header h1.siteTitle a,
header p.siteTitle a {
color: #5d533c;
text-decoration: none;
}
header h1.siteTitle a:hover,
header p.siteTitle a:hover {
color: #9a8a64;
}

/* --- 店舗インフォメーション --- */
header ul.shopInformation {
position: absolute;
top: -5px;
right: 200px;
margin: 0;
padding: 0;
font-size: 12px;
color: #000000;
line-height: 100%;
list-style-type: none;
}
header ul.shopInformation li {
margin: 0 0 15px;
padding: 0;
}
header ul.shopInformation li:last-of-type {
margin: 0;
}
header ul.shopInformation li span {
margin: 0 5px 0 0;
padding: 0 7px;
color: #ffffff;
background-color: #e8390d;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

/* --- お問い合わせ --- */
header ul.contact {
position: absolute;
top: 10px;
right: 0;
margin: 0;
padding: 0;
color: #000000;
line-height: 100%;
text-align: center;
list-style-type: none;
}
header ul.contact li.message {
margin: 0 0 5px;
padding: 0 0 5px;
font-size: 12px;
border-bottom: 2px solid #e8390d;
}
header ul.contact li.tel {
margin: 0;
padding: 0;
font-size: 25px;
}

/* --- グローバルメニュー --- */
header nav {
margin: 0;
padding: 0;
box-shadow: 0 3px 3px rgba(180,180,180,0.5);
background-color: #1d4436;
}
header ul.glovalNavi {
width: 1002px;
margin: 0 auto;
padding: 5px 0;
text-align: center;
list-style-type: none;
}
header ul.glovalNavi li {
position: relative;
z-index: 500;
float: left;
width: 250px;
margin: 0;
padding: 0;
}
header ul.glovalNavi li:first-child {
border-left: 1px solid #050d0a;
}
header ul.glovalNavi li:last-child {
border-right: 1px solid #357d63;
}
header ul.glovalNavi li a {
display: block;
width: 248px;
height: 40px;
line-height: 40px;
color: #ffffff;
text-decoration: none;
text-shadow: 1px 1px 1px #050d0a;
border-left: 1px solid #357d63;
border-right: 1px solid #050d0a;
background-color: #1d4436;
}
header ul.glovalNavi li a:hover {
background-color: #357d63;
}
header ul.glovalNavi li ul.subMenu {
position: absolute;
left: 0;
width: 248px;
margin: 0 ;
padding: 0;
list-style-type: none;
display: none;
}
header ul.glovalNavi li ul.subMenu li {
width: 248px;
margin: 0;
padding: 0;
border: none;
}
header ul.glovalNavi li ul.subMenu li a {
width: 248px;
font-size: 13px;
color: #000000;
text-shadow: none;
line-height: 40px;
border-left: none;
border-right: none;
border-bottom: 1px dotted #c0c0c0;
background-color: rgba(255,255,255,0.9);
}
header ul.glovalNavi li ul.subMenu li a:hover {
background-color: #f9f9f9;
}
.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
/* --- ▲ヘッダ内の設定終了 --- */

/* --- ラッパー（左右に影有り） --- */
#wrapper {
width: 1000px;
margin: 0 auto;
padding: 0 20px 20px;
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
background-color: #ffffff;
box-shadow: 5px 0 5px -2px rgba(180,180,180,0.5), -5px 0 5px -2px rgba(180,180,180,0.5);
}

/* --- ▼コンテンツ内の設定開始 --- */
/* --- コンテンツ --- */
#content {
margin: 0 auto;
padding: 0 0 20px;
}

/* --- アイキャッチエリア（トップページ） --- */
#content div.eyecatch {
position: relative;
width: 100%;
min-width: 1000px;
min-height: 500px;
margin: 0 0 50px;
padding: 0;
background: url(../image/eyecatch-back.jpg) no-repeat;
background-position: center center;
background-size: 100%;
}
#content div.eyecatch::before{
position: absolute;
display: block;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.5),inset 0 0 400px rgba(255, 255, 255, 0.2);
}
#content div.eyecatch p {
width: 100%;
position: absolute;
top: 50%;
margin: -25px 0 0;
padding: 0;
font-size: 50px;
line-height: 100%;
color: #ffffff;
font-weight: bold;
text-align: center;
text-shadow: 0 3px 5px #000;
}

/* --- パンくずリスト（下層ページ） --- */
#content div.breadcrumbs {
margin: 0;
padding: 20px 0;
font-size: 13px;
}

/* --- アーティクル（共通設定） --- */
#content article {
margin: 0;
padding: 0;
}

/* --- セクション（共通設定） --- */
#content section {
margin: 0 0 50px;
padding: 0;
}
#content div.section {
margin: 0 0 50px;
padding: 0;
}

/* --- 見出し・段落・リスト（基本設定） --- */
#content h1 {
margin: 0 0 40px;
padding: 0;
color: #000000;
font-size: 35px;
line-height: 180%;
}

#content h2 {
margin: 0 0 40px;
padding: 0;
color: #000000;
font-size: 30px;
line-height: 180%;
}

#content h3 {
margin: 0 0 20px;
padding: 0;
font-size: 22px;
color: #000000;
line-height: 180%;
}

#content h4 {
margin: 0 0 20px;
padding: 0;
font-size: 18px;
line-height: 180%;
}

#content h5 {
margin: 0 0 20px;
padding: 0;
font-size: 17px;
line-height: 180%;
}

#content h6 {
margin: 0 0 20px;
padding: 0;
font-size: 16px;
line-height: 180%;
}

#content p {
margin: 0 0 40px;
padding: 0;
line-height: 200%;
}

#content ul,
#content ol {
margin: 0 0 40px 20px;
padding: 0;
line-height: 200%;
}
#content ul li,
#content ol li {
margin: 0;
padding: 0;
}

/* --- 見出し・段落・リスト（デザインタイプ） --- */
/* --- h1（下ボーダー） --- */
#content h1.type01 {
margin: 0 0 40px;
padding: 0;
border-bottom: 1px solid #000000;
}
/* --- h1（背景色＋左ボーダー） --- */
#content h1.type02 {
margin: 0 0 40px;
padding: 13px 0 10px 20px;
border-left: 10px solid #1d4436;
background-color: #f6f0ea;
}
/* --- h1（背景色＋上ボーダー） --- */
#content h1.type03 {
margin: 0 0 40px;
padding: 13px 0 10px 20px;
border-top: 10px solid #1d4436;
background-color: #f6f0ea;
}
/* --- h1（背景色＋アクセント） --- */
#content h1.type04 {
position: relative;
margin: 0 0 40px;
padding: 13px 0 10px 40px;
background-color: #f6f0ea;
}
#content h1.type04::after {
position: absolute;
top: 50%;
left: 0;
content: '';
height: 20px;
width: 20px;
margin-top: -10px;
background-color: #1d4436;
}

/* --- h2（背景色＋文字白） --- */
#content h2.type01 {
margin: 0 0 40px;
padding: 8px 0 5px 20px;
color: #ffffff;
background-color: #1d4436;
}
/* --- h2（下ボーダー） --- */
#content h2.type02 {
margin: 0 0 40px;
padding: 0;
border-bottom: 1px solid #000000;
}
/* --- h2（下線） --- */
#content h2.type03 {
position: relative;
margin: 0 0 40px;
padding: 0;
border-bottom: 2px solid #c0c0c0;
}
#content h2.type03::after {
position: absolute;
bottom: -2px;
left: 0;
z-index: 2;
content: '';
width: 200px;
height: 2px;
background-color: #1d4436;
}
/* --- h2（中線） --- */
#content h2.type04 {
margin: 0 0 40px;
padding: 0;
overflow: hidden;
}
#content h2.type04 span {
position: relative;
margin: 0;
padding: 0 30px 0 0;
}
#content h2.type04 span::after {
position: absolute;
top: 50%;
left: 100%;
content: '';
width: 1000%;
height: 1px;
background-color: #000000;
}
/* --- h2（中線＋中央） --- */
#content h2.type05{
width: 760px;
margin: 0 auto 40px;
padding: 0;
text-align: center;
overflow: hidden;
}
#content h2.type05 span {
position: relative;
margin: 0;
padding: 0 30px;
}
#content h2.type05 span::before,
#content h2.type05 span::after {
position: absolute;
top: 50%;
content: '';
width: 1000%;
height: 1px;
background-color: #000000;
}
#content h2.type05 span::before {
right: 100%;
}
#content h2.type05 span::after {
left: 100%;
}
/* --- h2（上ボーダー＋中央） --- */
#content h2.type06 {
display: table;
margin: 0 auto 40px;
padding: 8px 0 0;
border-top: 5px solid #1d4436;
}
/* --- h2（枠線） --- */
#content h2.type07 {
margin: 0 0 40px;
padding: 8px 20px 5px 20px;
border: 2px solid #1d4436;
}
/* --- h2（枠線＋アクセント） --- */
#content h2.type08 {
position: relative;
margin: 0 0 40px;
padding: 8px 20px 5px 35px;
border: 1px solid #f6f0ea;
}
#content h2.type08::after {
position: absolute;
top: 0.5em;
left: 15px;
content: '';
width: 5px;
height: -webkit-calc(100% - 1em);
height: calc(100% - 1em);
background-color: #1d4436;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
/* --- h2（背景色＋黒文字） --- */
#content h2.type09 {
margin: 0 0 40px;
padding: 8px 0 5px 20px;
background-color: #ffeceb;
}
/* --- h2（吹出し（左）＋背景色＋白文字） --- */
#content h2.type10 {
position: relative;
margin: 0 0 40px;
padding: 8px 20px 5px 20px;
color: #ffffff;
background-color: #1d4436;
}
#content h2.type10::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #1d4436;
}
/* --- h2（吹出し（中央）＋背景色＋白文字） --- */
#content h2.type11 {
position: relative;
margin: 0 0 40px;
padding: 8px 20px 5px 20px;
color: #ffffff;
background-color: #1d4436;
}
#content h2.type11::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #1d4436;
}
/* --- h2（吹出し（左）＋背景色＋黒文字） --- */
#content h2.type12 {
position: relative;
margin: 0 0 40px;
padding: 8px 20px 5px 20px;
background-color: #ffeceb;
}
#content h2.type12::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #ffeceb;
}
/* --- h2（吹出し（中央）＋背景色＋黒文字） --- */
#content h2.type13 {
position: relative;
margin: 0 0 40px;
padding: 8px 20px 5px 20px;
background-color: #ffeceb;
}
#content h2.type13::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #ffeceb;
}
/* --- h2（ボーダー吹出し（左）＋黒文字） --- */
#content h2.type14 {
position: relative;
margin: 0 0 40px;
padding: 8px 20px 5px 20px;
border: 1px solid #1d4436;
background-color: #ffffff;
}
#content h2.type14::before,
#content h2.type14::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
}
#content h2.type14::before {
border-top: 20px solid #1d4436;
}
#content h2.type14::after {
margin-top: -2px;
border-top: 20px solid #ffffff;
}
/* --- h2（ボーダー吹出し（中央）＋黒文字） --- */
#content h2.type15 {
position: relative;
margin: 0 0 40px;
padding: 8px 20px 5px 20px;
border: 1px solid #1d4436;
background-color: #ffffff;
}
#content h2.type15::before,
#content h2.type15::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
}
#content h2.type15::before {
border-top: 20px solid #1d4436;
}
#content h2.type15::after {
margin-top: -2px;
border-top: 20px solid #ffffff;
}
/* --- h2（下マーカー線） --- */
#content h2.type16 {
position: relative;
display: inline-block;
margin: 0 0 40px;
padding: 0;
}
#content h2.type16::after {
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 100%;
height: 10px;
background-color: #ffeceb;
}

/* --- h3（下ボーダー） --- */
#content h3.type01 {
margin: 0 0 20px;
padding: 0;
border-bottom: 1px solid #000000;
}
/* --- h3（背景色＋文字黒） --- */
#content h3.type02 {
margin: 0 0 20px;
padding: 8px 20px 5px 20px;
background-color: #ffeceb;
}
/* --- h3（枠線） --- */
#content h3.type03 {
margin: 0 0 20px;
padding: 8px 20px 5px 20px;
border: 2px solid #1d4436;
}
/* --- h3（枠線＋アクセント） --- */
#content h3.type04 {
position: relative;
margin: 0 0 20px;
padding: 8px 20px 5px 35px;
border: 1px solid #f6f0ea;
}
#content h3.type04::after {
position: absolute;
top: 0.5em;
left: 15px;
content: '';
width: 5px;
height: -webkit-calc(100% - 1em);
height: calc(100% - 1em);
background-color: #1d4436;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
/* --- h3（吹出し（左）＋背景色＋白文字） --- */
#content h3.type05 {
position: relative;
margin: 0 0 30px;
padding: 8px 20px 5px 20px;
color: #ffffff;
background-color: #1d4436;
}
#content h3.type05::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #1d4436;
}
/* --- h3（吹出し（中央）＋背景色＋白文字） --- */
#content h3.type06 {
position: relative;
margin: 0 0 30px;
padding: 8px 20px 5px 20px;
color: #ffffff;
background-color: #1d4436;
}
#content h3.type06::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #1d4436;
}
/* --- h3（吹出し（左）＋背景色＋黒文字） --- */
#content h3.type07 {
position: relative;
margin: 0 0 30px;
padding: 8px 20px 5px 20px;
background-color: #ffeceb;
}
#content h3.type07::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #ffeceb;
}
/* --- h3（吹出し（中央）＋背景色＋黒文字） --- */
#content h3.type08 {
position: relative;
margin: 0 0 30px;
padding: 8px 20px 5px 20px;
background-color: #ffeceb;
}
#content h3.type08::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #ffeceb;
}
/* --- h3（ボーダー吹出し（左）＋黒文字） --- */
#content h3.type09 {
position: relative;
margin: 0 0 30px;
padding: 8px 20px 5px 20px;
border: 1px solid #1d4436;
background-color: #ffffff;
}
#content h3.type09::before,
#content h3.type09::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
}
#content h3.type09::before {
border-top: 20px solid #1d4436;
}
#content h3.type09::after {
margin-top: -2px;
border-top: 20px solid #ffffff;
}
/* --- h3（ボーダー吹出し（中央）＋黒文字） --- */
#content h3.type10 {
position: relative;
margin: 0 0 30px;
padding: 8px 20px 5px 20px;
border: 1px solid #1d4436;
background-color: #ffffff;
}
#content h3.type10::before,
#content h3.type10::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -20px;
content: '';
width: 0;
height: 0;
border: 20px solid transparent;
}
#content h3.type10::before {
border-top: 20px solid #1d4436;
}
#content h3.type10::after {
margin-top: -2px;
border-top: 20px solid #ffffff;
}
/* --- h3（下マーカー線） --- */
#content h3.type11 {
position: relative;
display: inline-block;
margin: 0 0 20px;
padding: 0;
}
#content h3.type11::after {
position: absolute;
bottom: 0;
left: 0;
content: '';
width: 100%;
height: 10px;
background-color: #ffeceb;
}

/* --- ul（リストマーカー無し） --- */
#content ul.type01 {
margin: 0 0 40px;
padding: 0;
line-height: 200%;
list-style-type: none;
}
#content ul.type01 li {
margin: 0;
padding: 0;
}
/* --- ul（リストマーカー無し＋中央） --- */
#content ul.type02 {
display: table;
margin: 0 auto 40px;
padding: 0;
line-height: 200%;
list-style-type: none;
}
#content ul.type02 li {
margin: 0;
padding: 0;
}
/* --- ul（リストマーカー有り＋2列） --- */
#content ul.type03 {
margin: 0 0 40px 20px;
padding: 0;
line-height: 200%;
}
#content ul.type03 li {
float: left;
width: 45%;
margin: 0 5% 0 0;
padding: 0;
}
/* --- ul（リストマーカー無し＋2列） --- */
#content ul.type04 {
margin: 0 0 40px;
padding: 0;
line-height: 200%;
list-style-type: none;
}
#content ul.type04 li {
float: left;
width: 45%;
margin: 0 5% 0 0;
padding: 0;
}

/*===============================================
1カラム・2カラム共通のデザイン
===============================================*/

/* --- ボックス（背景色） --- */
#content div.boxType01 {
margin: 0 auto 40px;
padding: 20px;
background-color: #f9f9f9;
}

/* --- ボックス（背景色＋ボーダー） --- */
#content div.boxType02 {
margin: 0 auto 40px;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #c0c0c0;
}

/* --- ボックス（ボーダー＋角アクセント） --- */
#content div.boxType03 {
position: relative;
margin: 0 auto 40px;
padding: 20px;
background-color: #ffffff;
border: 2px solid #1d4436;
}
#content div.boxType03::before {
position: absolute;
top: -10px;
left: -10px;
content: '';
width: 0;
height: 0;
border: 10px solid transparent;
border-right: 10px solid #1d4436;
transform: rotate(45deg);
}
#content div.boxType03::after {
position: absolute;
bottom: -10px;
right: -10px;
content: '';
width: 0;
height: 0;
border: 10px solid transparent;
border-left: 10px solid #1d4436;
transform: rotate(45deg);
}

/* --- ボックス（格子） --- */
#content div.boxType04 {
margin: 0 auto 40px;
padding: 20px;
background: url(image/lattice.png);
}

/* --- ボックス（下ボーダー） --- */
#content div.boxType05 {
margin: 0 auto 40px;
padding: 0 0 20px;
border-bottom: 1px solid #c0c0c0;
}

/* --- ボックス（お問い合わせ） --- */
#content div.contact {
margin: 0 0 40px;
padding: 0 0 40px;
border: 3px solid #1d4436;
background-color: #ffffff;
}

/* --- ポイント（ul） --- */
#content ul.pointType01 {
margin: 0 0 30px;
padding: 0;
list-style-type: none;
}
#content ul.pointType01 li {
min-height: 30px;
margin: 0 0 10px 0;
padding: 5px 10px;
border: 2px solid #000000;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background-color: #ffffff;
}
#content ul.pointType01 li span.number {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
margin: 0 15px 0 0;
padding: 0;
color: #ffffff;
font-weight: bold;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: #1d4436;
}

/* --- ポイント（h2、h3） --- */
#content h2.pointType01,
#content h3.pointType01 {
min-height: 30px;
margin: 0 0 10px 0;
padding: 5px 10px;
font-weight: normal;
border: 2px solid #000000;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background-color: #ffffff;
}
#content h2.pointType01 span.number,
#content h3.pointType01 span.number {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
margin: 0 15px 0 0;
padding: 0;
color: #ffffff;
font-weight: bold;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: #1d4436;
}

/* --- faq --- */
#content ol.faq {
margin: 0 0 40px;
padding: 0;
list-style-type: none;
}
#content ol.faq li {
margin: 0 0 20px;
padding: 0;
border-bottom: 1px #c0c0c0 dotted;
}
#content ol.faq dl {
margin: 0;
padding: 0;
}
#content ol.faq dt {
margin: 0 0 15px;
padding: 0 0 0 40px;
background: url(image/question.png) no-repeat left top;
color: #000000;
font-weight: bold;
line-height: 150%;
}
#content ol.faq dd {
margin: 0 0 20px;
padding: 0 0 0 40px;
background: url(image/answer.png) no-repeat left 5px;
line-height: 200%;
}

/* --- faq（アコーディオン） --- */
#content dl.faq {
margin: 0 0 40px;
padding: 0;
}
#content dl.faq dt.accordionHead {
cursor:pointer;
margin: 0 0 15px;
padding: 0 0 0 40px;
color: #000000;
font-weight: bold;
line-height: 150%;
background: url(image/question.png) no-repeat left top;
}
#content dl.faq dt.accordionHead:hover {
text-decoration: underline;
}
#content dl.faq dd.accordionContent {
margin: 0 0 20px;
padding: 5px 5px 5px 40px;
line-height: 200%;
background: #f9f9f9 url(image/answer.png) no-repeat 5px 5px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

/* --- 新着情報（2行） --- */
#content dl.updateType01 {
margin: 0 0 40px;
padding: 0;
line-height: 150%;
}
#content dl.updateType01 dt {
margin: 0 0 10px;
padding: 0;
font-size: 13px;
}
#content dl.updateType01 dt span {
display: inline-block;
width: 100px;
margin: 0 0 0 25px;
padding: 0 5px;
text-align: center;
color: #ffffff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
#content dl.updateType01 dt span.type01 {
background-color: #e8390d;
}
#content dl.updateType01 dt span.type02 {
background-color: #3a7a6f;
}
#content dl.updateType01 dt span.type03 {
background-color: #4682b4;
}
#content dl.updateType01 dt span.type04 {
background-color: #ff7f2a;
}
#content dl.updateType01 dt span.type05 {
background-color: #de87cd;
}
#content dl.updateType01 dd {
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px dotted #c0c0c0;
}
#content dl.updateType01 a {
text-decoration: none;
}
#content dl.updateType01 a:hover {
text-decoration: underline;
}

/* --- 新着情報（1行） --- */
#content dl.updateType02 {
margin: 0 0 40px;
padding: 0;
line-height: 150%;
}
#content dl.updateType02 dt {
width: 250px;
float: left;
margin: 0;
padding: 12px 0 6px 0;
font-size: 13px;
}
#content dl.updateType02 dt span {
display: inline-block;
width: 100px;
margin: 0 0 0 25px;
padding: 0 5px;
text-align: center;
color: #ffffff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
#content dl.updateType02 dt span.type01 {
background-color: #e8390d;
}
#content dl.updateType02 dt span.type02 {
background-color: #3a7a6f;
}
#content dl.updateType02 dt span.type03 {
background-color: #4682b4;
}
#content dl.updateType02 dt span.type04 {
background-color: #ff7f2a;
}
#content dl.updateType02 dt span.type05 {
background-color: #de87cd;
}
#content dl.updateType02 dd {
margin: 0;
padding: 12px 0 6px 250px;
}
#content dl.updateType02 a {
text-decoration: none;
}
#content dl.updateType02 a:hover {
text-decoration: underline;
}

/* --- フロー（説明有り） --- */
#content ol.flowType01 {
margin: 0 0 40px;
padding: 0;
list-style-type: none;
}
#content ol.flowType01 li {
position: relative;
margin: 0 0 15px; 
padding: 0 0 40px;
}
#content ol.flowType01 li::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
color: #ffeceb;
font-size: 80px;
font-family: FontAwesome;
content: '\f0d7';
text-align: center;
margin: 0; 
padding: 0;
}
#content ol.flowType01 li:last-of-type::after {
content:none;
}
#content ol.flowType01 li dl {
margin: 0;
padding: 0;
border: 1px #c0c0c0 solid;
}
#content ol.flowType01 li dl dt {
margin: 0;
padding: 15px 20px 12px;
font-weight: bold;
line-height: 180%;
color: #000000;
border-bottom: 1px #c0c0c0 solid;
background-color: #f9f9f9;
}
#content ol.flowType01 li dl dt span.number {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
margin: 0 15px 0 0;
padding: 0;
color: #ffffff;
font-weight: bold;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: #1d4436;
}
#content ol.flowType01 li dl dd {
margin: 0;
padding: 15px 20px;
line-height: 180%;
background-color: #ffffff;
}
#content ol.flowType01 li dl dd p:last-child {
margin: 0;
}
/* --- フロー（説明無し） --- */
#content ol.flowType02 {
margin: 0 0 40px;
padding: 0;
list-style-type: none;
}
#content ol.flowType02 li {
position: relative;
margin: 0 0 50px; 
padding: 15px 20px 12px;
font-weight: bold;
line-height: 100%;
color: #000000;
border: 1px #c0c0c0 solid;
}
#content ol.flowType02 li span.number {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
margin: 0 15px 0 0;
padding: 0;
color: #ffffff;
font-weight: bold;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: #1d4436;
}
#content ol.flowType02 li::after {
position: absolute;
bottom: -30px;
left: 0;
width: 100%;
color: #ffeceb;
font-size: 80px;
font-family: FontAwesome;
content: '\f0d7';
text-align: center;
margin: 0; 
padding: 0;
}
#content ol.flowType02 li:last-of-type::after {
content:none;
}

/* --- 引用 --- */
#content blockquote {
position: relative;
margin: 0 0 40px;
padding: 40px 70px 1px;
background-color: #f9f9f9;
}
#content blockquote::before {
content: "“";
font-size: 500%;
line-height: 1em;
font-family: "ＭＳ Ｐゴシック",sans-serif;
color: #808080;
position: absolute;
left: 10px;
top: 10px;
}
#content blockquote::after {
content: "”";
font-size: 500%;
line-height: 0em;
font-family: "ＭＳ Ｐゴシック",sans-serif;
color: #808080;
position: absolute;
right: 10px;
bottom: 0;
}

/* --- 背景(テーマ色） --- */
span.bgType01 {
padding: 2px 20px 1px;
color: #ffffff;
background-color: #1d4436;
}
/* --- 背景(テーマ色薄い） --- */
span.bgType02 {
padding: 2px 20px 1px;
background-color: #ffeceb;
}
/* --- 背景(ポイント色） --- */
span.bgType03 {
padding: 2px 20px 1px;
color: #ffffff;
background-color: #e8390d;
}
/* --- 背景(テーマ色＋吹出し） --- */
span.bgType04 {
position: relative;
padding: 2px 20px 1px;
color: #ffffff;
background-color: #1d4436;
}
span.bgType04::after {
position: absolute;
top: 100%;
left: 10px;
content: '';
width: 0;
height: 0;
border: 5px solid transparent;
border-top: 10px solid #1d4436;
}
/* --- 背景(テーマ色薄い＋吹出し） --- */
span.bgType05 {
position: relative;
padding: 2px 20px 1px;
background-color: #ffeceb;
}
span.bgType05::after {
position: absolute;
top: 100%;
left: 10px;
content: '';
width: 0;
height: 0;
border: 5px solid transparent;
border-top: 10px solid #ffeceb;
}
/* --- 背景(ポイント色＋吹出し） --- */
span.bgType06 {
position: relative;
padding: 2px 20px 1px;
color: #ffffff;
background-color: #e8390d;
}
span.bgType06::after {
position: absolute;
top: 100%;
left: 10px;
content: '';
width: 0;
height: 0;
border: 5px solid transparent;
border-top: 10px solid #e8390d;
}

/* --- 番号（円） --- */
.pointCircle01 {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.pointCircle01::after {
position: absolute;
top: -10px;
left: -10px;
content: '1';
width: 30px;
height: 30px;
line-height: 30px;
color: #ffffff;
font-weight: bold;
text-align: center;
background-color: #1d4436;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.pointCircle02 {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.pointCircle02::after {
position: absolute;
top: -10px;
left: -10px;
content: '2';
width: 30px;
height: 30px;
line-height: 30px;
color: #ffffff;
font-weight: bold;
text-align: center;
background-color: #1d4436;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.pointCircle03 {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.pointCircle03::after {
position: absolute;
top: -10px;
left: -10px;
content: '3';
width: 30px;
height: 30px;
line-height: 30px;
color: #ffffff;
font-weight: bold;
text-align: center;
background-color: #1d4436;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}

/* --- 番号（ひし形） --- */
.pointDiamond01 {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.pointDiamond01::before {
position: absolute;
top: -10px;
left: -10px;
content: '';
width: 30px;
height: 30px;
background-color: #1d4436;
transform: rotate(-45deg);
}
.pointDiamond01::after {
position: absolute;
top: -10px;
left: -10px;
content: '1';
width: 30px;
height: 30px;
line-height: 30px;
color: #ffffff;
font-weight: bold;
text-align: center;
}
.pointDiamond02 {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.pointDiamond02::before {
position: absolute;
top: -10px;
left: -10px;
content: '';
width: 30px;
height: 30px;
background-color: #1d4436;
transform: rotate(-45deg);
}
.pointDiamond02::after {
position: absolute;
top: -10px;
left: -10px;
content: '2';
width: 30px;
height: 30px;
line-height: 30px;
color: #ffffff;
font-weight: bold;
text-align: center;
}
.pointDiamond03 {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.pointDiamond03::before {
position: absolute;
top: -10px;
left: -10px;
content: '';
width: 30px;
height: 30px;
background-color: #1d4436;
transform: rotate(-45deg);
}
.pointDiamond03::after {
position: absolute;
top: -10px;
left: -10px;
content: '3';
width: 30px;
height: 30px;
line-height: 30px;
color: #ffffff;
font-weight: bold;
text-align: center;
}

/* --- 表 --- */
#content table.type01 {
width: 100%;
margin: 0 0 40px;
border: 1px #c0c0c0 solid;
border-collapse: collapse;
line-height: 180%;
}
#content table.type01 th,
#content table.type01 td {
padding: 6px 20px;
border: 1px #c0c0c0 solid;
}
#content table.type01 th {
color: #000000;
font-weight: normal;
background-color: #f9f9f9;
}
#content table.type01 th.nowrap,
#content table.type01 td.nowrap {
white-space: nowrap;
}
#content table.type01 th.width20,
#content table.type01 td.width20 {
width: 20%;
}
#content table.type01 th.width30,
#content table.type01 td.width30 {
width: 30%;
}

/* --- ボタン（高め） --- */
a.btnType01 {
display:inline-block;
margin: 0;
padding: 10px 30px;
color: #ffffff;
text-decoration: none;
text-align: center;
background-color: #ff7f2a;
}
a.btnType01:hover {
background-color: #ffb07b;
}
/* --- ボタン（高め＋前方にアクセント） --- */
a.btnType02 {
position: relative;
display:inline-block;
margin: 0;
padding: 10px 30px;
color: #ffffff;
text-decoration: none;
text-align: center;
background-color: #ff7f2a;
}
a.btnType02::after {
position: absolute;
top: 50%;
left: 15px;
font-size: 15px;
margin: -15px 0 0;
padding: 0;
font-family: FontAwesome;
content: '\f105';
}
a.btnType02:hover {
background-color: #ffb07b;
}
/* --- ボタン（高め＋後方にアクセント） --- */
a.btnType03 {
position: relative;
display:inline-block;
margin: 0;
padding: 10px 30px;
color: #ffffff;
text-decoration: none;
text-align: center;
background-color: #ff7f2a;
}
a.btnType03::after {
position: absolute;
top: 50%;
right: 15px;
font-size: 15px;
margin: -15px 0 0;
padding: 0;
font-family: FontAwesome;
content: '\f105';
}
a.btnType03:hover {
background-color: #ffb07b;
}
/* --- ボタン（低め） --- */
a.btnType04 {
display:inline-block;
margin: 0;
padding: 2px 30px 0;
color: #ffffff;
text-decoration: none;
text-align: center;
background-color: #ff7f2a;
}
a.btnType04:hover {
background-color: #ffb07b;
}
/* --- ボタン（低め＋前方にアクセント） --- */
a.btnType05 {
position: relative;
display:inline-block;
margin: 0;
padding: 2px 30px 0;
color: #ffffff;
text-decoration: none;
text-align: center;
background-color: #ff7f2a;
}
a.btnType05::after {
position: absolute;
top: 50%;
left: 15px;
font-size: 15px;
margin: -15px 0 0;
padding: 0;
font-family: FontAwesome;
content: '\f105';
}
a.btnType05:hover {
background-color: #ffb07b;
}
/* --- ボタン（低め＋後方にアクセント） --- */
a.btnType06 {
position: relative;
display:inline-block;
margin: 0;
padding: 2px 30px 0;
color: #ffffff;
text-decoration: none;
text-align: center;
background-color: #ff7f2a;
}
a.btnType06::after {
position: absolute;
top: 50%;
right: 15px;
font-size: 15px;
margin: -15px 0 0;
padding: 0;
font-family: FontAwesome;
content: '\f105';
}
a.btnType06:hover {
background-color: #ffb07b;
}
/* --- ボタン（大きい） --- */
a.btnType07 {
display:inline-block;
width: 650px;
margin: 0;
padding: 20px 0 15px;
font-size: 30px;
color: #ffffff;
text-decoration: none;
text-align: center;
border-bottom: 5px solid #ff5853;
background-color: #e8390d;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
a.btnType07:hover {
border-bottom: 5px solid #e8390d;
background-color: #ffa6a3;
}

/* --- フォーム --- */
#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: 150%;
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 #narrow02 {
width: 50px;
}
#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 #e51f20;
background-color: #ff4142;
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-right: 2px solid #e94344;
border-bottom: 5px solid #e94344;
background-color: #ff696a;
}

/*===============================================
1カラムのデザイン
===============================================*/
/* --- コンテンツ01（背景色） --- */
#content div.content01 {
margin: 0 0 50px;
padding: 50px 0 1px;
background-color: #f6f0ea;
}
/* --- コンテンツ02（格子） --- */
#content div.content02 {
margin: 0 0 50px;
padding: 50px 0 1px;
background: url(image/lattice.png);
}

/* --- 2カラム（サイズ450px） --- */
#content div.left450 {
float: left;
width: 450px;
margin: 0;
padding: 0;
}
#content div.right450 {
float: right;
width: 450px;
margin: 0;
padding: 0;
}

/* --- 3カラム --- */
#content div.column3Type01 {
margin: 0 0 40px;
padding: 0;
}
#content div.column3Type01 div {
float: left;
width: 300px;
margin: 0 50px 0 0;
padding: 0;
}
#content div.column3Type01 div:last-of-type {
margin: 0;
}

/* --- 4カラム --- */
#content div.column4Type01 {
margin: 0 0 40px;
padding: 0;
}
#content div.column4Type01 div {
float: left;
width: 235px;
margin: 0 20px 0 0;
padding: 0;
}
#content div.column4Type01 div:last-of-type {
margin: 0;
}

/* --- 横並びリスト（3つ） --- */
#content ul.itemListType01 {
margin: 0 0 40px;
padding: 0;
line-height: 180%;
list-style-type: none;
}
#content ul.itemListType01 li {
position: relative;
float: left;
width: 300px;
margin: 0 50px 20px 0;
padding: 0;
}
#content ul.itemListType01 li:nth-of-type(3n) {
margin: 0 0 20px 0;
}
#content ul.itemListType01 li a.btn {
text-decoration: none;
}
#content ul.itemListType01 li a.btn img{
margin: 0;
padding: 0;
vertical-align: bottom;
}
#content ul.itemListType01 li a.btn span.caption {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
margin: 0;
padding: 10px 0;
color: #ffffff;
text-align: center;
background-color: rgba(20,80,170,0.6);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
#content ul.itemListType01 li a.btn:hover span.caption {
padding: 10px 0 30px;
}

/* --- 横並びリスト（4つ） --- */
#content ul.itemListType02 {
margin: 0 0 40px;
padding: 0;
line-height: 180%;
list-style-type: none;
}
#content ul.itemListType02 li {
position: relative;
float: left;
width: 235px;
margin: 0 20px 20px 0;
padding: 0;
}
#content ul.itemListType02 li:nth-of-type(4n) {
margin: 0 0 20px 0;
}
#content ul.itemListType02 li a.btn {
text-decoration: none;
}
#content ul.itemListType02 li a.btn img{
margin: 0;
padding: 0;
vertical-align: bottom;
}
#content ul.itemListType02 li a.btn span.caption {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
margin: 0;
padding: 10px 0;
color: #ffffff;
text-align: center;
background-color: rgba(20,80,170,0.6);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
#content ul.itemListType02 li a.btn:hover span.caption {
padding: 10px 0 30px;
}

/* --- 横並びリスト（5つ） --- */
#content ul.itemListType03 {
margin: 0 0 40px;
padding: 0;
line-height: 180%;
list-style-type: none;
}
#content ul.itemListType03 li {
position: relative;
float: left;
width: 192px;
margin: 0 10px 20px 0;
padding: 0;
}
#content ul.itemListType03 li:nth-of-type(5n) {
margin: 0 0 20px 0;
}
#content ul.itemListType03 li a.btn {
text-decoration: none;
}
#content ul.itemListType03 li a.btn img{
margin: 0;
padding: 0;
vertical-align: bottom;
}
#content ul.itemListType03 li a.btn span.caption {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
margin: 0;
padding: 10px 0;
color: #ffffff;
text-align: center;
background-color: rgba(20,80,170,0.6);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
#content ul.itemListType03 li a.btn:hover span.caption {
padding: 10px 0 30px;
}


/*===============================================
2カラムのデザイン
===============================================*/
/* --- 2カラム（左440px　右300px） --- */
#content div.left440 {
float: left;
width: 440px;
margin: 0;
padding: 0;
}
#content div.right300 {
float: right;
width: 300px;
margin: 0;
padding: 0;
}

/* --- 2カラム（左300px　右440px） --- */
#content div.left300 {
float: left;
width: 300px;
margin: 0;
padding: 0;
}
#content div.right440 {
float: right;
width: 440px;
margin: 0;
padding: 0;
}

/* --- 2カラム（サイズ360px） --- */
#content div.left360 {
float: left;
width: 360px;
margin: 0;
padding: 0;
}
#content div.right360 {
float: right;
width: 360px;
margin: 0;
padding: 0;
}

/* --- 3カラム --- */
#content div.column3Type02 {
margin: 0 0 40px;
padding: 0;
}
#content div.column3Type02 div {
float: left;
width: 240px;
margin: 0 20px 0 0;
padding: 0;
}
#content div.column3Type02 div:last-of-type {
margin: 0;
}

/* --- 4カラム --- */
#content div.column4Type02 {
margin: 0 0 40px;
padding: 0;
}
#content div.column4Type02 div {
float: left;
width: 181px;
margin: 0 12px 0 0;
padding: 0;
}
#content div.column4Type02 div:last-of-type {
margin: 0;
}

/* --- 横並びリスト（3つ） --- */
#content ul.itemListType04 {
margin: 0 0 40px;
padding: 0;
line-height: 180%;
list-style-type: none;
}
#content ul.itemListType04 li {
position: relative;
float: left;
width: 240px;
margin: 0 20px 20px 0;
padding: 0;
}
#content ul.itemListType04 li:nth-of-type(3n) {
margin: 0 0 20px 0;
}
#content ul.itemListType04 li a.btn {
text-decoration: none;
}
#content ul.itemListType04 li a.btn img{
margin: 0;
padding: 0;
vertical-align: bottom;
}
#content ul.itemListType04 li a.btn span.caption {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
margin: 0;
padding: 10px 0;
color: #ffffff;
text-align: center;
background-color: rgba(20,80,170,0.6);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
#content ul.itemListType04 li a.btn:hover span.caption {
padding: 10px 0 30px;
}

/* --- 横並びリスト（4つ） --- */
#content ul.itemListType05 {
margin: 0 0 40px;
padding: 0;
line-height: 180%;
list-style-type: none;
}
#content ul.itemListType05 li {
position: relative;
float: left;
width: 181px;
margin: 0 12px 20px 0;
padding: 0;
}
#content ul.itemListType05 li:nth-of-type(4n) {
margin: 0 0 20px 0;
}
#content ul.itemListType05 li a.btn {
text-decoration: none;
}
#content ul.itemListType05 li a.btn img{
margin: 0;
padding: 0;
vertical-align: bottom;
}
#content ul.itemListType05 li a.btn span.caption {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
margin: 0;
padding: 10px 0;
color: #ffffff;
text-align: center;
background-color: rgba(20,80,170,0.6);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
#content ul.itemListType05 li a.btn:hover span.caption {
padding: 10px 0 30px;
}

/* --- 横並びリスト（5つ） --- */
#content ul.itemListType06 {
margin: 0 0 40px;
padding: 0;
line-height: 180%;
list-style-type: none;
}
#content ul.itemListType06 li {
position: relative;
float: left;
width: 144px;
margin: 0 10px 20px 0;
padding: 0;
}
#content ul.itemListType06 li:nth-of-type(5n) {
margin: 0 0 20px 0;
}
#content ul.itemListType06 li a.btn {
text-decoration: none;
}
#content ul.itemListType06 li a.btn img{
margin: 0;
padding: 0;
vertical-align: bottom;
}
#content ul.itemListType06 li a.btn span.caption {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
margin: 0;
padding: 10px 0;
color: #ffffff;
text-align: center;
background-color: rgba(20,80,170,0.6);
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-ms-transition: 0.4s;
}
#content ul.itemListType06 li a.btn:hover span.caption {
padding: 10px 0 30px;
}

/* --- 記事リスト（1カラム） --- */
#content div.blogColumn1 div.postBox {
float: left;
width: 478px;
margin: 0 20px 10px 0;
padding: 10px 5px 5px;
background-color: #ffffff;
border: 1px solid #e0e0e0;
}
#content div.blogColumn1 div.postBox:nth-of-type(2n) {
margin: 0 0 10px 0;
}

#content div.blogColumn1 div.postBox div.postInfo {
float: right;
width: 378px;
margin: 0;
padding: 0;
}
#content div.blogColumn1 div.postBox div.postInfo ul {
margin: 0;
padding: 0;
line-height: 150%;
list-style-type: none;
}
#content div.blogColumn1 div.postBox div.postInfo ul li.title {
margin: 0 0 3px;
padding: 0 0 2px;
border-bottom: 1px solid #ffa800;
}
#content div.blogColumn1 div.postBox div.postInfo ul li.title h2 {
margin: 0;
padding: 0;
font-weight: normal;
font-size: 15px;
}
#content div.blogColumn1 div.postBox div.postInfo ul li.title h2 a {
color: #000000;
text-decoration: none;
}
#content div.blogColumn1 div.postBox div.postInfo ul li.title h2 a:hover {
text-decoration: underline;
}
#content div.blogColumn1 div.postBox div.postInfo ul li.date-tag {
margin: 0;
padding: 0;
font-size: 12px;
}
#content div.blogColumn1 div.postBox div.postInfo ul li.date-tag a {
text-decoration: none;
}
#content div.blogColumn1 div.postBox div.postInfo ul li.date-tag a:hover {
text-decoration: underline;
}
#content div.blogColumn1 div.postBox div.thum {
float: left;
width: 90px;
margin: 0;
padding: 0;
}
#content div.blogColumn1 div.postBox div.thum a span {
display: block;
width: 90px;
height: 90px;
margin: 0;
padding: 0;
}

/* --- 記事リスト --- */
#content div.blog div.postBox {
float: left;
width: 358px;
margin: 0 20px 10px 0;
padding: 10px 5px 5px;
background-color: #ffffff;
border: 1px solid #e0e0e0;
}
#content div.blog div.postBox:nth-of-type(2n) {
margin: 0 0 10px 0;
}

#content div.blog div.postBox div.postInfo {
float: right;
width: 258px;
margin: 0;
padding: 0;
}
#content div.blog div.postBox div.postInfo ul {
margin: 0;
padding: 0;
line-height: 150%;
list-style-type: none;
}
#content div.blog div.postBox div.postInfo ul li.title {
margin: 0 0 3px;
padding: 0 0 2px;
border-bottom: 1px solid #1d4436;
}
#content div.blog div.postBox div.postInfo ul li.title h2 {
margin: 0;
padding: 0;
font-weight: normal;
font-size: 15px;
}
#content div.blog div.postBox div.postInfo ul li.title h2 a {
color: #000000;
text-decoration: none;
}
#content div.blog div.postBox div.postInfo ul li.title h2 a:hover {
text-decoration: underline;
}
#content div.blog div.postBox div.postInfo ul li.date-tag {
margin: 0;
padding: 0;
font-size: 12px;
}
#content div.blog div.postBox div.postInfo ul li.date-tag a {
text-decoration: none;
}
#content div.blog div.postBox div.postInfo ul li.date-tag a:hover {
text-decoration: underline;
}
#content div.blog div.postBox div.thum {
float: left;
width: 90px;
margin: 0;
padding: 0;
}
#content div.blog div.postBox div.thum a span {
display: block;
width: 90px;
height: 90px;
margin: 0;
padding: 0;
}

/* --- 記事ページ --- */
#content div.post-page p.postInfo {
margin: -20px 0 20px;
text-align: right;
}
#content div.post-page p.postInfo a {
text-decoration: none;
}
#content div.post-page p.postInfo a:hover {
text-decoration: underline;
}

#content div.post-page h1 {
margin: 0 0 40px;
padding: 0;
border-bottom: 1px solid #000000;
}
#content div.post-page h2 {
margin: 0 0 40px;
padding: 8px 0 5px 20px;
color: #ffffff;
background-color: #1d4436;
}
#content div.post-page h3 {
margin: 0 0 20px;
padding: 0;
border-bottom: 1px solid #000000;
}


/* --- ▲下層ページの個別設定終了 --- */



/* --- ▼メインカラム内の設定開始 --- */
/* --- メインカラム --- */
#main {
float: left;
width: 760px;
margin: 0;
padding: 0;
}
/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#content #sideBar {
float: right;
width: 200px;
margin: 0;
padding: 0;
}

#content #sideBar aside {
margin: 0;
padding: 0;
}

#content #sideBar nav {
margin: 0 0 40px;
padding: 0;
background: none;
box-shadow: none;
}

/* --- セクション（共通設定） --- */
#content #sideBar section {
margin: 0 0 40px;
padding: 0;
}

/* --- 見出し（共通設定） --- */
#content #sideBar h2 {
margin: 0 0 10px;
padding: 5px 0 2px;
color: #ffffff;
font-size: 18px;
line-height: 180%;
text-align: center;
background-color: #1d4436;
}

/* --- メニュー（前方にアクセント） --- */
#content #sideBar ul.menuType01 {
margin: 0;
padding: 0;
line-height: 150%;
list-style-type: none;
}
#content #sideBar ul.menuType01 li {
margin: 0;
padding: 0;
border-bottom: 1px dotted #c0c0c0;
}
#content #sideBar ul.menuType01 li a {
display: block;
margin: 0;
padding: 10px 0;
color: #000000;
text-decoration: none;
}
#content #sideBar ul.menuType01 li a:hover {
color: #79a7cc;
}
#content #sideBar ul.menuType01 li a::before {
padding: 0 10px 0 10px;
font-family: FontAwesome;
content: '\f105';
}

/* --- メニュー（付箋風） --- */
#content #sideBar ul.menuType02 {
margin: 0;
padding: 0;
line-height: 150%;
list-style-type: none;
}
#content #sideBar ul.menuType02 li {
margin: 0 0 10px;
padding: 0;
}
#content #sideBar ul.menuType02 li a {
display: block;
margin: 0;
padding: 10px 5px 10px 15px;
color: #000000;
border-left: 4px #808080 solid;
background-color: #f9f9f9;
text-decoration: none;
}
#content #sideBar ul.menuType02 li a:hover {
border-left-color: #1d4436;
}
#content #sideBar ul.menuType02 li ul {
margin: 0 0 5px 15px;
padding: 0;
font-size: 13px;
list-style-type: none;
}
#content #sideBar ul.menuType02 li ul li {
margin: 5px 0;
padding: 0;
}
#content #sideBar ul.menuType02 li ul li a {
display: block;
margin: 0;
padding: 0;
border: none;
background-color: #ffffff;
}
#content #sideBar ul.menuType02 li ul li a:hover{
color: #79a7cc;
}
#content #sideBar ul.menuType02 li ul li a::before {
padding: 0 10px 0 15px;
font-family: FontAwesome;
content: '\f105';
}

/* --- メニュー（ボーダー＋右下にアクセント） --- */
#content #sideBar ul.menuType03 {
margin: -10px 0 0;
padding: 0;
line-height: 150%;
list-style-type: none;
}
#content #sideBar ul.menuType03 li {
margin: 0;
padding: 0;
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
border-bottom: 1px dotted #c0c0c0;
}
#content #sideBar ul.menuType03 li:last-of-type {
border-bottom: 1px solid #c0c0c0;
}
#content #sideBar ul.menuType03 li a {
position: relative;
display: block;
margin: 0;
padding: 13px 20px 10px;
color: #000000;
text-decoration: none;
}
#content #sideBar ul.menuType03 li a:hover {
color: #79a7cc;
}
#content #sideBar ul.menuType03 li a::after {
position: absolute;
bottom: 0;
right: 0;
content: '';
width: 0;
height: 0;
border: 3px solid transparent;
border-left: 3px solid #e8390d;
transform: rotate(45deg);
}

/* --- メニュー（ボーダー＋右下にアクセント＋サムネイル画像） --- */
#content #sideBar ul.menuType04 {
margin: 0;
padding: 0;
list-style-type: none;
}
#content #sideBar ul.menuType04 li {
margin: 5px 0;
padding: 0;
line-height: 50px;
border: 1px solid #c0c0c0;
}
#content #sideBar ul.menuType04 li a {
position: relative;
display: block;
margin: 0;
padding: 0;
color: #000000;
text-decoration: none;
}
#content #sideBar ul.menuType04 li a:hover {
color: #79a7cc;
}
#content #sideBar ul.menuType04 li a::after {
position: absolute;
bottom: 0;
right: 0;
content: '';
width: 0;
height: 0;
border: 3px solid transparent;
border-left: 3px solid #e8390d;
transform: rotate(45deg);
}
#content #sideBar ul.menuType04 li a img {
display: block;
float: left;
width: 50px;
height: 50px;
margin: 0 10px 0 0;
padding: 0;
}
#content #sideBar ul.menuType04 li::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* --- メニュー（下ボーダー＋丸型サムネイル画像） --- */
#content #sideBar ul.menuType05 {
margin: 0;
padding: 0;
list-style-type: none;
}
#content #sideBar ul.menuType05 li {
margin: 5px 0;
padding: 0;
line-height: 50px;
border-bottom: 1px dotted #c0c0c0;
}
#content #sideBar ul.menuType05 li a {
display: block;
margin: 0;
padding: 0;
color: #000000;
text-decoration: none;
}
#content #sideBar ul.menuType05 li a:hover {
color: #79a7cc;
}
#content #sideBar ul.menuType05 li a img {
display: block;
float: left;
width: 50px;
height: 50px;
margin: 0 10px 5px 0;
padding: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
#content #sideBar ul.menuType05 li::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* --- 記事リスト --- */
#content #sideBar div.postList ul {
margin: 0;
padding: 0;
font-size: 13px;
line-height: 150%;
list-style-type: none;
}
#content #sideBar div.postList ul li {
position: relative;
margin: 0 0 10px 0;
padding: 0;
}
#content #sideBar div.postList ul li a {
color: #000000;
text-decoration: none;
}
#content #sideBar div.postList ul li a:hover {
text-decoration: underline;
}
#content #sideBar div.postList ul li a span {
display: block;
float: left;
width: 80px;
height: 80px;
margin: 0 10px 10px 0;
padding: 0;
}
#content #sideBar div.postList ul li::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* --- カテゴリー --- */
#content #sideBar ul.category {
margin: 0;
padding: 0;
list-style-type: none;
line-height: 150%;
font-size: 13px;
}
#content #sideBar ul.category li {
margin: 0 0 10px;
padding: 0;
}
#content #sideBar ul.category li a {
color: #000000;
text-decoration: none;
}
#content #sideBar ul.category li a:hover {
color: #646464;
}
#content #sideBar ul.category li a::before {
padding: 0 10px 0 5px;
font-family: FontAwesome;
content: '\f105';
}


/* --- バナー --- */
#content #sideBar ul.banner {
margin: 0 0 40px;
padding: 0;
list-style-type: none;
line-height: 100%;
}
#content #sideBar ul.banner li {
margin: 0 0 10px;
padding: 0;
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */
/* --- フッタ --- */
footer {
margin: 0;
padding: 40px 0 0;
font-size: 13px;
border-top: 2px solid #c0c0c0;
background-color: #ffffff;
}

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: #000000;
border-bottom: 1px solid #000000;
}

footer ul {
margin: 0 15px;
padding: 0;
font-size: 13px;
line-height: 150%;
color: #1d4436;
}
footer ul li {
margin: 0 15px 10px;
padding: 0;
}
footer ul li a {
color: #000000 !important;
text-decoration: none;
}
footer ul li a:hover {
text-decoration: underline;
}

footer p {
margin: 0 0 40px;
padding: 0;
line-height: 100%;
}

/* --- コピーライト --- */
footer div.copyright {
margin: 0;
padding: 20px;
background-color: #1d4436;
}

footer div.copyright p {
margin: 0;
padding: 0;
color: #ffffff;
font-size: 12px;
text-align: center;
line-height: 100%;
}

/* --- ▼その他の設定開始 --- */
/* --- clearFix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ソーシャルボタン --- */
.socialBtn {
margin: 0 0 20px; 
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: 50px;
margin-left: 1050px;
}
#backTop a {
display: block;
margin: 0;
padding: 10px 25px;
font-size: 13px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #1d4436;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#backTop a:hover {
background-color: #357d63;
}

/* --- ページ内リンクのずれ解消 --- */
#chapter01,#chapter02,#chapter03,#chapter04,#chapter05,
#chapter06,#chapter07,#chapter08,#chapter09,#chapter10 {
display: block;
margin-top: -100px;
padding-top: 100px;
}
/* --- ▲その他の設定終了 --- */
