
@charset "utf-8";
/* ���Z�b�g
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 140%;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
img {
  height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative;
}
html {
  -webkit-text-size-adjust: 100%
}
body {
  font-family: "�������", YuMincho, "�����", "Yu Mincho", "�q���M�m���� ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "�q���M�m���� ProN", "Hiragino Mincho ProN", "�q���M�m���� Pro", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  font-weight: normal;
  width: 100%;
  position: relative;
  min-width: 960px;

background: url("img/back2.png"),linear-gradient(to top, rgba(236,223,154,1), rgba(236,223,154,1));




  

}
/* �����N�ݒ�
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #333;
}
a:hover, a:active {
  outline: none;
  opacity: 0.8;
}
/* PC,SP�؂�ւ�
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}
.pc-on-inlineblock {
  display: inline-block !important;
}
.sp-on {
  display: none !important;
}
.sp-on-inlineblock {
  display: none !important;
}
/* �w�b�_�[
------------------------------------------------------------*/
header {
  position: relative;
  margin: 0 auto;
  padding-bottom: 70px;
}
header .logo_box {
  box-shadow: 2px 0px 7px #ccc;  
}
header .logo_box .logo_box_inner {
  max-width: 1020px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header .logo_box .logo_iiohaka {
  top: 32px;
  left: 0;
  width: 130px;
  position: absolute;
}
header .logo_box .logo_iiohaka img {
  width: 100%;
}


header .logo_box .logo_kaimyou {
  width: 382px;
  margin: 0 auto;

}
header .logo_box .logo_kaimyou img {
  width: 100%;
}


header .logo_box .logo_tel {
  width: 180px;
margin:0 0 0 auto
}
header .logo_box .logo_tel img {
  width: 100%;
}


.topBn li{
	display:inline-block;
	margin:5px 2px;　/*←上下5px、左右2pxのマージン指定の場合*/
}
.topBn li img {
	border:solid 1px #ccc;　/*←画像を1pxのグレーの枠線で囲む指定の場合*/
}



header ul#nav {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1020px;
  min-width: 960px;
}
header ul#nav a {
  width: calc((100% / 4) - 0px);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.0;
  padding: 0px 0 15px 0;
  color: #333;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* �c�������������iSafari�p�j */
  align-items: center; /* �c������������ */
  -webkit-justify-content: center; /* ���������������iSafari�p�j */
  justify-content: center; /* �������������� */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #fff;
}
header ul#nav a:hover {
  color: #3c7604;
  opacity: 1;
  border-bottom: 2px solid #3c7604;
  padding: 0px 0 15px 0;
}
header ul#nav.is-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  padding: 0;
  z-index: 1000;
  width: 100%;
  max-width: 1020px;
  min-width: 960px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(242,231,154,1);
}
header ul#nav.is-fixed a {
  width: calc((100% / 4) - 0px);
  font-size: 24px;
  line-height: 1.0;
  padding: 15px 0 15px 0;
  color: #333;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* �c�������������iSafari�p�j */
  align-items: center; /* �c������������ */
  -webkit-justify-content: center; /* ���������������iSafari�p�j */
  justify-content: center; /* �������������� */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header ul#nav.is-fixed a:hover {
  background: #fff;
  color: #3c7604;
  opacity: 1;
  border-bottom: 2px solid #3c7604;
}
header ul#nav.is-fixed a.on {
  background: #fff;
  color: #3c7604;
  opacity: 1;
  border-bottom: 3px solid #3c7604;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .keyvisual img {
  width: 100%;
}

header .keyvisual{
     width: 1020px;
    min-width: 960px;
    margin: 0 auto; 
}

/* section shiryo_area
------------------------------------------------------------*/
section.conversion-btn {
  width: 93.75%;
  margin: 4.6875% auto 0;
}
.fade, .fadetop, .fadetop-once {
  position: relative;
  opacity: 0;
}
.fade-view {
  animation: fade 1.25s ease-in-out forwards;
}
@keyframes fade {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
.fadetop-view {
  animation: fadetop 1.25s forwards;
}
@keyframes fadetop {
0% {
 opacity: 0;
 transform: translate(0, 50px);
}
100% {
 opacity: 1;
 transform: translate(0, 0);
}
}
.shine {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
		left: 125%;
	}
}
@keyframes shine {
  100% {
		left: 125%;
	}
}
.display-pc {
  display: block;
  margin: 0 auto;
}
.display-sp {
  display: none;
  margin: 0 auto;
}
@media screen and (max-width:640px) {
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  } 
}

/* cv
------------------------------------------------------------*/
.cv {
  background: rgba(255,255,255,.8);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .35);
  width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Noto Sans Japanese", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", ��S�V�b�N, YuGothic, ���C���I, Meiryo, Verdana, Roboto, "Droid Sans", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}
.cv dt {
  text-align: center;
  margin-bottom: 10px;
}
.cv ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cv ul li p {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  text-align: left;
  letter-spacing: .025em;
}
.cv ul li p em {
  color: #cc0000;
}
.cv ul li p span {
  font-size: 24px;
  margin-left: 1em;
}
.cv ul li p span time {
  font-size: 24px;
  position: relative;
  top: 2px;
}
.cv.mb{
  margin-bottom: 100px;
}

@media screen and (max-width:640px) {
  .cv {
    max-width: 80%;
    min-width: 80%;
    width: 90%;
    padding: 5%;
    border-radius: 3vw;
    margin: 0 auto;
  }
  .cv dt {
    width: 95%;
    margin: 0 auto 4%;
  }
  .cv ul {
    flex-direction: column;
  }
  .cv ul li p {
    font-size: 5.25vw;
    margin: 3.125% 0;
    text-align: center;
  }
  .cv ul li p span {
    display: block;
    font-size: 4.5vw;
    margin-left: 0;
    margin-top: 2vw;
  }
  .cv ul li p span time {
    font-size: 5vw;
    top: inherit;
  }
  .cv ul li:first-child a {
    display: block;
    width: 90%;
    margin: 0 auto;
  } 
  .cv.mb{
    margin-bottom: 60px;
  }  
}

/* section text_area
------------------------------------------------------------*/
section.text_area {
  padding: 100px 0;
  background: url("../img/text_area_bg.png") repeat;
  margin: 50px 0;
}
section.text_area .text_area_inner {
  max-width: 1020px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
}
section.text_area h1 {
  color: #c30d23;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
section.text_area p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  width: 80%;
  margin: 0 auto;
}
/* section plan_area
------------------------------------------------------------*/
section.plan_area {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  background: -moz-linear-gradient(to bottom, #FFF, #fcfcfc 60%, #e6e7e7);
  background: -webkit-linear-gradient(to bottom, #FFF, #fcfcfc 60%, #e6e7e7);
  background: linear-gradient(to bottom, #FFF, #f2ede8 60%, #ede6de)
}
section.plan_area .plan_area_inner {
  max-width: 1020px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
}
section.plan_area h1 {
  color: #333;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
section.plan_area h1:before {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 70px; /*�摜�̕�*/
  height: 37px; /*�摜�̍���*/
  background-image: url("../img/icon_title01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
}
section.plan_area h1:after {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 70px; /*�摜�̕�*/
  height: 37px; /*�摜�̍���*/
  background-image: url("../img/icon_title01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
}
section.plan_area .plan_box {
  display: flex;
  justify-content: space-between;
}
section.plan_area .plan_card {
  border: 2px solid #81651c;
  width: calc((100% / 2) - 20px);
  position: relative;
  margin: 80px 0 50px 0;
  text-align: center;
}
section.plan_area .plan_card .plan_title {
  font-size: 30px;
  color: #fff;
  background: #81651c;
  width: 35%;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
section.plan_area .plan_card h3 {
  font-weight: bold;
  font-size: 34px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 20px;
}
section.plan_area .plan_card img {
  margin: 0 0 10px 0;
}
section.plan_area .plan_card .price {
  font-size: 62px;
  color: #c30d23;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
section.plan_area .plan_card .price::before {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 63px; /*�摜�̕�*/
  height: 63px; /*�摜�̍���*/
  background-image: url("../img/icon_price.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
  margin-right: 10px;
  margin-bottom: -6px;
}
section.plan_area .plan_card .price span {
  color: #333;
  font-size: 24px;
  display: block;
}
section.plan_area .note {
  margin: 0 0 40px 0;
}
section.plan_area .note li {
  margin: 0 0 4px 0px;
  font-size: 24px;
  font-weight: bold;
  text-indent: -1.3vw;
  margin-left: 1.5vw;
}
section.plan_area .note li:before {
  content: "※ ";
}
section.plan_area .note_comment {
  color: #c30d23;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
section.plan_area .number {
  font-size: 38px;
}
/* section cv_area
------------------------------------------------------------*/
section.cv_area {
  position: relative;
  max-width: 1040px;
  min-width: 900px;
  width: 90%;
  margin: 0 auto;
}
section.cv_area h1 {
  background: #3c7604;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  line-height: 2;
}
section.cv_area .cv_box {
  border: 2px #3c7604 solid;
  background: #ebf1e5;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
}
section.cv_area .cv_box .cv_tel {
  width: 466px;
}
section.cv_area .cv_box .cv_tel img {
  width: 100%;
}
section.cv_area .cv_box .cv_button {
  width: 436px;
  padding-top: 20px;
}
section.cv_area .cv_box .cv_button img {
  width: 100%;
}

section.margin200{
  margin-bottom: 200px;
}

/* section flow_area
------------------------------------------------------------*/
section.flow_area {
  max-width: 1020px;
  min-width: 960px;
  width: 100%;
  margin: 0 auto 100px;
  padding-top: 120px;
  text-align: center;
}
section.flow_area h1 {
  color: #333;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 80px 0;
}
section.flow_area h1:before {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 70px; /*�摜�̕�*/
  height: 37px; /*�摜�̍���*/
  background-image: url("../img/icon_title01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
}
section.flow_area h1:after {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 70px; /*�摜�̕�*/
  height: 37px; /*�摜�̍���*/
  background-image: url("../img/icon_title01.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
}
section.flow_area .step_box {
  margin: 0 0 120px 0;
}
section.flow_area .step_title {
  position: relative;
  text-align: center;
  border: 0 none;
  background-color: rgba(242,231,154,0.1);
  color: #81651c;
}
section.flow_area .step_title > span {
  position: relative;
  z-index: 2;
  background-color: rgba(242,231,154,1);
  padding: 1rem;
  border: 0 none;
}
section.flow_area .step_title:before {
  display: block;
  color: transparent;
  content: ".";
  border-top: 2px solid #81651c;
  position: absolute;
  top: 43%;
  width: 100%;
}
section.flow_area .step_title:after {
  display: block;
  color: transparent;
  content: ".";
  border-top: 2px solid #81651c;
  position: absolute;
  top: 54%;
  width: 100%;
}


section.flow_area .step_title2 {
  position: relative;
  text-align: center;
  border: 0 none;
  background-color: rgba(242,231,154,0.1);

  color: #000080;
}
section.flow_area .step_title2 > span {
  position: relative;
  z-index: 2;
  background-color: rgba(242,231,154,1);
  padding: 1rem;
  border: 0 none;
}
section.flow_area .step_title2:before {
  display: block;
  color: transparent;
  content: ".";
  border-top: 2px solid #000080;
  position: absolute;
  top: 43%;
  width: 100%;
}
section.flow_area .step_title2:after {
  display: block;
  color: transparent;
  content: ".";
  border-top: 2px solid #000080;
  position: absolute;
  top: 54%;
  width: 100%;
}



section.flow_area .step_box_flex01 {
  display: flex;
  justify-content: space-between;
}
section.flow_area .step_box_flex02 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
section.flow_area .step_box_flex01 img {
  margin: 0px 45px 0 0px;
}
section.flow_area .step_box_flex02 img {
  margin: 0px 0px 0 45px;
}
section.flow_area .step_box_text {
  text-align: left;
}
section.flow_area .step_box_text span.chushaku {
  font-size: 84%;
}
section.flow_area .step_box h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
section.flow_area .step_box p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
section.flow_area .arrow {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 2px #81651c;
  padding: 16px 0 0 0;
  min-width: 100%;
  max-width: 100%;
  text-align: center;
}
section.flow_area .arrow:before, section.flow_area .arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.flow_area .arrow:before {
  border: solid 28px transparent;
  border-top: solid 28px #81651c;
}
section.flow_area .arrow:after {
  border: solid 30px transparent;
  border-top: solid 30px #fff;
  margin-top: -5px;
}
section.flow_area .arrow p {
  margin: 0;
  padding: 0;
}
section.flow_area .border {
  border-bottom: solid 2px #81651c;
  padding: 16px;
}
section.flow_area .number {
  font-size: 32px;
}
/* section quality_area
------------------------------------------------------------*/
section.quality_area {
  margin: 0 auto 100px;
  background: rgba(237, 230, 222, 1);
  background: -moz-linear-gradient(top, rgba(237, 230, 222, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 230, 222, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 230, 222, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 230, 222, 1)));
  background: -webkit-linear-gradient(top, rgba(237, 230, 222, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 230, 222, 1) 100%);
  background: -o-linear-gradient(top, rgba(237, 230, 222, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 230, 222, 1) 100%);
  background: -ms-linear-gradient(top, rgba(237, 230, 222, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 230, 222, 1) 100%);
  background: linear-gradient(to bottom, rgba(237, 230, 222, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(237, 230, 222, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ede6de', endColorstr='#ede6de', GradientType=0);
}
section.quality_area .quality_area_inner {
  max-width: 1020px;
  min-width: 960px;
  width: 100%;
  margin: 120px auto 100px;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}
section.quality_area h1 {
  color: #333;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
section.quality_area h1:before {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 70px; /*�摜�̕�*/
  height: 37px; /*�摜�̍���*/
  background-image: url("../img/icon_title03.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
}
section.quality_area h1:after {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 70px; /*�摜�̕�*/
  height: 37px; /*�摜�̍���*/
  background-image: url("../img/icon_title03.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
}
section.quality_area .quality_box {
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.quality_area .quality_box02 {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.quality_area .quality_card {
  width: calc(85% / 3);
  text-align: left;
}
section.quality_area .quality_card02 {
  width: calc(85% / 3);
  text-align: left;
  margin: 0 40px;
}
section.quality_area .quality_box h3, section.quality_area .quality_box02 h3 {
  font-size: 38px;
  color: #81651c;
  font-weight: bold;
  margin-bottom: 10px;
}
section.quality_area .quality_box p, section.quality_area .quality_box02 p {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
section.quality_area .quality_text {}
section.quality_area img {
  width: 100%;
}
/* section question_area
------------------------------------------------------------*/
section.question_area {
  position: relative;
  max-width: 1020px;
  min-width: 960px;
  width: 100%;
  margin: 0px auto 100px;
  padding-top: 120px;
}
section.question_area h1 {
  color: #333;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px 0;
}
section.question_area h1:before {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 70px; /*�摜�̕�*/
  height: 37px; /*�摜�̍���*/
  background-image: url("../img/icon_title04.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
}
section.question_area h1:after {
  content: ''; /*�������Ȃ�*/
  display: inline-block; /*�Y�ꂸ�ɁI*/
  width: 70px; /*�摜�̕�*/
  height: 37px; /*�摜�̍���*/
  background-image: url("../img/icon_title04.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: inherit;
}
section.question_area .question_box {
  margin: 0 0 80px 0;
}
section.question_area .question_flex {
  display: flex;
}
section.question_area .question_number {
  background: #81651c;
  padding: 30px;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
section.question_area .question {
  font-size: 30px;
  font-weight: bold;
  color: #81651c;
  background: #ece8dd;
  padding: 20px 30px;
  line-height: 1.4;
  width: 100%;
}
section.question_area .answer {
  font-size: 24px;
  margin: 20px 0 0 175px;
  font-weight: bold;
  line-height: 1.8;
}
/* �t�b�^�[
------------------------------------------------------------*/
#footer {
  font-family: -apple-system, BlinkMacSystemFont, "��S�V�b�N��", YuGothic, "Yu Gothic M", "��S�V�b�N Medium", "Yu Gothic Medium", "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "�q���M�m�p�S ProN", "Hiragino Kaku Gothic ProN", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#footer .footer-area {
  background-color: #F4F0EB;
  width: 100%;
}
#footer .footer-area .inner {
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 30px;
}
#footer .footer-area .inner h1 {
  text-align: left;
  margin-bottom: 20px;
}
#footer .footer-area .inner h5 {
  text-align: left;
  margin: 20px 0 10px;
}
#footer .footer-navi {
  background-image: url(../img/bg-green.jpg);
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  font-size: 20px;
  color: #FFF;
}
#footer .footer-navi .inner {
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .footer-navi .inner ul {
  margin-bottom: 15px;
}
#footer .footer-navi .inner ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#footer .footer-navi .inner ul li:first-child {
  margin-right: 20px;
}
#footer .footer-navi .inner ul li a {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF;
  color: #FFF;
  text-decoration: none;
  padding-right: 16px;
  margin-right: 14px;
}
#footer .footer-navi .inner ul li:last-child a {
  border-right-style: none;
}
#footer .footer-navi .inner address {
  font-size: 18px;
  font-style: normal;
  margin-bottom: 30px;
  color:#630;
}
#footer .footer-content {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.8;
}
#footer .footer-content a {
  color: #076baf;
  text-decoration: underline;
}
#footer .footer-content a:hover {
  text-decoration: none;
}
.area-listed {
  font-weight: bold;
  margin: 5px 0 10px;
  width: 100%;
}
.area-listed .txt-listed {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0;
}
.area-listed .txt-listed span {
  color: #f00;
}
.area-listed img.logo-listed {
  margin-left: 10px;
  width: 32px;
  vertical-align: bottom;
}
/* �T�C�h
-----------------------------------------------*/
.pagetop {
  position: fixed;
  left: 50%;
  bottom: 10px;
  /*bottom: -100px;*/
  margin-left: 44vw;
}
.pagetop .page-top {
  cursor: pointer;
}
.cv_side {
  position: fixed;
  left: 50%;
  bottom: -1000px;
  margin-left: 34vw;
}
.cv_side a {
  display: block;
}
.cv_side img {
  width: 100%;
}
/* section form_area
------------------------------------------------------------*/
section.form_area {
  width: 100%;
  background: -moz-linear-gradient(to bottom, #FFF, #f2ede8 60%, #ede6de);
  background: -webkit-linear-gradient(to bottom, #FFF, #f2ede8 60%, #ede6de);
  background: linear-gradient(to bottom, #FFF, #f2ede8 60%, #ede6de);
  padding-bottom: 10px;
  padding-top: 0;
}
section.form_area .form_area_inner {
  position: relative;
  width: 610px;
  margin: 0 auto 100px;
  font-weight: bold;
}
section.form_area p.note {
  font-size: 14px;
  margin-bottom: 20px;
}
section.form_area p.note a {
  color: #000;
  text-decoration: underline;
}
section.form_area h1 {
  font-size: 40px;
  font-weight: bold;
  color: #977c45;
  text-align: center;
  margin-bottom: 30px;
}
section.form_area .form_style {
  position: relative;
}
section.form_area .form_style dl {
  margin-bottom: 30px;
}
section.form_area .form_style dl dt {
  font-size: 24px;
  margin-bottom: 10px;
}
section.form_area .form_style dl dt .required {
  font-size: 14px;
  font-weight: bold;
  color: #c30d23;
  margin-left: 10px;
}
section.form_area .form_style dl dd {
  font-size: 24px;
  margin-bottom: 24px;
}
section.form_area .form_style dl dd input[type="text"] {
  font-size: 24px;
  margin-bottom: 10px;
  padding: 4px;
  width: 200px;
}
section.form_area .form_style dl dd input[type="text"]::placeholder {
  color: #ccc
}
section.form_area .form_style dl dd input[type="email"], section.form_area .form_style dl dd input[type="tel"], section.form_area .form_style dl dd input.address_box {
  font-size: 24px;
  margin-bottom: 10px;
  padding: 4px;
  width: 100%;
}
section.form_area .form_style dl dd input.postal-code {
  width: 40%;
}
section.form_area .note {
  font-size: 16px;
  margin-left: 20px;
}
section.form_area dl dd.confirm_text{
  font-size: 24px;
  font-weight: normal;  
}


section.form_area h2{
  font-size: 30px;
  font-weight: bold;
    margin: 0 0 20px 0;
}

section.form_area p.red_text{
  color: #c30d23;
  text-align: center;
  margin: 20px 0;  
}

section.form_area p span{
  font-size: 30px;
}

section.form_area a.top_btn{
    font-size: 24px;
    color: #fff;
    background: #977c45;
    width: 50%;
    margin: 50px auto;
    text-align: center;
    display: block;
    padding: 10px;
}

/*�]�]�]�]�]�]�]�]�]���W�I�{�^���]�]�]�]�]�]�]�]�]*/
.cp_ipradio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_ipradio:before, .cp_ipradio:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.cp_ipradio .box {
  text-align: left;
  border-radius: 3px;
}
.cp_ipradio input[type=radio] {
  opacity: 0;
}
.cp_ipradio label:focus, .cp_ipradio label:hover, .cp_ipradio label:active, .cp_ipradio input:checked + label {
  color: #333;
}
.cp_ipradio label:focus:before, .cp_ipradio label:hover:before, .cp_ipradio label:active:before, .cp_ipradio input:checked + label:before {
  border-color: #333;
  background: #ffffff;
}
.cp_ipradio label {
  font-size: 1em;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1em 1em 1em 3em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -38px;
}
.cp_ipradio label:before {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 15px;
  height: 15px;
  content: '';
  border: 0.2em solid #cccccc;
  border-radius: 50%;
}
.cp_ipradio input:checked + label:before {
  border-color: #333;
  background: #333;
}
.cp_ipradio input:disabled + label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  background: #efefef;
}
.cp_ipradio input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.cp_ipradio input:disabled + label:before {
  border-color: #ffffff;
  background: #ffffff;
}
/*�]�]�]�]�]�]�]�]�]�`�F�b�N�{�b�N�X�]�]�]�]�]�]�]�]�]*/
.cp_checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.cp_checkbox:before, .cp_checkbox:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.cp_checkbox .box {
  text-align: left;
  border-radius: 3px;
}
.cp_checkbox input[type=checkbox] {
  display: none;
}
.cp_checkbox label:focus, .cp_checkbox label:hover, .cp_checkbox label:active, .cp_checkbox input:checked + label {
  color: #333;
}
.cp_checkbox label:focus:before, .cp_checkbox label:hover:before, .cp_checkbox label:active:before, .cp_checkbox input:checked + label:before {
  border-color: #333;
  background: #ffffff;
}
.cp_checkbox label {
  font-size: 24px;
  line-height: 2.2;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.5em 1em 0.5em 3em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cp_checkbox label:before {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 15px;
  height: 15px;
  content: '';
  border: 0.2em solid #cccccc;
  border-radius: 0%;
}
.cp_checkbox input:checked + label:before {
  border-color: #333;
  background: #333;
}
.cp_checkbox input:disabled + label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
  background: #efefef;
}
.cp_checkbox input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.cp_checkbox input:disabled + label:before {
  border-color: #ffffff;
  background: #ffffff;
}
.cp_checkbox dl dt {
  font-size: 24px;
}

section.form_area .form_style textarea{
  width: 100%;
  font-size: 24px;  
}


button[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default;
  padding: 20px 60px;
  margin: 0 auto;
  display: block;
}
button[type="submit"] {
  background-color: #977c45;
  cursor: pointer;
  padding: 20px 60px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
/* �X�}�[�g�t�H��
-----------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    font-family: "�������", YuMincho, "�����", "Yu Mincho", "�q���M�m���� ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "�q���M�m���� ProN", "Hiragino Mincho ProN", "�q���M�m���� Pro", "Hiragino Mincho Pro", "HGS����E", "�l�r �o����", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    line-height: 170%;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    width: 100%;
    position: relative;
    min-width: 100%;
  }
  /* �����N�ݒ�
------------------------------------------------------------*/
  a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    color: #333;
  }
  a:hover, a:active {
    outline: none;
    opacity: 0.8;
  }
  /* �w�b�_�[
------------------------------------------------------------*/
  header {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    ;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 18vw;
  }
  header .logo_box {
    position: relative;
    height: 18vw;
    box-shadow: 2px 0px 7px #ccc;
  }

  header .logo_box .logo_box_inner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0;
    position: relative;
  }



  header .logo_box .logo_iiohaka {
    position: absolute;
    top: 6vw;
    left: 3vw;
    width: 14vw;
  }
  header .logo_box .logo_iiohaka img {
    width: 100%;
  }
  header .logo_box .logo_kaimyou {
    margin: 0 auto;
    width: 40vw;
    text-align: right;
  }
  header .logo_box .logo_kaimyou img {
    width: 90%;
  }
  header #slick img {
    width: 100%;
  }
  header ul#nav {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    min-width: 100%;    
    background: #fff;
  }
  header ul#nav a {
    width: calc((100% / 3) - 2.8vw);
    font-size: 4.3vw;
    font-weight: bold;
    line-height: 1.4;
    padding: 1.4vw;
    color: #333;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* �c�������������iSafari�p�j */
    align-items: center; /* �c������������ */
    -webkit-justify-content: center; /* ���������������iSafari�p�j */
    justify-content: center; /* �������������� */
  }
  header ul#nav a:hover {
    color: #fff;
    color: #3c7604;
    opacity: 1;
    border-bottom: 1px solid #3c7604;
    padding: 0;
  }
  header ul#nav.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    padding: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  header ul#nav.is-fixed a {
    width: calc((100% / 3) - 3.2vw);
    font-size: 3.3vw;
    line-height: 1.4;
    padding: 1.6vw;
    color: #333;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* �c�������������iSafari�p�j */
    align-items: center; /* �c������������ */
    -webkit-justify-content: center; /* ���������������iSafari�p�j */
    justify-content: center; /* �������������� */
  }
  header ul#nav.is-fixed a:hover {
    color: #333;
    opacity: 1;
  }
  header ul#nav.is-fixed a.on {
    color: #3c7604;
    background: #fff;
    opacity: 1;
  }
  header img {
    width: 100%;
  }
  img {
    width: 100%;
  }
header .keyvisual{
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto; 
}  
  
  /* section text_area
------------------------------------------------------------*/
  section.text_area {
    padding: 20px 0;
    background: url("../img/text_area_bg.png") repeat;
    margin: 10px 0 0;
  }
  section.text_area .text_area_inner {
    max-width: 90%;
    min-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  section.text_area h1 {
    color: #c30d23;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
  }
  section.text_area p {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.8;
    width: 100%;
  }
  /* section plan_area
------------------------------------------------------------*/
  section.plan_area {
    padding-top: 60px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    background: -moz-linear-gradient(to bottom, #FFF, #fcfcfc 60%, #e6e7e7);
    background: -webkit-linear-gradient(to bottom, #FFF, #fcfcfc 60%, #e6e7e7);
    background: linear-gradient(to bottom, #FFF, #f2ede8 60%, #ede6de)
  }
  section.plan_area .plan_area_inner {
    max-width: 90%;
    min-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  section.plan_area h1 {
    color: #333;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
  }
  section.plan_area h1:before {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 40px; /*�摜�̕�*/
    height: 20px; /*�摜�̍���*/
    background-image: url("../img/icon_title01.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
  }
  section.plan_area h1:after {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 40px; /*�摜�̕�*/
    height: 20px; /*�摜�̍���*/
    background-image: url("../img/icon_title01.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
  }
  section.plan_area .plan_box {
    display: block;
    justify-content: space-between;
  }
  section.plan_area .plan_card {
    border: 2px solid #81651c;
    width: 100%;
    position: relative;
    margin: 80px 0 50px 0;
    text-align: center;
    margin: 60px auto 20px;
  }
  section.plan_area .plan_card .plan_title {
    font-size: 5vw;
    color: #fff;
    background: #81651c;
    width: 35%;
    height: 10vw;
    line-height: 10vw;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  section.plan_area .plan_card h3 {
    font-weight: bold;
    font-size: 6vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 20px;
  }
  section.plan_area .plan_card img {
    margin: 0 0 10px 0;
    width: 70%;
  }
  section.plan_area .plan_card .price {
    font-size: 11vw;
    font-weight: bold;
    color: #c30d23;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  section.plan_area .plan_card .price::before {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 45px;
    height: 40px;
    background-image: url("../img/icon_price.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
  }
  section.plan_area .plan_card .price span {
    color: #333;
    font-size: 4.5vw;
    font-weight: bold;
    display: block;
  }
  section.plan_area .note {
    margin: 0 0 10px 0;
  }
  section.plan_area .note li {
    margin: 0 0 4px 1em;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.6;
    text-indent: -1em;
  }
  section.plan_area .note li:before {
    content: "��";
  }
  section.plan_area .note_comment {
    color: #c30d23;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  section.plan_area .number {
    font-size: 6vw;
  }
  /* section cv_area
  ------------------------------------------------------------*/
  section.cv_area {
    position: relative;
    max-width: 100%;
    min-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  section.cv_area h1 {
    background: #3c7604;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 4.8vw;
    line-height: 2.4;
  }
  section.cv_area .cv_box {
    border: 2px #3c7604 solid;
    background: #ebf1e5;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
    margin-top: -1px;
  }
  section.cv_area .cv_box .cv_tel {
    width: 100%;
  }
  section.cv_area .cv_box .cv_tel img {
    width: 90%;
    margin: 0 auto;
  }
  section.cv_area .cv_box .cv_button {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  section.cv_area .cv_box .cv_button img {
    width: 90%;
  }
  section.margin200{
    margin-bottom: 100px;
  }  
  
  /* section flow_area
------------------------------------------------------------*/
  section.flow_area {
    max-width: 90%;
    min-width: 90%;
    width: 100%;
    margin: 0 auto 50px;
    padding-top: 60px;
    text-align: center;
  }
  section.flow_area h1 {
    color: #333;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px 0;
    display: flex;
    justify-content: center;
  }
  section.flow_area h1:before {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 40px; /*�摜�̕�*/
    height: 30px; /*�摜�̍���*/
    background-image: url("../img/icon_title02.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
    margin: 22px 10px 0 0;
  }
  section.flow_area h1:after {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 40px; /*�摜�̕�*/
    height: 30px; /*�摜�̍���*/
    background-image: url("../img/icon_title02.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
    margin: 22px 0 0 10px;
  }
  section.flow_area .step_box {
    margin: 0 0 50px 0;
  }
  section.flow_area .step_title {
    position: relative;
    text-align: center;
    border: 0 none;
    background-color: #fff;
    color: #81651c;
  }
  section.flow_area .step_title > span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 1rem;
    border: 0 none;
  }
  section.flow_area .step_title:before {
    display: block;
    color: transparent;
    content: ".";
    border-top: 1px solid #81651c;
    position: absolute;
    top: 43%;
    width: 100%;
  }
  section.flow_area .step_title:after {
    display: block;
    color: transparent;
    content: ".";
    border-top: 1px solid #81651c;
    position: absolute;
    top: 54%;
    width: 100%;
  }


  section.flow_area .step_title2 {
    position: relative;
    text-align: center;
    border: 0 none;
    background-color: #fff;
    color: #000080;
  }
  section.flow_area .step_title2 > span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 1rem;
    border: 0 none;
  }
  section.flow_area .step_title2:before {
    display: block;
    color: transparent;
    content: ".";
    border-top: 1px solid #000080;
    position: absolute;
    top: 43%;
    width: 100%;
  }
  section.flow_area .step_title2:after {
    display: block;
    color: transparent;
    content: ".";
    border-top: 1px solid #000080;
    position: absolute;
    top: 54%;
    width: 100%;
  }


  section.flow_area .step_box_flex01 {
    display: block;
    justify-content: space-between;
  }
  section.flow_area .step_box_flex02 {
    display: block;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  section.flow_area .step_box_flex01 img {
    margin: 0px 0px 0 0px;
  }
  section.flow_area .step_box_flex02 img {
    margin: 0px 0px 0 0px;
  }
  section.flow_area .step_box_text {
    text-align: left;
  }
  section.flow_area .step_box h3 {
    font-size: 6vw;
    font-weight: bold;
    margin: 14px 0 5px 0;
  }
  section.flow_area .step_box p {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4;
  }
  section.flow_area .arrow {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 1px #81651c;
    padding: 10px;
    min-width: 95%;
    max-width: 100%;
    text-align: center;
  }
  section.flow_area .arrow:before, section.flow_area .arrow:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.flow_area .arrow:before {
    border: solid 17px transparent;
    border-top: solid 17px #81651c;
  }
  section.flow_area .arrow:after {
    border: solid 20px transparent;
    border-top: solid 20px #fff;
    margin-top: -5px;
  }
  section.flow_area .arrow p {
    margin: 0;
    padding: 0;
  }
  section.flow_area .border {
    border-bottom: solid 2px #81651c;
    padding: 16px;
  }
  section.flow_area .number {
    font-size: 6vw;
  }
  /* section quality_area
------------------------------------------------------------*/
  section.quality_area {
    margin: 0 auto 50px;
  }
  section.quality_area .quality_area_inner {
    max-width: 90%;
    min-width: 90%;
    width: 100%;
    margin: 60px auto 50px;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 10px;
  }
  section.quality_area h1 {
    color: #333;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
  }
  section.quality_area h1:before {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 40px;
    height: 22px;
    background-image: url("../img/icon_title03.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
  }
  section.quality_area h1:after {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 40px;
    height: 22px;
    background-image: url("../img/icon_title03.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
  }
  section.quality_area .quality_box {
    margin: 30px auto 0;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.quality_area .quality_box02 {
    margin: 80px auto 0;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.quality_area .quality_card {
    width: 100%;
    text-align: left;
    margin: 0 0 50px 0;
  }
  section.quality_area .quality_card02 {
    width: 100%;
    text-align: left;
    margin: 0 0 50px 0;
  }
  section.quality_area .quality_box h3, section.quality_area .quality_box02 h3 {
    font-size: 7vw;
    color: #81651c;
    font-weight: bold;
  }
  section.quality_area .quality_box p, section.quality_area .quality_box02 p {
    font-size: 5vw;
    color: #333;
    font-weight: bold;
  }
  /* section question_area
------------------------------------------------------------*/
  section.question_area {
    position: relative;
    max-width: 90%;
    min-width: 90%;
    width: 100%;
    margin: 0 auto 50px;
    padding-top: 60px;
  }
  section.question_area h1 {
    color: #333;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
  }
  section.question_area h1:before {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 40px; /*�摜�̕�*/
    height: 22px; /*�摜�̍���*/
    background-image: url("../img/icon_title04.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
  }
  section.question_area h1:after {
    content: ''; /*�������Ȃ�*/
    display: inline-block; /*�Y�ꂸ�ɁI*/
    width: 40px; /*�摜�̕�*/
    height: 22px; /*�摜�̍���*/
    background-image: url("../img/icon_title04.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: inherit;
  }
  section.question_area .question_box {
    margin: 0 0 30px 0;
  }
  section.question_area .question_flex {
    display: flex;
  }
  section.question_area .question_number {
    background: #81651c;
    padding: 20px 10px;
    font-weight: bold;
    font-size: 7vw;
    color: #fff;
    line-height: 1.4;
  }
  section.question_area .question {
    font-size: 5vw;
    font-weight: bold;
    color: #81651c;
    background: #ece8dd;
    padding: 15px 15px;
    line-height: 1.4;
    width: 100%;
  }
  section.question_area .answer {
    font-size: 4.5vw;
    margin: 10px 0 0 17vw;
    font-weight: bold;
    line-height: 1.5;
  }
  /* section form_area
  ------------------------------------------------------------*/
  section.form_area {
    width: calc(100% - 20px);
    background: -moz-linear-gradient(to bottom, #FFF, #f2ede8 40%, #ede6de);
    background: -webkit-linear-gradient(to bottom, #FFF, #f2ede8 40%, #ede6de);
    background: linear-gradient(to bottom, #FFF, #f2ede8 40%, #ede6de);        
    padding: 0 10px 10px;
    margin-top: -30px;
  }
  section.form_area .form_area_inner {
    position: relative;
    width: 100%;
    margin: 0 auto 100px;
    font-weight: bold;
  }
  section.form_area p.note {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.form_area p.note a {
    color: #000;
    text-decoration: underline;
  }
  section.form_area h1 {
    font-size: 8vw;
    font-weight: bold;
    color: #977c45;
    text-align: center;
    margin-bottom: 30px;
  }
  section.form_area .form_style {
    position: relative;
  }
  section.form_area .form_style dl {
    margin-bottom: 30px;
  }
  section.form_area .form_style dl dt {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  section.form_area .form_style dl dt .required {
    font-size: 3vw;
    font-weight: bold;
    color: #c30d23;
    margin-left: 10px;
  }
  section.form_area .form_style dl dd {
    font-size: 4vw;
    margin-bottom: 20px;
  }
  section.form_area dl dd.confirm_text {
    font-size: 5vw;
    font-weight: normal;
  }
  section.form_area .form_style dl dd input[type="text"] {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 4px;
    width: 90%;
  }
  section.form_area .form_style dl dd input[type="text"]::placeholder {
    color: #ccc
  }
  section.form_area .form_style dl dd input[type="email"], section.form_area .form_style dl dd input[type="tel"], section.form_area .form_style dl dd input.address_box {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 4px;
    width: calc(90% - 8px);
  }
  section.form_area .form_style dl dd input.postal-code {
    width: 40%;
  }
  section.form_area .form_style textarea{
    width: 90%;
    font-size: 24px;  
  }
  section.form_area .note {
    font-size: 16px;
    margin-left: 4vw;
    text-indent: -4vw;
    display: block;
  }
  
  section.form_area h2 {
    font-size: 6vw;
    font-weight: bold;
    margin: 0 0 20px 0;
}
  
  section.form_area h2 {
    font-size: 6vw;
    font-weight: bold;
    margin: 0 0 20px 0;
}  
  
section.form_area a.top_btn {
    font-size: 6vw;
    color: #fff;
    background: #977c45;
    width: 70%;
    margin: 30px auto;
    text-align: center;
    display: block;
    padding: 10px;
}  
  
section.form_area p.red_text{
  color: #c30d23;
  text-align: center;
  margin: 20px 0;  
}  
  
  section.form_area a.tel{
    color: #c30d23;
        font-size: 8vw;
        line-height: 1.8;

  }  
  
  /*�]�]�]�]�]�]�]�]�]���W�I�{�^���]�]�]�]�]�]�]�]�]*/
  .cp_ipradio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cp_ipradio:before, .cp_ipradio:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  .cp_ipradio .box {
    text-align: left;
    border-radius: 3px;
  }
  .cp_ipradio input[type=radio] {
    opacity: 0;
  }
  .cp_ipradio label:focus, .cp_ipradio label:hover, .cp_ipradio label:active, .cp_ipradio input:checked + label {
    color: #333;
  }
  .cp_ipradio label:focus:before, .cp_ipradio label:hover:before, .cp_ipradio label:active:before, .cp_ipradio input:checked + label:before {
    border-color: #333;
    background: #ffffff;
  }
  .cp_ipradio label {
    font-size: 1em;
    line-height: 1;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em 1em 1em 3em;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -30px;
  }
  .cp_ipradio label:before {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 15px;
    height: 15px;
    content: '';
    border: 0.2em solid #cccccc;
    border-radius: 50%;
  }
  .cp_ipradio input:checked + label:before {
    border-color: #333;
    background: #333;
  }
  .cp_ipradio input:disabled + label {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.5);
    background: #efefef;
  }
  .cp_ipradio input:disabled + label:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .cp_ipradio input:disabled + label:before {
    border-color: #ffffff;
    background: #ffffff;
  }
  /*�]�]�]�]�]�]�]�]�]�`�F�b�N�{�b�N�X�]�]�]�]�]�]�]�]�]*/
  .cp_checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .cp_checkbox:before, .cp_checkbox:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  .cp_checkbox .box {
    text-align: left;
    border-radius: 3px;
  }
  .cp_checkbox input[type=checkbox] {
    display: none;
  }
  .cp_checkbox label:focus, .cp_checkbox label:hover, .cp_checkbox label:active, .cp_checkbox input:checked + label {
    color: #333;
  }
  .cp_checkbox label:focus:before, .cp_checkbox label:hover:before, .cp_checkbox label:active:before, .cp_checkbox input:checked + label:before {
    border-color: #333;
    background: #ffffff;
  }
  .cp_checkbox label {
    font-size: 4vw;
    line-height: 1.6;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0.8em 0 0.5em 3em;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    white-space: unset;
    text-overflow: ellipsis;
  }
  .cp_checkbox label:before {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 15px;
    height: 15px;
    content: '';
    border: 0.2em solid #cccccc;
    border-radius: 0%;
  }
  .cp_checkbox input:checked + label:before {
    border-color: #333;
    background: #333;
  }
  .cp_checkbox input:disabled + label {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.5);
    background: #efefef;
  }
  .cp_checkbox input:disabled + label:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .cp_checkbox input:disabled + label:before {
    border-color: #ffffff;
    background: #ffffff;
  }
  .cp_checkbox dl dt {
    font-size: 5vw;
  }
  button[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default;
    padding: 20px 60px;
    margin: 0 auto;
    display: block;
  }
  button[type="submit"] {
    background-color: #977c45;
    cursor: pointer;
    padding: 20px 60px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
  }
  /* �t�b�^�[
  ------------------------------------------------------------*/
  #footer {
    font-family: -apple-system, BlinkMacSystemFont, "��S�V�b�N��", YuGothic, "Yu Gothic M", "��S�V�b�N Medium", "Yu Gothic Medium", "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "�q���M�m�p�S ProN", "Hiragino Kaku Gothic ProN", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  #footer .footer-area {
    background-color: #F4F0EB;
    width: calc(100% - 4vw);
    padding: 0 2vw;
  }
  #footer .footer-area .inner {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  #footer .footer-area .inner h1 {
    text-align: left;
    margin-bottom: 20px;
  }
  #footer .footer-area .inner h5 {
    text-align: left;
    margin: 20px 0 10px;
  }
  #footer .footer-area .inner h5 img {
    width: 50%;
  }
  #footer .footer-navi {
    background-image: url(../img/bg-green.jpg);
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    font-size: 20px;
    color: #FFF;
    padding-bottom: 14vw;
  }
  #footer .footer-navi .inner {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .footer-navi .inner ul {
    margin-bottom: 15px;
  }
  #footer .footer-navi .inner ul li {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  #footer .footer-navi .inner ul li:first-child {
    margin-right: 0;
  }
  #footer .footer-navi .inner ul li a {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    color: #FFF;
    text-decoration: none;
    padding-right: 16px;
    margin-right: 14px;
  }
  #footer .footer-navi .inner ul li:last-child a {
    border-right-style: none;
  }
  #footer .footer-navi .inner address {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 0;
  }
  #footer .footer-content {
    font-size: 12px;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #footer .footer-content a {
    color: #076baf;
    text-decoration: underline;
  }
  #footer .footer-content a:hover {
    text-decoration: none;
  }
  .area-listed {
    font-weight: bold;
    margin: 5px 0 10px;
    width: 100%;
  }
  .area-listed .txt-listed {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0;
  }
  .area-listed .txt-listed span {
    color: #f00;
  }
  .area-listed img.logo-listed {
    margin-left: 10px;
    width: 32px;
    vertical-align: bottom;
  }
  /* �T�C�h
  -----------------------------------------------*/
  .content-inner-small {
    padding: 0 0 50px;
    width: 100%;
    margin: 0 auto;
  }
  .cv_side {
    position: fixed;
    left: 0;
    bottom: -1000px;
    margin-left: 0;
    display: flex;
  }
  .cv_side a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cv_side a img {
    width: 80%;
    max-height: 80%;
    height: auto;
  }
  .is-fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
  }
  .pc-on {
    display: none !important;
  }
  .pc-on-inline {
    display: none !important;
  }
  .sp-on {
    display: block !important;
  }
  .sp-on-inline {
    display: inline-block !important;
  }
  .sp-on-flex {
    display: flex !important;
  }
}





#about {
  padding: 60px 10px;
}
.ttl-h2 {
  position: relative;
  display: inline-block;
  color: #3f8c19;
  font-size: 36px;
  font-weight: bold;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  text-align: center;
  margin: 0 auto 70px;
}
.ttl-h2::after {
  content: "";
  display: block;
  position: absolute;
  background: #3f8c19;
  height: 4px;
  /*width: 40%;*/
  width: 120px;
  /*left: 30%; */
  left: 50%;
  margin-left: -60px;
  bottom: -30px;
}
.ttl-h2 span {
  font-size: 30px;
  margin: 0 5px;
}
#about .about-txt p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 30px;
}


#about .about-txt p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 30px;
}
#about .about-txt p:last-of-type {
	margin-bottom: 40px;
	font-size: 36px;
}


.logo {
  margin: 0 auto;
  width: 1020px;
height:  100px;

position:relative;


}


.logo_item1 {
width: 300px;
height: 60px;

position: absolute;
top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);

}
.logo_item2 {
width: 401px;
height: 46px;


position: absolute;
top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
left:  310px;

}
.logo_item3 {
position: absolute;

left:  769px;

}


.logo_img1 {
width: 300px;
height: 60px;

}
.logo_img2 {
width: 401px;
height: 46px;

}
.logo_img3 {

}



.ｆa {
	font-size: x-large;
}
#about .about-txt .ｆa {
	text-align: center;
}
.co {
	color: #F00;
	font-size: x-large;
}
