@import url(base.css);

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

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

.sp,.pc845 {
	display: none !important;}

p {
    font-size: 100%;
    line-height: 1.4em;
    padding: 0;}

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

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

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

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
	height:80px;
    background-color: #FFFFFF;}
#header .Inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header .logo {
    width: 320px;
    margin-top: 0.6%;}
#header .logo img {
    width: 100%;}

#menu {
	position:relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#menu p {
    font-size: 90%;
    line-height: 2em;}
#menu nav ul {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;}
#menu nav li {
	font-size: 100%;
    line-height: 2em;
	text-align: center;
    white-space: nowrap;
    padding: 0 15px;
	margin: 0;
    color: #333;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #333;
    padding: 0px;}

#menu nav li.inquiry {
    text-align: center;
    padding: 0 0 0 15px;
    border-radius: 0px;}
#menu nav li.inquiry a {
    background-color: #ffb300;
    padding: 5px 15px;
    border-radius: 20px;
    color: #FFFFFF;}
#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;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
	width: 100%;
    height: 500px;
    background-image: url(../img/bg01.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;}
#title .dairiten {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;}
.titleInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	width:1200px;
    margin: 0 auto;
    padding: 3% 0;}

.mainImg {
    order: 2;
    width: 480px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 680px;
    margin: 50px 0 0 30px;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 680px;
    margin: -100px 0 0 30px;
    text-align: left;}
.catch {
    font-size: 50px;
    font-weight: bold;
    color: #00923a;
    line-height: 1.3em;
    margin: 0;}
.catch span {
    font-size: 28px;
    display: block;
    margin: 10px 0;
    line-height: 1.5em;}

.campaignBtn {
    float: left;
    width: 350px;
    margin: 10px 0 0 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    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
-------------------------------------------------*/
.btnOrange {
  margin: 3% 0;}
.btnOrange a {
  display: inline-block;
  background-color: #ffb300;
  color: #FFF;
  text-align: center;
  width: 500px;
  padding: 10px 0px;
  border-radius: 25px;
  font-size: 20px;
  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: 100%; /*--閭梧勹逕ｻ蜒上�繧ｵ繧､繧ｺ--*/
    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: 100%;}
.txtS2 {
    font-size: 100%; text-align: right;}
.txtRed {
    font-size: 120%;
    font-weight: bold;
    color: #FF0000;}
.txtRed2 {
    font-size: 150%;
    font-weight: bold;
    color: #FF0000;
    text-align: center;}
h3 {
    font-size: 25px;
    margin: 10px 0;
    line-height: 2em;
    color: #00923a;
    font-weight: bold;
    text-align: center;}
h4 {
    font-size: 20px;
    line-height: 1.8em;
    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: 18px;
    margin: 0;
    padding: 12px 30px;
    line-height: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    display: flex;
    align-items: center;}
.h4_circle_number {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-right: 1.2rem;
    padding: 0;
    background-color: #fff;
    color: #00923a;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;}
.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: 18px;
    margin: 0;
    padding: 12px 30px;
    line-height: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    display: flex;
    align-items: center;}
.h4_circle_numberO {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-right: 1.2rem;
    padding: 0;
    background-color: #fff;
    color: #ffb300;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 15px;}
.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 20px;
    margin: 15px 0 0 0;}
.ItemC {width: 100%;}
.ItemLR {width: 48%;}
.ItemL {width: 78%;}
.ItemR {width: 20%;}
.ItemR img {width: 100%;}

.ItemL2 {width: 750px;}
.ItemR2 {width: 270px;}
.ItemR2 img {width: 100%;}

.ItemL3 {width: 520px;}
.ItemR3 {width: 530px;}
.ItemR3 img {width: 100%;}

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

.Item_merit {
    width: 32%;
    border: 1px #80c63a solid;
    border-radius: 10px;
    background-color: #FFFFFF;}
.Item_merit h4 {
    width: 100%;
    background-color: #80c63a;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 18px;
    margin: 0;
    padding: 12px 0px;
    line-height: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-bottom: none;}
.Item_merit .Inner {
    background-color: #FFFFFF;
    padding: 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: 90%;
    margin: 0 auto 5% auto;}

.listDisc {
	margin:0 0 0 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,
.pdfBox {
	width:500px;
	text-align:left;
	margin:0px auto 10px auto;}
.youtubeBox2 {
	width:340px;
	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 */
.linkTxtBox {
    display: block;
    width: 100%;
    background-color: #f3f3f3;
    margin: 3% 0 0 0;
    padding: 0;}
.linkTxtBox_cInner {
    display: block;
    clear: both;
    width: 1100px;
    padding: 0;
    margin: 0 auto;
    text-align: left;}
.linkTxt ul {
	margin:3% 0;}
.linkTxt ul li {
	width:25%;
	display:block;
	float:left;
	text-align: left;
	font-size: 100%;
	font-weight: bold;}
.linkTxt ul li ul {
	padding-left:10px;
	margin-top: 5px;}
.linkTxt ul li ul li {
	display:block;
	width:100%;
	float:none;
	margin-bottom:3px;
	font-size: 80%;
	font-weight: normal;}
.linkTxt ul li a:link,.linkTxt ul li a:visited {color:#5A5C57;text-decoration:none;}
.linkTxt ul li a:hover,.linkTxt ul li a:active {color:#898989;text-decoration:none;}

#footer {
  background-color: #23b24a;
  color: #FFF;
  padding: 40px 0;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

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

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