@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: 1100px;
  overflow-x: hidden;}

.cInner {
  display: block;
  clear: both;
  width: 1100px;
  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: #00923a;}
/*
.header {
  background: rgba(0, 146, 58, 1);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(0, 146, 58, 1);
  transition: all 0.5s ease;} 
*/

.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: 39px 10px;
  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: #00923A;}
#header #menu .menuContents ul li.mContact.current {
  background-color: transparent;
  color: #00923A;}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;
  padding-top: 100px;}
#main .dairiten {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 9998;}
#main .main {
  display: block;
  float: right;}
#main .catch {
  float: left;
  font-size: 40px;
  font-weight: bold;
  color: #00923A;
  line-height: 1.3em;
  text-align: left;
  padding-top: 100px;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBlue {
  float: left;
  text-align: center;
  margin: 5% 0 0 0;}
.btnBlue2 {
  text-align: center;
  margin: 0 auto 1% 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: 30px 0 40px 0;
  background-color: #FFF;}
.YellowBg {
  padding: 30px 0 40px 0;
  background-color: #f8f7e9;}
h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #00923A;
  font-weight: bold;
  text-align: center;}
h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffae00;
  font-weight: bold;
  text-align: center;}
h4.normal {
  font-size: 20px;
  margin-bottom: 0;
  color: #0aa149;
  font-weight: bold;
  text-align: left;}
h4.cold {
  font-size: 20px;
  margin-bottom: 0;
  color: #005ead;
  font-weight: bold;
  text-align: left;}
h4.normal img,
h4.cold img {
	width: 5%;
	display:inline-block;
	margin-right: 2%;
	vertical-align: bottom;}

.yellowBox {
    background-color: #ffffdf;
    border-radius: 10px;
    padding: 30px;
    font-size: 17px;
	margin-bottom: 30px;
    font-weight: bold;
	text-align: left;}

.Tbl01 table {
	width:100%;
	margin: 1% 0;}
.Tbl01 table tr th,
.Tbl01 table tr td {
	border:1px solid #a3a3a3;
	padding:5px;
	position:relative;}
.Tbl01 table thead tr th {
	background-color:#929292;
	color:#FFF;
	font-size:16px;
	line-height: 2em;
	text-align: center;}
.Tbl01 table tbody tr td {
	background-color: #FFFFFF;
	text-align: center;
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height: 1.5em;
	padding: 8px;}
.Tbl01 table thead tr th.blue,
.Tbl01 table tbody tr td.blue {
	background-color: #00923A;
	color:#ffffff;}
.Tbl01 table thead tr th.yellow,
.Tbl01 table tbody tr td.yellow {
	background-color: #feffbe;
	color:#ff0000;}
.Tbl01 table tbody tr td.left {
	text-align: left;
	padding-left: 20px;}

.block1Box ul {
	margin: 15px auto 0 auto;}
.block1Box ul li {
	width:30%;
	margin:1.5% 1.5%;
	float:left;
	text-align: center;
	position: relative;}
.block1Box ul li h5 {
	display: block;
	font-size:20px;
	color: #00923A;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5vw;}
.block1Box ul li p {
    text-align: left;
    font-size: 16px;}
.block1Box ul li p span {
	font-size: 12px;}

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

.block3Box ul {
	width: 100%;
	margin: 3% auto;}
.block3Box ul li {
	width:48%;
	margin:0 4% 0 0;
	padding: 2%;
	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:25px;
	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 {
	display:inline-block;
	margin-right: 5%;
	vertical-align: bottom;}
.block3Box ul li p {
    text-align: left;
    font-size: 16px;}

#flexbox {
	display:flex; 
	flex-wrap: wrap;
	width: 100%;
	height:auto;
	padding:0px;
	margin: 20px auto;}
.itemL { order: 1; width: 40%; text-align: left; padding:0; margin: 0 auto;text-align: center;	vertical-align: top;}
.itemR { order: 3; width: 60%; text-align: left; padding:0; margin: 0 auto;text-align: center;}


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

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



ul#serviceList {
	margin:0 auto 0px auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;}
ul#serviceList li {
	width:350px;
	float:left;
	text-align: left;
	margin-top:15px;
	margin-right:15px;
	background-color: #FFF;
	border:1px #cdcdcd solid;
	border-radius:5px;
	padding:10px;
	margin-bottom:10px;
	list-style: none;}
ul#serviceList li h4 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;}
ul#serviceList li:last-child {
	margin-right:0px;}
.serviceListIcon {
	float:left;
	margin-right:20px;
	margin-top: 10px;}
.mgT10 {
	margin-top: 10px;}


.campaignBox {
    width: 1100px;
    padding: 20px 20px 10px 20px;
    margin: 20px auto 10px auto;
    background-color: #ff0000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
.campaign_itemL {  width: 460px; text-align: left; padding:0; margin: 0;}
.campaign_itemR { width: 600px; text-align: left; padding:0; margin: 0;}
.campaignBox h3 {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 0;
    background-color: #ffd800;
    border-radius: 30px;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    font-size: 25px;}
.campaignBox p {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3em;
	text-align: left;
    margin: 0 auto;
    padding: 0;}
.campaignBox p span {
    padding-top: 0.5em;
    font-size: 15px;
    display: block;}





.campaignBox2 {
    width: 1100px;
    padding: 2%;
    margin: 20px auto 10px auto;
    background-color: #ff0000;}
.campaignBox2 h3 {
    width: 60%;
    margin: 0 0 10px auto;
    background-color: #ffd800;
    border-radius: 30px;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    font-size: 25px;}
.campaignBox2 p {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3em;
	text-align: left;
    margin: 20px auto;}
.campaignBox2 p span {
    padding-top: 0.5em;
    font-size: 15px;
    display: block;}

W450R {
	width:500px;
	float:left;
	margin:10px 0px 50px 0px;}
.W450L {
	width:400px;
	float:left;
	margin:0px 0px 0px 0px;
	display: inline-block;
	position: relative;}
.W450L_ph {
	text-align:center;
	margin:0 auto 0 auto;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #00923A;
  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;}
#pageTop img {
	display:block;}

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