@charset "utf-8";
/* CSS Document */
body {
  background: #FFF;
  font-size: 15px;
  line-height: 180%;
  word-break: break-all;
  margin: 0;
}
/**
 * 基本設定
 * ----------------------------------------------------------------------------
 */
h1, h2, h3 {
  margin-bottom: 20px;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 180%;
}
img, object, embed, video {
  max-width: 100%;
}
a {}
a[target*="_blank"]::after {}
/* クラス */
div.cont0, div.cont1, div.cont3, div.cont4, div.cont5, div.cont6, div.cont7, div.cont8, div.cont9, div.cont10 {
  text-align: center;
}
.text, .moviey, .img_s {
  margin-bottom: 30px;
}
.img1, .img2, .text1, .text2 {
  margin: 0 0 10px 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
div {
  margin: 0;
  padding: 0;
}
/**
 * メインビジュアル
 * ----------------------------------------------------------------------------
 */
.h1mainv {
  position: relative;
  height: auto;
  /*width: 900px;*/
  margin: 0 auto;
  background: #ebffce;
  border-top: 14px solid #7fbe26;
}
.h1mainv h1 {
  width: 900px !important;
  margin: 0 auto;
  text-align: center;
  font-size: 200%;
  line-height: 50%;
  background: none !important;
}
/**
 * リード文
 * ----------------------------------------------------------------------------
 */
.lead {
  display: none;
  /* text-align: left;
  padding: 10px 0;
  font-size: 150%;
  line-height: 160%;*/
  /*  margin-bottom: 2rem;*/
}
/**
 * カラム
 * ----------------------------------------------------------------------------
 */
/* 2カラム */
.multi2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 3rem;
}
.multi2 .multi2cont {
  /*width: 47%;*/
  border-top: solid 5px #002E7A;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 1.5% 30px 1.5%;
  width: 43%;
  background: #fff;
  padding: 2%;
  position: relative;
}
/* 3カラム */
.multi3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.multi3 .multi3cont {
  width: 30.333333%;
  margin: 0 1.5% 30px 1.5%;
}
/* 4カラム */
.multi4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.multi4 .multi4cont {
  width: 22%;
  margin: 0 1.5% 30px 1.5%;
}
/**
 * コンテンツ
 * ----------------------------------------------------------------------------
 */
#container {
  background: #D9E8F2;
  clear: both;
  margin: 0 auto;
  text-align: left;
  width: 900px;
  background: none !important;
  margin-top: 2rem;
}
#container .Contents {
  padding: 10px 15px 30px 15px;
}
#container div.title {
  text-align: left;
  font-size: 22px;
  color: #002E7A;
  padding: 0.4em 0.5em;
  background: #EDEFF1;
  border-top: solid 5px #002E7A;
}
div.main {
  border-radius: 10px;
  padding: 20px;
}
div.main h3 {
  color: #81bd29;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid #81bd29;
  padding-bottom: 1rem;
	line-height: 40px;
}
div.main h3::before {
  content: '';
  background: url(img/title-icon.png) no-repeat;
  display: inline-block;
  height: 45px;
  width: 45px;
  position: absolute;
  margin-top: -3px;
  background-size: contain;
}
div.citrusabout_box h3::before {
  margin-left: -4rem;
}
@media all and (-ms-high-contrast: none) {
  div.citrusabout_box h3::before {
    left: 210px !important;
  }
}
div.reason_box h3::before {
  margin-left: -4rem;
}
@media all and (-ms-high-contrast: none) {
  div.reason_box h3::before {
    left: 140px !important;
  }
}
div.agree_box h3::before {
  margin-left: -4rem;
}
@media all and (-ms-high-contrast: none) {
  div.agree_box h3::before {
    left: 260px !important;
  }
}
div.citrusabout_box, div.reason_box, div.agree_box {
  margin-bottom: 4rem;
}
div.citrusabout_box p, div.reason_box p, div.agree_box p {
  text-align: left;
  margin: 10px 0;
}
div.citrusabout_box p span {
  color: #81bd29;
  font-weight: bold;
}
div.citrusabout_box p.img-icon img {
  position: relative;
  top: 13px;
}
div.agree_box p span.number {
  font-weight: bold;
  font-size: 23px;
  color: green
}
div.agree_box p.bg-yellow {
  background: #ffefd4;
  margin: 30px 0;
  padding: 10px;
}
div.agree_box p.bg-green {
  background: #ecffd2;
  margin: 30px 0;
  padding: 10px;
}
/**
 * フッター
 * ----------------------------------------------------------------------------
 */
.footer {
  border: 0;
  background: #81bd29;
  padding: 30px 0;
}
.tCenter {
  text-align: center;
}