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

/*-----------------
purple: #9F5FAB
yellowgreen: #93AE1E;
blue: #336BAD;
-------------------*/

.no-pc {
	display: none;
}

#fixedTop {
	display:block;
	right: 10px;
    bottom: -60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}

#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
	text-decoration:none;
}

body {
	background-color: #D4D3D4;
}

#wrap {
	background-color: #FFF;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

header {
	background-color: #9F5FAB;
	position: relative;
}

header {
	text-align: center;
}

.logo {
	max-width: 326px;
	width: 80%;
	margin:10px 0;
}

.main-title {
	background-color: #9E6673;
	color: #FFF;
	font-size: 40px;
	font-size: 2.5rem;
	padding:10px 0;
}

.back-home {
	position: absolute;
	right: 0;
	top: 0;
}

main {
	margin: 20px 40px 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

.lead li {
	margin-bottom: 0.5em;
	padding: 0 20px;
}

.lead li:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border:6px solid transparent;
	border-left:8px solid #333;
}

.accbox label {
	background-color: #93AE1E;
	width: 96%;
	display: block;
	text-align: center;
	color: #FFF;
	margin: 20px auto;
	padding: 10px 0;
	box-sizing: border-box;
	transition: opacity, .5s;
}

.accbox label:hover {
	opacity: 0.8;
}

.accbox input {
	display: none;
}

.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

.cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}

.record li {
	border-bottom: 1px solid #999;
	text-indent: 20px;
	padding:0.5em 0;
}


footer {
	text-align: center;
	padding: 10px 0;
	clear: both;
}

article {
	padding-top:20px;
}

article p {
	margin-bottom: 1em;
	line-height: 170%;
	text-align: justify;
}

.section-title {
	background-color: #9F5FAB;
	border-left: 20px solid #93AE1E;
	color: #FFF;
	padding: 10px 0 8px 10px;
	margin: 60px 0 20px;
	font-size: 18px;
	font-size: 1.28rem;
	font-weight: normal;
	line-height: 100%;
}

.row {
	border-bottom: 1px solid #999;
	padding: 0 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.order-title {
 	clear: both;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.5;
}

.order-title a {
	text-decoration: underline;
transition: color, .5s;
}

.order-title a:hover {
	color: #666;
}

.info p {
	float: left;
	padding-right: 1em;
}

.limit {
	font-weight: bold;
}

.limit-date {
	color: #336BAD;
}

.note {
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
clear: both;
}

.contact {
	border: 1px solid #999;
	background-color: #FFFCF1;
	margin-top:50px;
	width: 50%;
	padding-bottom:6px;
}

.contact-title {
	background-color: #9F5FAB;
	color: #FFF;
	padding:5px 10px;
}

.contact-tel,
.contact-address {
	margin-bottom: 0.5em;
	padding: 0 10px;
}

a[href$=".pdf"]:after {
    content: 'PDF'; 
	background-color: #E1876A;
	color: #FFF;
	display: inline-block;
	padding:1px 2px 0;
	margin-left:10px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 19.5px;
	width: 40px;
	height 14px;
	box-sizing: border-box;
	text-align: center;
	text-indent: 0;
	border-radius:2px;
}

a[href$=".doc"]:after {
    content: 'WORD'; 
	background-color: #3364AE;
	color: #FFF;
	display: inline-block;
	padding:1px 2px 0;
	margin-left:10px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 19.5px;
	width: 50px;
	height 14px;
	box-sizing: border-box;
	text-align: center;
	text-indent: 0;
	border-radius:2px;
} 

/*category icon*/
.order-title .common,
.order-title .govt {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background-color: #CCC;
  font-weight: normal;
  padding: 2px 0 0 6px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #FFF;
  width: 100px;
  height: 24px;
  margin-left: 20px;
  font-size: 14px
}

.order-title .common::before,
.order-title .govt::before {
  position: absolute;
  left: -24px;
  top: 0;
  content:'';
  display: inline-block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right: 12px solid #CCC; 
}

.order-title .common::before {
  border-right-color: #336BAD;
}
.order-title .govt::before {
  border-right-color: #00A8A1;
}

.order-title .common {
  background-color: #336BAD;
}

.order-title .govt {
  background-color: #00A8A1;
  width: 74px;
}

@media all and (max-width: 768px) {
.no-mobile {
	display: none;
}

.no-pc {
	display: block;
}

.contact {
	width: 100%;
	box-sizing: border-box;
}
}/*end 768px*/

@media all and (max-width: 640px) {

body {
	font-size: 14px;
}

main {
	margin: 10px;
}

.logo {
	width: 70%;
}

.main-title {
	font-size: 1.2rem;
	padding: 5px 10px;
}

.section-title {
	margin-top:20px;
}

.lead li {
	padding: 0 10px;
}

.record li {
	text-indent: 10px;
}

article p {
	margin-bottom: 0.5em;
}

.order-title {
	margin-top: 1em;
}

.info p {
	float: none;
}

.row {
	padding: 0 10px;
}
	
}/*end 640px*/