@charset "UTF-8";
/*-------------------------------------------
　PC　スマホ　切り替え
-------------------------------------------*/
.scroll_area {
  width: 100%;
  overflow-x: scroll;
}
.scroll_area table {
  width: 780px;
}
@media(min-width:751px) {
  .sp {
    display: none !important;
  }
}
@media(max-width:750px) {
  .pc {
    display: none !important;
  }
}
/*-------------------------------------------
　カラー
-------------------------------------------*/
.head-yellow {
  background-color: #FFF100;
}
.head-Blue {
  background-color: #389DE3;
}
.head-orange {
  background-color: #eb6100;
}
.head-red {
  background-color: #D60000;
}
.head-green {
  background-color: #66A000;
}
.head-purple {
  background-color: #A171BF;
}
.head-pink {
	background-color: #E87FDB;
}
.text-red {
  color: #D60000;
}
.bg-lightgreen {
  background-color: #BFDEAE;
}
.bg-lightpink {
  background-color: #DBBEDA;
}
.bg-lightyellow {
  background-color: #FDD000;
}
.bg-lg {
  background-color: #9ac477;
  font-weight: 600;
  font-size: 1.4rem;
}
.bg-blue {
  background-color: #3370ba;
}
.bg-orange {
  background-color: #eb6100;
  color: #FFFFFF;
  font-weight: 200;
  font-size: 1.6rem;
  text-align: center;
}
.bg-yellow {
  background-color: #ffc107;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
.bg-success {
  background-color: #eb6100;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
}
.bg-bk {
  background-color: #000000;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.bg-green {
  background-color: #00520D;
  color: #FFFFFF;
  font-size: 1.6rem;
  margin: 10px 0;
  padding: 10px;
}
.bg-green li {
  letter-spacing: 0.01em;
  text-align: center;
  font-size: 1.3rem;
}
.box-green {
  background-color: #00520D;
  border-radius: 10px;
  padding: 15px 5px 1px;
}
.box-green ul li{
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}
/*-------------------------------------------
　フォント
-------------------------------------------*/
html {
  font-size: 62.5%;
}
.address {
  font-size: 1.4rem;
}
.price {
  letter-spacing: 0.01em;
  font-size: 1.8rem;
  font-weight: 600;
  color: #D60000;
  padding: 6px 0;
}
.red-ruby {
  color: #D60000;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
.pro-title {
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-weight: 600;
}
.navbar a {
  text-decoration: none;
  font-size: 1.4rem;
}
.navbar a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
  font-size: 1.4rem;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  text-align: left;
}
td {
  font-size: 1.4rem;
}
th {
  font-size: 1.4rem;
}
ol {
  margin: 0 0 0 -25px;
}
li {
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: -0.02rem;
}
ul {
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: -0.02rem;
}
.btm {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

h1 {
  letter-spacing: 0.3rem;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
}
h2 {
  position: relative;
  padding: 0.6rem 1rem;
  text-align: center;
  border: 2px solid #00520D;
  border-radius: 0 5px 5px;
  background-color: #FFFFFF;
  margin: 30px 0;
  color: #00520D;
  font-size: 1.6rem;
  font-weight: 600;
}
h2:before {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: -24px;
  left: -2px;
  height: 24px;
  padding: 0.4em 0.5em;
  content: 'POINT';
  color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  background: #00520D;
}
.practice01 h2 {
  position: relative;
  padding: 0.6rem 1rem;
  text-align: center;
  border: 2px solid #D60000;
  border-radius: 0 5px 5px;
  background-color: #FFFFFF;
  margin: 30px 0;
  color: #D60000;
  font-size: 1.6rem;
  font-weight: 600;
}
.practice01 h2:before {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: -24px;
  left: -2px;
  height: 24px;
  padding: 0.4em 0.5em;
  content: 'POINT01';
  color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  background: #D60000;
}
.practice02 h2 {
  position: relative;
  padding: 0.6rem 1rem;
  text-align: center;
  border: 2px solid #D60000;
  border-radius: 0 5px 5px;
  background-color: #FFFFFF;
  margin: 30px 0;
  color: #D60000;
  font-size: 1.6rem;
  font-weight: 600;
}
.practice02 h2:before {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: -24px;
  left: -2px;
  height: 24px;
  padding: 0.4em 0.5em;
  content: 'POINT02';
  color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  background: #D60000;
}
h3{
font-size: 2.2rem;
font-weight: 600;
}
h4{
font-size: 1.8rem;	
}
h5{
font-size: 1.6rem;
font-weight: 600;
}
h6{
font-size: 1.6rem;	
}
.h3 {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.6rem;
  background-color: #00520D;
  color: #FFFFFF;
  padding: 13px 10px;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
}
.h4 {
  color: #00520D;
  letter-spacing: -0.03em;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
  padding: 3px 0;
}
.h5 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #00520D;
   text-align: center;
  border-bottom: 2px solid #00520D;
  padding: 5px 0;
  margin: 15px 0;
}
.h6 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #D60000;
  padding: 10px 0;
   text-align: center;
}
.lesson .h5 {
  text-align: center;
 line-height: 24px;
	
}
.point{
   margin: 10px 0;
   color: #fff;
   background-color: #D60000;
   padding: 2px 5px;
   font-size:12px;
   border-radius: 5px;
}

.table-font {
  font-size: 0.75rem;
  vertical-align: middle;
}

.middle {
  font-size: 80%;
  margin-left: 1px;
}
.large {
  font-size: 180%;
}
.bold {
  font-weight: 600;
}
.price_head {
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 20px;
}
.font-weight li {
  letter-spacing: 0.08rem;
  list-style: none;
  line-height: 1.5;
  font-weight: 600;
}
.media-body h5 {
  font-size: 1.6rem;
}
.media-body p {
  font-size: 1.5rem;
  text-align: center;
}
.caption {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00520D;
  text-align: center;
  padding: 10px 0px;
}
.note {
  margin: 15px 0px;
  border-radius: 10px;
}
.note p {
  font-size: 1.6rem;
  text-align: center;
  padding: 5px;

}
.lead {
  background-color: #ffc107;
  padding: 25px 25px 10px 25px;
  margin: 15px 0px;
  border-radius: 10px;
}
.lead p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
.small {
  font-size: 90%;
  margin-left: 1px;
}
.subsidy {
  font-size: 1.2rem;
}	
}
/*-------------------------------------------
　ヘッダー
-------------------------------------------*/
.navbar-toggler {
  font-size: 2rem;
}
.site-header_wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-header__top {
  background-color: #00520D;
}
.site-header__top ul {
  display: flex;
}
.site-header__top li:not(:last-child) {
  margin-right: 1.5rem;
}
.site-header__top .site-header__start {
  display: none;
}
.site-header__bottom {
  position: relative;
  background-color: #FFFFFF;
}
@media (max-width: 939px) {
  .site-header__bottom .site-header__end {
    order: -1;
  }
}
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 940px) {
  .site-header__wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.site-header__end {
  display: flex;
  align-items: center;
}
.site-header__end.top > * + * {
  margin-left: 1.5rem;
}
@media (min-width: 940px) {
  .site-header__end.bottom > *:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (max-width: 939px) {
  .site-header__end.bottom .cart {
    margin-right: 1.5rem;
  }
  .site-header__end.bottom .search {
    margin-left: 0;
  }
  .end_space {
    margin-bottom: 200px;
  }
  .head-posision {
    margin-bottom: 0px;
    margin-top: 110px;
  }
}
/*-------------------------------------------
　メイン
-------------------------------------------*/
body {
  color: #24292D;
  font-weight: 300;
  font-size: 15px;
  background-color: #f8f9fa;
}
.card {
  background-color: #FFFFFF;
  margin: 15px 0 0;
  padding: 0px;
}
@media screen and (max-width:767px) {
  .card-body {
    padding: 0px 6px 0px 8px;
  }
}
.card-text {
  padding: 0px 0px 10px;
  text-align: left;
}
.card-img-top {
  padding: 10px;
}
.card-img-bottom {
  padding-bottom: 8px;
}
.img-fluid.card-img-top {
  border-radius: 5px;
}
.accordion a {
  color: #6c757d;
  font-size: 22px;
}
.accordion a:hover {
  color: #495057;
}
.bottom {
  color: #FFFFFF;
  letter-spacing: 0.01em;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
.bottom button {
  color: #FFFFFF;
  font-weight: 600;
  margin: 21px 0 5px 0;
  border: none;
  background-color: transparent;
}
.bottom p {
  margin: 0 0 21px 0;
  font-weight: 600;
  font-size: 0.9rem;
}
.step {
  background-color: #eb6100;
  margin: 20px 15px 0 0
}
.step-block {
  height: 150px;
}
.intro-block {
  height: 250px;
}
.contact{
	padding: 15px 0 8px;
	margin: 10px 0;
}
.contact a {
  font-size: 2.2rem;
  letter-spacing: 0.3px;
  color: #fff;
opacity: 50%;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}
.contact a:hover {
  color: #FFF;
	opacity: 100%;
}
.drink {
  background-image: url("../images/drink.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0;
  height: 280px;
  border-radius: 5px;
}
.list-box li {
  background-color: #ffc107;
  font-size: 20px;
  font-weight: 600;
  color: #24292D;
  border: solid 2px #24292D;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  margin: 10px 0 0 -35px;
  line-height: 2rem;
}
.head-posision {
  margin-bottom: 0px;
  margin-top: 120px;
}
@media (max-width: 939px) {
  .drink {
    height: 180px;
  }
}
/* タブレット用のCSS */
@media (min-width:479px) and (max-width:768px) {
  .drink {
    height: 140px;
  }
}
@media screen and (min-width: 428px) {
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
    right: 110px;
    top: 15px;
  }
  .absolute02 {
    position: absolute;
    right: 210px;
    top: 15px;
  }
  .absolute03 {
    position: absolute;
    right: 10px;
    top: 15px;
  }
}
@media screen and (max-width: 427px) {
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
    right: 155px;
    top: 30px;
  }
  .absolute02 {
    position: absolute;
    right: 275px;
    top: 30px;
  }
  .absolute03 {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .intro-block {
    height: 250px;
  }

.lesson p {
    text-align: left;
  }
  .lead {
    font-size: 1.4rem;
  }
  .box-green ul li{
    font-size: 1.2rem;
  }
  .drink {
    height: 130px;
  }
  .profile-height {
    height: 365px;
  }
  .media p {
    text-align: left;
  }
}
 @media screen and (max-width: 375px) {
	 .absolute {
    position: absolute;
    right: 130px;
    top: 30px;
  }
  .absolute02 {
    position: absolute;
    right: 240px;
    top: 30px;
  }
  .absolute03 {
    position: absolute;
    right: 20px;
    top: 30px;
  }
}
/*-------------------------------------------
　フッター
-------------------------------------------*/
.icon {
  margin: 0 60px;
}
.copyright {
  padding: 20px 0 200px;
}
footer p {
  letter-spacing: 0.05em;
	text-align: center;
}
footer li {
  letter-spacing: 0.05em;
}
.reset {
  margin: 0 0 20px -8px;
}
footer h5 {
  width: 500px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  border-bottom: 1px solid #7FA886;
  padding: 5px 0;
  margin: 15px 0;
}
footer a {
  color: #7FA886;
  text-decoration: none;
  font-size: 14px;
}
footer a:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
footer {
  background-color: #00520D;
  color: #FFFFFF;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 20px 0 0;
  height: 650px;
}
.reserb{
	height: auto;
	padding: 25px 0;
}
.reserb a{
	font-size: 2.4rem;
	color: #000;
	font-weight: 700;
	opacity: 50%;
	
}
.reserb a:hover {
	font-size: 2.4rem;
	color: #fff;
	font-weight: 700;
	opacity: 100%;
}
.reserb-yellow{
	background-color: #FDD000;;
}
.reserb-green{
	background-color:#17a2b8;
}

@media screen and (max-width: 767px) {
  footer {
    height:750px;
  }
  footer h5 {
    width: 100%;
  }
	.reserb a{
	font-size: 2rem;
	color: #000;
	font-weight: 700;
	opacity: 70%;
	
}
.reserb a:hover {
	font-size: 2rem;
	color: #000;
	font-weight: 700;
	opacity: 100%;
}
}

@media screen and (max-width: 375px) {
    footer {
    height: 850px;
  }
	footer a {
    font-size: 1.2rem;
  }
  footer a:hover {
    font-size: 1.2rem;
  }
  .reset {
    margin: 0 0 20px -10px;
  }
  .border-left {
    font-size: 70%;
  }
  footer h1 {
    font-size: 2rem;
  }
  footer h5 {
    font-size: 1.8rem;
  }
  footer p {
    font-size: 1.4rem;
  }
  footer li {
    font-size: 1.4rem;
  }
}
/*-------------------------------------------
　ページトップ
-------------------------------------------*/
#page_top {
  position: fixed;
  bottom: 120px;
  right: 5px;
}
#page_top a {
  background-color: #ffc107;
  color: #000000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 20px 15px;
  border-radius: 5px;	
}
#page_top a:hover {
  background-color: #d39e00;
  text-decoration: none;
}
#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
/*-------------------------------------------
　ボタン
-------------------------------------------*/
.btn-info {
  font-size: 1.4rem;
}
.btn-yellow {
  border: medium solid #FDD000;
  border-radius: 2rem;
  background-color: #000000;
  text-align: center;
  padding: 1rem;
  width: 240px;
  margin: 20px auto 30px;
}
.btn-yellow a {
  font-size: 2rem;
  font-weight: 600;
  color: #FDD000;
}
.btn-yellow a:hover {
  color: #FFFFFF;
}
.btn-warning {
  font-size: 1.4rem;
}
.btn-style {
  background-color: #2B893A;
  color: #FFFFFF;
  border-left: thin solid white;
  border-top: thin solid white;
  margin: 0;
  padding: 0;
}
.btn-red {
  background-color: #D60000;
  color: #FFFFFF;
  list-style: none;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 20px 3px;
  padding: 10px;
  border-radius: 5px;
}
.btn-red:hover {
  background-color: #A50202;
  color: #FFFFFF;
  list-style: none;
}
.btn a {
  background-color: #D60000;
  color: #CF7B7B;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 10px 0;
  padding: 5px;
}
.btn a:hover {
  background-color: #D60000;
  color: #FFFFFF;
}
.btn-orange a {
  color: #fff;
  background-color: #eb6100;
  padding: 10px 5px 10px 5px;
  margin: 10px 0;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  width: 150;
  height: 50px;
  display: block;
  border-radius: 5vh;
  text-decoration: none;
}
.btn-orange a:hover {
  color: #fff;
  background-color: #d44114;
}
.btn-movie a {
  color: #fff;
  background-color: #D60000;
  padding: 25px;
  margin: 30px 0;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  vertical-align: middle;
  width: 100%;
  height: 100px;
  display: block;
  border-radius: 15vh;
 border: solid medium #ffc107;
  text-decoration: none;
}
.btn-movie a:hover {
  color: #fff;
  background-color: #eb6100;
}
@media screen and (max-width:575px) {
  .btn-movie a {
  padding: 15px;
  margin: 30px 0;
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  vertical-align: middle;
  width: 100%;
  height: 100px;
  display: block;
  border-radius: 5vh;
  text-decoration: none;
}
.btn-movie a:hover {
  color: #fff;
  background-color: #eb6100;
}
}
@media screen and (max-width:375px) {
.btn-movie a {
  color: #fff;
  background-color: #D60000;
  padding: 15px;
  margin: 30px 0;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  width: 100%;
  height: 80px;
  display: block;
  border-radius: 5vh;
  text-decoration: none;
}
.btn-movie a:hover {
  color: #fff;
  background-color: #eb6100;
	}
 .btn-orange a {
    color: #fff;
    background-color: #eb6100;
    padding: 8px 5px 5px 5px;
    margin: 10px 0;
    font-weight: 600;
    text-align: center;
    font-size: 8px;
    vertical-align: middle;
    height: 30px;
    display: block;
    border-radius: 1vh;
    text-decoration: none;
  }
.btn-orange a:hover {
    color: #fff;
    background-color: #d44114;
  }
}
.btnn, a.btnn, button.btnn {
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 0.5rem;
}
.btn-wrap {
  margin: 50px 0 30px;
  text-align: center;
}
a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding-top: 10px;
  padding-bottom: 18px;
	 padding-left: 25px;
	padding-right: 38px;
 color: #fff;
  background: #f56500;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}
a.btn-c span {
  font-size: 1.4rem;
  position: absolute;
  top: -2rem;
  left: calc(4%);
  display: block;
  width: 169px;
  padding: 0.1rem;
  color: #f56500;
  border: 2px solid #f56500;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-c span:before, a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #f56500 transparent transparent transparent;
}
a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.btn-c i {
  margin-right: 1rem;
}
a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #f56500;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
font-size:0.8em;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
/*-------------------------------------------
　テーブル
-------------------------------------------*/
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-17 {
  width: 17%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-50 {
  width: 50%;
}
tr td {
  text-align: center;
}
th {
  text-align: center;
  font-weight: 600;
  background-color: #F1F1F1;
}
/*-------------------------------------------
　コンタクト
-------------------------------------------*/
#formWrap {
  width: 95%;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #F0F5F7;
  text-align: left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:767px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type="text"], form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 50%;
    height: 40px;
    margin: auto;
  }
}
/*-------------------------------------------
　Q & A
-------------------------------------------*/
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 20px 30px;
  cursor: pointer;
  border-bottom: 1px solid #00520D;
  ;
}
.qa-list dl:first-child {
  border-top: 1px solid #00520D;
  ;
}
.qa-list dl::before {
  position: absolute;
  top: 30px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #00520D;
  border-right: 2px solid #00520D;
}
.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: 14px;
}
.qa-list dl dt::before {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 2px;
  display: block;
  content: 'Q';
  color: #FFFFFF;
  background-color: #00520D;
  ;
  border-radius: 50px;
  padding: 5px;
}
.qa-list dl dd::before {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 2px;
  display: block;
  content: 'A';
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0004;
  border-radius: 50px;
  padding: 5px;
}
.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: 20px 40px 20px 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: 0px;
    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;
  }
}
.thanks {
	margin-top: 300px;
	height: 100vh;	
}