@charset "UTF-8";

/*
* Theme Name: テンプレート01_05
* Author: Iscream Design
* Version: 1.5
* Description:
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

strong {
	font-weight: bold;
}


body {
	position: relative;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
	color: #472b00;
	min-width: 1054px;
	background-color: #fdf5e9;
}

a {
	color: #e88e00;
}

a:hover {
	color: #fbbd5c;
	text-decoration: none;
}

.container {
	width: 1054px;
}

@media only screen and (max-width: 800px) {
	body {
		min-width: 0px;
	}

	.container {
		width: 100%;
	}
}

/************************************ header_01　左ロゴ・下メニュー*/

.header_01>.pos-ab {
	width: 100%;
	left: 0px;
	top: 0px;
}

.header_contact {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 20px 10px;
}

.mainimage img {
	width: 100%;
	height: auto;
}

.fixed_nav {
	position: fixed;
	top: 0px;
	right: 50px;
	z-index: 9999;
}

@media only screen and (max-width: 800px) {
	.header_01>.pos-ab {
		position: static !important;
	}

	.header_01 h1 {
		padding-right: 70px;
		padding-bottom: 15px;
	}

	.header_contact {
		border-radius: 10px;
	}

	.fixed_nav {
		position: static;
		padding: 0px 15px;
	}
}

/*グローバルメニュー*/
.header_01 .gNavi:before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0px;
	top: -36px;
	background: url(images/shared/gn_bg.png) no-repeat center top;
	height: 36px;
	background-size: 100% 36px;
}

.header_01 .gNavi .right>li {
	display: inline-block;
	vertical-align: top;
	margin-left: 47px;
}

.header_01 .gNavi .right>li>a {
	display: block;
	text-decoration: none;
	color: #472b00;
	padding: 20px 0px 13px;
}

.header_01 .gNavi .right>li:first-child>a {
	background: url(images/shared/gn_home.png) no-repeat center 20px;
}

.header_01 .gNavi .right>li>a:hover {
	color: #ff9c00;
}

.header_01 .gNavi .right>li:first-child>a:hover {
	background-image: url(images/shared/gn_home_o.png);
}

/* ドロップダウンメニュー */
.gNavi .dd {
	position: relative;
	z-index: 500;
}

.gNavi .dd ul {
	width: 200%;
	position: absolute;
	display: none;
	left: -50%;
}

.gNavi .dd ul li a {
	display: block;
	padding: 10px;
	font-size: 15px;
	color: #472b00;
	text-decoration: none;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.70);
	border-bottom: dotted 1px #8F7958;
}

.gNavi .dd ul li:last-child a {
	border-bottom: none;
}

.gNavi .dd ul li a:hover {
	background-color: #ff9c00;
	color: #fff;
}

@media only screen and (max-width: 800px) {

	/* ハンバーガーメニュー */
	.sp-navi .humberger {
		background: #ff9c00;
		border-radius: 4px;
		cursor: pointer;
		display: block;
		position: fixed;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		z-index: 10000;
	}

	.sp-navi .humberger span {
		background: #fff;
		border-radius: 15px;
		position: absolute;
		left: 10px;
		width: 30px;
		height: 3px;
		transition: 0.4s;
	}

	.sp-navi .humberger span:nth-of-type(1) {
		top: 9px;
	}

	.sp-navi .humberger span:nth-of-type(2) {
		top: 17px;
	}

	.sp-navi .humberger span:nth-of-type(3) {
		top: 25px;
	}

	.sp-navi .humberger:after {
		color: #fff;
		content: 'MENU';
		display: block;
		font-size: 10px;
		text-decoration: none;
		text-align: center;
		transition: 0.4s;
		position: absolute;
		left: 0;
		bottom: 1px;
		width: 100%;
	}

	.is-open .humberger:after {
		content: 'CLOSE';
	}

	.is-open .humberger span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		-ms-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	.is-open .humberger span:nth-of-type(2) {
		opacity: 0;
	}

	.is-open .humberger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		-ms-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	/* ナビ本体 */
	.sp-navi {
		-webkit-text-size-adjust: 100%;
	}

	.sp-navi.is-open .sp-navi-inner {
		opacity: 1;
		visibility: visible;
		z-index: 9999;
	}

	.sp-navi .sp-navi-inner {
		background: #fdf5e9;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0px;
		height: 100%;
		width: 100%;
		transition: .5s;
	}

	.sp-navi .sp-navi-inner>ul {
		padding: 60px 20px 20px;
		margin-bottom: 65px;
	}

	.sp-navi .sp-navi-inner>ul>li {
		margin: 0 0 25px;
		position: relative;
	}

	.sp-navi .sp-navi-inner>ul>li>a {
		border-bottom: 4px solid #ff9c00;
		display: inline-block;
		color: #472b00;
		font-size: 20px;
		padding: 0 0 10px;
		text-decoration: none;
	}

	.sp-navi .sp-navi-inner>ul>li>ul {
		padding: 25px 0 0 15px;
	}

	.sp-navi .sp-navi-inner>ul>li>ul>li {
		margin-bottom: 10px;
	}

	.sp-navi .sp-navi-inner>ul>li>ul>li>a {
		color: #472b00;
		font-size: 18px;
		text-decoration: none;
	}

	.sp-navi .sp-navi-inner>ul>li.sp-tel {
		background: #fff;
		border-radius: 5px;
		padding: 15px 5px;
		margin: 35px 0 0;
		text-align: center;
	}

	.sp-navi .sp-navi-inner>ul>li.sp-tel a {
		border-color: #472b00;
		color: #472b00;
		font-size: 25px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}

	.sp-navi .sp-navi-inner>ul>li.sp-tel .time {
		margin: 5px 0 0;
	}

	/* 下部固定メニュー */
	:root {
		--navi-background: #ff9c00;
		--navi-border-color: #fff;
		--navi-text-color: #fff;
		--svg-stroke: #fff;
		--humberger: #fff;
		--navi-font: "游ゴシック体";
	}

	.sp-navi-btns {
		display: flex;
		background: var(--navi-background);
		box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 65px;
		z-index: 10000;
	}

	.sp-navi-btns div {
		flex: 1;
		position: relative;
	}

	.sp-navi-btns .item {
		border-right: 1px solid var(--navi-border-color);
		font-size: 10px;
		font-family: var(--navi-font);
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		white-space: nowrap;
	}

	.sp-navi-btns .item a {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		color: var(--navi-text-color);
		text-decoration: none;
		height: 100%;
		padding: 10px 0;
	}

	.sp-navi-btns .item .img {
		display: block;
	}

	.sp-navi-btns .item .img svg {
		-o-object-fit: cover;
		object-fit: cover;
		height: 20px;
		margin-bottom: 8px;
		stroke: var(--svg-stroke);
		fill: none;
	}

	.sp-navi-btns .item .ttl {
		display: block;
	}

	.sp-navi-btns .humberger {
		cursor: pointer;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding-bottom: 10px;
	}

	.sp-navi-btns .humberger .ttl {
		display: block;
		color: var(--navi-text-color);
		font-family: var(--navi-font);
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
	}

	.sp-navi-btns .humberger span:not(.ttl) {
		background: var(--humberger);
		position: absolute;
		left: 50%;
		width: 22px;
		height: 1px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: 0.4s;
	}

	.sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
		top: 20px;
	}

	.sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
		top: 26px;
	}

	.sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
		top: 32px;
	}

	.sp-navi-btns .humberger.is-open span:nth-of-type(1) {
		-webkit-transform: translate(-50%, 6px) rotate(-45deg);
		transform: translate(-50%, 6px) rotate(-45deg);
	}

	.sp-navi-btns .humberger.is-open span:nth-of-type(2) {
		opacity: 0;
	}

	.sp-navi-btns .humberger.is-open span:nth-of-type(3) {
		-webkit-transform: translate(-50%, -6px) rotate(45deg);
		transform: translate(-50%, -6px) rotate(45deg);
	}

}



/************************************ コンテンツ*/
.contents {
	float: left;
	width: 757px;
}

@media only screen and (max-width: 800px) {
	.contents {
		float: none;
		width: auto;
	}
}

/************************************ タイトル*/

.pagettl {
	background: url(images/under/pagettl_bg.jpg) no-repeat center top;
	background-size: cover;
	height: 320px;
	text-align: center;
	padding-top: 130px;
}

.pagettl h2 {
	display: inline-block;
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	line-height: 1.1;
	color: #fff;
	background-color: #87bd06;
	background-color: rgba(135, 189, 6, 0.8);
	padding: 13px 30px;
}

.heading_btmline {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	line-height: 1.2;
	background: url(images/shared/line01.png) repeat-x left bottom;
	padding-bottom: 15px;
}

.heading_middle {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 28px;
	line-height: 1.2;
	color: #e88e00;
}

.heading_leftline {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 21px;
	line-height: 1.2;
	color: #87bd06;
	position: relative;
	padding-left: 20px;
}

.heading_leftline:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 10%;
	width: 4px;
	height: 80%;
	background-color: #87bd06;
	border-radius: 3px;
}

@media only screen and (max-width: 800px) {
	.pagettl {
		height: auto;
		padding: 10% 15px;
	}

	.pagettl h2 {
		font-size: 26px;
		padding: 13px;
	}

	.heading_btmline {
		font-size: 23px;
		padding-bottom: 10px;
	}

	.heading_middle {
		font-size: 22px;
	}
}


/************************************ サイドバー*/
.rNavi {
	float: right;
	width: 232px;
}

.side_sec01 {
	background: url(images/under/side_sec01_bg.png) no-repeat center top;
	border-radius: 8px;
}

.side_sec01 .map iframe {
	width: 100%;
	vertical-align: bottom;
}

.side_category li {
	margin-bottom: 3px;
}

.side_category li:before {
	content: "> "
}

.side_category ul {
	padding-left: 1.5em;
	padding-top: 3px;
}

@media only screen and (max-width: 800px) {
	.rNavi {
		float: none;
		width: auto;
		max-width: 232px;
		margin: auto;
	}
}

/************************************ フッター */

/************************************ footer_01 */

.footer_01 {
	border-top: solid 5px #ff9c00;
	background: url(images/shared/footer_bg.png) no-repeat center top;
}

.footer_01 h2 {
	background: url(images/shared/line01.png) repeat-x left bottom;
	padding-bottom: 20px;
}

.footer_01 dl {
	display: table;
	width: 100%;
}

.footer_01 dt,
.footer_01 dd {
	display: table-cell;
	vertical-align: middle;
}

.footer_01 dt {
	width: 65px;
}

.footer_nav li {
	display: inline-block;
}

.footer_nav li:after {
	content: " | ";
}

.footer_nav li:last-Child:after {
	content: "";
}

.footer_nav li a {
	text-decoration: none;
	color: #472b00;
}

.footer_nav li a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 800px) {
	.footer_01 {
		background-position: left top;
	}
}

/************************************ページトップボタン*/
.pagetop_btn {
	position: fixed;
	right: 20px;
	bottom: 0px;
	padding-bottom: 20px;
	display: none;
	z-index: 999;
}

/************************************テーブル (01_04 追加)*/
.table-bordered {
	border-collapse: collapse;
	border: solid 1px #ddd;
	width: 100%;
	background-color: #fff;
}

.table-bordered th,
.table-bordered td {
	border: solid 1px #ddd;
	padding: 10px;
	vertical-align: middle;
}

.table-bordered th {
	width: 20%;
	color: #FFFFFF;
	text-align: left;
	background-color: #ff9c00;
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
	.sp-listlayout {
		border: none !important;
	}

	.sp-listlayout tr {
		display: block;
		margin-bottom: 5px
	}

	.sp-listlayout th {
		border: none !important;
		display: list-item;
		list-style: none;
		width: 100% !important;
	}

	.sp-listlayout td {
		border: none !important;
		display: list-item;
		list-style: none;
		width: 100% !important;
	}

	.sp-listlayout {
		table-layout: fixed;
	}

	.sp-listlayout * {
		word-wrap: break-word;
	}
}

/************************************アーカイブ関連*************************************/

/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #87bd06;
	color: #FFFFFF;
	padding: 6px 40px 10px;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}

.more-btn a:hover {
	opacity: 0.7;
}

/*WP用 投稿表示*/
.topics_sec article ul {
	padding-left: 1.5em;
}

.topics_sec article ul li {
	list-style: outside disc;
}

.topics_sec article p {
	margin-bottom: 15px;
}

.topics_sec article p:last-Child {
	margin-bottom: 0px;
}

ol {
	padding-left: 2em;
}

ol li {
	list-style: outside decimal;
}



.list_disc {
	padding-left: 20px;
}

.list_disc li {
	list-style: outside disc;
}

.list_indent {
	padding-left: 1em;
}

.list_indent li {
	text-indent: -1em;
}


/************************************ ORIGINAL ***********/

.rob.mg10 {
	margin: 0px -10px;
}

.rob.mg10 .coll-1,
.rob.mg10 .coll-2,
.rob.mg10 .coll-3,
.rob.mg10 .coll-4,
.rob.mg10 .coll-5,
.rob.mg10 .coll-6,
.rob.mg10 .coll-7,
.rob.mg10 .coll-8,
.rob.mg10 .coll-9,
.rob.mg10 .coll-10,
.rob.mg10 .coll-11,
.rob.mg10 .coll-12 {
	padding: 0px 10px;
}

.iframe_wrap {
	position: relative;
	width: 100%;
	padding-top: 50%;
	/* 高さ÷幅 */
}

.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.back-image {
	background-image: url(images/shared/bg01.png);
}

.fo26 {
	font-size: 26px;
}

.fo28 {
	font-size: 28px;
}

.fo30 {
	font-size: 30px;
}

.top_art01 {
	background: url(images/top_art01_bg.png) no-repeat center top;
}

.top_art01 h2 {
	text-shadow: 2px 2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, -2px -2px 0px #fff;
	padding-bottom: 10px;
	background: url(images/shared/line01.png) repeat-x left bottom;
}

.top_art01 .list01 li {
	display: inline-block;
	margin: 0px 5px 10px;
}

.top_art01 .box {
	border-radius: 8px;
	padding: 40px 30px 30px;
}

.top_art01 .box:before {
	content: url(images/top_art01_box.png);
	position: absolute;
	left: 50%;
	margin-left: -85px;
	top: -6px;
}

.top_art01 h3>span {
	display: inline-block;
	background: url(images/top_art01_text01.png) no-repeat left bottom, url(images/top_art01_text02.png) no-repeat right bottom;
	padding: 0px 45px;
}

.top_art01 .back-image {
	border-radius: 6px;
	padding: 20px 25px 5px;
}

.top_art01 .list02 li {
	background: url(images/shared/ico_check.png) no-repeat left 0.25em;
	padding-left: 23px;
	margin-bottom: 15px;
}

.top_art02 {
	background: url(images/top_art01_bg02.png) no-repeat center top;
	background-size: 100% 36px;
	padding-top: 36px;
}

.top_art02 .back-white {
	background: url(images/top_art03_bg.png) no-repeat center bottom;
	background-size: 100% 36px;
	padding-bottom: 36px;
}

.top_art03 {
	background: url(images/top_art01_bg02.png) no-repeat center bottom;
	background-size: 100% 36px;
	padding-bottom: 36px;
}

.top_art03 section {
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
	border: solid 2px #dddddd;
}

.top_art03 section a {
	display: block;
	text-decoration: none;
	color: #472b00;
}

.top_art03 .box_inner {
	overflow: hidden;
	padding: 35px 35px 15px;
}

.top_art03 h3 {
	background: url(images/shared/line01.png) repeat-x left bottom;
	padding-bottom: 10px;
}

.top_art03 .list01 li {
	background: url(images/shared/ico_check.png) no-repeat left 0.25em;
	padding-left: 23px;
	margin-bottom: 10px;
}

.top_art04 {
	background: url(images/top_art03_bg.png) no-repeat center bottom;
	background-size: 100% 36px;
	padding-bottom: 36px;
}

.top_art04 a {
	display: block;
	max-width: 925px;
	margin: auto;
	text-decoration: none;
	color: #472b00;
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
	border: solid 2px #dddddd;
	padding: 40px 40px 30px;
}

.lazyloaded.top_art04 a {
	background: url(images/top_art04_bg.png) no-repeat right top;
	background-size: auto 100%;
}

.top_art04 h2 {
	background: url(images/shared/line01.png) repeat-x left bottom;
	padding-bottom: 10px;
}

.top_art05 h2 {
	border-bottom: solid 2px #472b00;
	padding-bottom: 10px;
}

.top_art05 .art {
	border-bottom: dotted 2px #d3d1d0;
}

.top_map iframe {
	width: 100%;
	vertical-align: bottom;
}

.list_check li {
	background: url(images/shared/ico_check.png) no-repeat left 0.23em;
	padding-left: 23px;
	margin-bottom: 3px;
}

@media only screen and (max-width: 800px) {
	.fo26 {
		font-size: 23px;
	}

	.fo28,
	.fo30 {
		font-size: 26px;
	}

	.top_art01 {
		background-position: left top;
	}

	.top_art01 .box {
		padding: 40px 15px 30px;
	}

	.top_art01 h3>span {
		background-size: 30px auto;
		padding: 0px 33px;
	}

	.top_art01 .back-image {
		padding: 20px 15px 5px;
	}

	.top_art03 section {
		max-width: 430px;
		margin: auto;
	}

	.top_art03 section .left,
	.top_art03 section .right {
		float: none !important;
	}

	.top_art03 .box_inner {
		padding: 30px 15px;
	}

	.top_art04 a {
		max-width: 400px;
		background-position: right bottom;
		background-size: auto 150px;
		padding: 30px 15px 180px;
	}
}



/*投稿詳細*/
.postdata h1 {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 40px;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.postdata h2 {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 35px;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.postdata h3 {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	line-height: 1.2;
	background: url(images/shared/line01.png) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.postdata h4 {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 28px;
	line-height: 1.2;
	color: #e88e00;
	margin-bottom: 30px;
}

.postdata h5 {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 21px;
	line-height: 1.2;
	color: #87bd06;
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
}

.postdata h5:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 10%;
	width: 4px;
	height: 80%;
	background-color: #87bd06;
	border-radius: 3px;
}

@media only screen and (max-width: 800px) {

	.postdata h3 {
		font-size: 23px;
		padding-bottom: 10px;
	}

	.postdata h4 {
		font-size: 22px;
	}
}


.postdata h6 {
	font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.postdata h6:before {
	content: "■ ";
}

.postdata p,
.postdata ul,
.postdata ol {
	margin-bottom: 15px;
}

.postdata a {
	color: #faa2d7;
	text-decoration: underline;
}

.postdata a:hover {
	text-decoration: none;
}

.postdata strong {
	font-weight: bold;
}

.postdata em {
	font-style: italic;
}

.postdata ul li {
	list-style: inside disc;
}

.postdata ol li {
	list-style: inside decimal;
}

@media only screen and (max-width: 800px) {
	.copywrite {
		margin-bottom: 65px;
	}
}
