@import url(base.css);
a:hover {
  opacity: 1;}

img {
  display: inline-block;}

.pc {
  display: none !important;}

.fit {
  width: 100%;
  height: auto;}
.fit80 {
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;}
.fit20 {
  width: 20%;
  height: auto;
  margin: 0 auto;
  text-align: center;}
 
html{ scroll-behavior: smooth;scroll-padding-top: 11vw;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-size: 3.6vw;}

#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow-x: hidden;}

.cInner,
.cInner2 {
  display: block;
  clear: both;
  padding: 0 3vw;
  margin: 0 auto;
  text-align: left;
  position: relative;}

#contents {
  margin: 0 auto;
  text-align: center;
  background: #FFF;}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  height: 11vw;
  background-color: #00923a;}
/*
.header {
  background: rgba(0, 146, 58, 0.9);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(0, 146, 58, 0.9);
  transition: all 0.5s ease;} 
*/
#header #logo {
  display: block;
  padding: 1vw;
  float: left;}
#header #logo img {
  display: block;
  height: 8vw;
  width: auto;}

#header #menu .menuBtn {
  position: absolute;
  top: 1.5vw;
  right: 1vw;
  width: 8vw;
  height: 8vw;}
#header #menu .menuBtn img {
  width: 100%;
  height: auto;}
#header #menu .menuContents {
  display: none;
  background: #00923a;
  position: fixed;
  top: 11vw;
  right: 0;
  width: 100%;
  text-align: left;}
#header #menu .menuContents ul li {
  display: block;
  line-height: 150%;
  font-size: 4.2vw;
  position: relative;
  border-bottom: 1px solid #33c26c;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 2.5vw 10vw 2.5vw 7vw;
  position: relative;
  color: #FFF;
  font-weight: 500;}
#header #menu .menuContents ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 2vw;
  height: 2vw;
  margin: -1.5vw 0 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;
  padding-top: 11vw;}
#main .main {
  display: block;
  width: 100%;
  height: auto;}
#main .dairiten {
  position: absolute;
  top: 11vw;
  right: 0;
  width: 25%;
  z-index: 9997;}
#main .dairiten img {
  width: 100%;}
#main .catch {
  font-size: 5.5vw;
  font-weight: bold;
  color: #00923A;
  line-height: 1.3em;
  text-align: center;
  padding-top: 5%;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBlue {
  margin: 0 auto;
  text-align: center;
  padding: 0 3vw;}
.btnBlue2 {
  margin: 10px auto 3vw auto;
  text-align: center;
  padding: 0 3vw;}
.btnBlue a,
.btnBlue2 a {
  display: inline-block;
  width: 100%;
  background-color: #ffae00;
  color: #FFF;
  padding: 3vw;
  border-radius: 25px;
  font-size: 4.6vw;
  font-weight: bold;}
.btnBlue a:hover,
.btnBlue2 a:hover {
  text-decoration: none;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
.WhiteBg {
  padding: 30px 0 40px 0;
  background-color: #FFF;}
.YellowBg {
  padding: 30px 0 40px 0;
  background-color: #f8f7e9;}
h3 {
  font-size: 6.5vw;
  margin-top: 5vw;
  margin-bottom: 2vw;
  color: #00923A;
  font-weight: bold;
  text-align: center;}
h4 {
  font-size: 4.3vw;
  margin-bottom: 0.8em;
  color: #000000;
  font-weight: bold;
  text-align: center;}
h5 {
  font-size: 4.0vw;
  margin-bottom: 0.5em;
  color: #000000;
  text-align: center;}
h6 {
  font-size: 4.0vw;
  margin-bottom: 0.5em;
  color: #00923A;
  text-align: center;}

.yellowBox {
    background-color: #ffffdf;
    border-radius: 10px;
    padding: 3%;
    font-size: 3.6vw;
    font-weight: bold;
	text-align: left;
	margin-bottom: 5%;}

.Tbl01 table {
	width:100%;
	margin: 1% 0;
	border-top:1px solid #a3a3a3;
	border-left:1px solid #a3a3a3;}
.Tbl01 table tr th,
.Tbl01 table tr td {
	border-bottom:1px solid #a3a3a3;
	border-right:1px solid #a3a3a3;	
	padding:5px;
	position:relative;}
.Tbl01 table tr th {
	background-color:#2196f3;
	color:#FFF;
	font-size:3vw;
	line-height: 1.5em;
	text-align: center;
	padding: 8px;}
.Tbl01 table tr td {
	background-color: #FFFFFF;
	text-align: center;
	font-size:3vw;
	font-weight:normal;
	color:#333;
	line-height: 1.5em;
	padding: 8px;}
.Tbl01 table tr th.green,
.Tbl01 table tr td.green {
	background-color: #00923A;
	color:#ffffff;}
.Tbl01 table tr th.yellow,
.Tbl01 table tr td.yellow {
	background-color: #feffbe;
	color:#ff0000;}
.Tbl01 table tr th.glay,
.Tbl01 table tr td.glay {
	background-color: #dbdbdb;}
.Tbl01 table tr td.left {
	text-align: left;}

.block1Box ul, {
	margin: 0;}
.block1Box ul li {
	width:46%;
	margin:0 0.3em 1.5em 0.3em;
	float:left;
	text-align: center;}
.block1Box ul li h5 {
	display: block;
	font-size:3.6vw;
	color: #2196f3;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5vw;
	letter-spacing: -0.08em}
.block1Box ul li p {
    text-align: left;
    font-size: 3.5vw;}

.block2Box ul {
	margin: 5% 0 0 0;}
.block2Box ul li {
	width:100%;
	margin:0 0 5% 0;
	padding: 3%;
	float:left;
	text-align: left;
	border: 1px #bfbfbf solid;
	background-color: #FFFFFF;
	border-radius: 10px;}
.block2Box ul li h5 {
	display: block;
	font-size:4.3vw;
	color: #2196f3;
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.5vw;}
.block2Box ul li p {
	width: 100%;
	margin-bottom: 4%;
    text-align: left;
    font-size: 16px;}
.block2Box ul li div.img {
	width: 60%;
	text-align: center;
	margin: 0 auto;}

.block3Box ul {
	width: 100%;
	margin: 3% auto;}
.block3Box ul li {
	width:100%;
	margin:0 0 5% 0;
	padding: 3%;
	float:left;
	text-align: left;
	border: 5px #0aa149 solid;
	background-color: #FFFFFF;
	border-radius: 10px;}
.block3Box ul li.cold {
	border: 5px #005ead solid;
	margin:0 0 0 0;}
.block3Box ul li h5 {
	width: 100%;
	display: inline-block;
	font-size:5vw;
	line-height: 60px;
	color: #0aa149;
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.5em;}
.block3Box ul li.cold h5 {
	color: #005ead;}
.block3Box ul li h5 img {
	width: 25%;
	display:inline-block;
	margin-right: 5%;
	vertical-align: bottom;}
.block3Box ul li p {
    text-align: left;
    font-size: 3.5vw;}
    
.block4Box ul, {
	margin: 0;}
.block4Box ul li {
	width:47%;
	margin:0 0.3em 1.5em 0.3em;
	float:left;
	text-align: center;}
.block4Box ul li h5 {
	display: block;
	font-size:3.6vw;
	color: #2196f3;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5vw;
	letter-spacing: -0.08em}
.block4Box ul li p {
    text-align: left;
    font-size: 3.5vw;}


#flexbox {
	display:flex; 
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height:auto;
	padding:0px;
	margin: 0 auto;}
.itemL,.itemL2,.itemL3 { order: 1; width: 100%; text-align: left; padding:0; margin: 0 auto;text-align: center;}
.itemC { order: 2; width: 100%; text-align: left; padding:0; margin: 0 auto;text-align: center;}
.itemR,.itemR2,.itemR3 { order: 3; width: 100%; text-align: left; padding:0; margin: 0 auto;text-align: center;}
.itemL h4,
.itemR h4,
.itemR3 {
  font-size: 4.3vw;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: bold;
  text-align: center;}
.itemL h5,
.itemR h5 {
  font-size: 4.3vw;
  margin-top: 1em;
  color: #2196f3;
  font-weight: bold;
  text-align: center;}
.itemR p {
  color: #000000;
  font-size: 5vw;}
.triangle{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #2196f3;
  text-align:center;
  margin: 0 auto 3% auto;}

.listDisc {
	margin:0 0 1em 0;}
.listDisc li {
	text-align: left;
	line-height: 1.5em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

.youtubeBox, .pdfBox {
    width: 100%;
}
.youtube_ph img {
	width:90%;
	margin:0px auto;
	text-align:center;}
.youtube_not_sp {
	display: none;}
.youtube_sp {
	display: block;}

.pdfBox {
	width:100%;}
.pdf {
	position:relative;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:30px 0 5px 0;}
.pdf iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.BtnPDF {
    width: 100%;
    margin: 20px auto;
    text-align: center;}
.BtnPDF img {
    width: 100%;}

/*-------------------------------------------------
  rightArea
-------------------------------------------------*/	
div#rc_rightArea,
div#rc_rightArea2,
div#rc_rightArea3 {
	display:none;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #00923A;
  color: #FFF;
  font-size: 3.5vw;
  padding: 3vw 0;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

#pageTop {
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    width: 14vw;
    height: 14vw;}
.spCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9996;}