/* IMPORT CSS */
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}

/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    display:inline-block;
    color: #88641a;
    text-decoration: none;
	word-break: break-word;
}
a:hover { 
    color: #999;
	text-decoration: underline;
}
a img:hover {
	opacity: 0.8;
}

.blueback {
	background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.border {
	border: 1px solid #dee2e6;
}
.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.bg-white {
	background-color: #fff;
	padding: 5rem 0;
}.bg-light {
	background-color: #f8f9fa;
	padding: 5rem 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
	padding: 5rem 0;
}
.bg-gold {
	background-color: #fefcf2;
	padding: 5rem 0;
}
.bg-yellow {
	background-color: #fffcf3;
	padding: 5rem 0;
}
.red {
	color: #c00;
}

/*スキップ
-------------------------------------*/
.blockskip a{
    height: 0;
    display:block;
    text-align: center;
	overflow: hidden;
}
.blockskip a:focus{
	height: auto;
	line-height: 3em;
}

/*ヘッダー
-------------------------------------*/
header {
	box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}
.head {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1rem 0;
}
/*.head h1 { 
    padding: 1rem 0;
}*/
.logo {
	margin-left: auto;
	padding: 2rem 0 0 0;
}

.menu {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
nav ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
	-webkit-box-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #333;
	border-bottom: 0.3rem solid #f0f0f0;
}
nav a {
    padding: 2rem 1rem;
	display: block;
}
nav a:hover, nav a:focus, nav li.on a {
/*	background: #AA7307;
	background: -moz-linear-gradient(top,  #AA7307 0%, #88641a 100%);
	background: -webkit-linear-gradient(top,  #AA7307 0%,#88641a 100%);
	background: linear-gradient(to bottom,  #AA7307 0%,#88641a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA7307', endColorstr='#88641a',GradientType=0 );
	color: #fff;*/
	border-bottom: 0.3rem solid #88641a;
	text-decoration-line: none;
	font-weight: 600;
	color: #333;
}

/*-------- サイトタイトル --------*/
/*最小値*/
h1.pagetitle a, p.pagetitle a {
	font-family: "Kakumin Regular";
	color: #a68555;
	font-size: 1.7rem;
	display: block;
	margin: 1rem 0 1rem;
	text-decoration: none;
}
h1.pagetitle {
	border-left:none;
	padding:0;
	letter-spacing: 0;
	margin-bottom: 1rem;
}
h1.pagetitle a {
	line-height: 1.6;
}

@media (min-width: 640px) {
	h1.pagetitle a, p.pagetitle a {
		font-size: 24px;/* IE8以下とAndroid4.3以下用 */
		font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
	}
}
@media (min-width: 1200px) {
/*最大値*/
	h1.pagetitle a, p.pagetitle a {
		font-size: 3rem;
	}
}
@media screen and (max-width: 647px) {
	h1.pagetitle a, p.pagetitle a {
		width: 14em;
		margin: 1rem 0 .5rem;
	}
}
/* サイトタイトル END */

@media screen and (min-width: 480px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 480px){
	.head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
		padding: 1rem 0 0;
	}
	.logo {
		display: none;
	}
	.head #open,#close  {
		position: absolute;
		top: 20px;
		right: 12px;
		}
	nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	nav li {
		padding-top: 0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 0;
	}
	/* スマホ時はMENUボタンを表示 */
	#open,#close  {
		display: block;
		width: 50px;
		border: none;
		position: absolute;
		top: 20px;
		right: 12px;
	}
	/* スマホ時はメニューを非表示 */
	#navi {
		display: none;
	}
	nav li a {
	border-bottom: none;
}
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 0 0 0;
	overflow: hidden;
}
h1 {
	border-left: 0.6rem solid #c4a54b;
	padding: 0 0 0 1rem;
	margin-bottom: 1rem;
}
h2 {
	border-bottom: solid 0.3rem #e2d2a5;
	position: relative;
	padding-bottom: 0.8rem;
	margin: 5rem 0 2rem 0;
}

h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 0.3rem #c4a54b;
/*	bottom: -0.3rem;*/
	width: 20%;
	padding-bottom: 0.8rem;
}
h3 {
	background: #f9eed6;
	font-weight: normal;
	font-size: 100%;
	border-bottom: 1px solid #a8802c;
	padding: 0.2em 0.5em;
	margin-top: 1em;
	margin: 2em 0 1em;
}




/*------------------ボックス-------------------------------*/
.card {
	padding: 1.5rem;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .5rem;
}

.b_link a {
	background-color: #fff;
	text-decoration-line: none;
	color: #333;
	display: block;
}
.b_link a:hover, .b_link a:focus {
	background-color: #fcf9ed;
    color: #a8802c;
}

.card h3 {
	padding-left: 0;
}
.card h3:after {
	border: none;
}

/*------------------アイコン-------------------------------*/
.icon_pdf:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	color: #c00;
}
.icon_word:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f1c2';
	color: #2a5599;
}
.icon_excel:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f1c3';
	color: #207244;
}
.icon_zip:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f1c6';
	color: #88641a;
}

.nofollow:after {
	margin: 0 0.3rem;
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	color: #88641a;
	font-weight: 900;
}

/*------------------インフォメーション-------------------------------*/
dl.info dt {
	background: #faf5e9;
	font-weight: bold;
	border-bottom: 0.1rem solid #a8802c;
	padding:1rem;
	margin: 2rem 0;
}
dl.info dd {
	padding:1rem;
}

/*------------------リスト-------------------------------*/
main ul.list01 {
	margin-bottom: 0;
}
main ul.list01 li{
	position: relative;
	padding-left: 1.2em;
	margin-bottom: .5em;
}

main ul.list01 li:before {
	position: absolute;
	top: .6em;
	left: .4em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #88641a;
	content: "";
}

main ul.list01 li > ul{ margin-top: .25em;}
main ul.list01 li > ul li:before {
	top: 5%;
	left: 0;
	color: #88641a;
	content: "〇";
	background-color: transparent;
	font-size: 90%;
}

main ul.style_none {
	margin-left: -1.6rem;
}

main ul.style_none li:before {
	content: none;
}


/*------------------ボタン-------------------------------*/
a.btn, input.button{
	display:block;
	border:0.1rem solid #a8802c;
	background: #E9DFCA;
	color:#333;
	text-align:center;
	text-decoration: none;
	padding: 1rem;
}
a.btn:hover, input.button:hover{
	background: #FCFBF9;
}

/*------------------パンくずリスト-------------------------------*/
.bg-breadcrumbs {
  background: #fffcf3;
}
.breadcrumbs {
  margin: 0;
  padding: 1rem;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}

.breadcrumbs li {
  list-style: none;
  display: inline;
	margin: 0;
}

.breadcrumbs li:after {
  /* >を表示*/
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	padding: 0 0.4em;
	color: #333;
	font-weight: 900;
}

.breadcrumbs li:last-child:after {
  content: '';
}

.breadcrumbs li a {
  text-decoration: none;
  color: #88641a;
}

.breadcrumbs li:first-child a:before {/*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  font-size: 1.1em;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li em {
	font-style:normal;
	color: #333;
}

/*フッター
-------------------------------------*/
footer {
	background-color: #f4efdb;
	padding: 5rem 0 3rem;
	color: #333;
}
.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	color: #333;
}
.footer-menu-item {
	width: 20%;
}
li.footer-menu-item {
	font-weight: bold;
}
li.footer-menu-item > a{
	color: #88641a;
	display: block;
}
li.footer-menu-item li {
	font-size: 90%;
	font-weight: normal;
}
li.footer-menu-item li a {
	color: #333;
}
#management {
	margin: 3rem 0;
	font-size: 2rem;
	text-align: center;
}
#management a {
	color: #333;
}
@media screen and (max-width: 480px){
	footer {
		padding: 0;
	}
	.footer-menu-item {
		width: 100%;
	}
	li.footer-menu-item a {
		border-bottom: solid 1px #88641a;
		padding: 1.5rem 0;
		text-align: center;
	}
	li.footer-menu-item > a.sp_non {
		display: none;
	}
	#management {
		font-size: 1.5rem;
	}
}
/*コピーライト
-------------------------------------*/
.copyright {
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	background-color: #88641a;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #88641a;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #bd8b24;
}


/*アコーディオン
-------------------------------------*/
h2.accordion {
	position: relative;
	background-color: #fff9e7;
	padding: 1rem;
}
h2.accordion:after {
	border-bottom: none;
}
h2 button {
	border: none;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
	padding-right: 2em;
}

h2 button[aria-expanded="false"]::after {
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	padding: 0 2rem;
	color: #bd8b24;
	font-weight: 900;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

h2 button[aria-expanded="true"]::after {
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	padding: 0 2rem;
	color: #bd8b24;
	font-weight: 900;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

/*ナンバリング
-------------------------------------*/
.numbering {
	counter-reset: number;
}
.numbering .num::before {
	counter-increment: number;
/*	content: "質問" counter(number);*/
	content: counter(number);
	font-weight: bold;
/*	margin-right: 1em;*/
}
.addto {
	font-weight: bold;
	margin-right: 1em;
}

.link_add a {
	background: #f7e9c8;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
}
.link_add a:hover {
	background: #d9c38e;
}
.link_add a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0a9';
	font-weight: 900;
	font-size: 1.5rem;
	padding-left: 0.5rem;
	color: #88641a;
}


/*アコーディオン
-------------------------------------*/
input.acd-check{
	display: none;
}
.acd-label{
	background: #e1c59c;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	position: relative;
	font-size: 130%;
	border-bottom: solid 0.3rem #a48839;
	cursor: pointer;
}
.acd-label:after{
	box-sizing: border-box;
	display: block;
/*	height: 52px;*/
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0px;
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	color: #a48839;
	font-weight: bold;
}
.acd-label2{
	background: #f9eed6;
	display: block;
	margin-bottom: 1px;
	padding: 5px 10px;
	margin-left: 30px;
	position: relative;
	font-size: 100%;
	border-bottom: 2px solid #a8802c;
	cursor: pointer;
	width: 97%;
}
.acd-label2:after{
	box-sizing: border-box;
	display: block;
/*	height: 52px;*/
	padding: 6px 20px;
	position: absolute;
	right: 0;
	top: 0px;
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	color: #a8802c;
	font-weight: bold;
}
.acd-content, .acd-content2{
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
	overflow: hidden;
}
.acd-content2{
	margin-left: 30px;
	width: 97%;
}
.acd-check:checked + .acd-label:after,
.acd-check:checked + .acd-label2:after{
	content: '\f106';
}
.acd-check:checked + .acd-label + .acd-content,
.acd-check:checked + .acd-label2 + .acd-content2{
	height: auto;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

.notes {
	font-size: 90%;
	margin-left: 1em;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.notes2 {
	font-size: 90%;
	margin-left: 1em;
}
.add {
	margin-left: 2em;
}

.status {
	background: #F93;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	font-weight: bold;
	float: right;
	margin-right: 5em;
}

:-ms-input-placeholder {
	color: #999;
}
::placeholder {
	color: #999;
	opacity: 1;
}

.title02 {
	border-bottom: 1px solid #a8802c;
	padding-left: .5em;
}
.title03 {
	padding-left: 1em;
}}

/*印刷用
-------------------------------------*/
@media print{
	main {
		padding-bottom: 350px;
	}
	body {
		overflow: visible !important;
	}
	
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #666;
}

:-ms-input-placeholder {
	color: white;
}
::placeholder {
	color: white;
}

}