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

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;}

html {
    scroll-padding-top: 18vh; /* 固定ヘッダの高さ分 */}

p {
	font-size: 3.5vw;}

.pc,.pc845 {
	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;}

/*-------------------------------------------------
	++ 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: 7% 3vw;
  margin: 0 auto;
  text-align: left;
  position: relative;}

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

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height: 13vw;
    margin: 0;
    padding: 0;
	-webkit-overflow-scrolling : touch;
    background-color: #FFFFFF;}
#header .Inner {
    width: 100%;
    padding: 2% 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

#header .logo {
    margin-left: 1%;
    width: 50%;
    padding: 0;}
#header .logo img {
    width: 100%;}

#header .nav-area {
    display: none;}

#menu {
	position:relative;}
#menu nav {
    display: flex;}
#menu nav ul {
    display: none;}
#menu nav ul.open {
    display: block;
    position: fixed;
    left: 0;
    top: 13vw;
    text-align: left;
    width: 100%;}
#menu nav li,
#menu nav li.inquiry {
    background-color: #23b24a;
    border-bottom-color: #36d260;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1;
    padding: 15px 10px;
	text-align: center;}
#menu nav li span {
	display:none;}
#menu nav li a {
	color: #FFFFFF;
    display: block;}
#nav_toggle {
	position:absolute;
	top:1.5vw;
	right:1vw;
	display: block;
	width: 35px;
	height: 30px;
	margin: 0px;
	z-index: 100;}
#nav_toggle i {
	display: block;
	height: 3px;
	background: #23b24a;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;}
#nav_toggle i:nth-child(1) {
	top: 0;}
#nav_toggle i:nth-child(2) {
	top: 10px;}
#nav_toggle i:nth-child(3) {
	top: 20px;}
#nav_toggle.open i:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);}
#nav_toggle.open i:nth-child(2) {
	width: 0;
	left: 50%;}
#nav_toggle.open i:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);}

#menu nav li a:link,#menu nav li a:visited {text-decoration:none;}
#menu nav li a:hover,#menu nav li a:active {text-decoration:none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
	width: 100%;
    background-image: url(../img/bg01.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;}
#title .dairiten {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;}
.titleInner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto;
    padding: 10vw 0 3% 0;}

.mainImg {
    order: 2;
    width: 100%;
    margin: 0 auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 100%;
    margin: 0;
    text-align: left;}
.catch {
    font-size: 7.9vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catch span {
    font-size: 5vw;
    display: block;
    margin: 2% 0;
    line-height: 1.5em;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 10px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active {color:#ffffff;text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnDownload {
    width: 80%;
    border-radius: 10px;
    margin: 5% auto 0 auto;
    background-color: #ff9601;}
.btnDownload a {
    display: block;
    color: #FFF;
    padding: 0;
    font-size: 4vw;
    line-height: 2.5em;
    text-align: center;
    font-weight: bold;
    text-decoration:none;}

.btnOrange {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  margin: 2% 0 4% 0;}
.btnOrange a {
  display: inline-block;
  width: 100%;
  background-color: #ffb300;
  color: #FFF;
  padding: 2vw 0;
  border-radius: 25px;
  font-size: 4.6vw;
  font-weight: bold;}
.btnOrange a:hover {
  text-decoration: none;}
.btnOrange a:link,.btnOrange a:visited {color:#FFF;text-decoration:none;}
.btnOrange a:hover,.btnOrange a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background: url('../img/bg02.jpg');
    background-size: contain; /*--閭梧勹逕ｻ蜒上�繧ｵ繧､繧ｺ--*/
    background-attachment: fixed; /*--閭梧勹逕ｻ蜒上�蝗ｺ螳�--*/
    background-repeat: no-repeat; /*--閭梧勹逕ｻ蜒上�郢ｰ繧願ｿ斐＠--*/
    background-position: center bottom; /*--閭梧勹逕ｻ蜒上�菴咲ｽｮ--*/
	z-index: 2;
    padding: 1em 0 0 0;}

.WhiteBg {
  padding: 30px 0 40px 0;
  background-color: #FFF;}
.GreenBg {
  padding: 0;
  background-color: #f3f9ec;}
.txtS {font-size: 3vw;}
.txtS2 {
    font-size: 3vw; text-align: center;}
.txtRed {
    font-size: 4vw;
    font-weight: bold;
    color: #FF0000;}
.txtRed2 {
    font-size: 5vw;
    font-weight: bold;
    color: #FF0000;
    text-align: center;}

h3 {
    font-size: 4.8vw;
    line-height: 1.3em;
    margin-bottom: 2vw;
    padding: 8px 0;
    color: #00923a;
    font-weight: bold;
    text-align: center;}
h4 {
    font-size: 4vw;
    line-height: 1.3em;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 25px auto 10px auto;
    border-bottom: 2px #80c63a solid;}

.GreenBox {
    display: flex;
    flex-direction: column;
    border: 1px #80c63a solid;
    border-radius: 10px;
    margin: 15px 0;}
.GreenBox h4 {
    width: 100%;
    background-color: #80c63a;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 4vw;
    margin: 0;
    padding: 12px 10px;
    line-height: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;}
.h4_circle_number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1rem;
    padding: 0;
    background-color: #fff;
    color: #00923a;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 3.8vw;}
.OrangeBox {
    display: flex;
    flex-direction: column;
    border: 1px #ffb300 solid;
    border-radius: 10px;
    margin: 15px 0;}
.OrangeBox h4 {
    width: 100%;
    background-color: #ffb300;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 4vw;
    margin: 0;
    padding: 12px 10px;
    line-height: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;}
.h4_circle_numberO {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1rem;
    padding: 0;
    background-color: #fff;
    color: #ffb300;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 3.8vw;}
.GreenBox .Inner,
.OrangeBox .Inner {
    background-color: #FFFFFF;
    padding: 20px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.ItemCY {
    width: 100%;
    background-color: #ffffa8;
    padding: 15px 15px;
    margin: 15px 0 0 0;}
.ItemC {width: 100%;}
.ItemLR {width: 100%;}
.ItemL {width: 100%; order: 2}
.ItemR {width: 50%; order: 1;text-align: center;margin: 0 auto 10px auto;}
.ItemR img {width: 100%;}

.ItemL2 {width: 100%;}
.ItemR2 {width: 100%;}
.ItemR2 img {width: 100%;}

.ItemL3 {width: 100%;}
.ItemR3 {width: 100%;}
.ItemR3 img {width: 100%;}

.movieBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;}
.movieBox2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;}
.Item_youtube {
    width: 49%;}
.Item_youtube2 {
    width: 49%;}
.Item_youtube img,
.Item_youtube2 img {
    width: 100%;}

.Item_merit {
    width: 100%;
    border: 1px #80c63a solid;
    border-radius: 10px;
    margin-bottom: 10px;}
.Item_merit h4 {
    width: 100%;
    background-color: #80c63a;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 18px;
    margin: 0;
    padding: 10px 0px;
    line-height: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-bottom: none;}
.Item_merit .Inner {
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;}
.Item_merit .Inner .Img {
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;}
.Item_merit .Inner .Img img {
    width: 40%;}

.privacyLinkTxt {
    text-align: center;
    font-size: 3vw;
    margin: 0 auto 5% auto;}

.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/pdf */
/*.youtubeBox,
.youtubeBox2,
.pdfBox {
	width:100%;
	text-align:left;
	margin:0px auto 10px auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.pdf {
	position:relative;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;
	height: 700px;}
.youtube iframe,
.pdf iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}*/

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
/* linkTxt */
.linkTxt {
    display: none;}

#footer {
  background-color: #23b24a;
  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;
    z-index: 3;}
.spCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9996;}