@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	max-width: 960px;
	padding-left: auto;
	padding-right: auto;
	font-size: 16px;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;

}
/* Header */
header {
	text-align: center;
	display: block;
}
header .title .titlePlaceholder {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.titlePlaceholder img {
width:100%;
max-width: 100%;
height: auto;
}
header .titlePlaceholder span {
	width: 80px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	line-height: 53px;
}

/* タイトルｈ1通常左寄せ */
header .titleHeader h1 {
	padding: 0.5em;/*文字周りの余白*/
	color: #008E51;/*文字色*/
	font-size: 25px;
	border-bottom: solid 3px #00BF6D;/*下線*/
	line-height: 30px;
	text-align: left;
}

/* タイトルｈ1中央 */
header .titleHeader2 h1 {
	padding: 0.5em;/*文字周りの余白*/
	color: #008E51;/*文字色*/
	font-size: 25px;
	border-bottom: solid 3px #00BF6D;/*下線*/
	line-height: 30px;
	text-align: center;
}

hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .titleHeader p {
	color: #008E51;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	overflow-y: auto;
}

header .titleHeader2 p {
	color: #008E51;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	overflow-y: auto;
}

/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle {
	color: #364e96;/*文字色*/
	font-size: 17px;
	border: solid 2px #364e96;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.8em;/*角丸*/
}
.section2 .sectionTitle {
	color: #36964B;/*文字色*/
	font-size: 17px;
	border: solid 2px #36964B;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.8em;/*角丸*/
}
.section3 .sectionTitle {
	padding: 0.3em;/*文字周りの余白*/
	color: #008E51;/*文字色*/
	font-size: 18px;
	background: #EDF3E0;/*背景色*/
	border-bottom: solid 2px #00BF6D;/*下線*/
	line-height: 25px;
	text-align: left;
}

.section3 .sectionTitle17 {
	padding: 0.3em;/*文字周りの余白*/
	color: #008E51;/*文字色*/
	font-size: 17px;
	background: #EDF3E0;/*背景色*/
	border-bottom: solid 2px #00BF6D;/*下線*/
	line-height: 25px;
	text-align: left;
}


.mainContent .section1 .section1Content {
	font-size: 15px;
	color: #25282E;
	display: block;
	margin: 15px 30px;
}
.mainContent .section1 .section1Content2 {
	font-size: 15px;
	color: #25282E;
	display: block;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 30px;
}
.mainContent .section1 .section1Content2 p {
	padding-left: 40px;
	margin-top: 0;
	padding-top: 0;
}

.mainContent .section2 .section2Content {
	font-size: 15px;
	color: #25282E;
	display: block;
	margin: 15px 30px;
}

.mainContent .section2 .section2Content2 {
	font-size: 15px;
	color: #25282E;
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
}

.mainContent .section2 .section2Content2 p {
	padding-left: 40px;
	margin-top: 0;
	padding-top: 0;
}
.mainContent .section2 .section1Content3 {
	font-size: 15px;
	color: #25282E;
	display: block;
	margin: 15px 50px;
}


.mainContent .section1 .section1Content span {
	padding-left: 40px;
	padding-top: 0;
}
.mainContent .section2 .section2Content span {
	padding-left: 40px;
	padding-top: 0;
}
.midori {
	color: #008E51;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	overflow-y: auto;
}
ul, ol .type1 {
 color: #1e366a;
 border-top: solid #1e366a 1px;/*上のボーダー*/
 border-bottom: solid #1e366a 1px;/*下のボーダー*/
 padding: 0.5em 0 0.5em 1.5em;
}
ul li, ol li .type1 {
  line-height: 1.5;
  padding: 0.5em 0;
}

.mainContent .section1 h3 {
position: relative;
padding: 10px;
padding-left:2em;
}

.mainContent .section1 h3::before{
content: "■";
color: #FF9100;
font-size:2em;
position: absolute;
left: 0;
top: -0.1em;
}


.mainContent .section2 h3 {
position: relative;
padding: 10px;
padding-left:2em;
}

.mainContent .section2 h3::before{
content: "■";
color: #36964B;
font-size:2em;
position: absolute;
left: 0;
top: -0.1em;
}

.section2 .sectionContentTitle {
	color: #25282E;
	font-size: 18px;
}
.section2 .sectionContentSubTitle {
	color: rgba(68,67,67,1.00);
	font-size: 14px;
}
.section2 .sectionContent {
	color: #25282Es;
	font-size: 14px;
	line-height: 1.8;
}

/*テーブル1 tbl1
----------------------------------------------------*/
.tbl1 *, .tbl1 *:before, .tbl1 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl1 {
	font-size: 14px;
	width: 96%;
	border-collapse: collapse;
	margin: 15px;
	background: #FFF;	
}
.tbl1 th, .tbl1  td {
	border: 1px solid #4C6A2A;
	text-align: center;
	border-right: none;	
	padding: 5px;
}
.tbl1 th {
	text-align: center;
	background: #EDF3E0;	
	color:#6A6A6A;
	border-left: none;
	border-left:solid 1px #4C6A2A;
}
.tbl1 th {
	border-left:solid 1px #4C6A2A;

}


/*テーブル2 tbl2
----------------------------------------------------*/
.tbl2 *, .tbl2 *:before, .tbl2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl2 {
	font-size: 14px;
	width: 96%;
	border-collapse: collapse;
	margin: 15px auto;
	padding: 15px;
	background: #FFF;	
}

.tbl2 th, .tbl2  td {
	border: 1px solid #4C6A2A;
	border-right: none;	
	padding: 5px;

}
.tbl2 th {
	width: 30%;
	text-align: center;
	background: #EDF3E0;	
	color:#6A6A6A;
	border-left: none;	
}

table.tbl3 {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 65% !important;
	font-size: 14px;
	text-align: center;
}
table.tbl3 tr {
  padding: 5px;
}
table.tbl3 th {
	background: #EDF3E0;
	padding: 5px;
	text-align: center;
}
table.tbl3 td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #4C6A2A;
}

.mainContent {
	display: block;
	overflow: hidden;
}
/* Footer */
footer .footerDisclaimer {
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
}
.ggmap {
position: relative;
width: 95%;   
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: auto;
width: 100%;
height: 100%;
}

/* 複数行（） */
.frame-box {
	padding: 50px;
	position: relative;
}

.frame-box::before, .frame-box::after {
	display: block;
	font: normal 6rem 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	position: absolute;
	line-height: 0;
}

.frame-box::before {
	content: '(';
	top: 50%;
	left: 0;
}

.frame-box::after {
	content: ')';
	top: 50%;
	right: 0;
}

.red-box {
  flex-shrink: 0;
  font-size: 1em;
  color: #ffffff;
  padding: 5px 10px;
  margin-left: 20px;
  -webkit-text-stroke: 1px #ffffff;
  background: rgba(190, 0, 27, 1);
  font-weight: normal;
}

.bl {padding-left: 30px; padding-top: 0; margin: 0 5px; }
.indent {padding-left: 1em; text-indent: -1em; }
.indent2 {padding-left: 1em; text-indent: -2em; margin-left: -2em; }
.indent3 {text-indent: 2em; }
.indent4 {text-indent: 1em; }
.indent5 {padding-left:100px;text-indent:-6.8em;}
.indent6 {text-indent: -20px;padding-left: 20px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.akitb10 {padding-bottom:10px;}
.akitb20 {padding-bottom:20px;}
.akitb30 {padding-bottom:30px;}
.akitp20 {padding-top:20px;}
.akit2 {margin-top:2em;}
.akil1 {margin-left: 1em;}
.akil30p {margin-left:  30px;}
.akil40p {margin-left:  40px;}
.akil50p {margin-left:  50px;}
.akil55p {margin-left:  55px;}
.akil60p {margin-left:  60px;}
.akil80p {margin-left:  80px;}
.akil180p {margin-left:  180px;}
.akil200p {margin-left:  200px;}
.akilp2 {padding-left: 2em;}
.akir1 {margin-right: 1em;}
.akir2 {margin-right: 2em;}
.akir3 {margin-right: 3em;}
.akir02 {margin-right: 0.2em;}
.akir03 {margin-right: 0.3em;}
.akir05 {margin-right: 0.5em;}
.akir05 {margin-right: 0.5em;}
.akir06 {margin-right: 0.6em;}
.akir07 {margin-right: 0.7em;}
.gyot05 {margin-top: 0.5;}
.gyo1 {margin-bottom: 1em;}
.gyo2 {margin-top: 2em;}

.gyo05 {margin-bottom: 0.5;}
.gyokan1 {line-height: 1;}
.gyokan15 {line-height: 1.5;}
.gyokan2 {line-height: 2;}
.naka {text-align: center;}
.migi {text-align: right;}
.hidari {text-align: left;}
.c {align-items: center;}
.center {margin: 0 auto;}
.fs18 {font-size: 18px;}
.fs17 {font-size: 17px;}
.fs16 {font-size: 16px;}
.fs14 {font-size: 14px;}
.fs13 {font-size: 13px;}
.fs12 {font-size: 12px;}
.fs11 {font-size: 11px;}
.fm {font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"}
.b {font-weight: 700;}
.normal {font-weight: normal !important;}
.red {color: #be001b;}
.normalcl {color: #000;}
.line{border-bottom:1px solid #1e366a;}


/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}

header .title .titlePlaceholder {
	width: 100%;
	display: inline-block;
}

header .titleHeader {
	text-align: center;
	margin-top: 10%;
}
header .titleHeader p {
	text-align: justify;
}

header .titleHeader2 {
	text-align: center;
	margin-top: 10%;
}
header .titleHeader2 p {
	text-align: justify;
}

/* Main content sections */
.mainContent .section1 {
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
}
.mainContent .section2 {
	display: block;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .title .titlePlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

header .titleHeader {
	text-align: left;
	margin-top: 7%;
}
header .titleHeader2 {
	text-align: left;
	margin-top: 7%;
}
@media screen and (max-width: 640px) {
	

.tbl1 {
		width: 98%;
	}

	 
.tbl2 {
		width: 100%;
		margin:0 0 0 0;
	}
	.tbl2 th, .tbl2 td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.tbl2 td {
		width: 100%;
		display: block;
		border-top: none;
		border: none;
		text-align: center;
	}
	.tbl2 th {
		color:#6A6A6A;
		text-align: center;
}
  table.tbl3 thead {
    display: none;
  }
  table.tbl3 tr {
    border-bottom: 3px solid #4C6A2A;
    display: block;
  }
  table.tbl3 td {
    border-bottom: 1px solid #4C6A2A;
    display: block;
    text-align: right;
  }
  table.tbl3 td:before {
    content: attr(aria-label);
    float: left;
  }
	table.tbl3 td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

}



