@charset "utf-8";
/*------------------------------------------------------------
	kentou
------------------------------------------------------------*/
#main {
    margin-bottom: 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#main a {
    transition: all 0.3s;
}
#main h1 {
    margin: 100px auto;
    width: 1200px;
    text-align: center;
    font-size: 77px;
}
#main h2 {
	width: 800px;
    margin: 0 auto;
    font-size: 20px;
}
#main h2 span {
    font-size: 16px;
}
#main .note {
	margin: 0 auto;
	width: 800px;
	font-size: 16px;
	text-align: right;
}
#main .note.note01 {
	padding-top: 30px;
}
#main ul.titbox {
	width: 800px;
    margin: 120px auto 0;
}
#main ul.titbox li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#main ul.titbox li a {
	display: flex;
    align-items: center;
}
#main ul.titbox li a:hover {
	opacity: 0.5;
}
#main ul.titbox li a .titnum {
	font-size: 30px;
    font-weight: 600;
    padding-right: 20px;
}
#main ul.titbox li a .tittxt {
	font-size: 21px;
    font-weight: 600;
}
#main ul.titbox li a .tittxt span {
	font-size: 18px;
    color: #006934;
}
br.indtxt {
	padding-left: 10px;
    text-indent: -10px;
}
#main ul.titbox li a .tittxt .subtit {
	font-size: 18px;
    color: #000;	
}
#main .band {
	width: 106%;
}
#main .spband {
	display: none;
}
#main .band img {
	width: 100%;
}
#main .bandend {
	margin-bottom: 100px;
}
#main .spbandend {
	display: none;
}
#main .square {
	width: 800px;
    margin: 40px auto;
    border: solid 2px;	
}
#main .square p {
	padding: 20px;
	font-size: 16px;
}

#main .explanation {
	width: 800px;
    margin: 30px auto 60px;
}
#main .explanation .title {
	border-left: solid 10px #006934;
}
#main .explanation .title p {
	padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: bold;
	color: #006934;
}
#main .explanation .lead {
	padding-top: 30px;
}
#main .explanation .lead p {
    font-size: 16px;
    font-weight: bold;
}
#main .explanation ul {
	margin: 30px 0 0 0;
}
#main .explanation ul li {
	display: flex;
    flex-direction: row;	
}
#main .explanation ul li .num {
    padding: 0px 20px 0 20px;
    font-size: 16px;
    font-weight: bold;
}
#main .explanation ul li .txt {
	margin: 0 0 30px 0;
    font-size: 16px;
    font-weight: 400;
}
#main .explanation ul li .txt strong {
	font-weight: 700;
}
#main .explanation ul li .txt p {
	margin-bottom: 10px;
	text-indent: 1em;
}
#main .explanation ul li .txt p:last-of-type {
	margin-bottom: 0;
}
#main .explanation ul li .txt .ttl {
	font-weight: 700;
	text-indent: 0;
}
#main .explanation ul li .oneadjust {
	margin-left: 20px;
}
#main .explanation ul li .twoadjust {
	margin-left: 10px;
}
#main .txtBox {
	margin: 30px auto 60px;
	width: 800px;
}
#main .txtBox p {
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: 400;
	text-indent: 1em;
}
#main .txtBox .ttl {
	margin-bottom: 10px;
	font-weight: 700;
	text-indent: 0;
}

#main h2#one {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#main h2#two {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#main h2#three {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#main h2#four {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#main h2#five {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#main h2#six {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#main h2#seven {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#main h2#eight {
	display: block;
    padding-top: 150px;
    margin-top: -150px;
}
#main .directory {
	margin: 0 auto 60px;
	width: 800px;
}
#main .directory h2 {
	margin-bottom: 30px;
	font-weight: 700;
}
#main .directory .linkList > li:not(:last-of-type) {
	margin-bottom: 10px;
}
#main .directory .linkList a {
	padding-right: 30px;
	height: auto !important;
	display: block;
	position: relative;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
#main .directory .linkList a::before {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	border-bottom: 1px dotted #333;
	content: '';
}
#main .directory .linkList .head01 a .txt {
	padding-right: 5px;
	position: relative;
	display: inline-block;
	background-color: #fff;
	z-index: 2;
	vertical-align: top;
}
#main .directory .linkList .head01 a .txt span {
	margin-right: 30px;
}
#main .directory .linkList a .num {
	padding-left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
}
#main .directory .linkList .linkUl {
	margin: 10px 0 10px 20px;
}
#main .directory .linkList .linkUl li:not(:last-of-type) {
	margin-bottom: 10px;
}
#main .directory .linkList .linkUl .txt01,
#main .directory .linkList .linkUl .txt {
	position: relative;
	display: inline-block;
	background-color: #fff;
	z-index: 2;
	vertical-align: top;
}
#main .directory .linkList .linkUl .head02 {
	margin-bottom: 10px;
}
#main .directory .linkList .linkUl .txt01 span {
	margin-right: 30px;
}
#main .directory .linkList .linkUl ul {
	margin-left: 20px;
}
@media all and (min-width: 897px) {
	#main .directory .linkList a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	#main .explanation {
		width: 90%;
		margin-top: 40px;
	}
	#main .explanation .title {
		border-left: solid 10px #006934;
	}
	#main .explanation .title p {
		font-size: 18px;
	}
	#main .explanation ul {
	}
	#main .explanation ul li {
	}
	#main .explanation ul li .num {
		padding: 0px 15px 0 10px;
	}
	#main .explanation ul li .txt {
	}
	
	#main h1 {
		width: 90%;
		font-size: 30px;
		margin: 60px auto;
	}
	#main h2 {
    width: 85%;
    font-size: 18px;
    padding-left: 18px;
    text-indent: -18px;		
	}	
	#main ul.titbox {
		width: 90%;
    	margin: 60px auto;		
	}
	#main ul.titbox li {
	}
	#main ul.titbox li .titnum {
		font-size: 24px;
	}
	#main ul.titbox li .tittxt {
		font-size: 18px;
	}
	#main ul.titbox li .tittxt span {
		font-size: 16px;
	}
	#main ul.titbox li .indtxt {
	}
	#main ul.titbox li .spindtxt {
		padding-left: 10px;
		text-indent: -10px;
	}
	#main .spband {
		display: block;
		width: 106%;
	}
	#main .note {
		width: 90%;
	}
	#main .txtBox {
		margin: 30px auto 60px;
		width: 90%;
	}
	#main .band {
		display: none;
	}
	#main .spbandend {
		display: block;
		width: 106%;
    	margin-bottom: 50px;
	}
	#main .bandend {
		display: none;
	}
	#main .square {
		width: 90%;
	}
	#main .square p {
		padding: 15px;
	}
	#main .directory {
		width: 90%;
	}
	#main .directory .linkList a {
		font-size: 15px;
	}
	#main .directory .linkList a .txt,
	#main .directory .linkList .linkUl .txt01,
	#main .directory .linkList .linkUl .txt {
		display: inline-flex;
	}
	#main .directory .linkList a .txt span,
	#main .directory .linkList .linkUl .txt01 span,
	#main .directory .linkList .linkUl .txt span {
		flex-shrink: 0;
	} 
	#main .directory .linkList .head01 a .txt span {
		margin-right: 15px;
		flex-shrink: 0;
	}
	#main .directory .linkList .linkUl {
		margin-left: 10px;
	}
	#main .directory .linkList .linkUl .txt01 span {
		margin-right: 15px;
	}
	#main .directory .linkList .linkUl ul {
		margin-left: 10px;
	}
	
}


@media all and (max-width: 374px) {
}
#main.changed .indentTxt {
	display: inline-block;
	vertical-align: top;
	text-indent: 1em;
}
#main.changed .underline {
	text-decoration: underline;
	display: inline;
	word-break: break-all;
}
#main.changed .explanation strong {
	font-weight: 700;
}
#main.changed .txtBox p.noteTxt {
	text-indent: 0;
	font-size: 15px;
}
#main.changed .explanation .dotList {
	margin: 0 0 30px;
}
#main.changed .explanation .dotList:last-child {
	margin-bottom: 0;
}
#main.changed .explanation .dotList > li {
	margin-bottom: 10px;
	padding-left: 1.6em;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
}
#main.changed .explanation .dotList > li:last-child {
	margin-bottom: 0;
}
#main.changed .explanation .dotList > li::before {
	content: '';
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	left: 0;
	top: 0.5em;
	border-radius: 100%;
	background: currentColor;
}
#main.changed .explanation .dotList li p {
	margin-bottom: 10px;
	text-indent: 0;
}
#main.changed .explanation .img {
	text-align: center;
}
#main.changed .explanation .img img {
	max-width: 100%;
	vertical-align: top;
}
#main.changed .explanation .txtList01 {
	margin-top: 10px;
}
#main.changed .explanation .txtList01 li {
	margin-bottom: 10px;
	padding-left: 1em;
	display: block;
	text-indent: -1em;
}
#main.changed .explanation .txtList01 li:last-child {
	margin-bottom: 0;
}
#main.changed .explanation .noteList01 li {
	padding-left: 1.75em;
	text-indent: -1.75em;
	font-size: 16px;
	font-weight: 400;
}
#main.changed .explanation .txtBox ul li .num {
	margin-bottom: 0;
	text-indent: 0;
}
#main.changed .explanation .txtList01 li .indent01 {
	display: inline-block;
	margin-left: 17em;
	text-indent: 0;
}
#main.changed .txtBox .noteTxt01 {
	padding-left: 2.6em;
	text-indent: -2.6em;
}
#main.changed .explanation p sup {
	line-height: 1;
}
@media all and (max-width: 896px) {
	#main.changed .explanation .txtList01 li .indent01 {
		margin-left: 0;
	}
}