@import url(base.css);
img {
  display: inline-block;}

.sp {
  display: none !important;}
 
html{ scroll-behavior: smooth;scroll-padding-top: 100px;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-width: 1200px;
  overflow-x: hidden;}

.cInner {
  display: block;
  clear: both;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;}

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

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #58c025;}

.header_innner {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;}

#header #logo {
  display: block;
  float: left;
  text-align: left;
  margin-left: 0px;
  padding: 15px 20px;}
#header #logo a {
  color: #000;}
#header #logo a:hover {
  text-decoration: none;}
#header #menu {
  display: block;
  float: right;
  margin-right: 0px;
  position: relative;}
#header #menu .menuBtn {
	display: none;}
#header #menu .menuContents {
	display: block !important;}
#header #menu .menuContents ul li {
  float: left;
  display: block;
  line-height: 150%;
  font-size: 15px;
  position: relative;
  transition: all 0.1s ease-in;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 38px 7px;
  position: relative;
  color: #FFF;}
#header #menu .menuContents ul li.current {
  background-color: #00923A;
  color: #FFF;}
#header #menu .menuContents ul li.current a {
  color: #FFF;}
#header #menu .menuContents ul li:hover ul {
  display: block;}
#header #menu .menuContents ul li.mContact {
  padding: 30px 15px;}
#header #menu .menuContents ul li.mContact a {
  background-color: #FFF;
  padding: 10px 15px;
  border-radius: 20px;
  color: #58c025;}
#header #menu .menuContents ul li.mContact.current {
  background-color: transparent;
  color: #58c025;}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;
  padding-top: 100px;}
#main .dairiten {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 9998;}
#main .main {
  display: block;
  float: right;
  margin: 30px 0 0 0;}
#main .catch {
  float: left;
  font-size: 55px;
  font-weight: bold;
  color: #58c025;
  line-height: 1.5em;
  text-align: left;
  padding-top: 100px;}
#main .catch span {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5em;
  padding-bottom: 2em;}

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

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
.WhiteBg {
  padding: 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: 32px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #58c025;
  font-weight: bold;
  text-align: center;}
h4 {
  width: 80%;
  font-size: 20px;
  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: 20px;
	margin: 20px 0 10px 0;
  color: #000000;
  text-align: center;}
  
h6 {
  font-size: 20px;
	margin: 20px 0 10px 0;
  color: #00923A;
  text-align: left;}

.subtxt {
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    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: 48%;
    text-align: left;
    padding:0;
    margin: 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 {margin-right: 10px;}
.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: 15px;}

.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: 13px;
    text-align: center;
    margin: 0 auto;}

#flexbox2 {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    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: 18px;
    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: 18px;
    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:18px;
    font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	padding: 10px;}
.Tbl01 table tr td {
	background-color: #FFFFFF;
	text-align: left;
	font-size:18px;
	font-weight:normal;
	color:#000;
	line-height: 1.5em;
	padding: 10px;}





.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;}

.youtube iframe, .pdf iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtubeBox, .pdfBox {
    width: 800px;
    text-align: center;
    margin: 30px auto 5px auto;
}

.youtube {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border: 5px #DBDBDB solid;
    margin: 10px 0px;
}

.youtube_ph {
	text-align:center;
	margin:15px auto;}
.youtube_sp {
	display: none;}	


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

.BtnPDF {
    margin: 20px auto;
    text-align: center;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #58c025;
  color: #FFF;
  text-align: center;
  padding: 40px 0;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}

.spCover {
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;}