@charset "utf-8";
body {
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  text-align: left;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
}
body .sp-item {
  display: none !important;
}
body .pc-item {
  display: block !important;
}
@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.ov_hd {
  overflow: hidden;
}
.bg_none {
  background-image: none !important;
}
a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.line_0 {
  line-height: 0;
}
.zindex {
  z-index: 200;
}
input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}
.bd_red {
  border-bottom: 1px solid #FF0004;
  padding-bottom: 2px;
}
.bd_red02 {
  border-bottom: 3px solid #FF0004;
  padding-bottom: 0px;
}
.red {
  color: #ff0000;
}
.yellow {
  background-color: #ffff00;
}
.gray {
  color: #666666;
}
.bold {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.al {
  text-align: left !important;
}
.bold {
  font-weight: bold !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
  line-height: 150%;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
.font25 {
  font-size: 25px !important;
}
.font26 {
  font-size: 26px !important;
}
.font27 {
  font-size: 27px !important;
}
.font28 {
  font-size: 28px !important;
}
.font29 {
  font-size: 29px !important;
}
.font30 {
  font-size: 30px !important;
}
.font32 {
  font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.clear {
  clear: both;
}
img {
  line-height: 0;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
.area {
  width: 100%;
  padding: 20px 0;
}
.contWrap {
  width: 760px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contWrap {
    width: 95%;
  }
}
/* --- ファーストビュー--- */
.head {
  background: #000000;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .head {
    font-size: 25px;
  }
}
.main {
  text-align: center;
  background-color: #fec60f;
  background-image: url("../images/p_main_bg.png");
  background-position: bottom;
}
@media screen and (max-width: 640px) {
  .main {
    padding-bottom: 20px;
  }
}
.area01 {
  background: #808080;
  padding: 10px 0 15px 0;
}
/* --- ファーストビュー ここまで--- */
/* --- ボタンエリア --- */
.area_btn {
  width: 759px;
  height: 411px;
  position: relative;
  margin: 10px auto;
}
.btn {
  position: absolute;
  bottom: 38px;
  left: 56px;
}
@media screen and (max-width: 640px) {
  .area_btn {
    width: 100%;
    height: auto;
    position: relative;
    margin: 10px auto 0;
  }
  .btn {
    position: absolute;
    width: 88%;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
/* --- ボタンエリア ここまで --- */
/* --- 蜂の種類 --- */
.area02 {
  background: #fffabe;
}
@media (min-width: 641px) {
  .wrap {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
  }
  .pnA {
    width: 244px;
    margin-right: 10px;
    background-color: #fff;
  }
  .text {
    text-align: left;
    text-align: justify;
    padding: 10px;
    font-size: 17px;
    line-height: 1.5em;
  }
  .pnB {
    width: 244px;
    background-color: #fff;
  }
  .pnC {
    width: 244px;
    margin-left: 10px;
    background-color: #fff;
  }
}
@media (max-width: 640px) {
  .pnA, .pnB, .pnC {
    background-color: #fff;
    padding: 10px;
    margin: 20px 0;
  }
  .text {
    text-align: left;
    text-align: justify;
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.5em;
  }
}
/* --- 蜂の種類 ここまで --- */
/* --- 選ばれる理由 --- */
.area03 {
  background-color: #f7f7f7;
}
/* --- 選ばれる理由 -ここまで-- */
/* --- 安さの秘密 --- */
.area04 {
  background-color: #fffaf0;
}
/* --- 安さの秘密 ここまで --- */
/* --- 接客研修 --- */
.area05 {
  background-color: #fef2bd;
}
/* --- 接客研修 ここまで --- */
/* --- よくある質問 --- */
.question {
  display: inline-block;
  padding: 10px;
  background-image: linear-gradient(to right, #f39800, #ffbc00);
  border-radius: 15px;
  width: 750px;
  margin: 15px auto 0;
  display: flex;
  justify-content: left;
}
.question h4 {
  color: #FFF;
  text-align: left;
  padding: 0 0 0 10px;
  font-size: 23px;
  line-height: 30px;
}
.pn_Wrap img {
  padding-bottom: 7px;
}
.answer {
  display: inline-block;
  padding: 10px;
  width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
}
.answer h4 {
  text-align: left;
  padding: 0 0 0 10px;
  font-size: 21px;
  line-height: 30px;
}
@media (max-width: 640px) {
  .question {
    width: 95%;
    margin: 15px auto 0;
  }
  .question .pn_Wrap {
    padding: 0 0 0 0;
  }
  .question .pn_Wrap_A {
    padding: 7px 0 0 5px;
  }
  .answer {
    width: 95%;
    margin: 0 0 10px 0;
  }
  .answer .pn_Wrap {
    padding: 1px 0 0 5px;
    width: 40px;
  }
  .answer .pn_Wrap_A {
    padding: 0px 0 0 7px;
    width: 600px;
  }
}
/* --- よくある質問 ここまで --- */
/* ------ お申込みの流れ ------ */
.area07 {
  background-color: #e2f4ff;
}
/* ------ お申込みの流れ ここまで ------ */
/* ------ 対応地域 ------ */
.area08 {
  background-color: #fff2c9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23fffceb' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
}
h2 {
  font-size: 26pt;
  font-weight: bold;
}
.info {
  background-color: #FFF;
  padding: 20px 30px;
  margin: 0 0 20px;
}
.info p {
  text-align: left;
  font-weight: bold;
}
.info_inner {
  width: 100%;
  margin-top: 20px;
}
.info_inner th, .info_inner td {
  border-bottom: 1px dotted #000;
  padding: 20px;
  color: #000;
}
.info_inner td {
  text-align: left;
}
.info_inner th {}
@media (max-width: 640px) {
  .info {
    padding: 20px 15px;
  }
}
/* --- 対応地域 ここまで --- */
/* --- 会社概要 --- */
.area09 {
  background-color: #1e7fce;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v2h-6v6h6v8H8v-6H2v6H0V0zm4 4h2v2H4V4zm8 8h2v2h-2v-2zm-8 0h2v2H4v-2zm8-8h2v2h-2V4z' fill='%23309af1' fill-opacity='0.19' fill-rule='evenodd'/%3E%3C/svg%3E");
  padding-top: 0px;
}
.kaisha {
  width: 100%;
}
.kaisha_inner {
  border-bottom: 1px solid #fff;
}
.kaisha th, .kaisha td {
  padding: 20px;
  color: #fff;
}
.kaisha td {
  text-align: left;
}
.kaisha th {
  font-weight: bold;
}
.area09_inner {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.kaisha02 {
  margin-top: 0;
}
/* 偶数行 */
tr:nth-child(even) {
  border-bottom: 1px solid #fff;
}
a {
  color: yellow;
}
/* --- 会社概要 ここまで --- */