@charset "utf-8";
/* CSS Document */
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}
@media screen and (max-width: 480px) {
.fa-3x {
    font-size: 2em!important;
}
}
@media only screen and (min-width: 480px) {
  .footer_tel a, .footer_mail a {
    display: none;
  }
	
}
@media only screen and (max-width: 736px) {
  section.footer {
    padding-bottom: 50px;
  }
  .footer_tel a {
    box-sizing: border-box;
    background-color: #01824A;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    /* [disabled]font-weight: 700; */
    color: #FFF !important;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #016A3C;
    text-decoration: none;
  }
  .footer_mail a {
    box-sizing: border-box;
    background-color: #01824A;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid #02A75F;
    text-decoration: none;
  }
}
.navbar-theme .navbar-nav > .nav-item.contact .nav-link:before {
  content: "";
  background-position: 13;
  background-color: #00a960;
  position: absolute;
  right: -50px;
  top: 0;
  width: 210px;
  height: 88px;
  z-index: -1;
  clip-path: polygon(13% 100%, 0% 0%, 100% 0%, 100% 100%);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
  .navbar-theme .navbar-nav > .nav-item.contact .nav-link:before, .navbar-theme .navbar-nav > .nav-item.order .nav-link:before {
    background-color: transparent;
    width: 0;
  }
}
.navbar-theme .navbar-nav > .nav-item.contact .nav-link:hover:before {
  background-color: #02c36f;
}
a {
  color: #005898;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
    color: #02c36f;
    ;
    text-decoration: underline;
}
.navbar-theme .navbar-nav > .nav-item > .nav-link:active > .nav-link-text, .navbar-theme .navbar-nav > .nav-item > .nav-link.active > .nav-link-text, .navbar-theme .navbar-nav > .nav-item > .nav-link:hover > .nav-link-text, .navbar-theme .navbar-nav > .nav-item.show > .nav-link > .nav-link-text {
    color: #02c36f;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background-color: #02C36F;
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(24, 113, 177, 1.00);
    -o-transition: opacity 0.8s cubic-bezier(24, 113, 177, 1.00);
    transition: opacity 0.8s cubic-bezier(24, 113, 177, 1.00);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 150px;
}
.top-content.top-content5 .info h2:before {
    content: "";
    background-color: #29cd86;
    width: 200px;
    height: 200px;
    transform: rotate(60deg);
    position: absolute;
    left: -40px;
    top: -140px;
    z-index: -1;
}
.top-content.top-content5 .info h2:after {
    content: "";
    background-color: #00a960;
    width: 200px;
    height: 200px;
    transform: rotate(60deg);
    position: absolute;
    left: -60px;
    top: -140px;
    z-index: -1;
}
h2 span {
    color: #7be2b6;
    font-size: 0.7em;
    display: block;
    margin-top: 15px;
}
.top-content .col > div .btn {
    color: #fff;
    font-weight: 400;
    background-color: #00a960;
    padding: 0.375rem 3.25rem;
}
.top-content .col > div .btn:hover {
    background-color: #29CD86;
    color: #FFF;
}
.secondary-header .container:after {
  content: "";
  width: 100%;
  height: 100%;
  background-position: 130;
  background-color: rgb(135 133 133 / 85%);
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0%, 37% 0%, 22% 100%, 0% 100%);
  z-index: 0;
}
.header-text h1 {
  text-shadow: 0 0 5px #000;
}
.headline {
  color: #FFFFFF;
  background-color: #0D3F89;
  padding-top: 3px;
  padding-bottom: 5px;
}
.footer {
    background-color: #EDFDF6;
    padding: 2rem 0 0;
}
.copyright {
    background-color: #00a960;
}
.btn-group-lg > .btn, .btn-lg {
  background-color: #004C84;
}
::placeholder {
  color: #ccc;
}
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
  border-top: 1px solid #000;
}
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
ol.li-numbers {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
}
ol.li-numbers li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.li-numbers li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #ee8800;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 18%;
}
@media screen and (max-width: 480px) {
  ol.li-numbers li:before {
    top: 10%;
  }
}
ul.li-circle {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
}
ul.li-circle li {
  position: relative;
  padding: 5px 0 5px 20px;
  margin: 0 0 0 1em;
  line-height: 30px;
  border-bottom: 1px dashed #E4F4FF;
}
ul.li-circle li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #74C2F8;
  top: 1.3em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  ul.li-circle li:before {
    top: 1.3em;
  }
}
.button09 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  max-width: 300px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  background-color: #ccc;
  transition: 0.3s;
}
.button09 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 2px solid #3d9ec8;
  transition: 0.2s;
}
.button09 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.button09 a:hover::before {
  top: 0;
  left: 0;
}
.button09 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}

/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "Q．";
	color: #00A960;
	font-size: 25px;
	font-weight: bold;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .p-faq__headinner::before {
    top: 0;
  }
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 16px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 16px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
	position: absolute;
	left: 0;
	content: "A．";
	color: #DD9622;
	font-size: 20px;
	font-weight: bold;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-faq__bodyinner p.p-faq__a-txt {
  /*font-size: 20px;*/
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

/*=========
accordion
=========*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  /*border-top-color: #b7b7b7;*/
  border-bottom-color: #b7b7b7;
  border-left-style: none;
  border-right-style: none;
  /*border-top-style: none;
    border-top-width: 1px;*/
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s; /*color: rgba(255, 255, 255, 1.00);*/
}
.first_border {
  border-top: 1px solid #B7B7B7;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  /*background-color: #444;*/
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  /*background-color: #000;*/
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  /*background-color: #333;*/
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
	border-top: 1px solid #00A960;
	width: 30px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #00A960;
  width: 0;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 14px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  /*background: #fff;*/
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/* 縦中央 */
.wrap.pattern-5{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* flow */
ul.arrowlist {
    list-style: none;
    padding: 15px 10px 15px 10px;
    margin: 15px 0;
    /*border: 2px solid #e8e8e8;  外枠ボーダー 好みに合わせて */
    background-color: #EAF8E5; /* 背景色 好みに合わせて */
}
/* ul.arrowlist:before{
    content: attr(data-title)"";
    display: block;
    padding: 10px;
    margin: 0 -10px 15px -10px;
    background-color: #e8e8e8; タイトル背景色 好みに合わせて 
    text-align: center;
    font-weight: bold;
}*/
ul.arrowlist li {
  display: table;
  margin: 0 auto;
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 2px solid #e8e8e8; /* ブロックボーダー 好みに合わせて */
  background-color: #FFF;
  border-radius: 10px;
  /*text-align: center;*/
  width: 100%;
}
ul.arrowlist li:not(:last-child) {
  margin-bottom: 30px;
}
ul.arrowlist li:not(:last-child):after {
  content: "\f078";
  font-family: FontAwesome;
  /* FontAwesome5を使用する場合はこっちに置き換えてください */
  /* font-family: "Font Awesome 5 Free"; */
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  text-align: center;
  color: #D84B40; /* 矢印の色 好みに合わせて */
}