@charset "utf-8";

/*================================================
 *  ページトップへの戻り
 ================================================*/
#pageTop{
	position:fixed;
	bottom:50px;
	right:10px;
	}

.footer_mail_quote{display: flex;}
.footer_mail_quote li{flex: 1;
text-align: center;}
.footer_mail_quote li:first-child{
	border-right: 1px solid #FFFFFF;
}

 #quote{
	position:fixed;
	bottom:0px;
	width: 100%;
	background-color: #be0000;
	
	height: 40px;
	line-height: 40px;
	 color: #fff;
	
	}


.footer_bt_mail_quote a {
	display: inline-block;
	padding: 0px 10px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 120%;
	}

.footer_bt_mail_quote a:hover	{
	background-color: rgba(0,0,0,0.3);
	display: block;
}

.footer_bt_mail_quote a span {
color: #fff;
	margin-right: 10px;
}
/* ====================================================
　改行位置
==================================================== */
@media print, screen and (min-width: 768px) {
br.sp { display: none; }
br.pc { display: inline; }
}
@media screen and (max-width: 767px) {
br.sp { display: inline; }
br.pc { display: none; }
}


	 
	 


/* PC向けレイアウトの指定：961px以上では固定レイアウト */
.miniimage { display: none; }  /* miniを非表示 */
.bigimage  { display: block; 
line-height: 0px;} /* bigを表示 */
	
@media only screen and (max-width: 768px) {
.miniimage {
	display: block;
	line-height: 0px;
} /* miniを表示 */
.bigimage  { display: none; }   /* bigを非表示 */
}


/* -----------------------------------------*/
.txt70per{
	font-size: 70%;
}

.txt75per{
	font-size: 75%;
}

.txt80per{
	font-size: 80%;
}

.txt85per{
	font-size: 85%;
}

.txt90per{
	font-size: 90%;
}

.txt110per{
	font-size: 110%;
}

.txt120per{
	font-size: 120%;
}

.txt130per{
	font-size: 130%;
}


.txt140per{
	font-size: 140%;
}


.txt30{
	font-size: 30px;
}

.txt26{
	font-size: 26px;
}

.txt24{
	font-size: 24px;
}

.txt22{
	font-size: 22px;
}

.txt20{
	font-size: 20px;
}
.txt18{
	font-size: 18px;
}

.txt16 {
	font-size: 16px;
	}
	
.txt15 {
	font-size: 15px;
	}

.txt13 {
	font-size: 13px;
	}
	
	.txt12 {
	font-size: 12px;
	}

.txt11 {
	font-size: 11px;
}

.txt10 {
	font-size: 10px;
}

.line11{
	line-height: 11px;
}

.line15{
	line-height: 15px;
}

.line20{
	line-height: 20px;
}


.line1ten4{
line-height:1.4;}


.line1ten2{
line-height:1.2;}

/*-----------------------*/
.left_img {
	float: left;
}

.left_img_15_0 {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}

.left_img_10_0 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

.left_img_15_15 {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.left_img_15_30 {
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}


.right_img{
	float: right;
	
}



.right_img_15_15 {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.right_img_15_0 {
	float: right;
	margin-left: 15px;
}

.mgn_btm0 {
	margin-bottom: 0px;
}

.mgn_btm3 {
	margin-bottom: 3px;
}

.mgn_btm5 {
	margin-bottom: 5px;
}


.mgn_btm10 {
	margin-bottom: 10px;
}

.mgn_btm15 {
	margin-bottom: 15px;
}

.mgn_btm16 {
	margin-bottom: 16px;
}


.mgn_btm20 {
	margin-bottom: 20px;
}

.mgn_btm24 {
	margin-bottom: 24px;
}

.mgn_btm30 {
	margin-bottom: 30px;
}

.mgn_btm40 {
	margin-bottom: 40px;
}

.mgn_btm50 {
	margin-bottom: 50px;
}

.mgn_btm60 {
	margin-bottom: 60px;
}

.mgn_btm70 {
	margin-bottom: 70px;
}

.mgn_btm80 {
	margin-bottom: 80px;
}

.mgn_top15 {
	margin-top: 15px;
}

.mgn_top30 {
	margin-top: 30px;
}


.mgn_r30 {
	margin-right: 30px;
}

.mgn_r20 {
	margin-right: 20px;
}

.mgn_r22 {
	margin-right: 22px;
}




.mgn_r18 {
	margin-right: 18px;
}

.mgn_r16 {
	margin-right: 16px;
}

.mgn_r15 {
	margin-right: 15px;
}

.mgn_r11 {
	margin-right: 11px;
}

.mgn_r10 {
	margin-right: 10px;
}

.mgn_r9 {
	margin-right: 9px;
}
.mgn_r8 {
	margin-right: 8px;
}

.txt_left{
	text-align: left;
}
.txt_right {
	text-align: right;
}

.txt_center {
	text-align: center;
}

.pad_top30{
	padding-top: 30px;
}


.futoji600{font-weight: 600;}



.highlighter {
	/*background: linear-gradient(transparent 40%, #ffff66 40%);*/
	background-color: #ff0;
	padding: 3px;
}

.red{color: #be0000;}

