@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 320px); /* 320以下 */
/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}
/* リンク */
a {
  text-decoration: none;
}
a:link {
  color: #a30;
  text-decoration: underline;
}
a:hover, a:visited {
  color: #bf3201;
}
a:visited {
  color: #a30;
  text-decoration: underline;
}
a:hover {
  color: #a30;
  text-decoration: none;
}
a:active {
  color: #a30;
}
a img {
  border: none;
}
ul {
  padding: 0;
}
.note {
	color: #e00;
}
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
#wrapper {
  text-align: left;
  font-weight: normal;
  margin: 0 auto;
	padding-top: 10px;
  position: relative;
  height: 100%;
  line-height: 1.3;
}
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
/**/
.clear {
  clear: both
}
.close {
  color: #f00;
  font-weight: 600;
  padding-left: 1em;
}
.small {
  font-size: .85em;
}
ul, ul li, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clear {
	clear: both;
}
/**/
section {
  margin: 0 0 1.5em 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table01 {
  margin: 5px 0 0;
}
.table01, .table02 {
  width: 100%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.table01 th, .table01 td, .table02 th, .table02 td {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  padding: 5px;
}
.table01 td, .table02 td {
  background: #fff;
}
.table01 th, .table02 th {
  text-align: center;
  color: #333;
  background-color: #fff;
  width: 4rem;
}
.table01 th {
  font-weight: 600;
  color: #333;
  border-left: #666 solid 1px;
  vertical-align: middle;
}
.table01 td {
  padding-left: 10px;
}
.table01 thead th {
  font-weight: 600;
  background: #ccc;
  border-bottom: 1px solid #666;
  padding-top: 7px;
  color: #fff;
}
.table01 td .table02 {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.table02 th {
  background: #fff;
  border-top: #ccc solid 1px;
}
/* notice */
#notice {
	margin: 0;
}
#notice article {
  color: #111;
  background: #fee;
  padding: 10px;
  border: 2px solid #d00;
	text-align: justify;
}
#notice h1 {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	color: #d00;
}
#notice h1:before {
	content:"* ";
}
#notice h1:after {
	content:" *";
}
/* nav */
nav .navigation {
  display: flex;
  justify-content: space-between;
  margin: 1em auto;
	font-weight: 600;
}
nav .navigation .btn {
	text-align: center;
  background: #008468;
  width: 32%;
	border-radius: 6px;
}
nav .navigation .btn:hover,
nav .navigation .btn2:hover{
	background: #1eaa8c;
}
nav .navigation .btn a {
	color: #fff;
	text-decoration-line: none;
	display: block;
	width: 100%;
	padding: .5em 0;
}
nav .navigation .btn a:hover {
	text-decoration-line: underline;
}
/**/
nav .navigation .btn2 {
	text-align: center;
  background: #008468;
  width: 80%;
	border-radius: 6px;
	margin: 0 auto;
}
nav .navigation .btn2 a {
	color: #fff;
	text-decoration-line: none;
	display: block;
	width: 100%;
	padding: .5em 0;
}
nav .navigation .btn2 a:hover {
	text-decoration-line: underline;
}
/**/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: .6em 0;
}
h1 {
  font-size: 1.75rem;
	margin: 0 0 .5em 0;
}
h2 {
  font-size: 1.3rem;
  border-left: 10px solid #ff3800;
  background: #f60;
  color: #fff;
  padding: 5px 10px;
	margin-bottom: 0;
}
h3 {
  font-size: 1.2rem;
  border: 2px solid #f60;
  background: #FFF7F1;
  color: #111;
  padding: 5px 10px;
	margin-top: 1em;
}
h4 {
  font-size: 1.25rem;
  color: #f60;
	margin-left: 10px;
}
h5 {
  font-size: 1.1rem;
	color: #008468;
}
h6 {
  font-size: 1.1rem;
}
.sec_userguide p:first-child {
	margin-top: .7em;
}
.sec_faq ul li {
	text-indent: -1em;
margin-left: 1em;
}
.sec_faq ul li:before {
	content:"・";	
}
/* footer */
#footer_in {
	padding: 20px 0;
	height: 40px;
}
.cr {
   right: 20px;
}