

/*========================================
	背景色　基本設定 ここから
========================================*/

.back_FFFFFF{background:#FFFFFF;}
.back_EEEEEE{background:#EEEEEE;}
.back_DDDDDD{background:#DDDDDD;}
.back_E7E7E7{background:#E7E7E7;}
.back_F0F0E1{background:#F0F0E1;}
.back_F9F9F9{background:#F9F9F9;}
.back_F3F3F3{background:#F3F3F3;}
.back_F3F3F3{background:#F3F3F3;}
.back_F8F8F5{background:#F8F8F5;}
.back_444444{background:#444444;}
.back_333333{background:#333333;}
.back_F7F7F8{background:#F7F7F8;}
.back_FBFBF4{background:#FBFBF4;}
.back_F6F6F6{background:#F6F6F6;}

.back_F4F4F4{background:#F4F4F4;}
.back_F2F2F2{background:#F2F2F2;}

.back_000000{background:#000000;}

/*背景色　お客様ごとの設定　ここを追加or削除していく*/



.back_00913A{
	background:#00913A;
}



/*========================================
	背景色　お客様ごとの設定ここまで
========================================*/

/*==================================================
	ホバーで動く　ここから
	リンク付きの画像に設置
	<div class="hover"><a><img src~~ /></a></div>
	※上に動くので余白に注意（埋まること有）
==================================================*/

.hover a img,
.hover a{
	filter: alpha(opacity=100);
	-webkit-opacity:1.00;
	-moz-opacity:1.00;
	opacity:1.00;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.hover a:hover img,
.hover a:hover{
	-webkit-transform: translate(0,-3px);
	-moz-transform: translate(0,-3px);
	-ms-transform: translate(0,-3px);
	-o-transform: translates(0,-3px);
}
/*==================================================
	ホバーで動く　ここまで
==================================================*/



/*==================================================
	ホバーで拡大　ここから
	リンク付きの画像に設置
	<div class="zoom"><a><img src~~ /></a></div>
	※動くので余白に注意
	（画像ぼやけるのであまり使用しない）
==================================================*/

.zoom a img{
	filter: alpha(opacity=100);
	-webkit-opacity:1.00;
	-moz-opacity:1.00;
	opacity:1.00;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.zoom a svg{
	filter: alpha(opacity=100);
	-webkit-opacity:1.00;
	-moz-opacity:1.00;
	opacity:1.00;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.zoom a:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.zoom a:hover svg{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*==================================================
	ホバーで拡大　ここまで
==================================================*/


/*===========================================*/
/*基本設定　大西*/
/*===========================================*/
#sub01,
#sub02,
#sub03,
#sub04,
#sub05,
#sub06,
#sub07,
#sub08,
#sub09,
#sub10,
#sub11,
#sub12,
#sub13,
#sub14,
#sub15,
.sub00,
.sub00_100 {
	width:94%;
	margin:0 auto;
	text-align:left;
	padding:2em 0;
	
}
.sub00{
	padding:0;
}
.sub00_100{
	width:100%;
	padding:0;
}

/*1600の土台設定*/
.block_1600{/*1600pxの領域*/
	max-width:1600px;
	width:90%;
	margin:0 auto;
	padding:2em 0;
}
.block_1600_100{/*1600pxの領域*/
	max-width:1600px;
	width:100%;
	margin:0 auto;
	padding:2em 0;
}

.block_1600_00{/*1600pxの領域*/
	max-width:1600px;
	width:90%;
	margin:0 auto;
	padding:0;
}
.block_1600_100_00{/*1600pxの領域*/
	max-width:1600px;
	width:100%;
	margin:0 auto;
	padding:0;
}

.block_1400{/*1600pxの領域*/
	max-width:1400px;
	width:90%;
	margin:0 auto;
	padding:2em 0;
}

.block_1400_100{/*1600pxの領域*/
	max-width:1400px;
	width:100%;
	margin:0 auto;
	padding:2em 0;
}

.block_1500{/*1600pxの領域*/
	max-width:1500px;
	width:90%;
	margin:0 auto;
	padding:2em 0;
}

/*=======================================
	文字色　基本設定
	aタグ用も一緒に設置していく
=======================================*/
.colo_FFFFFF{color:#FFFFFF !important;}
.colo_FFFFFF a{color:#FFFFFF !important;}

.colo_FF0000{color:#FF0000 !important;}
.colo_FF0000 a{color:#FF0000 !important;}

.colo_000000{ color:#000000 !important;}
.colo_000000 a{color:#000000 !important;}

.colo_666666{ color:#666666 !important;}
.colo_666666 a{color:#666666 !important;}

.colo_777777{ color:#777777 !important;}
.colo_777777 a{color:#777777 !important;}

.colo_888888{ color:#888888 !important;}
.colo_888888 a{color:#888888 !important;}

.colo_DDDDDD{ color:#DDDDDD !important;}
.colo_DDDDDD a{color:#DDDDDD !important;}

.colo_333333{ color:#333333 !important; }
.colo_333333 a{ color:#333333 !important; }

.colo_4D4D4D{ color:#4D4D4D !important; }
.colo_4D4D4D a{ color:#4D4D4D !important; }

.colo_BBBBBB{ color:#BBBBBB !important;}
.colo_BBBBBB a{color:#BBBBBB !important;}


/*文字色　お客様ごとの設定　ここを追加or削除していく*/


.colo_B09A80{color:#B09A80 !important;}
.colo_B09A80 a{color:#B09A80 !important;}

.colo_B1B1B1{color:#B1B1B1 !important;}
.colo_B1B1B1 a{color:#B1B1B1 !important;}

.colo_D3CBCB{color:#D3CBCB !important;}
.colo_D3CBCB a{color:#D3CBCB !important;}

.colo_A09595{color:#A09595 !important;}
.colo_A09595 a{color:#A09595 !important;}

.colo_BCAFAF{color:#BCAFAF !important;}
.colo_BCAFAF a{color:#BCAFAF !important;}

.colo_8A6E4F{color:#8A6E4F !important;}
.colo_8A6E4F a{color:#8A6E4F !important;}

.colo_CACACA{color:#CACACA !important;}
.colo_CACACA a{color:#CACACA !important;}

.colo_606060{color:#606060 !important;}
.colo_606060 a{color:#606060 !important;}

.colo_EF5A24{color:#EF5A24 !important;}
.colo_EF5A24 a{color:#EF5A24 !important;}


/*aタグ　マーカーで引いたような下線をホバーで表示*/

.mark_FFFF99_a a{
	text-decoration: none;
}
.mark_FFFF99_a a:hover{
	background:-moz-linear-gradient(transparent 50%, #ffff99 0);
	background:-webkit-linear-gradient(transparent 50%, #ffff99 0);
	background:-ms-linear-gradient(transparent 50%, #ffff99 0);
	background:-o-linear-gradient(transparent 50%, #ffff99 0);
	background:linear-gradient(transparent 50%, #ffff99 0);
}

.mark_FDD7E9_a a{
	text-decoration: none;
}
.mark_FDD7E9_a a:hover{
	background:-moz-linear-gradient(transparent 50%, #FDD7E9 0);
	background:-webkit-linear-gradient(transparent 50%, #FDD7E9 0);
	background:-ms-linear-gradient(transparent 50%, #FDD7E9 0);
	background:-o-linear-gradient(transparent 50%, #FDD7E9 0);
	background:linear-gradient(transparent 50%, #FDD7E9 0);
}


.mark_F5F2EE_a a{
	text-decoration: none;
}
.mark_F5F2EE_a a:hover{
	background:-moz-linear-gradient(transparent 50%, #F5F2EE 0);
	background:-webkit-linear-gradient(transparent 50%, #F5F2EE 0);
	background:-ms-linear-gradient(transparent 50%, #F5F2EE 0);
	background:-o-linear-gradient(transparent 50%, #F5F2EE 0);
	background:linear-gradient(transparent 50%, #F5F2EE 0);
}

.mark_FFFF00{
	background:-moz-linear-gradient(transparent 50%, #FFFF00 0);
	background:-webkit-linear-gradient(transparent 50%, #FFFF00 0);
	background:-ms-linear-gradient(transparent 50%, #FFFF00 0);
	background:-o-linear-gradient(transparent 50%, #FFFF00 0);
	background:linear-gradient(transparent 50%, #FFFF00 0);
}
.mark_FDBE00{
	background:-moz-linear-gradient(transparent 50%, #FDBE00 0);
	background:-webkit-linear-gradient(transparent 50%, #FDBE00 0);
	background:-ms-linear-gradient(transparent 50%, #FDBE00 0);
	background:-o-linear-gradient(transparent 50%, #FDBE00 0);
	background:linear-gradient(transparent 50%, #FDBE00 0);
}

.hov_A28E80 a{
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.hov_A28E80 a:hover{
	color:#A28E80 !important;
}

.hov_A28E80 a{
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.hov_A28E80 a:hover{
	color:#A28E80 !important;
}


.bord_D6D6D6_t1{
	border-top:#D6D6D6 solid 1px;
}
.bord_EEEEEE_t1{
	border-top:#EEEEEE 1px solid;
}
.bord_FFFFFF_t1{
	border-top:#FFFFFF 1px solid;
}

.bord_FFFFFF_t2{
	border-top:#FFFFFF 1px solid;
}

.bord_D6D6D6_1{
	border:#D6D6D6 1px solid;
}

.bord_DDDDDD_t1{
	border-top:#DDDDDD 1px solid;
}

.bord_000000_t1{
	border-top:1px #000000 solid;
}

.bord_E6E6E6_t1{
	border-top:#E6E6E6 1px solid;
}
.bord_AAAAAA_t1{
	border-top:#AAAAAA 1px solid;
}


/*テキストインデント*/
.txt_ind01{padding-left: 1em;text-indent: -1em;}/*1文字分*/
.txt_ind02{padding-left: 2em;text-indent: -2em;}/*2文字分*/
.txt_ind03{padding-left: 3em;text-indent: -3em;}/*3文字分*/

/*==スマホ時width設定=================*/
.w_100{width:100% !important;margin:0 !important;}
.w_96{width:96% !important;margin:0 2% !important;}
.w_94{width:94% !important;margin:0 3% !important;}
.w_90{width:90% !important;margin:0 5% !important;}
.w_80{width:80% !important;margin:0 10% !important;}
.w_70{width:70% !important;margin:0 15% !important;}
.w_60{width:60% !important;margin:0 20% !important;}
.w_50{width:50% !important;margin:0 25% !important;}
.w_40{width:40% !important;margin:0 30% !important;}
.w_30{width:30% !important; margin:0 35% !important;}

.w_100l{width:100% !important;margin:0 !important;}
.w_96l{width:96% !important;margin:0 4% 0 0 !important;}
.w_90l{width:90% !important;margin:0 10% 0 0 !important;}
.w_80l{width:80% !important;margin:0 20% 0 0 !important;}
.w_70l{width:70% !important;margin:0 30% 0 0 !important;}
.w_60l{width:60% !important;margin:0 40% 0 0 !important;}
.w_50l{width:50% !important;margin:0 50% 0 0 !important;}
.w_40l{width:40% !important;margin:0 60% 0 0 !important;}
.w_30l{width:30% !important;margin:0 70% 0 0 !important;}

.w_100r{width:100% !important;margin:0 !important;}
.w_96r{width:96% !important;margin:0 0 0 4% !important;}
.w_90r{width:90% !important;margin:0 0 0 10% !important;}
.w_80r{width:80% !important;margin:0 0 0 20% !important;}
.w_70r{width:70% !important;margin:0 0 0 30% !important;}
.w_60r{width:60% !important;margin:0 0 0 40% !important;}
.w_50r{width:50% !important;margin:0 0 0 50% !important;}
.w_40r{width:40% !important;margin:0 0 0 60% !important;}
.w_30r{width:30% !important;margin:0 0 0 70% !important;}

.w_100 img,
.w_96 img,
.w_94 img,
.w_90 img,
.w_80 img,
.w_70 img,
.w_60 img,
.w_50 img,
.w_40 img,
.w_30 img{
	width:auto;
	max-width: 100%;
	margin:0 auto;
}
.w_100l img,
.w_96l img,
.w_90l img,
.w_80l img,
.w_70l img,
.w_60l img,
.w_50l img,
.w_40l img,
.w_30l img,
.w_100r img,
.w_96r img,
.w_90r img,
.w_80r img,
.w_70r img,
.w_60r img,
.w_50r img,
.w_40r img,
.w_30r img{
	width:auto;
	max-width: 100%;
	margin:0;
}


.img_100 img{
	width:100% !important;
	margin:0 auto;
}
.img_90 img{
	width:90% !important;
	margin:0 auto;
}
.img_80 img{
	width:80% !important;
	margin:0 auto;
}
.img_70 img{
	width:70% !important;
	margin:0 auto;
}
.img_60 img{
	width:60% !important;
	margin:0 auto;
}
.img_50 img{
	width:50% !important;
	margin:0 auto;
}
.img_40 img{
	width:40% !important;
	margin:0 auto;
}

.img_30 img{
	width:30% !important;
	margin:0 auto;
}



/*===================*/
/*PCでのtextの幅設定（全サイズ縮める）*/
.p_w70,
.p_w80,
.p_w90,
.p_w94,
.p_w96,
.p_w98{width:90% !important; margin:0 5% !important;}


.bold{font-weight:bold;}
.bold_900{font-weight:900;}
.bold_800{font-weight:800;}
.bold_700{font-weight:700;}
.bold_600{font-weight:600;}
.bold_500{font-weight:500;}
.bold_400{font-weight:400;}
.bold_300{font-weight:300;}
.bold_200{font-weight:200;}
.bold_100{font-weight:100;}
.normal{ font-weight:normal !important;}

.font_ital{font-style: italic;}

.font10sp{font-size:68%;}
.font11sp{font-size:85%;}
.font12sp{font-size:90%;}
.font13sp{font-size:93%;}

.font10{font-size:68%;}
.font11{font-size:85%;}
.font12{font-size:90%; line-height:1.3;}
.font13{font-size:93%;}

.font14{font-size:100%; line-height:1.5;}
.font15{font-size:108%; line-height:1.5;}
.font16{font-size:115%; line-height:1.5;}
.font17{font-size:120%;  line-height:1.4;}
.font18{font-size:130%; line-height:1.4;}
.font19{font-size:140%; line-height:1.4;}

.font20{font-size:170%; line-height:1.4;}

.font25{font-size:200%; line-height:1.4;}

.font30{font-size:200%; line-height:1.4;}

.underline{
	text-decoration: underline;
}
.underline_h a{
	text-decoration: underline;
}
.underline_h a:hover{
	text-decoration: none;
}

.line_height12{
	line-height:1.2 !important;
}
.line_height14{
	line-height:1.4 !important;
}
.line_height16{
	line-height:1.6 !important;
}
.line_height18{
	line-height:1.8 !important;
}
.line_height20{
	line-height:2 !important;
}
.le_sp_m02{letter-spacing: -2px;}
.le_sp_m01{letter-spacing: -1px;}
.le_sp00{letter-spacing: -1px;}
.le_sp01{letter-spacing: 1px;}
.le_sp02{letter-spacing: 2px;}
.le_sp03{letter-spacing: 3px;}
.le_sp04{letter-spacing: 4px;}
.le_sp05{letter-spacing: 5px;}
.le_sp06{letter-spacing: 6px;}
.le_sp07{letter-spacing: 7px;}
.le_sp08{letter-spacing: 8px;}
.le_sp09{letter-spacing: 9px;}
.le_sp10{letter-spacing: 10px;}


/*PCの場合brを付ける*/
.p_br br{
	display:none;
}

/*スマホの場合brを付ける*/
.s_br br{
	display:block;
}

/*スマホとタブレットの場合brを付ける*/
.st_br br{
	display: block;
}


/*スマホの場合左寄せ*/
.p_cen_s_le{
	text-align:left;
}
/*スマホの場合センター*/
.p_le_s_cen{
	text-align:center;
}
/*スマホの場合真ん中寄せ*/
.p_ri_s_cen{
	text-align: center;
}

.p_cen_s_ri{
	text-align: right;
}

.txt_shadow{
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

.vr_m p,
.vr_m h2,
.vr_m h3,
.vr_m h4,
.vr_m h5,
.vr_m ul,
.vr_m li,
.vr_m div,
.vr_m dl,
.vr_m dt,
.vr_m dd{
	display: inline-block;
	vertical-align: middle;
}

.vr_m_img p,
.vr_m_img h2,
.vr_m_img h3,
.vr_m_img h4,
.vr_m_img h5,
.vr_m_img ul,
.vr_m_img div,
.vr_m_img dl,
.vr_m_img dt,
.vr_m_img dd{
	display: inline-block;
	vertical-align: middle;
}
.vr_m_img p img,
.vr_m_img h2 img,
.vr_m_img h3 img,
.vr_m_img h4 img,
.vr_m_img h5 img,
.vr_m_img ul img,
.vr_m_img div img,
.vr_m_img dl img,
.vr_m_img dt img,
.vr_m_img dd img{
	display: inline-block;
	vertical-align: middle;
}


.vr_b p,
.vr_b h2,
.vr_b h3,
.vr_b h4,
.vr_b h5,
.vr_b ul,
.vr_b div{
	display: inline-block;
	vertical-align: text-bottom;
}


.po_rela{
	position: relative;
}




/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {


/*===========================================*/
/*基本設定　大西*/
/*===========================================*/

#sub01,
#sub02,
#sub03,
#sub04,
#sub05,
#sub06,
#sub07,
#sub08,
#sub09,
#sub10,
#sub11,
#sub12,
#sub13,
#sub14,
#sub15,
.sub00{
	width:96%;
}
.sub00_100{
	width:100%;
}
.block_1400_100{/*1600pxの領域*/
	width:96%;
}

.w_100l,
.w_96l,
.w_90l,
.w_80l,
.w_70l,
.w_60l,
.w_50l,
.w_40l,
.w_30l,
.w_100r,
.w_96r,
.w_90r,
.w_80r,
.w_70r,
.w_60r,
.w_50r,
.w_40r,
.w_30r,
.w_30,
.w_40,
.w_50,
.w_60,
.w_70,
.w_80,
.w_90,
.w_94,
.w_96,
.w_100{width:auto !important;margin:0 !important;}

.w_100 img,
.w_96 img,
.w_94 img,
.w_90 img,
.w_80 img,
.w_70 img,
.w_60 img,
.w_50 img,
.w_40 img,
.w_30 img{
	width:auto;
	max-width: 100%;
	margin:0 auto;
}
.w_100l img,
.w_96l img,
.w_90l img,
.w_80l img,
.w_70l img,
.w_60l img,
.w_50l img,
.w_40l img,
.w_30l img{
	width:auto;
	max-width: 100%;
	margin:0;
}

.img_100 img{
	width:100%;
}


.p_w70{width:70% !important; margin:0 15% !important;}
.p_w80{width:80% !important; margin:0 10% !important;}
.p_w90{width:90% !important; margin:0 5% !important;}
.p_w94{width:94% !important; margin:0 3% !important;}
.p_w96{width:96% !important; margin:0 2% !important;}
.p_w98{width:98% !important; margin:0 1% !important;}
	

.pc_60{width:60% !important; margin:0 20% !important;}
.pc_70{width:70% !important; margin:0 15% !important;}
.pc_80{width:80% !important; margin:0 10% !important;}
.pc_85{width:85% !important; margin:0 7.5% !important;}
.pc_90{width:90% !important; margin:0 5% !important;}
.pc_94{width:94% !important; margin:0 3% !important;}
.pc_96{width:96% !important; margin:0 2% !important;}
.pc_98{width:98% !important; margin:0 1% !important;}

	
	
.p_br br{
	display:block;
}
.s_br br{
	display:none;
}
/*スマホとタブレットの場合brを付ける*/
.st_br br{
	display: block;
}
	
	
/*スマホの場合左寄せ*/
.p_cen_s_le{
	text-align:center;
}
/*スマホの場合センター*/
.p_le_s_cen{
	text-align:left;
}
/*スマホの場合真ん中寄せ*/
.p_ri_s_cen{
	text-align: right;
}
	
.p_cen_s_ri{
	text-align: center;
}
	
.font10sp{font-size:100%;}
.font11sp{font-size:100%;}
.font12sp{font-size:100%;}
.font13sp{font-size:100%;}

.font14{font-size:105%; line-height:1.7;}
.font15{font-size:110%; line-height:1.7;}
.font16{font-size:120%; line-height:1.7;}
.font17{font-size:130%;  line-height:1.6;}
.font18{font-size:140%; line-height:1.6;}
.font19{font-size:150%; line-height:1.6;}
.font20{font-size:190%; line-height:1.5;}


.font30{font-size:300%; line-height:1.4;}

/*PC・タブレットの時だけ大きくしたい場合*/
.font14pc{font-size:106%;}
.font15pc{font-size:110%;}
.font16pc{font-size:120%;}
.font17pc{font-size:130%;}
.font18pc{font-size:140%;}
.font19pc{font-size:150%;}

.font20pc{font-size:170%;}

/*PC・タブレットの時だけ文字間空けたいとき*/
.le_sp01pc{letter-spacing: 1px;}
.le_sp02pc{letter-spacing: 2px;}
.le_sp03pc{letter-spacing: 3px;}
.le_sp04pc{letter-spacing: 4px;}
.le_sp05pc{letter-spacing: 5px;}
.le_sp06pc{letter-spacing: 6px;}
.le_sp07pc{letter-spacing: 7px;}
.le_sp08pc{letter-spacing: 8px;}
.le_sp09pc{letter-spacing: 9px;}
.le_sp10pc{letter-spacing: 10px;}

	
.txt_ind02pc{padding-left: 2em;text-indent: -2em;}/*2文字分*/
	

}
/*=================================================================================*/
/** 1140px以上 PCサイズ画面 **/
@media (min-width : 1200px) {



/*===========================================*/
/*基本設定　大西*/
/*===========================================*/

#sub01,
#sub02,
#sub03,
#sub04,
#sub05,
#sub06,
#sub07,
#sub08,
#sub09,
#sub10,
#sub11,
#sub12,
#sub13,
#sub14,
#sub15{
	max-width:1200px;
	margin:0 auto;
	padding:3em 0;
}

.sub00{
	max-width:1200px;
	margin:0 auto;
	padding:0;
}
.sub00_100{
	max-width:1200px;
	margin:0 auto;
	padding:0;
}
	
/*スマホとタブレットの場合brを付ける*/
.st_br br{
	display: none;
}

}
/*=================================================================================*/
/** 1450px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1450px) {
/***  各ページ共通部  ***/

.font20{font-size:200%; line-height:1.4;}

}
