@charset "shift-jis";

.bodytop {
  width:960px;
  margin:0 auto 0 auto;
}

/*タイトル*/
.maintitle {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.maintitle h1 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: 160px;
  left: 100px;
  color: #26453D;
}
.maintitle h2 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  position: absolute;
  top: 220px;
  left: 100px;
  color: #26453D;
}
.maintitle h4{
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1em;
  position: absolute;
  top: 270px;
  left: 100px;
  color: #e2e2e2;
}

.info {
  margin: 0;
  padding: 10px 8%;
  color: #26453D;
}

.info h3 {
  color: #ed143d;
  text-align: center;
}

.info a {
  text-decoration: none;
  color: #008080;
}

.info h4 {
  text-align: center;
}
.info p{
  font-size: 1em;
  text-align: center;
}
.textcenter {
  text-align: center;
}

.grey {
  background-color: #e6e6e6;
}
/*navigation link*/

.nav {
	list-style: none;
	overflow: hidden;
	text-align: center;
	padding: 10px;
  color: #26453D;
}
.nav a{
	width: 220px;
	height: auto;
  display: inline-block;
	margin: 15px 15px 20px;
  padding: 20px 5px;
	border: #B6F2D6 solid 1px;
  background-color: #B6F2D6;
	border-radius: 5px;
  color: #26453D;
	font-size: 14px;
	font-weight: bold;
  text-decoration: none;
}
.nav a:hover{
  background-image: linear-gradient(rgba(241, 241, 241, 0.3),rgba(241, 241, 241, 0.3));
}

/* チェックリスト */
.btn-wrap {
  display: block;
  text-align: center;
}

.list {
  font-size: 12px;
}

.btn {
 border:2px solid;
 border-color: #3397A2;
 border-radius: 3px;
 padding: 5px 20px;
 margin: 0 250px;
}

.btn a {
 color: #292929;
 text-decoration: none;
}

/*アコーディオンメニュー*/

.accordion {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 1em;
  }
  .title,
  .dblist {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
    border: solid 1px #2E8C8C;
    background: rgb(46,140,140);
    background: -moz-linear-gradient(90deg, rgba(46,140,140,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(46,140,140,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(46,140,140,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    padding: 0.8em;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3em;
    display: block;
  }
  .title::after,
  .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #2E8C8C;
  transition: all 0.3s;
  }
  .title::after {
  transform: rotate(90deg);
  }
  .dblist {
  max-height: 0;
  overflow: hidden;
  }
  .dblist p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .toggle:checked + .title + .dblist {
  max-height: 8000px;
  transition: all 1.5s;
  }
  .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  }
.midashi1_mon {
  margin: 10px 20px;
  padding: 7px 3%;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #73b470;
  color: #ffffff;
}
.midashi2_kou {
  margin: 5px 0;
  padding: 5px 8%;
  font-weight: bold;
  font-size: 1.2em;
  color: #2E8C8C;
}
.midashi2_akou {
  margin: 5px 0;
  padding: 5px 10%;
  font-weight: bold;
  font-size: 1.2em;
  color: #d19754;
}

.midashi3_moku {
  margin: 5px 0;
  padding: 5px 12%;
  font-weight: bold;
  font-size: 1.1em;
  color: #40854f;
}
.midashi4_ka {
  margin: 5px 0;
  padding: 5px 0 5px 14%;
  font-weight: bold;
  font-size: 1.1em;
  color: #7790a7;
}
.shuWamei {
  list-style: none;
  margin: 0;
  padding-left: 16%;
  font-size: 1.1em;
  line-height: 2em;
  color: #26453D;
}
.shuWamei a {
  color: #26453D;
}


/*about/ refrenceページ*/
.revContents {
  margin: 0;
  padding: 0 6% 1.5em;
  text-align: left;
  line-height: 2em;
}
.revContents h4 {
  font-weight: bold;
  text-align: center;
}
.revContents p{
  font-weight: normal;
  font-size: 1em;
}

article {
  margin: 0;
  padding: 0;
  text-align: center;
}

article h2 {
  text-align: left;
  padding: 0.3rem 1.5rem;
  border-left: 6px solid #40854f;
  font-weight: bold;
  font-size: 1.5em;
}
article h3 {
  position: relative;
  display: inline-block;
  padding: 0 80px;
  color: #3CB371;
}

article h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: #3CB371;
}

article h3:before {
  left:0;
}
article h3:after {
  right: 0;
}
article h4 {
  text-align: left;
  margin: 0;
  padding: 5px 3%;
  background-color: #B6F2D6;
  border-radius: 0.5em;
  color: #26453D;
  font-weight: bold;
  font-size: 1.2em;
}
article p{
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0 3%;
}
.red {
	color: #C03;
}
.bold {
  font-weight: bold;
  font-size: 1em;
}
.boldCenter {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
.fontnormal {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}
.ind {
  font-size: 0.9em;
  padding-left: 5%;
}
hr {
  border:solid 1px #3CB371;
  margin: 10px 0;
}
.verHistory {
  padding: 5px 10%;
}
.verHistory h4 {
  text-align: center;
}
.verHistory p{
  font-size: 0.8em;
}
.verHistory ul {
  font-size: 0.8em;
  list-style-type: disc;
}

/*上へもどるボタン*/

html{
	scroll-behavior: smooth;
}
.gotop{
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #999;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	opacity: 0.5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}
.gotop::before{
	content: "";
	display: block;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	width: 25%;
	height: 25%;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.gotop:hover{
	opacity: 1;
}
@media(max-width:750px){
	.gotop{
			width: 40px;
			height: 40px;
			text-indent: -9999px;
			opacity: 1;
			border: none;
			background: none;
			bottom: 10px;
			right: 10px;
	}
	.gotop::before{
			bottom: 0;
	}
}

/*copyright*/

.copyright {
  width: 100%;
  margin: 0;
	padding: 20px 0 30px;
  font-size: 0.8rem;
  text-align: center;
	color: #26453D;
}
.copyright a{
	color: #26453D;
}