@charset "Shift_JIS";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}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:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fcfcfc;
}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	?zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:5px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
	padding: 0 40px 0 60px;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:100%;
	padding: 0 40px 0 60px;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#000;
	text-decoration:none;
}

h2 {
	margin-bottom:0px;
	padding : 11px 0px 0px 14px;
	font-size : 16px;
	color:#222;	
	font-weight:bold;
}

h3 {
	margin-bottom:0.25em;
	padding : 2px 25px 2px 25px;
	font-size:16px;	
	font-weight:bold;
}

h4 {
	margin-bottom:0.25em;
	padding : 2px 25px 2px 25px;
	font-size:16px;	
	font-weight:bold;
}
	
h5 {
	margin-bottom:0.25em;
	padding : 2px 25px 2px 25px;
	font-size:16px;	
	font-weight:bold;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0.5em 0 1em;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
	font-style:normal;
}

strong {
	font-weight:bold;
	color:#000000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
	padding-left : 10px;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #888;
	background:#fff;
}
th {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #888;
	font-weight:bold;
	background:#F3F3F0;
}
td {
	padding:5px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	border:1px solid #222;
}
input{
	text-align : right;
	border-width : 1px ;
	border-style : solid ;
	border-color : silver ;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:5px 10px 4px 10px;
}

.summary {
	position:absolute;
	top:21px;
	right:550px;
	margin:0;
	font-size:14px;	
	font-weight:bold;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#FCFCFC;
		box-shadow:0px 0px 0px 0px #999;
		z-index:3;
	}

	/* 共通 */
	nav ul { 
		margin:0;
		padding:0;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		border-top:1px solid #C8C8C3;
		border-bottom:3px solid #FFD159;
		padding:6px 0 7px 0;
		background:#EDEDE6;
		color:#000000;
		font-size:14px;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}

	nav ul li:hover > a {
		color:#000000;
		background:#C0C6E8;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:14%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	nav ul.gnav > li:first-child {
		width:15%;
	}

	nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		color:#fff;
		transition:.2s;
	}

	nav ul li ul li a {
		padding:13px 15px;
		text-align:left;
		background:#FFFFFF;
		font-weight:normal;
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:40px;
		border-bottom:1px solid #C0C6E8;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		left:-50%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#fff;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #C8C8C3;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}

	nav ul li ul li ul li a {
		background:#FFFFFF;
	}

	nav ul li ul li ul li a:hover {
		background:#C0C6E8;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	margin-left:10px;
	padding:1px;
	background:#fcfcfc;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"・";
	color:#777;
}
.submenu li a {
	display:block;
	padding:6px 0px 6px 28px;
	border-bottom:1px dotted #ddd;
	font-size:13px;	
	color:#777;	
	text-decoration:none;
}
.submenu li a:hover {
	color:#222;
	background:#eee;
}
.subfont {
	font-size :13px;
	color:#777;	
	padding-left : 30px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color :#ccc;
}
.subtpl {
	font-size:13px;	
	color:#777;	
	padding-left : 30px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color :#eee;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color :#ddd;
}
.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#f2f2f2;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu_a {
	width:100%;
	margin:60px 0 0 0;
	padding:0px 0 5px 0;
	overflow:hidden;
	background:#fdfdfd;
}
.footmenu_a ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu_a li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 35px;
	font-size:14px;
	text-align:center;
}
.footmenu_a a {
	color:#111;
	text-decoration:none;
}
.copyright {
	border-top:2px solid #FFD159;
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	color:#222;
	background:#ddd;
}


/*================================================
 *  追加↓ footmenu
 ================================================*/



.footmenu_b {
	width:100%;
	margin:0px 0 0 0;
	padding:0px 0 5px 0;
	overflow:hidden;
	background:#F8F8F8;
}
.footmenu_b ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu_b li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 45px;
	font-size:13px;
	text-align:center;
}
.footmenu_b a {
	color:#111;
	text-decoration:none;
}

/*================================================
 *  追加↑ footmenu
 ================================================*/



/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#D1D1CD;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px dotted #ddd;
}


/*============================
 *  col_one_one
 =============================*/
 
.col_one_one {
	overflow:hidden;
}
.col_one_one ul {
	overflow:hidden;
	margin:0 0 0 0;
}
.col_one_one li {
	list-style:none;
	float:left;
	width:98%;
	margin:0 0% 2% 0;
}
.col_one_one li:nth-child(2n+1) {
	clear:both;
}
.col_one_one li img {
	width:100%;
	margin-bottom:2.5%;
}
/*============================
 *  col_one_onea
 =============================*/
 
.col_one_onea {
	overflow:hidden;
}
.col_one_onea ul {
	overflow:hidden;
	margin:0 0 0 0;
}
.col_one_onea li {
	list-style:none;
	float:left;
	width:98%;
	margin:0 0% 2% 0;
}
.col_one_onea li:nth-child(2n+1) {
	clear:both;
}
.col_one_onea li img {
	width:680px;
	margin-bottom:2.5%;
}
/*============================
 *  col_two_one
 =============================*/

 .col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:0.4% -1% 0 0;
}
.col_two_one li {
	list-style:none;
	float:right;
	width:49%;
	margin:0 0 2% 1%;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}
/*============================
 *  col_twl_one
 =============================*/

 .col_twl_one {
	overflow:hidden;
}

.col_twl_one ul {
	overflow:hidden;
	margin:0.4% -1% 0 0;
}
.col_twl_one li {
	list-style:none;
	float:left;
	width:46%;
	margin:0 4% 2% 0;
}
.col_twl_one li:nth-child(2n+1) {
	clear:both;
}
.col_twl_one li img {
	width:100%;
	margin-bottom:2.5%;
}
/*============================
 *  col_twl_one_a
 =============================*/

 .col_twl_one_a {
	overflow:hidden;
	margin:0 0 15px 0;
}

.col_twl_one_a ul {
	overflow:hidden;
	margin:0.4% -1% 0 0;
}
.col_twl_one_a li {
	list-style:none;
	float:left;
	width:43%;
	margin:0 7% 2% 0;
}
.col_twl_one_a li:nth-child(2n+1) {
	clear:both;
}
.col_twl_one_a li img {
	width:84%;
	margin:0% 8% 0% 8%;
}
/*============================
 *  col_three_one
 =============================*/

 .col_three_one {
	overflow:hidden;
}

.col_three_one ul {
	overflow:hidden;
	margin:1% -1% 0 0;
}
.col_three_one li {
	list-style:none;
	float:left;
	width:31%;
	margin:0 2% 2% 0;
}
.col_three_one li:nth-child(3n+1) {
	clear:both;
}
.col_three_one li img {
	width:100%;
	margin-bottom:10px;
}
/*============================*/

.caution {
	padding : 3px 7px 3px 10px;
	font-size : 13px;
	background-color : #F2EDE3;
	text-decoration : none;
}
.divlink {
	padding : 6px 18px 6px 18px;
	font-size : 13px;
	background-color : #f9f9f9;
	text-decoration : none;
	text-align : center;
	float : left;
	margin-right : 3px;
	margin-left : 15px;
}
.divlink_le {
	padding : 6px 8px 6px 8px;
	background-color : #fff;
	float : left;
	margin-right : 3px;
	margin-left : 10px;
}
.h_two {
	padding : 3px 7px 3px 6px;
	font-size : 16px;
	font-weight:bold;
}
.h_three {
	margin : 0 0 0 30px;
	padding : 0 0 0 0;
	font-size : 14px;
	font-weight:bold;
}

.h_three:before {
	content:"\0025a0";
	color:#111;
}

.h_three_a {
	margin : 0 0 10px 10px;
	padding : 0px 0 0 0;
	font-size : 16px;
	font-weight:bold;
}
.h_three_a1 {
	margin : 0px 0 2px 0px;
	padding : 20px 0 0 55px;
	font-size : 16px;
	font-weight:bold;
}
.h_three_a1c {
	margin : 0px 0 2px 0px;
	padding : 20px 0 0 0px;
	font-size : 16px;
	font-weight:bold;
}
.h_three_a1b {
	margin : 0 0 2px 10px;
	padding : 0px 0 0 50px;
	font-size : 16px;
	font-weight:bold;
}
.h_three_a2 {
	margin : 0 0px 0px 10px;
	padding : 0px  0 0 60px;
	font-size : 13px;
}
.h_three_a3 {
	margin : 0 0 0px 10px;
	padding : 0px 0 0 30px;
	font-size : 13px;
}

.h_three_aa {
	margin : 0 0 2px 0px;
	padding : 50px 0 0 15px;
	font-size : 16px;
	font-weight:bold;
}

.h_three_aa:before {
	content:"■";
	color:#111;
}
.h_three_b {
	margin : 0 0 0 30px;
	padding : 25px 0 0 0;
	font-size : 16px;
	font-weight:bold;
}
.h_three_bb {
	margin : 0 0 0 50px;
	padding : 20px 0 0 0;
	font-size : 16px;
	font-weight:bold;
}

.h_three_b:before {
	content:"■";
	color:#111;
}
.h_four {
	margin : 5px 0 0px 0px;
	padding : 0 0 0 0;
	font-size : 16px;
	font-weight:bold;
}

.h_four:before {
	content:"・ ";
	color:#111;
}
.h_four_a {
	margin : 0 0 5px 0;
	padding : 0 0 0 0;
	font-size : 16px;
	font-weight:bold;
}

.h_four_a:before {
	content:"■ ";
	color:#111;
}

.motlink {
	background-color : #F3F3F0;
	margin :10px 3px 0px 35px;
	padding : 5px 25px 5px 25px;
	font-size : 14px;
	font-weight:bold;
	text-decoration:underline;
	text-align : center;
	float : left;
}
.motlink_a {
	background-color : #F3F3F0;
	margin :0px 3px 0px 15px;
	padding : 10px 15px 10px 15px;
	font-size : 14px;
	font-weight:bold;
	line-height:3.3;
	text-decoration:underline;
	text-align : center;
}
.footlink {
	padding : 5px 3px 3px 5px;
	margin :5px 0px 5px 0px;
	text-align : center;
	float : left;
}

.line_top {
	margin :0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.line_top_a {
	padding : 5px 0px 0px 0px;
	border-top:1px solid #333;
}
.line_top_b {
	padding : 5px 0px 5px 0px;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
.line_top_cc {
	margin :0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-top:5px solid #ddd;
}
.sp_a {
	padding : 5px 25px 0px 25px;
	font-weight: bold;
}
.sp_b {
	color : #ccc;
}
.p_a {
	text-align:center;
	width:280px;
	margin : 5px 0 0 30px;
	padding : 5px 0px 0px 0px;
	font-size : 17px;
	font-weight: bold;
}
.p_an {
	border-bottom: 2px solid #666;
	text-align:center;
	width:280px;
	margin : 5px 0 0 30px;
	padding : 0x 0px 0px 5px;
	font-size : 16px;
}
.p_b {
	border-bottom: 2px solid #333;
	text-align:center;
	width:280px;
	margin : 8px 0 0 30px;
	padding : 0px 0px 8px 5px;
	font-size : 15px;
	font-weight: bold;
}
.p_d {
	border-bottom: 1px solid #666;
	text-align:center;
	width:280px;
	margin : 8px 0 10px 30px;
	padding : 0px 0px 8px 5px;
	font-size : 15px;
	font-weight: bold;
}
.p_c {
	border-bottom: 1px solid #666;
	width:60px;
	margin : 10px 0 5px 50px;
	padding : 0px 0px 0px 10px;
	font-size : 14px;
	font-weight: bold;
}
.p_cc {
	margin : 0px 0 15px 10px;
	padding : 0px 0px 0px 20px;
	font-size : 14px;
	font-weight: nomal;
}

.p_e {
	width:265px;
	margin : 0px 0 0px 50px;
	padding : 0px 0px 0px 10px;
	font-size : 12px;
	font-weight: nomal;
}
.p_f {
	width:275px;
	margin : 2px 0 15px 50px;
	padding : 0px 0px 0px 10px;
	font-size : 11px;
	font-weight: nomal;
}
.p_ffa {
	margin :15px 0px 0px 0px;
	padding : 0px 0px 0px 10px;
	font-weight:bold;
	font-size : 14px;
}
.p_ffb {
	background-color : #ABCCF5;
	margin :0px 3px 20px 0px;
	padding : 5px 10px 5px 10px;
	font-weight:bold;
	font-size : 14px;
	text-align : center;
}
/*============================*/
.m_a_o {
	margin : 20px 0px 0px 10px;
}
.under_o {
	text-decoration:underline;
}
.under_oo {
	text-decoration:underline;
	font-weight: bold;
}
.under_ooo {
	padding : 10px 10px 10px 10px;
	font-size : 14px;
	text-decoration:underline;
	background-color : #F3F3F0;
}
.pd_a_o {
	padding : 0px 0px 0px 14%;
}
.pd_a_oo {
	padding : 8px 0px 3px 14%;
	line-height:1.3;
	font-size : 13px;
}

.pd_aa_o {
	border-top: 2px solid #555;
	margin : 0 0 0 0px;
	padding : 8px 0px 0px 5px;
	font-weight: bold;
}
.pd_aaa_o {
	margin : 0 0 0 0px;
	padding : 10px 0px 0px 5px;
	line-height:1.2;
	font-size : 13px;
}
.p_a_o {
	margin : 0px 0 0 0px;
	padding : 0px 0px 0px 25px;
	font-size : 13px;
}
.p_ab_o {
	margin : 0 0 0 0;
	padding : 20px 0px 0px 0%;
	font-size : 13px;
}
.p_b_o {
	margin : 50px 0 0 0px;
	padding : 0px 0px 0px 30px;
	width:250px;
	font-size : 15px;
	font-weight: bold;
	border-bottom: 2px solid #666;
}
.p_bb_o {
	border-top: 2px solid #555;
	width:315px;
	margin : 6px 0 0 0px;
	padding : 0px 0px 0px 20px;
	font-size : 13px;
	font-weight: bold;
}
.p_bbb_o {
	margin : 20px 0 0 0;
	padding : 0px 0px 0px 25%;
	font-size : 13px;
}
.p_bbb_oo {
	margin : 20px 0 0 0;
	padding : 0px 0px 0px 15%;
	font-size : 13px;
}
.p_c_o {
	border-bottom: 1px solid #666;
	width:70px;
	margin : 15px 0 0px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
}
.p_e_o {
	border-bottom: 1px solid #ddd;
	width:300px;
	margin : 2px 0 0px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
	font-weight: nomal;
}
.p_e_o :before {
	content:"\0025a0";
	color:#111;
}
.p_f_o {
	border-bottom: 1px solid #111;
	width:310px;
	margin : 2px 0 15px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
	font-weight: nomal;
}
.p_f_o :before {
	content:"\0025a0";
	color:#111;
}
.p_ff_o {
	border-bottom: 1px solid #111;
	width:310px;
	margin : 2px 0 15px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
	font-weight: nomal;
}
.p_g_o {
	margin : 0px 0 0 0px;
	padding : 0px 0px 0px 25px;
	font-size : 13px;
}
.p_gg {
	padding : 0px 0px 0px 15px;
	font-size : 14px;
	font-weight: nomal;
}
.p_gh {
	padding : 0px 0px 0px 15px;
	font-weight: bold;
	font-size : 14px;
	color:#d54717;	
}

/*============================*/
.p_g {
	padding : 20px 0px 0px 60px;
	font-size : 15px;
	font-weight: bold;
}
.p_h {
	padding : 0px 0px 0px 0px;
	color:#000;
	font-weight: bold;
}
.p_hh {
	padding : 10px 0px 0px 0px;
	color:#000;
	font-weight: bold;
}
.p_hhh {
	padding : 5px 0px 0px 0px;
	color:#000;
}
.p_hhhh {
	border-top: 2px solid #555;
	padding : 15px 0px 10px 25px;
}
.p_hhhhh {
	font-weight: bold;
	padding : 15px 0px 5px 0px;
}
.p_i {
	padding : 43px 0 0 10px;
	color:#000;
}
.p_j {
	margin-bottom : 1px;
	font-size:15px;
	font-weight:bold;
	color:#333;	
	padding-left : 15px;
	padding-top : 8px;}
}

.pd_a {
	padding : 0px 0px 10px 0px;
}
.pd_b {
	padding : 0px 0px 0px 30px;
}
.pd_c {
	padding : 0px 0px 10px 20px;
}
.pd_d {
	padding : 10px 0px 0px 15px;
}
.pd_e {
	padding : 15px 0px 0px 10px;
}
.pd_e :before {
	content:"◆";
	color:#111;
}
.pd_e :after {
	content:"◆";
	color:#111;
}
.pd_f {
	padding : 30px 0px 0px 10px;
}
.pd_g {
	padding : 0px 0px 0px 0px;
}
.pd_gh {
	padding : 20px 0px 0px 27px;
}
.pd_h {
	padding : 18px 0px 4px 10%;
}
.pd_hx {
	font-weight:bold;
	padding : 4px 0px 0px 27px;
}
.pd_hxx {
	font-size : 15px;
	font-weight:bold;
	padding : 4px 0px 0px 55px;
}
.pd_hh {
	padding : 10px 0px 5px 0px;
}
.pd_hh8 {
	padding : 10px 0px 15px 20px;
}
.pd_hi {
	padding : 0px 15px 12px 15px;
}
.pd_i {
	padding : 0px 0px 0px 20px;
}
.pd_ia {
	margin:0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-size : 13px;
	line-height:1.3;
}
.pd_ib {
	margin:0px 0px 0px 0px;
	padding : 8px 0px 0px 15px;
	font-size : 13px;
	line-height:1.3;
}
.pd_ic {
	margin:0px 0px 0px 0px;
	padding : 10px 0px 0px 30px;
	font-size : 14px;
	line-height:1.3;
}
.pd_icc {
	margin:0px 0px 0px 0px;
	padding : 0px 0px 0px 30px;
	font-size : 14px;
	line-height:1.3;
}
.pd_id {
	margin:0px 0px 0px 0px;
	padding : 8px 0px 0px 7%;
	font-size : 14px;
	line-height:1.3;
}
.pd_j {
	margin: 10px 0px 0px 0px;
	padding : 8px 0px 25px 0px;
	border-bottom:2px solid #555;
	text-align:center;
	font-size : 16px;
	font-weight:bold;
}

.ka9{
color:#AFC305;
}
.pt10{
padding-top:10px;
}

.tac{
	text-align:center;
}
.tar{
	text-align:right;
}

.pd_ja {
	margin: 0px 0px 0px 0px;
	padding : 18px 0px 15px 20px;
	border-top:2px solid #555;
	font-size : 16px;
	font-weight:bold;
}
.pd_j1 {
	width:600px;
	margin: 10px auto 0px auto;
	font-size : 15px;
	font-weight:bold;
}
.pd_j2 {
	padding : 2px 25px 10px 25px;
	border-bottom:2px solid #555;
}
.pd_j3 {
	font-size:15px;
	font-weight:bold;
	color:#333;	
	padding-left : 14px;
	padding-top : 35px;
}
.pd_j4 {
	font-size:15px;
	font-weight:bold;
	color:#333;	
	padding-left : 14px;
	padding-top : 5px;
}
.pd_ja5 {
	margin: 0px 0px 0px 0px;
	padding : 18px 0px 15px 20px;
	border-top:2px dotted #555;
	font-size : 16px;
	font-weight:bold;
}

.pd_k {
	margin: 0px 0px 10px 0px;
	padding : 8px 2% 8px 2%;
	font-size : 14px;
}
.pos_aa {
	padding : 100px 0px 0px 0px;
}
.pos_a {
	position:relative; top:20px; left:-30px
}
.pos_bb {
	padding : 0px 0px 0px 100px;
	position:relative; top:-120px; left:30px
}
.pos_b {
	position:relative; top:0px; left:0px
}
.hid{
	visibility : hidden;
	height:50px
}
.hid_a{
	visibility : hidden;
}
.btn {
	border-width : 3px;
	border-style : outset;
}
.stg {
	font-weight:bold;
	color:#126ECC;
}

.stg0 {
	font-weight:bold;
}
.stg0a {
	padding :0px 0px 30px 0px ;
}
.stg0b {
	padding :10px 0px 20px 0px ;
	font-weight:bold;
}
.stg0b1 {
	font-size:15px;
	padding :10px 0px 20px 0px ;
	font-weight:bold;
}
.stg16 {
	font-size:16px;
	padding :15px 0px 35px 0px ;
	text-align:center;
	font-weight:bold;
}
.stg16a {
	border-top:1px solid #555;
	font-size:16px;
	padding :25px 0px 20px 0px ;
	text-align:center;
	font-weight:bold;
}
.stg0p {
	font-size:14px;
	padding :10px 0px 0px 20px ;
	font-weight:bold;
}

.footlink_b {
	font-weight:bold;
	padding : 5px 3px 3px 5px;
	margin :5px 0px 5px 0px;
	text-align : center;
	float : left;
}

.gr {
	padding : 0px 15px 0px 15px;
	font-weight:bold;
	color:#5E8D36;
}

.bru {
	padding : 0px 15px 0px 15px;
	font-weight:bold;
	color:#976D20;
}

.gray {
	padding : 0px 15px 0px 15px;
	font-weight:bold;
	color:#5E8037;
}

.s_13 {
	font-size:13px;
}

.line1 {
	border-top:2px solid #808080;
	padding-top :10px;
}
.line1a {
	border-top:2px solid #976D20;
	padding-top :10px;
}

.top_ph {
	font-weight:bold;
	font-size:15px;
}


.tt_bd {
	text-align:center;
	border:2px solid #fff;
}
.tt_bd1 {
	background:#fff;
	font-size:16px;
	text-align:center;
	border:2px solid #fff;
}
.tt_bd {
	text-align:center;
	border:2px solid #fff;
}
.tt_bg1 {
	border:2px solid #fff;
	background:#F8F1F1;
}
.tt_bg2 {
	border:2px solid #fff;
	background:#F9F4F0;
}
.tt_bg3 {
	border:2px solid #fff;
	background:#F8F5ED;
}
.tt_bg4 {
	border:2px solid #fff;
	background:#FBF8EA;
}
.tt_bg5 {
	border:2px solid #fff;
	background:#FAF9EB;
}
.tt_bg6 {
	padding : 10px 0px 10px 0px;
	border:2px solid #fff;
	background:#dee6fa;
}
.p01 {
	padding : 15px 0px 0px 20px;
}
.p01b {
	border-bottom:1px solid #555;
	font-size:15px;
	font-weight:bold;
	padding : 5px 0px 25px 0px;
}

.p01b13 {
	border-bottom:1px solid #555;
	font-size:13px;
	font-weight:bold;
	padding : 5px 0px 25px 0px;
}

.p01c {
	font-size:16px;
}
.p01c13 {
	font-size:13px;
}

.p01d {
	font-size:14px;
}
.p01t {
	font-weight:bold;
	padding : 0px 0px 0px 20px;
}
.p01f {
	padding : 15px 0px 0px 0px;
}

.c_b1 {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:13px 0 13px 0px;
}

.c_b1a {
	border-top:1px dotted #000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:13px 0 13px 0px;
}

.c_b1a1 {
	border-top:1px solid #000;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	padding:13px 0 13px 0px;
}

.c_b2 {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:32px 14px 0px 0px;
}
.c_b2a {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:10px 14px 0px 0px;
}
.center {
	text-align:center;
}

.center_bd {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size:15px;
	text-align:center;
	padding:13px 0 13px 0px;
}

.blt {
	font-weight:bold;
}
.gry {
	background:#dee6fa;
}
.p01d8 {
	padding:15px 5px 0px 0px;
	font-weight:bold;
	font-size:14px;
}
.center_a {
	padding : 0px 0px 20px 0px;
	font-size : 13px;
	text-align : center;
}
.center_14 {
	padding : 0px 0px 3px 0px;
	text-align:center;
	font-size:14px;
}
.center_bd14 {
	padding : 0px 0px 3px 0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.center_bd14a {
	padding : 20px 0px 3px 0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.lt1 {
	border-top:1px solid #555;
}

.lt1x {
	border-top:0px solid #555;
}

.lb1 {
	border-bottom:1px solid #555;
}
.lt1a {
	border-top:1px solid #555;
	padding : 20px 0px 0px 0px;
}
.lt1a1 {
	border-top:1px solid #555;
	margin: 20px 0px 0px  0px;
	padding : 20px 0px 0px 0px;
}
.lt1b {
	border-top:1px solid #555;
	background:#EAF3FE;
	padding : 5px 0px 5px 0px;
}
.lt1bz {
	border-top:1px solid #555;
	background:#FBF8EA;
	padding : 5px 0px 5px 0px;
}
.lt1bza {
	border-top:1px solid #555;
	background:#EAF3FE;
	padding : 5px 0px 5px 0px;
}
.lt1bza5 {
	border-top:1px solid #555;
	background:#EADDFB;
	padding : 5px 0px 5px 0px;
}
.lt1d {
	border-top:1px dotted #555;
}
.lt1z {
	margin : 0px 0px 20px 0px;
	text-align:center;
	font-size : 15px;
	border-bottom:2px solid #9F260A;
	border-top:2px solid #9F260A;
}
.lt1zt {
	margin : 30px 0px 5px 0px;
	text-align:center;
	font-size : 15px;
	border-top:2px solid #9F260A;
}
.lt1zt2 {
	margin : 0px 0px 0px 0px;
	font-size : 14px;
	border-top:2px solid #9F260A;
}
.lt2 {
	border-top:4px solid #ccc;
}
.lt2d {
	border-top:2px dotted #bbb;
}
.lb1d {
	border-bottom:1px dotted #555;
}
.lb1da {
	border-bottom:0px dotted #555;
}
.lb1a {
	border-bottom:0px solid #555;
}
.lb1dx {
	border-bottom:1px solid #555;
}
.lb1dx5 {
	border-bottom:1px solid #555;
}
.center_bd16 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.grr {
	font-weight:bold;
	color:#d0d0d0;
}
.tar1 {
	padding : 20px 0px 0px 0px;
	line-height:1.3;
	font-size : 13px;
}
.p02b {
	padding : 20px 0 0px 15px;
	font-size : 16px;
	font-weight: bold;
}
.p02bw {
	padding : 0px 0 10px 5px;
	font-size : 16px;
	font-weight: bold;
}
.p10 {
	padding : 10px 0 0px 0px;
}
.p10w {
	padding : 10px 0 10px 0px;
}
.p15 {
	padding : 15px 0 0px 0px;
}
.p20 {
	padding : 20px 0 0px 0px;
}
.p20a {
	padding : 20px 0 0px 20px;
}
.p30 {
	padding : 30px 0 0px 0px;
}
.p30x {
	padding : 30px 0 30px 0px;
}
.p40 {
	padding : 40px 0 5px 0px;
}
.w300 {
	margin: 0px auto 0px auto;
	width:300px;
}
.w320 {
	margin: 0px auto 0px auto;
	width:320px;
}
.w320x {
	margin: 0px auto 0px auto;
	width:448px;
}
.w520 {
	width:520px;
}
.div20 {
	margin: 20px auto 0px auto;
	background:#F3F3F0;
	padding : 20px;
	width:330px;
}
.div20a {
	margin: 0px auto 0px auto;
	background:#EAF3FE;
	padding : 20px;
	width:530px;
}
.f15 {
	font-size : 15px;
}
.f15a {
	margin : 50px 0px 0px 0px;
	padding : 0px 50px 0px 5px;
	font-size : 15px;
}
.f16 {
	font-size : 16px;
}
.tal {
	word-wrap: break-word;
}

.m15 {
	margin : 15px 0 0px 0px;
}
.m20 {
	margin : 20px 0 20px 0px;
}
.m20a {
	margin : 20px 0 0px 20px;
}
.m30 {
	margin : 30px 0 0px 0px;
}
.m40 {
	margin : 40px 0 5px 0px;
}
.ifj {
	padding : 10px 0px 5px 0px;
	font-size : 15px;
}

/*=======================================
      @@@@@@@@@@@@@@@
 ========================================*/


.square_btn{
    display: inline-block;
	margin : 10px 0 10px 25px;
    padding: 0.8em 1em;
    text-decoration: none !important;
    background: #FFF;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 1px #bbb;
    border-radius: 17px;
}



.square_btn8{
    display: inline-block;
	margin : 10px 0 10px 25px;
    padding: 0.8em 1em;
    text-decoration: none;
    background: #F0F5FE;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 2px #DAC18D;
    border-radius: 17px;
}

.square_btn9{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #eaf2ff;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 2px #bbb;
    border-radius: 10px;
}
.square_btn9a{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #f2f2f2;/*ボタン色*/
    color: #1528DA;
	font-weight:bold;
    border: solid 2px #bbb;
    border-radius: 10px;
}
.square_btn9b{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #f2f2f2;/*ボタン色*/
    color: #037614;
	font-weight:bold;
    border: solid 2px #bbb;
    border-radius: 10px;
}

.square_btn9x{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #f2f2f2;/*ボタン色*/
    color: #993300;
	font-weight:bold;
    border: solid 2px #bbb;
    border-radius: 10px;
}

.square_btn9xx{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #f2f2f2;/*ボタン色*/
    color: #444;
	font-weight:bold;
    border: solid 2px #bbb;
    border-radius: 10px;
}

.square_btn10{
    display: inline-block;
	margin : 5px 0 10px 0px;
    padding: 0.2em 0.9em;
    text-decoration: none;
    background: #FEDBD5;/*ボタン色*/
    color: #000;
	font-weight:bold;
    border: solid 2px #FC7259;
    border-radius: 15px;
}


.sb1{
    background: #fff;/*ボタン色*/
    border: solid 2px #2260FC;
    border-radius: 15px;
}

.sb1x{
    background: #fff;/*ボタン色*/
    border: solid 2px #1BB443;
    border-radius: 15px;
}

.sb1z{
    background: #DBE0FD;/*ボタン色*/
    border-radius: 15px;
}

.sb2{
    background: #fff;/*ボタン色*/
     padding: 0.3em 0.9em;
   border-radius: 10px;
    border: solid 3px #1557FC;
}

.sb2x{
    background: #fff;/*ボタン色*/
     padding: 0.3em 0.9em;
   border-radius: 10px;
    border: solid 3px #12A80B;
}



/*=======================================
      //////@@@@@@@@@@@@@@@
 ========================================*/
.talx {
	text-align:left;
}

.tacx {
	text-align:center;
}
/*============================
          マージン↓
 =============================*/
.mt5 {
	margin-top : 5px;
}
.mt10 {
	margin-top : 10px;
}
.mt15 {
	margin-top : 15px;
}
.mt20 {
	margin-top : 20px;
}
.mt25 {
	margin-top : 25px;
}
.mt30 {
	margin-top : 30px;
}
.mt35 {
	margin-top : 35px;
}




.mb5 {
	margin-bottom : 5px;
}
.mb10 {
	margin-bottom : 10px;
}
.mb15 {
	margin-bottom : 15px;
}
.mb20 {
	margin-bottom : 20px;
}
.mb25 {
	margin-bottom : 25px;
}
.mb30 {
	margin-bottom : 30px;
}
.mb35 {
	margin-bottom : 35px;
}

/*============================
          バディング↓
 =============================*/
.pt5 {
	padding-top : 5px;
}
.pt10 {
	padding-top : 10px;
}
.pt10x {
	padding-top : 0px;
}
.pt15 {
	padding-top : 15px;
}
.pt15a {
	padding-top : 15px;
}
.pt20 {
	padding-top : 20px;
}
.pt20x {
	padding-top : 0px;
}
.pt30 {
	padding-top : 30px;
}

.pt30a {
	padding-top : 30px;
}

.pt40 {
	padding-top : 40px;
}
.pt40a {
	padding-top : 40px;
}
.pt45a {
	padding-top : 0px;
}
.pt40b {
	padding-top : 40px;
}

.pt45a {
	padding-top : 45px;
}

.pt50 {
	padding-top : 50px;
}
.pt50a {
	padding-top : 110px;
}
.pt50b {
	padding-top : 50px;
}
.pt_xa {
	padding-top : 120px;
}

.pb5 {
	padding-bottom : 5px;
}
.pb10 {
	padding-bottom : 10px;
}
.pb15 {
	padding-bottom : 15px;
}
.pb20 {
	padding-bottom : 20px;
}

.pb25 {
	padding-bottom : 25px;
}

.pb30 {
	padding-bottom : 30px;
}
.pb40 {
	padding-bottom : 40px;
}
.pb50 {
	padding-bottom : 50px;
}


.pr5 {
	padding-right : 5px;
}
.pr10 {
	padding-right : 10px;
}
.pr15 {
	padding-right : 15px;
}
.pr20 {
	padding-right : 20px;
}

.pr30a {
	padding-right : 0px;
}
.pr30aa {
	padding-right : 0px;
	margin-right : 0px;
}


.pl5 {
	padding-left : 5px;
}
.pl10 {
	padding-left : 10px;
}
.pl10a {
	padding-left : 10px;
}
.pl15 {
	padding-left : 15px;
}
.pl20 {
	padding-left : 20px;
}
.pl25 {
	padding-left : 25px;
}
.pl25a {
	padding-left : 0px;
}
.pl35 {
	padding-left : 35px;
}
.pl45 {
	padding-left : 45px;
}
.pl45a {
	padding-left : 45px;
}
.pl55 {
	padding-left : 55px;
}
.pl65 {
	padding-left : 65px;
}
.pl75 {
	padding-left : 75px;
}
.pl85 {
	padding-left : 85px;
}
.pl95 {
	padding-left : 95px;
}
.pl105 {
	padding-left : 105px;
}
.pl115 {
	padding-left : 115px;
}
.pl125 {
	padding-left : 125px;
}
.pl135 {
	padding-left : 135px;
}

.pl145 {
	padding-left : 145px;
}

.pl155 {
	padding-left : 155px;
}

.plssa {
	padding-left : 160px;
}
.plss {
	padding-left : 150px;
}

/*============================
          バディング↑
 =============================*/
/*============================
          フォント↓
 =============================*/
.f11 {
	font-size : 11px;
	line-height:1.3;
}
.f12 {
	font-size : 12px;
	line-height:1.3;
}
.f13 {
	font-size : 13px;
	line-height:1.4;
}
.f14 {
	font-size : 14px;
	line-height:1.5;
}
.f15 {
	font-size : 15px;
	line-height:1.5;
}
.f16 {
	font-size : 16px;
	line-height:1.6;
}

.f11b {
	font-weight:bold;
	font-size : 11px;
	line-height:1.3;
}
.f12b {
	font-weight:bold;
	font-size : 12px;
	line-height:1.3;
}
.f13b {
	font-weight:bold;
	font-size : 13px;
	line-height:1.4;
}
.f14b {
	font-weight:bold;
	font-size : 14px;
	line-height:1.6;
}
.f15b {
	font-weight:bold;
	font-size : 15px;
	line-height:1.6;
}
.f16b {
	font-weight:bold;
	font-size : 16px;
	line-height:1.6;
}
.f18b {
	font-weight:bold;
	font-size : 18px;
}
.f20b {
	font-weight:bold;
	font-size : 20px;
}
.f32b {
	font-weight:bold;
	color:#ccc;
	font-size : 32px;
}
.lh13 {
	line-height:1.6;
}
.lh14 {
	line-height:1.6;
}
.lh15 {
	line-height:1.6;
}
.lh16 {
	line-height:1.6;
}
.lh17 {
	line-height:1.7;
}
.lh18 {
	line-height:1.8;
}
.lh19 {
	line-height:1.9;
}
.lh20 {
	line-height:2.0;
}
.lh21 {
	line-height:2.1;
}

/*============================
          フォント↑
 =============================*/


.bbr {
	color:#333;	
}

.bbr br {
  display:none;
}

.und {
	text-decoration:underline;

}

/*============================
      カラー
 =============================*/

.bg2 {
	background:#E9F0FC;
}

.bgw {
	background:#FFF;
}





.ka1 {
	color:#244B97;
}


.ka2 {
	color:#047803;
}


.ka3 {
	color:#054EBF;
}

.ka4 {
	color:#037614;
}
.ka5 {
	color:#1528DA;
}


.bg4 {
	background:#f7f7ef;
    border-radius: 10%;
}
.bg4x {
	background:#f7f7ef;
    border-radius: 25px;
}




.ka4x {
	color:#000;
}




.cor {
	color:#993300;
}


.cor2 {
	color:#6F2601;
}


.tfe{
	width:95% !important;

}

.tfe1{
	width:85% !important;

}


.tfe2{
	width:90% !important;

}


.tfe3{
	width:95% !important;

}


.divxx{
width:700px ;
	border-top:solid 2px #888;
	border-bottom:solid 2px #888;
	line-height:2.5;
	margin:0px auto 0px auto;
	padding:0px 40px 10px 40px ;
}

.divxx p{
  display:inline;
}

.lint {
    text-decoration: underline;
	font-size:14px;
	color:#444 !important;
}

.lint1 {
    text-decoration: underline;
	font-size:14px;
	color:#993300 !important;
}

.lint2 {
    text-decoration: underline;
	font-size:14px;
	color:#2d997a !important;
}

.lint3 {
    text-decoration: underline;
	font-size:14px;
	color:#493dbf !important;
}

.pic_e{
	width:20px !important;
	aspect-ratio: 1/1;
    height: auto;
	margin-bottom:5px;
	margin-right:10%;
}

.tff10{
	width:180px !important;
   aspect-ratio: 400/232;
}


.dn {
  display:none;
}

.pic10{
	width:100px !important;
}





.vem{
	vertical-align:middle;
}
	













/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:5px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#900000;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}
a {
	color:#000;
	text-decoration:underline ;
}

.footmenu a {
	color:#000;
	text-decoration:underline;
}

.footmenu_a a {
	color:#000;
	text-decoration:underline;
}

.footmenu_b a {
	color:#000;
	text-decoration:underline;
}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:10px 10px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:8px;
	}

	#main {
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	h2 {
	padding : 5px 0px 0px 14px;
	}
	h3 {
	padding : 5px 0px 0px 14px;
	}
	h4 {
	padding : 5px 0px 0px 10px;
	}
	h5 {
	padding : 5px 0px 0px 10px;
	}

	#sub {
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}

	nav {
		background:#E1E1DE;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #C8C8C3;
		background:#FFFFFF;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#111111;
		text-decoration:none;
		background:#FFFFFF;
	}
	nav li a:hover {
		color:#111111;
		background:#C0C6E8;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#A2A288;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#FFFFFF;
	}
	.subnav a:hover:after {
	  background:#C0C6E8;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#E1E1DE;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#A2A288;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#A2A288;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	.col_twl_one ul {
		margin-right:0;
	}
	.col_twl_one li {
		width:100%;
	}
	.col_twl_one li:nth-child(2n+1) {
		clear:both;
	}
	.col_twl_one_a ul {
		margin-right:0;
	}
	.col_twl_one_a li {
		width:100%;
	}
	.col_twl_one_a li:nth-child(2n+1) {
		clear:both;
	}
	.col_twl_one_a li img {
	width:84%;
	margin:0.5% 8% 0.5% 8%;
	}
	.col_three_one ul {
		margin-right:0;
	}
	.col_three_one li {
		width:100%;
	}
	.col_three_one li:nth-child(3n+1) {
		clear:both;
	}
	
	.col_three_one li img {
	width:100%;
	margin-bottom:0px;
}
	
	
	
	
	.img_p_a {
	padding : 10px 0px 0px 0px;
}
	.divlink_le {
	padding : 0 0 0 5%;
	background-color : #fff;
	float :left;
	margin-right : 0px;
	margin-left : 0px;
}
	.center {
	text-align:center;
}
.pd_a_o {
	padding : 0px 0px 0px 0px;
}
.pd_a_oo {
	padding : 8px 0px 3px 0px;
	line-height:1.3;
	font-size : 13px;
}
.pd_aa_o {
	border-top: 2px solid #555;
	margin : 0 0 0 0px;
	padding : 8px 0px 0px 5px;
	font-weight: bold;
}
.pd_aaa_o {
	padding : 10px 0px 0px 0px;
	font-size : 13px;
}
.p_a_o {
	margin : 0px 0 0 0px;
	padding : 0px 0px 0px 30px;
	font-size : 13px;
}
.p_aa_o {
	margin : 0 0 0 0;
	padding : 0px 0px 0px 1%;
	font-size : 13px;
}
.p_b_o {
	margin : 10px 0 0 0px;
	padding : 0px 0px 0px 30px;
	width:250px;
	font-size : 15px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.p_bbb_oo {
	margin : 20px 0 0 0;
	padding : 0px 0px 0px 0%;
	font-size : 13px;
}
.p_c_o {
	border-bottom: 1px solid #666;
	width:70px;
	margin : 0px 0 0px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 13px;
}
.h_three_b {
	margin : 10px 0 0 3%;
	padding : 0px 0 0 0;
	font-size : 16px;
	font-weight:bold;
}
.h_three_bb {
	margin : 10px 0 0 5%;
	padding : 0px 0 0 0;
	font-size : 16px;
	font-weight:bold;
}
.pd_j1 {
	width:100%;
}

.line1 {
	border-top:2px solid #808080;
	padding-top :20px;
}
.line1a {
	border-top:2px solid #976D20;
	padding-top :20px;
}


.tt_bd {
	padding:1px;
	font-size:13px;
}
.tt_bg1 {
	padding:1px;
	font-size:13px;
}
.tt_bg2 {
	padding:1px;
	font-size:13px;
}
.tt_bg3 {
	padding:1px;
	font-size:13px;
}
.tt_bg4 {
	padding:1px;
	font-size:13px;
}
.tt_bg5 {
	padding:1px;
	font-size:13px;
}
.h_three_a3 {
	border-bottom:1px dotted #000;
}

.w300 {
	margin: 0px auto 0px auto;
	width:95%;
}
.w320 {
	margin: 0px auto 0px auto;
	width:95%;
}
.h_three_a1 {
	margin : 0px 0 2px 0px;
	padding : 20px 0 0 10px;
	font-size : 16px;
	font-weight:bold;
}
.lb1da {
	border-bottom:1px dotted #555;
}
.lb1a {
	border-bottom:2px solid #777;
}
.lb1d5 {
	padding : 0px 0px 10px 0px;
	border-bottom:1px solid #555;
}
.f15a {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 5px;
	font-size : 15px;
}
.div20a {
	margin: 0px auto 0px auto;
	background:#EAF3FE;
	padding : 15px 10px;
	width:320px;
}
.lb1dx5 {
	border-bottom:0px solid #555;
}

.talx {
	text-align:right;
}

.tacx {
	text-align:right;
}


.pl10 {
	padding-left : 10px;
}
.pl10a {
	padding-left : 25px;
}
.pl15 {
	padding-left : 10px;
}
.pl20 {
	padding-left : 10px;
}
.pl25 {
	padding-left : 10px;
}
.pl25a {
	padding-left : 25px;
}
.pl35 {
	padding-left : 10px;
}
.pl45 {
	padding-left : 10px;
}
.pl55 {
	padding-left : 10px;
}
.pl65 {
	padding-left : 40px;
}
.pl75 {
	padding-left : 30px;
}
.pl85 {
	padding-left : 10px;
}
.pl95 {
	padding-left : 10px;
}
.pl95 {
	padding-left : 10px;
}
.pl105 {
	padding-left : 10px;
}
.pl115 {
	padding-left : 10px;
}
.pl125 {
	padding-left : 10px;
}

.pl135 {
	padding-left : 10px;
}

.pl145 {
	padding-left : 10px;
}

.pl155 {
	padding-left : 10px;
}

.pt15a {
	padding-top : 0px;
}








.w320x {
	margin: 0px auto 0px auto;
	width:230px;
}






.tff{
	width:100%;

}

.bbr br {
  display:inline;
}



.pt30a {
	padding-top : 20px;
}



.pt20x {
	padding-top : 10px;
}



.tfe{
	width:100% !important;

}



.tfe1{
	width:100% !important;

}

.tfe2{
	width:100% !important;

}

.tfe3{
	width:100% !important;

}



.lt1x {
	border-top:1px solid #555;
}





.divxx{
width:97% ;
	border:solid 3px #eee;
	line-height:2.5;
	margin:0 auto 0 auto;
	padding:5px 0px 10px 0px ;
}

.divxx p{
  display:block;
}

.divxx br{
  display:none;
}
.lint {
	font-size:15px;
	color:#444 !important;
}

.lint1 {
	font-size:15px;
}


.lint2 {
	font-size:15px;
}


.lint3 {
	font-size:15px;
}


.dn {
  display:inline-block;
}


.tff10{
	width:60% !important;
	margin : 0 0 10px 0;
}

















}




/*================================================
 *  pc向けデザイン
 ================================================*/
@media screen and (min-width:980px) {



.square_btn:hover{
    display: inline-block;
	margin : 10px 0 10px 25px;
    padding: 0.8em 1em;
    text-decoration: none !important;
    background: #fff;/*ボタン色*/
    color: #000;
	cursor: pointer;
	font-weight:bold;
    border: solid 1px #444;
    border-radius: 17px;
}
.square_btn8:hover{
    display: inline-block;
	margin : 10px 0 10px 25px;
    padding: 0.8em 1em;
    text-decoration: none;
    background: #E8F0FE;/*ボタン色*/
	cursor: pointer;
    color: #000;
	font-weight:bold;
    border: solid 2px #DAC18D;
    border-radius: 17px;
}


.square_btn9:hover{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #eaf2ff;/*ボタン色*/
	cursor: pointer;
    color: #000;
	font-weight:bold;
    border: solid 2px #444;
    border-radius: 10px;
}

.square_btn9a:hover{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	cursor: pointer;
    color: #1528DA;
	font-weight:bold;
    border: solid 2px #444;
    border-radius: 10px;
}

.square_btn9b:hover{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	cursor: pointer;
    color: #037614;
	font-weight:bold;
    border: solid 2px #444;
    border-radius: 10px;
}

.square_btn9x:hover{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	cursor: pointer;
    color: #993300;
	font-weight:bold;
    border: solid 2px #444;
    border-radius: 10px;
}
.square_btn9xx:hover{
    display: inline-block;
	margin : 10px 0 10px 15px;
    padding: 0.4em 0.4em;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	cursor: pointer;
    color: #222;
	font-weight:bold;
    border: solid 2px #444;
    border-radius: 10px;
}

.square_btn10:hover{
    display: inline-block;
	margin : 5px 0 10px 0px;
    padding: 0.2em 0.9em;
    text-decoration: none;
    background: #FEDBD5;/*ボタン色*/
	cursor: pointer;
    color: #000;
	font-weight:bold;
    border: solid 2px #D92201;
    border-radius: 15px;
}


#topicpath a:hover {
	text-decoration:underline;
}


.totop img:hover {
	background:#CBCBC8;
}

.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.footmenu_a a:hover {
	color:#111;
	text-decoration:underline;
}

.footmenu_b a:hover {
	color:#111;
	text-decoration:underline;
}

.tfex{
	width:392px !important;

}

.tff{
	width:400px !important;

}


























}


