@charset "UTF-8";

/*
* Theme Name: テンプレート01_07
* 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: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

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

body {
	font-size: 15px;
	line-height: 1.6;
	color: #333333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

/************************************ a:link a:hoverの設定*/
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #666;
	text-decoration: underline;
}

/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
.container {
	width: 1054px;
}

@media only screen and (max-width: 800px) {
	.container {
		width: 100%;
	}
}

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

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

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

.table-bordered th,
.table-bordered td {
	border: solid 1px #eeeeee;
	padding: 5px 20px;
}

.table-bordered th {
	width: 20%;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #06b6bc;
}

/************************************テーブルレスポンシブ仕様 (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;
		width: 100%;
	}

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

	.sp-listlayout {
		table-layout: fixed
	}

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

/***************************/
/********【お問い合わせフォーム】********/
/***************************/
/************************************フォーム (01_04 追加)*/
.mw_wp_form {
	font-size: 13px;
	margin: 0 0 20px;
	/**
   * ボタン
   */
	/**
   * その項目のエラーのwrapper
   */
	/**
   * 必須マーク
   */
	/**
   * 各項目のwrapper
   */
	/**
   * 注釈
   */
}

.mw_wp_form dl {
	border-top: #dddddd solid 1px;
	border-left: #dddddd solid 1px;
	border-right: #dddddd solid 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	/*
	background-color:#;
	color:#fff;
	*/
	/*背景色変更*/
}

.mw_wp_form .formend {
	border-bottom: #dddddd solid 1px !important;
}

.mw_wp_form dl dt,
.mw_wp_form dl dd {
	margin: 0;
	padding: 20px 0 15px 10px;
}

.mw_wp_form dl dt {
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 25%;
	position: relative;
}

.mw_wp_form dl dt .mwform-require {
	position: absolute;
	top: 20px;
	right: 10px;
}

.mw_wp_form dl dd {
	overflow: hidden;
	zoom: 1;
	border-left: #dddddd solid 1px;
	/*
	background-color:#FFF;
	color:#000;
	*/
	/*背景色変更*/
}

.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea {
	border: #cccccc solid 1px;
	border-radius: 3px;
	margin: 0;
	max-width: 88%;
	padding: 9px 12px;
	vertical-align: middle;
	margin: 7px 0;
}

.mw_wp_form dl dd textarea {
	width: 90%;
}

.mw_wp_form dl dd label {
	margin: 0 10px 0 2px;
}

.mw_wp_form dl dd label input[type="checkbox"],
.mw_wp_form dl dd label input[type="radio"] {
	margin: 0 5px 0 0;
}

.mw_wp_form p.mwform-btn {
	margin-top: 10px;
	text-align: center;
}

.mw_wp_form p.mwform-btn input {
	background-color: #f5f5f5;
	border: #dddddd solid 1px;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-weight: normal;
	padding: 10px 20px;
}

.mw_wp_form p.mwform-btn input:active,
.mw_wp_form p.mwform-btn input:hover {
	background-color: #eee;
}

.mw_wp_form .mwform-errors {
	margin: 5px 0 0;
	overflow: hidden;
	zoom: 1;
	/**
     * エラーメッセージ
     */
}

.mw_wp_form .mwform-errors .mwform-error {
	float: left;
	margin: 0 10px 0 0;
}

.mw_wp_form .mwform-errors .mwform-error span {
	background-color: #F7CCE6;
	border: #ee4d89 solid 1px;
	border-radius: 3px;
	color: #EE4D89;
	display: inline-block;
	font-size: 85%;
	padding: 3px 6px 2px;
}

.mw_wp_form .mwform-require {
	color: #EE4D89;
	font-size: 85%;
}

.mw_wp_form .mwform-field {
	margin: 0 0 5px;
}

.mw_wp_form .mwform-note {
	font-size: 85%;
}

@media screen and (max-width: 800px) {
	.mw_wp_form dl dt {
		float: none;
		width: auto;
		padding-bottom: 10px;
	}

	.mw_wp_form dl dd {
		padding-top: 10px;
	}

	.mw_wp_form dl dd {
		border-left: none;
	}
}

/***************************/
/********【アーカイブ】********/
/***************************/
/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
	background-color: #f9bab3;
	color: #FFFFFF;
	padding: 5px 10px;
}

.more-btn a:hover {
	text-decoration: none;
	background-color: #FCD2D3;
}

/************************************ 特記 スマホ時*/
@media only screen and (max-width: 800px) {}

/*WP用 投稿表示*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/***************************/
/********【スマホ用メニュー】********/
/***************************/
a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background-color: #021a65;
	/*変更*/
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background-color: #021a65;
	/*変更*/
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #231815;
	background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 21px;
	/*エキスパンド時の高さ*/
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.1);
	border: none !important;
	border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background-color: #021a65;
	/*変更*/
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-remove {
	display: none !important;
}

/***************************/
/********【ヘッダー】********/
/***************************/
/*------h1-----*/
.h1-area {
	width: 100%;
	min-width: 1054px;
	background-color: #092683;
	clear: both;
}

.h1-area section {
	margin: auto;
	padding: 5px 0px;
	width: 1024px;
}

.h1-area h1 {
	font-size: 12px;
	color: #fff;
}

@media only screen and (max-width: 800px) {
	.h1-area {
		min-width: inherit;
	}

	.h1-area section {
		width: 100%;
	}

	.h1-area h1 {
		font-size: 12px;
		text-align: center;
	}
}

/*------head-----*/
.head-container {
	width: 100%;
	min-width: 1054px;
	background: url(images/shared/ptn01.png) repeat;
}

.head-main-area {
	margin: auto;
	overflow: hidden;
	width: 1024px;
	padding: 20px 0px 15px;
}

.head-left-area {
	width: 438px;
	float: left;
}

.head-left-img01 {
	text-align: left;
	margin: 15px 0px 0;
}

.head-right-area {
	width: 586px;
	float: left;
	text-align: right;
}

.head-right-img-area {
	display: inline-table;
	text-align: right;
}

.head-right-img01 {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 155px;
	padding: 0px 0px 0px 0px;
	border-right: solid 1px #818db7;
	margin: 10px 0 0;
}

.head-right-txt01 {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	display: block;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 5px 0 0px;
	width: 155px;
	text-align: left;
}

.head-right-txt01 span {
	padding: 0px 10px 0 0px;
	display: inline-block;
}

.head-right-img02 {
	text-align: left;
	display: inline-table;
	width: 320px;
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}

.head-right-img02 span {
	font-size: 13px;
	color: #333333;
	padding: 10px 0 0;
	display: block;
	line-height: 1.8em;
}

.head-right-img03 {
	display: inline-table;
	width: 100px;
	padding: 10px 0px 0px 0px;
}

@media only screen and (max-width: 800px) {
	.head-container {
		min-width: inherit;
	}

	.head-main-area {
		width: 100%;
		padding: 0 15px;
	}

	.head-left-area {
		float: none;
		width: 100%;
	}

	.head-left-img01 {
		text-align: center;
		margin: 10px 0px 0 0;
	}

	.head-right-area {
		float: none;
		width: 100%;
		text-align: center;
	}

	.head-right-img-area {
		display: block;
		text-align: center;
	}

	.head-right-img01 {
		text-align: center;
		display: block;
		width: 100%;
		padding: 10px 0px 0px 0px;
		border-right: none;
	}

	.head-right-txt01 {
		display: block;
		width: 100%;
		text-align: center;
		color: #000;
		padding: 5px 0px 0px 0px;
	}

	.head-right-img02 {
		width: 100%;
		padding: 10px 0px 0px 0px;
		text-align: center;
	}

	.head-right-img03 {
		width: 100%;
		padding: 20px 0px 20px 0px;
	}
}

/*------slider-----*/
.slider01-area {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	clear: both;
	min-width: 1054px;
}

.ov_img01 {
	position: absolute;
	z-index: 500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 180px;
}

@media only screen and (max-width: 800px) {
	.slider01-area {
		min-width: inherit;
	}

	.ov_img01 {
		width: 100%;
		background-color: rgba(24, 40, 115, 0.6);
		padding: 30px 15px 0;
		height: 140px;
	}

	/*.ov_img01 {
	width: 100%;
	background-color: rgba(45,60,134,0.6);
	font-size: 36px;
	color: #fff;
	padding: 30px 15px 0;
	height: 220px;
	font-family: "FOT-筑紫ゴシック Pr5 D";
}*/
	/*.ov_img01 span {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	line-height: 1.3em;
	display: inline-block;
	text-shadow: 0 2px 0 #0046c7,  2px 0 0 #0046c7,  0 -2px 0 #0046c7,  -2px 0 0 #0046c7,  -2px -2px 0 #0046c7,  2px -2px 0 #0046c7,  -2px 2px 0 #0046c7,  2px 2px 0 #0046c7;
}*/
	.ov_img01 img {}

	/*.ov_img01 img {
	display: none;
}*/
}

/*------slider-----*/
.bxslider_ar {
	min-width: 1054px;
	height: 550px;
	margin: auto;
}

.bxslider_bg01 {
	background: url(images/top_main_01.png) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 550px;
}

.bxslider_bg02 {
	background: url(images/top_main_02.png) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 550px;
}

.bxslider_bg03 {
	background: url(images/top_main_03.png) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 550px;
}

@media only screen and (max-width: 800px) {
	.bxslider_ar {
		min-width: inherit;
		height: 300px;
	}

	.bxslider_bg01,
	.bxslider_bg02,
	.bxslider_bg03 {
		/*background-size:100% auto;*/
		height: 300px;
	}
}

/*------nav-----*/
.nav_02 {
	width: 100%;
	min-width: 1054px;
	background-color: #fff;
	padding: 25px 0 0;
}

.nav_02 .gNavi-area {
	width: 1024px;
	height: 41px;
	margin: auto;
}

.nav_02 .gNavi {
	float: left;
	width: 1024px;
}

.nav_02 .gNavi_list {
	margin: 0;
	line-height: 1.6;
	list-style: none;
}

.nav_02 .gNavi_list-item {
	float: left;
}

/*------dropdown-----*/
.nav_02 .gNavi .item04 {
	position: relative;
	z-index: 500;
}

.nav_02 .gNavi .item04 ul {
	left: 0px;
	position: absolute;
	display: none;
	width: 240px;
	padding-top: 0px;
}

.nav_02 .gNavi .item04 ul li {
	text-align: center;
	/filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	background-color: #eef3fb;
}

.nav_02 .gNavi .item04 ul li.lastChild {
	border-bottom: none;
}

.nav_02 .gNavi .item04 ul li:hover {}

.nav_02 .gNavi .item04 ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px;
	color: #000;
}

.nav_02 .gNavi .item04 ul li a:hover {
	background-color: #e7eef9;
	color: #000;
}

@media only screen and (max-width: 800px) {
	.nav_02 .gNavi-area {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
	}

	.nav_02 {
		display: none;
	}
}

/***************************/
/********【サイド】********/
/***************************/
.rNavi {
	float: right;
	width: 256px;
}

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

/********side snav ar********/
.side_snav_ar {
	border: solid 1px #e1e1e0;
	padding: 0 0px 0px;
	margin: 0 0 15px;
	font-family: "FOT-筑紫ゴシック Pr5 D";
}

.side_snav_ar .ttl {
	background-color: #092683;
	text-align: center;
	font-size: 17px;
	color: #fff;
	padding: 15px 15px;
	margin: 0 0px 5px;
}

.side_snav_ar .snav ul li {
	font-size: 14px;
	color: #553c22;
	border-bottom: solid 1px #e1e1e1;
	padding: .5em 30px .5em;
	margin: 0 0 .5em;
	list-style: none;
	position: relative;
}

.side_snav_ar .snav ul li a:link {
	color: #735411;
}

.side_snav_ar .snav ul li a:visited {
	color: #735411;
}

.side_snav_ar .snav ul li:before {
	position: absolute;
	content: "";
	background: url(images/shared/arrow02.png) no-repeat;
	width: 4px;
	height: 7px;
	margin: 7px 0 0 -12px;
}

.side_snav_ar .snav ul li:last-child {
	font-size: 14px;
	color: #553c22;
	border-bottom: none;
	padding: .5em 30px .5em;
	margin: 0 0 .5em;
	list-style: none;
	position: relative;
}

@media only screen and (max-width: 800px) {
	.side_snav_ar {
		margin: 80px 0 15px;
	}
}

/********side info ar********/
#side_info_ar {
	border: solid 1px #e1e1e0;
	padding: 25px 24px 10px;
	margin-bottom: 40px;
	font-size: 15px;
	color: #000;
	text-align: center;
}

#side_info_ar .ttl {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 15px;
	margin-bottom: 10px;
	background-color: #4d6ccb;
	color: #fff;
	padding: 3px 15px;
}

@media only screen and (max-width: 800px) {
	#side_info_ar {
		margin: 0px 0 40px;
		padding: 25px 15px 20px;
	}

	#side_info_ar .bt {
		text-align: center;
	}
}

/***************************/
/********【フッター】********/
/***************************/
/*------foot-----*/
#foot {
	margin: 80px 0 0;
	width: 100%;
	min-width: 1054px;
	padding: 50px 0 0px 0;
	clear: both;
	font-size: 15px;
	color: #fff;
	background: #435eb5;
	background: -moz-linear-gradient(top, #435eb5 0%, #092683 100%);
	background: -webkit-linear-gradient(top, #435eb5 0%, #092683 100%);
	background: linear-gradient(to bottom, #435eb5 0%, #092683 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#435eb5', endColorstr='#092683', GradientType=0);
}

#foot .bx_ar {
	overflow: hidden;
}

#foot .bx_l {
	width: 347px;
	float: left;
	margin: 0px 75px 0px 0px;
}

#foot .logo {
	text-align: center;
	margin: 0px 0px 45px 0px;
	border-bottom: solid 1px #fff;
	padding: 0 0 10px;
}

#foot .add {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#foot .tel {
	text-align: center;
	margin: 0px 0px 25px 0px;
}

#foot .bx_r {
	width: 602px;
	float: left;
	margin: 0px 0px 0px 0px;
}

@media only screen and (max-width: 800px) {
	#foot {
		min-width: inherit;
		padding: 50px 0 5px 0;
	}

	#foot .bx_l {
		width: 100%;
		float: none;
		margin: 0px 0px 0px 0px;
	}

	#foot .logo {
		margin: 0px 0px 20px 0px;
	}

	#foot .bx_r {
		width: 100%;
		float: none;
		margin: 0px 0px 0px 0px;
	}
}

.foot01_tbl2 {
	width: 100%;
	padding-left: 20px;
}

.foot01_tbl2 tr {
	padding: 0 0 10px 20px;
	display: inline-block;
}

.foot01_tbl2 th {
	text-align: center;
	vertical-align: top;
}

.foot01_tbl2 th span {
	width: 70px;
	padding: 2px 0px;
	color: #092683;
	background-color: #fff;
	font-size: 13px;
	display: inline-block;
}

.foot01_tbl2 td {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 1em;
}

@media only screen and (max-width: 800px) {
	.foot01_tbl2 tr {
		padding: 0 0 5px 0px;
		display: block;
	}

	.foot01_tbl2 th span {
		width: 220px;
	}

	.foot01_tbl2 th {
		width: 100%;
		text-align: center;
		list-style: none !important;
		padding: 0.5em 0em;
	}

	.foot01_tbl2 td {
		width: 100%;
		text-align: center;
		padding: 0.5em 0em;
	}
}

/*------sitemap-----*/
.footer_sitemap {
	margin: 20px auto 40px;
}

.sitemap_list {
	text-align: center;
}

.sitemap_list-item {
	display: inline-block;
	font-size: 15px;
	margin: 0.1em 0em;
}

.sitemap_list-item a {
	border-right: solid 1px #fff;
	padding: 0em 0.6em 0 0;
	margin: 0em 0.4em 0 0;
	color: #fff;
	text-decoration: none;
}

.sitemap_list-item-r {
	display: inline-block;
	font-size: 15px;
	padding: 0em 0.5em;
	margin: 0.1em 0em;
}

.sitemap_list-item-r a {
	padding: 0em 0.6em 0 0;
	margin: 0em 0.4em 0 0;
	color: #fff;
	text-decoration: none;
}

.sitemap_list-item a:hover,
.sitemap_list-item-r a:hover {
	text-decoration: underline;
}

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

	.sitemap_list {
		text-align: center;
	}

	.sitemap_list-item,
	.sitemap_list-item-r {
		font-size: 13px;
	}
}

/*------copyright-----*/
.footer_copyright-area {
	width: 100%;
	min-width: 1054px;
	background: #092683;
	border-top: solid 1px #fff;
}

.copyright_typo {
	font-size: 13px;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.footer_copyright-area {
		min-width: inherit;
		padding-bottom: 40px;
	}

	.copyright_typo {
		font-size: 12px;
		padding: 5px 0px;
	}
}

/***************************/
/********【index】********/
/***************************/
/********01********/
#cont01_ar {
	width: 100%;
	background: url(images/shared/ptn01.png) repeat;
	clear: both;
	min-width: 1054px;
	padding: 55px 0px 60px 0px;
}

#cont01_ar .ttl {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 30px;
	color: #000;
	line-height: 1.3em;
	padding: 60px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	background: url(images/top_con_01.png) no-repeat center top;
}

#cont01_ar .img {
	text-align: center;
}

#cont01_ar .subttl {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 25px;
	color: #333333;
	line-height: 1.3em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 25px 0px;
	border-bottom: solid 1px #092683;
}

#cont01_ar .txt {
	font-size: 16px;
	color: #333333;
	margin: 0px 0px 20px 0px;
}

#cont01_ar .bt {
	text-align: right;
}

@media only screen and (max-width: 800px) {
	#cont01_ar {
		min-width: inherit;
		padding: 50px 0px 50px 0px;
	}

	#cont01_ar .ttl {
		margin: 0px 0px 30px 0px;
	}

	#cont01_ar .img {
		margin: 0 0 30px;
	}

	#cont01_ar .subttl {
		text-align: center;
	}

	#cont01_ar .bt {
		text-align: center;
	}
}

/********02********/
#cont02_ar {
	clear: both;
	padding: 50px 0px 10px 0px;
}

#cont02_ar .ttl {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 30px;
	color: #000;
	line-height: 1.3em;
	padding: 60px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	background: url(images/top_con_04.png) no-repeat center top;
}

#cont02_ar .bx {
	border: solid 1px #c5c5c5;
	padding: 0px 15px 20px;
	margin: 0px 0px 50px 0px;
	box-shadow: 0px 3px 4px 1px #c5c5c5;
	-moz-box-shadow: 0px 3px 4px 1px #c5c5c5;
	-webkit-box-shadow: 0px 3px 4px 1px #c5c5c5;
}

#cont02_ar .img {
	text-align: center;
	margin: 0px -15px 20px;
}

#cont02_ar .bt {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 20px;
	color: #000;
	margin: 0 0 15px;
	position: relative;
	display: inline-block;
}

#cont02_ar .bt:before {
	content: "";
	background: url(images/shared/arrow01.png) no-repeat left top;
	width: 17px;
	height: 17px;
	position: absolute;
	margin: 0 0 0 -30px;
	top: 7px;
}

#cont02_ar .txt {
	font-size: 15px;
	color: #333333;
}

@media only screen and (max-width: 800px) {
	#cont02_ar {
		padding: 50px 0px 0px 0px;
	}

	#cont02_ar .bx {
		padding: 20px 15px 20px;
	}
}

/********03********/
#cont03_ar {
	width: 100%;
	background: url(images/shared/ptn01.png) repeat;
	clear: both;
	min-width: 1054px;
	padding: 50px 0px 50px 0px;
	margin: 0px 0 -80px;
}

#cont03_ar .ttl {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 20px;
	color: #ff8400;
	line-height: 1.3em;
	margin: 0px 0px 25px 0px;
	padding: 0 0 20px;
	text-align: center;
	border-bottom: solid 2px #092683;
}

#cont03_ar .bt {
	text-align: center;
}

@media only screen and (max-width: 800px) {
	#cont03_ar {
		min-width: inherit;
	}
}

/********topics********/
.news {
	margin-bottom: 20px;
}

.news_list {
	display: inline-block;
	border-bottom: solid 1px #818db7;
	width: 100%;
	vertical-align: middle;
	margin: 0 0 1.25em;
}

.news_list-time {
	width: 10%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	font-size: 14px;
	color: #888888;
	border-right: solid 1px #888888;
	padding: 0 1em 0 0;
}

.news_list-description {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #092683;
	padding: 0 1em;
	margin: -2px 0 0;
	font-weight: bold;
}

.news_list-description a:link {
	color: #092683;
}

.news_list-description a:visited {
	color: #092683;
}

.news_list-category {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	margin: -4px 0 0;
}

.news_list-ico {
	background-color: #092683;
	font-size: 12px;
	color: #fff;
	padding: 2px 10px;
}

.news_list-ico02 {
	background-color: #ff8400;
	font-size: 12px;
	color: #fff;
	padding: 2px 10px;
}

.news_list-com {
	clear: both;
	width: 100%;
	padding: .3em 0em 1em;
	display: block;
	font-size: 16px;
	color: #333333;
}

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

	.news_list-time {
		display: block;
		width: 100%;
		padding: .5em 0 0 0;
		border-right: none;
		;
	}

	.news_list-category {
		display: block;
		width: 100%;
		padding: 0em 0em 1em;
		text-align: left;
		margin: 0px 0 0;
	}

	.news_list-description {
		display: block;
		width: 100%;
		padding: 0 0 0em 0;
		margin: 0px 0 0;
	}
}

/***************************/
/********【common】********/
/***************************/
/************************************ テキストカラー*/
.fo13 {
	font-size: 13px !important;
}

.fo16 {
	font-size: 16px !important;
}

.fo30 {
	font-size: 30px !important;
}

.fo_rd {
	color: #F00 !important;
}

.fo_bk {
	color: #000 !important;
}

.fo_wh {
	color: #FFF !important;
}

.fo_bl {
	color: #092683 !important;
}

.fo_or {
	color: #ff8400 !important;
}

.bg_bl {
	background-color: #f5f8ff;
	padding: 20px;
	overflow: hidden;
}

/************************************ テキストアンダーライン背景画像*/
/*<p><span class="bg_img">****************</span></p>*/
.bg_img {
	background-image: url(images/sample.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	display: inline-block;
}

/************************************ パディング*/
.top_pad_50 {
	padding-top: 50px;
}

.top_pad_60 {
	padding-top: 60px;
}

.top_pad_70 {
	padding-top: 70px;
}

.bottom_pad_50 {
	padding-bottom: 50px;
}

.bottom_pad_60 {
	padding-bottom: 60px;
}

.bottom_pad_70 {
	padding-bottom: 70px;
}

/************************************ マージン*/
.top_mg_50 {
	padding-top: 50px;
}

.top_mg_60 {
	margin-top: 60px;
}

.top_mg_70 {
	margin-top: 70px;
}

.bottom_mg_50 {
	margin-bottom: 50px;
}

.bottom_mg_60 {
	margin-bottom: 60px;
}

.bottom_mg_70 {
	margin-bottom: 70px;
}

/************************************ パンくず*/
.breadcrumb_area {
	overflow: hidden;
	height: auto;
	margin: 20px 0px 20px 0px;
}

.breadcrumb_style {
	float: left;
}

.breadcrumb_font {
	font-size: 12px;
}

.breadcrumb_font ul li {
	float: left;
}

@media only screen and (max-width: 800px) {
	.breadcrumb_area {
		margin: 20px 0px 20px 0px;
	}
}

/************************************ 見出し*/
.h2_style {
	width: 100%;
	min-width: 1054px;
	background: #e8edfc;
	clear: both;
	padding: 80px 0px;
}

.h2_font {
	width: 1024px;
	margin: auto;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 30px;
	color: #092683;
	line-height: 1.3em;
}

@media only screen and (max-width: 800px) {
	.h2_style {
		min-width: inherit;
		padding: 50px 15px;
	}

	.h2_font {
		width: 100%;
		text-align: center;
	}
}

.h3_style {
	border-bottom: solid 1px #e1e1e1;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
	clear: both;
}

.h3_font {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 25px;
	color: #092683;
	line-height: 1.3em;
	border-left: solid 3px #092683;
	padding: 0 0 0 15px;
}

.h3_font a:link {
	color: #092683;
}

.h3_font a:visited {
	color: #092683;
}

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

.h4_style {
	border-bottom: dotted 1px #7f7f7f;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	clear: both;
}

.h4_font {
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 21px;
	color: #333333;
	line-height: 1.3em;
}

.h4_font a:link {
	color: #333333;
}

.h4_font a:visited {
	color: #333333;
}

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

.h5_style {
	margin: 0 0 20px;
	clear: both;
}

.h5_font:before {
	position: absolute;
	content: '';
	background: #092683;
	top: 7px;
	left: 0em;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.h5_font {
	position: relative;
	font-family: "FOT-筑紫ゴシック Pr5 D";
	font-size: 18px;
	color: #333333;
	line-height: 1.3em;
	padding: 0 0 0 20px;
}

.h5_font a:link {
	color: #333333;
}

.h5_font a:visited {
	color: #333333;
}

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

.h6_font {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #ff8400;
}

/***************************/
/********【02】********/
/***************************/
.p02_01_tbl2 {
	width: 100%;
	padding-left: 20px;
	border: solid 1px #ccc;
}

.p02_01_tbl2 th {
	width: 20%;
	text-align: left;
	vertical-align: middle;
	padding: .75em .75em;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	color: #FFF;
	background-color: #092683;
}

.p02_01_tbl2 td {
	width: 80%;
	text-align: left;
	vertical-align: middle;
	padding: .75em .75em;
	border-bottom: solid 1px #ccc;
}

@media only screen and (max-width: 800px) {
	.p02_01_tbl2 th {
		width: 100%;
		text-align: center;
		list-style: none !important;
		padding: 0.5em 0em;
	}

	.p02_01_tbl2 td {
		width: 100%;
		text-align: center;
		padding: 0.5em 0em;
	}
}

/***************************/
/********【03】********/
/***************************/
.p03_list_style {
	text-align: left;
}

.p03_list_style ul li {
	list-style: none;
	margin: 0px 0px 10px 0px;
	display: inline-block;
	padding: 0 2em 0 0;
}

.p03_list_style ul li:before {
	content: "■";
	padding: 0 .25em 0 0;
}

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

/***************************/
/********【06】********/
/***************************/
.arrow3_flow_area {
	overflow: hidden;
}

.arrow3_flow {
	width: 28%;
	float: left;
}

.arrow3_flow_txt {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}

.arrow3_arrow_area {
	width: 8%;
	float: left;
	text-align: center;
	padding: 60px 0 0 0;
}

.arrow3_arrow_area_sp {
	display: none;
}

@media only screen and (max-width: 800px) {
	.arrow3_flow {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.arrow3_flow_txt {
		text-align: center;
	}

	.arrow3_arrow_area {
		display: none;
	}

	.arrow3_arrow_area_sp {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}

/************************************ リスト*/
.disc_list_style {
	text-align: left;
}

.disc_list_style ul li {
	list-style-position: inside;
	list-style: disc;
	margin: 0px 0px 10px 20px;
}

.img_list_style {
	text-align: left;
}

.img_list_style ul li {
	background: url(images/shared/ico_check.png) no-repeat left 5px;
	list-style-position: inside;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
}

/***************************/
/********【access】********/
/***************************/
.access_map_side {
	width: 100%;
	height: 165px;
}

.access_map_foot {
	width: 100%;
	height: 185px;
	margin: 0 0 25px;
}

.access_map_l {
	width: 100%;
	height: 500px;
}

@media only screen and (max-width: 800px) {
	.access_map_side {
		height: 250px;
	}

	.access_map_foot {
		height: 250px;
	}

	.access_map_l {
		height: 250px;
	}
}

/**************************/
/********sigle contents********/
/**************************/
strong {
	font-weight: bold;
}

.topics_sec section ul {
	padding-left: 1.5em;
}

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

.topics_sec section ol {
	padding-left: 1.5em;
}

.topics_sec section ol li {}

.topics_sec section em {
	font-style: italic;
	/*斜体*/
}

.aligncenter {
	margin: 0 auto !important;
	text-align: center !important;
	display: block;
}

/**************************/
/********sigle h3/h4********/
/**************************/
.h301,
.h401 {
	/*固定ページのh3/h4に合わせる*/
	border-bottom: solid 1px #50af1f;
	padding: 7px 10px 7px 0px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
}

/**************************/
/********arc post(blog type A)********/
/**************************/
#arc_blog_a {
	clear: both;
}

#arc_blog_a .thumb_img {
	text-align: center;
	margin: 0 0 20px;
}

#arc_blog_a .cate_ar {
	text-align: right;
	margin: 0 0 20px;
}

#arc_blog_a .cate {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 2px 15px;
	background-color: #092683;
}

#arc_blog_a .cate02 {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 2px 15px;
	background-color: #ff8400;
}

#arc_blog_a .date {
	display: inline-block;
	font-size: 14px;
	padding: 2px 0px 2px 20px;
}

#arc_blog_a .txt {
	margin: 0 0 20px 0;
}

#arc_blog_a .bt {
	margin: 0 0 20px 0;
	text-align: right;
	color: #900;
}

#arc_blog_a .bt a:link {
	color: #900;
}

#arc_blog_a .bt a:visited {
	color: #900;
}

@media only screen and (max-width: 800px) {
	#arc_blog_a .cate_ar {
		text-align: left;
	}
}

/**************************/
/********sing post(blog detail B)********/
/**************************/
#sing_blog_b {
	clear: both;
}

#sing_blog_b .cate_ar {
	text-align: right;
	margin: 0 0 30px;
}

#sing_blog_b .cate {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 2px 15px;
	background-color: #092683;
}

#sing_blog_b .cate02 {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 2px 15px;
	background-color: #ff8400;
}

#sing_blog_b .date {
	display: inline-block;
	font-size: 14px;
	padding: 2px 0px 2px 20px;
}

#sing_blog_b .main_img {
	text-align: center;
	margin: 0 0 30px;
}

#sing_blog_b .txt {
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 800px) {
	#sing_blog_b .cate_ar {
		text-align: left;
		margin: 0 0 20px;
	}
}

/**************************/
/********post side nav********/
/**************************/
#side_post_ar {
	border: solid 1px #e1e1e0;
	padding: 0 0px 0px;
	margin: 0 0 15px;
	font-family: "FOT-筑紫ゴシック Pr5 D";
}

#side_post_ar .ttl {
	background-color: #092683;
	text-align: center;
	font-size: 17px;
	color: #fff;
	padding: 15px 15px;
	margin: 0 0px 5px;
}

#side_post_ar ul li {
	font-size: 14px;
	color: #553c22;
	border-bottom: solid 1px #e1e1e1;
	padding: .5em 30px .5em;
	margin: 0 0 .5em;
	list-style: none;
	position: relative;
}

#side_post_ar ul li a:link {
	color: #735411;
}

#side_post_ar ul li a:visited {
	color: #735411;
}

#side_post_ar ul li:before {
	position: absolute;
	content: "";
	background: url(images/shared/arrow02.png) no-repeat;
	width: 4px;
	height: 7px;
	margin: 7px 0 0 -12px;
}

#side_post_ar ul li:last-child {
	font-size: 14px;
	color: #553c22;
	border-bottom: none;
	padding: .5em 30px .5em;
	margin: 0 0 .5em;
	list-style: none;
	position: relative;
}

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

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
	border-bottom: 1px solid #000;
	font-size: 18px;
	padding: 0 0 5px;
	margin: 0 0 15px;
}

.dl-privacy dd+dt {
	margin-top: 30px;
}

.list-privacy li {
	position: relative;
	padding: 0 0 0 15px;
}

.list-privacy li+li {
	margin-top: 3px;
}

.list-privacy li:before {
	background: #333;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
}

.fixed-menu-sp {
	position: fixed;
	bottom: 0;
	background-color: #4d6ccb;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	z-index: 100;
}

.fixed-menu-sp a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	height: 40px;
}

.fixed-menu-sp a+a {
	border-left: 1px solid #fff;
}

.fixed-menu-sp a img {
	height: 18px;
	object-fit: contain;
	margin: 0 5px 0 -5px;
}
