@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
   photo setting
------------------------------------------------------- */

main#main {text-align: center;}

/*-- 見出し h1、振り仮名--*/

.sec_title h3,
#main #sbttl {
	display:none;
}

.sec_title h3 {
    display: block;
    font-size: 140%;
    background: #fff;
    color: #000;
    padding: 1em ;
    border: 1px solid #000;
	text-align:left;
}



#main #sbttl {
	text-align: left;
    padding: 0 7rem 1rem 0.7rem;	
}

/*-- 閉じるボタン--*/

.h_menu a.close{
	color: #fff;
	border: 1px solid #fff;
	padding: 0.3rem 0.5rem 0.3rem 0;
	position: absolute;
	font-size: 90%;
	letter-spacing: 0.05rem;
	top: 10px;	
	right: 10px;
background:#171c60;	
}


/*-- 請求番号 --*/

p.number {
margin: 0em 1em 10px;
    font-size: 100%;
    line-height: 1.5;
    text-align: right;
}
p.number:before {
content: "請求番号：";
}
/*-- inner --*/

#inner {
    padding: 2.5%;	
}

#inner:before {
	background-image: none; 
}

#thumb01  {
	display: flex;
	justify-content:flex-end; 	
	font-size: 130%;	
	overflow: hidden;
	margin: 10px 0px;
	float: right;		
}

#thumb01 li a  {
	margin-right: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	opacity:1;	
	padding: 5px 13px;	
	color: #FFF;
	background:#171c60;
	width: 40px;
	height: 40px;
	display: block;
	font-weight:bold;	
}

#thumb01 li a:hover {
	opacity: 1.0;
}

#thumb01 li a.active {
	opacity: 1.0;	
    background:#920784;
	color: #FFF;	
}

/* ----------------------------------------------------
   photo sp setting
------------------------------------------------------- */

@media screen and (max-width: 767px){
    #thumb01 li a  {
		width: 38px;
		height: 38px;		
        padding: 8px 13px 8px 13px;	
	}
}