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

img {
  display: inline-block;}

.pc {
  display: none !important;}

.fit {
  width: 100%;
  height: auto;}
.fit90 {
  width: 90%;
  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: #58c025;}

#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: #58c025;
  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 #ffffff;}
#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 {
  text-align: center;
  margin: 0 auto;
  color: #FF0000;
  font-size: 5vw;
  padding-top: 1vw;
  padding-bottom: 5vw;}
#main .catch {
  font-size: 7.5vw;
  font-weight: bold;
  color: #00923A;
  line-height: 1.5em;
  text-align: center;
  padding-top: 5%;}
#main .catch span {
  display: block;
  font-size: 3.1vw;
  font-weight: bold;
  color: #000000;
  line-height: 1.5em;
  padding-bottom: 2em;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBlue {
  margin: 0 auto;
  text-align: center;
  padding: 0 3vw;}
.btnBlue2 {
  margin: 0 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: 0px 0;
  background-color: #FFF;}
.WhiteBg2 {
  padding: 0;
  margin: 50px 0;
  background-color: #FFF;}
.GreenBg {
  padding: 20px 0;
  margin: 30px 0;
  background-color: #e1ffe7;}
h3 {
  font-size: 6.5vw;
  margin-top: 0;
  margin-bottom: 2vw;
  color: #58c025;
  font-weight: bold;
  text-align: center;}
h4 {
  width: 100%;
  font-size: 4.3vw;
  margin: 0 auto 10px auto;
  line-height: 2em;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  background-color: #b5e39e;}
.bg_orange {
  background-color: #ffe896;}
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;}

.subtxt {
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    font-size: 3.7vw;
    padding-bottom: 20px;}

#flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    justify-content: space-between;}
.itemBox { 
    width: 100%;
    text-align: left;
    padding:0;
    margin: 0 0 8% 0;}

.itemBoxDetail {
    display: flex;
    align-items: center;
    border: 2px #b5e39e solid;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 0.5% 3% 0 2%;
    margin-bottom: 2%;}
.itemBoxDetailIcon {
    width: 50%;
    margin-right: 10px;}
.itemBoxDetail img {
    width: 100%;}
.itemBoxDetail2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 2px #ffe896 solid;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 0.5% 3% 0 2%;
    margin-bottom: 2%;}
.orangeBox {
    background-color: #ffe896;
    padding: 2%;
    text-align: left;
    font-weight: bold;
    font-size: 3.5vw;}

.orangeImg {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: stretch;}
.orangeImgDetail {
    margin: 3% 0;}
.orangeImgDetail span {
    display: block;
    font-size: 2vw;
    text-align: center;
    margin: 0 auto;}
.orangeImgDetail img {
    width: 90%;}

#flexbox2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;}
.supportcontentL {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39%;
    margin: 0 1% 1% 0;
   	background-color:#58c025;
    color: #FFFFFF;
    text-align: center;
    font-size: 3.5vw;
    padding: 1%;}
.supportcontentR {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0 0 1% 0;
   	background-color:#FFFFFF;
    color: #000000;
    text-align: left;
    font-size: 3.5vw;
    padding: 1%;}

.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:#ffae00;
	color:#FFF;
	font-size:3.1vw;
    font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	padding: 5px;}
.Tbl01 table tr td {
	background-color: #FFFFFF;
	text-align: left;
	font-size:3.1vw;
	font-weight:normal;
	color:#000;
	line-height: 1.5em;
	padding: 5px;}


.listDisc {
	margin: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%;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #58c025;
  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;}