/*
Theme Name: HT project-PC版
Theme URI: http://htproject.net
Description: justweb
Version: 1.0
Author: justweb
Author URI: http://w-just.com
*/

@charset "UTF-8";

/* --- ▼基本設定開始 --- */
/* --- 全体 --- */
body {
	min-width: 1000px;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 15px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
}

/* --- リンク基本設定 --- */
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;
	cursor: pointer;
}
a:active {
	color: #00c0c0;
}

/* --- リンク（アンダーライン無し） --- */
a.type01 {
	text-decoration: none;
}
/* --- リンク（アンダーライン無し／マウスオーバーでアンダーライン有り） --- */
a.type02 {
	text-decoration: none;
}
a.type02:hover {
	text-decoration: underline;
}
/* --- リンク（ボーダー付き） --- */
a.type03 {
	background-color: #fff !important;
	border: 1px solid #000 !important;
	color: #000;
	font-weight: bold;
	padding: 1em;
	text-decoration: none;
}
a.type03:hover {
	background-color: #333 !important;
	color: #fff !important;
	text-decoration: none;
}

/* 画像基本設定 */
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: #da527e;
}

/* --- テキストサイズ --- */
.size10 {
	font-size: 10px !important;
}
.size11 {
	font-size: 11px !important;
}
.size12 {
	font-size: 12px !important;
}
.size13 {
	font-size: 13px !important;
}
.size14 {
	font-size: 14px !important;
}
.size15 {
	font-size: 15px !important;
}
.size16 {
	font-size: 16px !important;
}
.size17 {
	font-size: 17px !important;
}
.size18 {
	font-size: 18px !important;
}
.size19 {
	font-size: 19px !important;
}
.size20 {
	font-size: 20px !important;
}
.size21 {
	font-size: 21px !important;
}
.size22 {
	font-size: 22px !important;
}
.size23 {
	font-size: 23px !important;
}
.size24 {
	font-size: 24px !important;
}
.size25 {
	font-size: 25px !important;
}
.size26 {
	font-size: 26px !important;
}
.size27 {
	font-size: 27px !important;
}
.size28 {
	font-size: 28px !important;
}
.size29 {
	font-size: 29px !important;
}
.size30 {
	font-size: 30px !important;
}
.size31 {
	font-size: 31px !important;
}
.size32 {
	font-size: 32px !important;
}
.size33 {
	font-size: 33px !important;
}
.size34 {
	font-size: 34px !important;
}
.size35 {
	font-size: 35px !important;
}
.size36 {
	font-size: 36px !important;
}
.size37 {
	font-size: 37px !important;
}
.size38 {
	font-size: 38px !important;
}
.size39 {
	font-size: 39px !important;
}
.size40 {
	font-size: 40px !important;
}
.size41 {
	font-size: 41px !important;
}
.size42 {
	font-size: 42px !important;
}
.size43 {
	font-size: 43px !important;
}
.size44 {
	font-size: 44px !important;
}
.size45 {
	font-size: 45px !important;
}

/* --- マージン --- */
.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;
	padding: 0;
}

/* --- ヘッダ（下ボーダー） --- */
header.type01 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c0c0c0;
}

/* --- オープニング --- */
header div.opening {
	margin: 0 0 25px;
	padding: 8px 0 5px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #f0f0f0;
}
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 20px;
	padding: 0;
	line-height: 100%;
}

/* --- ロゴ --- */
header h1.logo,
header p.logo {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: 100%;
}

/* --- 店舗インフォメーション --- */
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: #da527e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* --- お問い合わせ --- */
header ul.contact {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 100%;
	text-align: right;
	list-style-type: none;
}
header ul.contact li.message {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 12px;
	border-bottom: 1px solid #da527e;
}
header ul.contact li.tel {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

/* --- グローバルメニュー --- */
header nav {
	margin: 0;
	padding: 0;
	box-shadow: 0 3px 3px rgba(180, 180, 180, 0.5);
	background-color: #009a8c;
}
header ul.glovalNavi {
	width: 998px;
	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: 166px;
	margin: 0;
	padding: 0;
}
header ul.glovalNavi li:first-child {
	border-left: 1px solid #004a43;
}
header ul.glovalNavi li:last-child {
	border-right: 1px solid #00ead5;
}
header ul.glovalNavi li a {
	display: block;
	width: 164px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #004a43;
	border-left: 1px solid #00ead5;
	border-right: 1px solid #004a43;
	background-color: #009a8c;
}
header ul.glovalNavi li a:hover {
	background-color: #004a43;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/* --- ▲ヘッダ内の設定終了 --- */

/* --- ラッパー --- */
#wrapper01 {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 0;
	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);
}
/* --- ラッパー --- */
#wrapper02 {
	width: 1000px;
	margin: -50px auto 0;
	padding: 50px 20px 0;
	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);
}
/* --- ラッパー --- */
#wrapper03 {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 0;
	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;
	min-height: 600px;
}

/* --- アイキャッチ画像（トップページ） --- */
#content div.eyecatch {
	margin: 0;
	padding: 0;
}
#content div.eyecatch h1 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: center;
}

/* --- インスタグラム(トップページ) --- */
#content div.instagram {
	margin-top: 60px !important;
	margin-bottom: 0 !important;
}
#content div.instagram ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	margin: 40px 0;
}

#content div.instagram ul li {
	width: 15%;
	list-style: none;
}

#content div.instagram h3 {
	color: #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 section.type01 {
	margin: 0 0 100px;
	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 #1450aa;
	background-color: #f9f9f9;
}
/* --- h1（背景色＋上ボーダー） --- */
#content h1.type03 {
	margin: 0 0 40px;
	padding: 13px 0 10px 20px;
	border-top: 10px solid #1450aa;
	background-color: #f9f9f9;
}
/* --- h1（背景色＋アクセント） --- */
#content h1.type04 {
	position: relative;
	margin: 0 0 40px;
	padding: 13px 0 10px 40px;
	background-color: #f9f9f9;
}
#content h1.type04::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	height: 20px;
	width: 20px;
	margin-top: -10px;
	background-color: #1450aa;
}

/* --- h2（背景色＋文字白） --- */
#content h2.type01 {
	margin: 0 0 40px;
	padding: 8px 0 5px 20px;
	color: #ffffff;
	background-color: #1450aa;
}
/* --- 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 #e0e0e0;
}
#content h2.type03::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: "";
	width: 200px;
	height: 2px;
	background-color: #1450aa;
}
/* --- 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 #1450aa;
}
/* --- h2（枠線） --- */
#content h2.type07 {
	margin: 0 0 40px;
	padding: 8px 20px 5px 20px;
	border: 2px solid #1450aa;
}
/* --- h2（枠線＋アクセント） --- */
#content h2.type08 {
	position: relative;
	margin: 0 0 40px;
	padding: 8px 20px 5px 35px;
	border: 1px solid #c0c0c0;
}
#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: #1450aa;
	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: #edf3fd;
}
/* --- h2（吹出し（左）＋背景色＋白文字） --- */
#content h2.type10 {
	position: relative;
	margin: 0 0 40px;
	padding: 8px 20px 5px 20px;
	color: #ffffff;
	background-color: #1450aa;
}
#content h2.type10::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #1450aa;
}
/* --- h2（吹出し（中央）＋背景色＋白文字） --- */
#content h2.type11 {
	position: relative;
	margin: 0 0 40px;
	padding: 8px 20px 5px 20px;
	color: #ffffff;
	background-color: #1450aa;
}
#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 #1450aa;
}
/* --- h2（吹出し（左）＋背景色＋黒文字） --- */
#content h2.type12 {
	position: relative;
	margin: 0 0 40px;
	padding: 8px 20px 5px 20px;
	background-color: #edf3fd;
}
#content h2.type12::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #edf3fd;
}
/* --- h2（吹出し（中央）＋背景色＋黒文字） --- */
#content h2.type13 {
	position: relative;
	margin: 0 0 40px;
	padding: 8px 20px 5px 20px;
	background-color: #edf3fd;
}
#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 #edf3fd;
}
/* --- h2（ボーダー吹出し（左）＋黒文字） --- */
#content h2.type14 {
	position: relative;
	margin: 0 0 40px;
	padding: 8px 20px 5px 20px;
	border: 1px solid #1450aa;
	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 #1450aa;
}
#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 #1450aa;
	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 #1450aa;
}
#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;
	z-index: 2;
}
#content h2.type16::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background-color: #edf3fd;
	z-index: -1;
}

/* --- 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: #f9f9f9;
}
/* --- h3（枠線） --- */
#content h3.type03 {
	margin: 0 0 20px;
	padding: 8px 20px 5px 20px;
	border: 2px solid #1450aa;
}
/* --- h3（枠線＋アクセント） --- */
#content h3.type04 {
	position: relative;
	margin: 0 0 20px;
	padding: 8px 20px 5px 35px;
	border: 1px solid #c0c0c0;
}
#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: #1450aa;
	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: #1450aa;
}
#content h3.type05::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #1450aa;
}
/* --- h3（吹出し（中央）＋背景色＋白文字） --- */
#content h3.type06 {
	position: relative;
	margin: 0 0 30px;
	padding: 8px 20px 5px 20px;
	color: #ffffff;
	background-color: #1450aa;
}
#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 #1450aa;
}
/* --- h3（吹出し（左）＋背景色＋黒文字） --- */
#content h3.type07 {
	position: relative;
	margin: 0 0 30px;
	padding: 8px 20px 5px 20px;
	background-color: #edf3fd;
}
#content h3.type07::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #edf3fd;
}
/* --- h3（吹出し（中央）＋背景色＋黒文字） --- */
#content h3.type08 {
	position: relative;
	margin: 0 0 30px;
	padding: 8px 20px 5px 20px;
	background-color: #edf3fd;
}
#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 #edf3fd;
}
/* --- h3（ボーダー吹出し（左）＋黒文字） --- */
#content h3.type09 {
	position: relative;
	margin: 0 0 30px;
	padding: 8px 20px 5px 20px;
	border: 1px solid #1450aa;
	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 #1450aa;
}
#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 #1450aa;
	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 #1450aa;
}
#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;
	z-index: 2;
}
#content h3.type11::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background-color: #edf3fd;
	z-index: -1;
}

/* --- 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 #c0c0c0;
}
#content div.boxType03::before {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right: 10px solid #c0c0c0;
	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 #c0c0c0;
	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.boxType06 {
	margin: 0 auto 40px;
	padding: 20px;
	background-color: #ffffff;
}

/* --- ボックス（お問い合わせ） --- */
#content div.contact {
	margin: 0 0 40px;
	padding: 20px 20px 40px;
	border: 3px solid #1450aa;
	background-color: #ffffff;
}

/* --- ポイント（ul） --- */
#content ul.pointType01 {
	margin: 0 0 40px;
	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: #1450aa;
}

/* --- ポイント（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: #1450aa;
}

/* --- 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: #c8c8c8;
}
#content dl.updateType01 dt span.type02 {
	background-color: #c8c8c8;
}
#content dl.updateType01 dt span.type03 {
	background-color: #c8c8c8;
}
#content dl.updateType01 dt span.type04 {
	background-color: #c8c8c8;
}
#content dl.updateType01 dt span.type05 {
	background-color: #c8c8c8;
}
#content dl.updateType01 dd {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #c0c0c0;
}
#content dl.updateType01 a {
	color: #000000;
	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: #9acd32;
}
#content dl.updateType02 dt span.type02 {
	background-color: #ff6347;
}
#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 {
	color: #000000;
	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: #edf3fd;
	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: #1450aa;
}
#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: #1450aa;
}
#content ol.flowType02 li::after {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	color: #edf3fd;
	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: #1450aa;
}
/* --- 背景(テーマ色薄い） --- */
span.bgType02 {
	padding: 2px 20px 1px;
	background-color: #edf3fd;
}
/* --- 背景(ポイント色） --- */
span.bgType03 {
	padding: 2px 20px 1px;
	color: #ffffff;
	background-color: #da527e;
}
/* --- 背景(テーマ色＋吹出し） --- */
span.bgType04 {
	position: relative;
	padding: 2px 20px 1px;
	color: #ffffff;
	background-color: #1450aa;
}
span.bgType04::after {
	position: absolute;
	top: 100%;
	left: 10px;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 10px solid #1450aa;
}
/* --- 背景(テーマ色薄い＋吹出し） --- */
span.bgType05 {
	position: relative;
	padding: 2px 20px 1px;
	background-color: #edf3fd;
}
span.bgType05::after {
	position: absolute;
	top: 100%;
	left: 10px;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 10px solid #edf3fd;
}
/* --- 背景(ポイント色＋吹出し） --- */
span.bgType06 {
	position: relative;
	padding: 2px 20px 1px;
	color: #ffffff;
	background-color: #da527e;
}
span.bgType06::after {
	position: absolute;
	top: 100%;
	left: 10px;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 10px solid #da527e;
}

/* --- 番号（円） --- */
.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: #1450aa;
	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: #1450aa;
	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: #1450aa;
	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: #1450aa;
	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: #1450aa;
	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: #1450aa;
	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 caption {
	margin: 0 0 5px;
	padding: 0;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 180%;
}
#content table.type01 th,
#content table.type01 td {
	padding: 10px 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.nowrapPc,
#content table.type01 td.nowrapPc {
	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%;
}
#content table.type01 th.width40,
#content table.type01 td.width40 {
	width: 40%;
}

/* --- ボタン（高め） --- */
a.btnType01 {
	display: inline-block;
	margin: 0;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: #c41230;
}
a.btnType01:hover {
	background-color: #ed3957;
}
/* --- ボタン（高め＋前方にアクセント） --- */
a.btnType02 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: #c41230;
}
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: #ed3957;
}
/* --- ボタン（高め＋後方にアクセント） --- */
a.btnType03 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: #c41230;
}
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: #ed3957;
}
/* --- ボタン（低め） --- */
a.btnType04 {
	display: inline-block;
	margin: 0;
	padding: 2px 0 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: #c41230;
}
a.btnType04:hover {
	background-color: #ed3957;
}
/* --- ボタン（低め＋前方にアクセント） --- */
a.btnType05 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 2px 0 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: #c41230;
}
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: #ed3957;
}
/* --- ボタン（低め＋後方にアクセント） --- */
a.btnType06 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 2px 0 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-color: #c41230;
}
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: #ed3957;
}
/* --- ボタン（大きい） --- */
a.btnType07 {
	display: inline-block;
	width: 550px;
	margin: 0;
	padding: 20px 0 15px;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-bottom: 5px solid #da5700;
	background-color: #c41230;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.btnType07:hover {
	border-bottom: 5px solid #ff8c3f;
	background-color: #ed3957;
}

/* --- フォーム --- */
#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 #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-bottom: 5px solid #e94344;
	background-color: #ff696a;
}

/*===============================================
1カラムのデザイン
===============================================*/
/* --- コンテンツ01（背景色） --- */
#content div.content01 {
	margin: 0 0 50px;
	padding: 50px 0 1px;
	background-color: #f0f0f0;
}
/* --- コンテンツ02（格子） --- */
#content div.content02 {
	margin: 0 0 50px;
	padding: 50px 0 1px;
	background: url(image/lattice.png);
}
/* --- コンテンツ03（背景色） --- */
#content div.content03 {
	margin: 0 0 50px;
	padding: 50px 0 1px;
	background-color: #f9f9f9;
}

/* --- 2カラム（サイズ450px） --- */
#content div.left450 {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
}
#content div.right450 {
	float: right;
	width: 450px;
	margin: 0;
	padding: 0;
}
/* --- 2カラム（サイズ45%） --- */
#content div.left45pc {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
}
#content div.right45pc {
	float: right;
	width: 45%;
	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.blog,
#content.news {
	max-width: 1002px;
	padding-bottom: 100px;
}
#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 #1450aa;
}
#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: #1450aa;
}
#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: #1450aa;
}

/* --- メニュー（前方にアクセント） --- */
#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: #1450aa;
}
#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 #da527e;
	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 #da527e;
	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 ul.menuType06 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content #sideBar ul.menuType06 li {
	margin: 5px 0;
	padding: 0;
	line-height: 50px;
	border-bottom: 1px dotted #c0c0c0;
}
#content #sideBar ul.menuType06 li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}
#content #sideBar ul.menuType06 li a:hover {
	color: #79a7cc;
}
#content #sideBar ul.menuType06 li a img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 5px 0;
	padding: 0;
}
#content #sideBar ul.menuType06 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: 1px solid #000000;
	background-color: #1a1a1a;
}

footer nav {
	margin: 0;
	padding: 0;
}

footer p.home {
	margin: 0 0 40px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
footer p.home a {
	color: #b3b3b3;
	text-decoration: none;
}
footer p.home a:hover {
	color: #f0f0f0;
}

footer div.nav {
	float: left;
	width: 300px;
	margin: 0 50px 0 0;
}
footer div.nav:nth-of-type(3) {
	margin: 0;
}

footer h2 {
	margin: 0 0 20px;
	padding: 5px 0 3px;
	font-size: 15px;
	line-height: 150%;
	color: #b3b3b3;
	text-align: center;
	background-color: #333333;
}

footer dl.nav {
	margin: 0 0 20px;
	padding: 0;
	line-height: 150%;
}
footer dl.nav dt {
	margin: 0 0 10px;
	padding: 0;
	color: #b3b3b3;
	font-size: 15px;
	font-weight: bold;
}
footer dl.nav dd {
	margin: 0;
	padding: 0 0 10px;
	color: #808080;
	border-bottom: 1px solid #242424;
}
footer dl.nav a {
	display: block;
	margin: 0 0 10px;
	padding: 5px 5px 0;
	text-decoration: none;
}
footer dl.nav a:hover {
	background-color: #242424;
}
/* --- 最終エリア --- */
footer div.footArea01 {
	margin: 0;
	padding: 50px 0 10px;
	background-color: #000000;
}

footer div.footArea01 ul {
	margin: 0 0 50px;
	padding: 0;
	font-size: 15px;
	text-align: center;
	line-height: 150%;
	list-style-type: none;
}
footer div.footArea01 ul li {
	display: inline;
	margin: 0 20px;
	padding: 0;
}
footer div.footArea01 ul li a {
	color: #b3b3b3;
	text-decoration: none;
}
footer div.footArea01 ul li a:hover {
	color: #f5f5f5;
}
footer div.footArea01 p.copyright {
	margin: 0;
	padding: 0;
	color: #323232;
	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: 150px;
	margin-left: 1050px;
}
#backTop a {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
}
#backTop span {
	width: 50px;
	height: 50px;
	display: block;
	background: #ddd url(image/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#backTop a:hover span {
	background-color: #777777;
}

/* --- ページ内リンクのずれ解消 --- */
#chapter01,
#chapter02,
#chapter03,
#chapter04,
#chapter05,
#chapter06,
#chapter07,
#chapter08,
#chapter09,
#chapter10 {
	display: block;
	margin-top: -100px;
	padding-top: 100px;
}

/* --- 非表示 --- */
.displayNonePc {
	display: none;
}
/* --- ▲その他の設定終了 --- */

/* --- ▼追加の設定開始 --- */
/* --- スライダー --- */
#content ul.bxslider {
	width: 999px;
	margin: 0 auto;
	padding: 0;
	line-height: 120%;
	text-align: center;
}
#content ul.bxslider li a {
	color: #000000;
	text-decoration: none;
}
#content ul.bxslider li {
	max-width: 333px;
}

/* --- キャッチ（ラボ） --- */
#content p.catchType01 {
	margin: -50px 0 0;
	padding: 30px 0 27px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background-color: #009a8c;
}

/* --- スタッフ（ラボ） --- */
#content div.stuff01 {
	position: relative;
	margin: 130px 0 20px;
	padding: 90px 20px 10px;
	border: 10px solid #a8e8e2;
}
#content div.stuff01 div.name {
	position: absolute;
	top: 0;
	left: 50%;
	width: 170px;
	margin: -115px 0 0 -85px;
}
#content div.stuff01 div.name p {
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}
#content div.stuff01 div.name img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#content div.stuff01 div.name h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
}
#content div.stuff01 div.leftBox {
	float: left;
	width: 45%;
	margin: 0 10px 0 0;
	padding: 0;
}
#content div.stuff01 div.RightBox {
	float: right;
	width: 45%;
	margin: 0;
	padding: 0;
}
#content div.stuff01 div.leftBox p,
#content div.stuff01 div.RightBox p {
	margin-bottom: 10px;
}

/* --- 表（ラボ料金表） --- */
#content table.type02 {
	width: 100%;
	margin: 0 0 40px;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
	line-height: 180%;
}
#content table.type02 caption {
	margin: 0 0 5px;
	padding: 0;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 180%;
}
#content table.type02 th,
#content table.type02 td {
	padding: 10px 20px;
	border: 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.nowrapPc,
#content table.type02 td.nowrapPc {
	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%;
}
#content table.type02 th.width40,
#content table.type02 td.width40 {
	width: 40%;
}
#content table.type02 th.type01,
#content table.type02 td.type01 {
	color: #ffffff;
	background-color: #ff784e;
}
#content table.type02 th.type02,
#content table.type02 td.type02 {
	color: #ffffff;
	background-color: #009a8c;
}
#content table.type02 th.type03,
#content table.type02 td.type03 {
	color: #ffffff;
	background-color: #c2b4d3;
}
#content table.type02 th.type04,
#content table.type02 td.type04 {
	background-color: #fff8dd;
}
#content table.type02 th.type05,
#content table.type02 td.type05 {
	color: #ffffff;
	background-color: #c0b09c;
}

/* --- h2（吹出し（中央）＋背景色（ラボ）＋白文字） --- */
#content h2.type17 {
	position: relative;
	margin: 0 0 40px;
	padding: 8px 20px 5px 20px;
	color: #ffffff;
	background-color: #009a8c;
}
#content h2.type17::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #009a8c;
}

/* --- h3（吹出し（中央）＋背景色（ラボ）＋白文字） --- */
#content h3.type12 {
	position: relative;
	margin: 0 0 30px;
	padding: 8px 20px 5px 20px;
	color: #ffffff;
	background-color: #009a8c;
}
#content h3.type12::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #009a8c;
}

/* --- ボックス（ラボ） --- */
#content div.boxType07 {
	margin: 0 auto 40px;
	padding: 20px;
	background-color: #fff8dd;
}
/* --- ボックス（ラボ） --- */
#content div.boxType08 {
	margin: 0 auto 40px;
	padding: 20px;
	border: 10px solid #a8e8e2;
}
/* --- ポイント（ul） --- */
#content ul.pointType02 {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
}
#content ul.pointType02 li {
	min-height: 30px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border-bottom: 1px solid #a8e8e2;
	background-color: #ffffff;
}
#content ul.pointType02 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: #009a8c;
}

/* --- 取り消し線 --- */
.through {
	text-decoration: line-through;
}

/* --- ボックス（750px） --- */
#content div.width750 {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
/* --- ボックス（テーブル） --- */
#content div.table {
	display: table;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#content div.table p {
	display: table;
	margin: 0 auto 40px;
}

/* --- スタッフ（DEZ） --- */
#content div.stuff02 {
	position: relative;
	margin: 130px 0 20px;
	padding: 90px 20px 10px;
	border: 10px solid #9df3bd;
}
#content div.stuff02 div.name {
	position: absolute;
	top: 0;
	left: 50%;
	width: 170px;
	margin: -115px 0 0 -85px;
}
#content div.stuff02 div.name p {
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}
#content div.stuff02 div.name img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#content div.stuff02 div.name h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 180%;
	text-align: center;
}
#content div.stuff02 div.leftBox {
	float: left;
	width: 45%;
	margin: 0 10px 0 0;
	padding: 0;
}
#content div.stuff02 div.RightBox {
	float: right;
	width: 45%;
	margin: 0;
	padding: 0;
}
#content div.stuff02 div.leftBox p,
#content div.stuff02 div.RightBox p {
	margin-bottom: 10px;
}

/* --- 3カラム（DEZ） --- */
#content div.column3Type02 {
	margin: 0 0 40px;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#content div.column3Type02 div {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
	padding: 10px;
	border: 10px solid #9df3bd;
}
#content div.column3Type02 div:last-of-type {
	margin: 0;
}

/* --- NOSSAアイキャッチエリア（背景色） --- */
#content div.eyecatchNossa {
	margin: 0;
	padding: 30px 0 1px;
	background-color: #fff000;
}
#content div.eyecatchNossa h2 {
	color: #0d8441;
}
#content div.eyecatchNossa p {
	color: #000000;
}

/* --- スタッフ（NOSSA） --- */
#content div.stuff03 {
	position: relative;
	margin: 130px 0 20px;
	padding: 90px 20px 10px;
	border: 10px solid #fff991;
}
#content div.stuff03 div.name {
	position: absolute;
	top: 0;
	left: 50%;
	width: 170px;
	margin: -115px 0 0 -85px;
}
#content div.stuff03 div.name p {
	margin: 0 0 5px;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
}
#content div.stuff03 div.name img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#content div.stuff03 div.name h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 180%;
	text-align: center;
}
#content div.stuff03 div.leftBox {
	float: left;
	width: 45%;
	margin: 0 10px 0 0;
	padding: 0;
}
#content div.stuff03 div.RightBox {
	float: right;
	width: 45%;
	margin: 0;
	padding: 0;
}
#content div.stuff03 div.leftBox p,
#content div.stuff03 div.RightBox p {
	margin-bottom: 10px;
}

/* --- 3カラム（NOSSA） --- */
#content div.column3Type03 {
	margin: 0 0 40px;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#content div.column3Type03 div {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
	padding: 10px;
	border: 10px solid #fff991;
}
#content div.column3Type03 div:last-of-type {
	margin: 0;
}

/* --- ▲追加の設定終了 --- */
