@charset "UTF-8";
/* ------------------------------------------------- *
 *        common-module
 * ------------------------------------------------- */
body {
  line-height: 2.0;
  color: #01030a;
  font-feature-settings: "palt";
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  background: #fff;
  position: relative;
}

.font-th {
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}

.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

a
.mt-5 {
  margin-top: 5px !important;
}

.pt-20 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-15 {
  padding-bottom: 15px;
}

a {
  color: #01030a;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
a:hover, a :focus, a :active, a :visited, a :link {
  text-decoration: none;
  color: #45862f;
}

::-moz-selection {
  background: #d4f1fc;
  color: #01030a;
}

::selection {
  background: #d4f1fc;
  color: #01030a;
}

::-moz-selection {
  background: #d4f1fc;
  color: #01030a;
}

.btn {
  user-select: none;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  text-align: center;
  background: blue;
  background: -moz-linear-gradient(top, #e66b61, #dc2f21);
  background: -webkit-linear-gradient(top, #e66b61, #dc2f21);
  background: linear-gradient(to bottom, #e66b61, #dc2f21);
  color: #fff;
}
.btn a {
  display: block;
  padding: 1.5rem 2rem;
  color: #fff;
  background: blue;
  background: -moz-linear-gradient(top, #e66b61, #dc2f21);
  background: -webkit-linear-gradient(top, #e66b61, #dc2f21);
  background: linear-gradient(to bottom, #e66b61, #dc2f21);
}

.btn-area-how-to-sell a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

@media screen and (max-width: 1200px) {
  .btn a {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .btn a {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .area-how-to-sell .btn {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background: #ffd200;
  padding-left: 80px;
}
nav img {
  padding-top: 12px;
}
nav .menu:nth-of-type(n+2) {
  padding-top: 23px;
}
nav .menu:nth-of-type(n+3) {
  padding-left: 50px;
}
nav .menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
nav .menu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #45862f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
nav .menu a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 1200px) {
  nav {
    padding-left: 20px;
  }
  nav .menu:nth-of-type(n+3) {
    padding-left: 31px;
  }
}
@media screen and (max-width: 991px) {
  nav {
    display: none;
    visibility: hidden;
  }
}
.main-visual {
  padding: 100px 20px 0 20px;
  position: relative;
}
.main-visual a:hover, .main-visual a :focus, .main-visual a :active, .main-visual a :visited, .main-visual a :link {
  opacity: 1.0;
}

@media screen and (max-width: 991px) {
  .main-visual {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .btn-main-visual {
    top: 40%;
    padding: 1.3rem 0rem;
    width: 260px;
  }

  /*.area-blog {
    padding: 0 30px;
    img {
      margin-bottom:20px;
    }
  }*/
}
@media screen and (max-width: 576px) {
  .btn-main-visual {
    top: 39%;
    padding: .285rem 0rem;
    width: 100px;
    font-size: 1.0rem;
    line-height: 1.35;
  }

  /*.area-blog {
    border-top:2px solid #eee;
    padding-top:50px!important;
  }
  .area-blog .mt-15 {
    margin:0;
  }*/
  .area-blog .block {
    margin-bottom: 15px;
  }

  .area-blog .block:last-child {
    margin-bottom: 0px;
  }
}
h1 {
  text-align: center;
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.55;
}
h1 span {
  color: #fff;
  background: #45862f;
  padding: .2rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  h1 span {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
 /*
.area-banner {
	a {
		transition: 0.3s ease-in-out;
		&:hover, :focus, :active, :visited, :link {
			opacity: .3;
		}
	}
	p {
     	display:none;
     	visibility:hidden;
	}
}
*/


.breadcrumb {
background:#ffd200;
}






/* ------------------------------------------------- *
 *        footer-module
 * ------------------------------------------------- */
.btns-footer {
  position: fixed;
  z-index: 9900;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -100px;
  width: 90%;
  /*ul {
		list-style-type: none;
		padding-left: 0;
	}

	li {
		&:first-child {
			writing-mode: vertical-rl;

		}
		&:last-child {
			margin-top:10px;
			line-height:1;
			text-align: center;
			.icon-arrow {
				font-size:1.375rem;
			}
		}

		a {
			display:block;
			color: #fff;
			text-decoration: none;
			&:hover, :focus, :active, :visited, :link {
				text-decoration: none;
				opacity:1.0;
			}
		}
	}
  */
}
.btns-footer .btn {
  padding: 10px 50px;
}

/*
.btn-footer {
	margin:auto;
	padding:15px 0px;
	font-size:1.0rem;
	font-weight:700;
	background:#fff;
	width: 60px;
	background:cornflowerblue;
}
*/
/*
.section-contact {
	margin:0 20px;
	background: #fff url('../../assets/imgs/bg-cta.png') repeat;

	h2 {
		display: inline-block;
		color:#fff;
		font-size: 1.625rem !important;
		font-weight: bold;
		line-height: 1.55 !important;
		background:#fff;
		padding:.4rem 1rem;
	}

	.parent-box-contact {
		display: flex;
		flex-wrap: wrap;
		padding: 0 5.0rem;

		.box-contact {
			border:3px solid #fff;
			background: #fff;
			flex: 1;
			.box-btn {
				display: block;
				width:100%;
			}
		}

		.box-l {
			margin-right:1.35rem;
			h4 {
				width: 100%;
				padding: 0 1.75rem;
				margin-top:1.55rem;
			}
			.btn-cta {
				padding:.75rem 1.75rem;
				font-weight:700;
			}
		}
		.box-r {
			margin-left:1.35rem;
			text-align:center!important;
			h3 {
				font-size:1.0rem;
				padding-bottom:.5rem;
			    margin: 0 auto;
			    border-bottom:2px solid #fff;
			    margin:.5rem 0 .5rem;
			}
			ul {
				width: 300px;
				margin:0 auto;
				list-style-type:none;
				text-align:left;
				padding:0;
				line-height:1.55;
				li {
					float:left;
					&:first-child {
						width:80px;
						margin-top:.75rem;
						//background: yellow;
					}
					&:last-child {
						font-size:1.875rem;
						font-weight:700;
						width:calc(100% - 80px);
						//background: lime;
					}
				}
			}
		}

	}
}
*/
.area-blog {
  /*padding-left:10px;*/
  /*a {
    display: block;
  }*/
}
.area-blog a img {
  display: block;
  transition: 0.3s ease-in-out;
}
.area-blog a img:hover, .area-blog a img :focus, .area-blog a img :active, .area-blog a img :visited, .area-blog a img :link {
  opacity: .5;
}

.area-blog .card {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  /*.zoom {
    overflow: hidden;
    max-width: 100%;
  }
  img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }*/
  /*&:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: $red;
  }
  &:hover img {
    position:relative;
    opacity:0.5;
  }*/
  /*h6 {
    padding: .0rem .875rem .7rem;
    font-size:.875rem;
  }
  a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 105;
  }*/
}

/*
.bg-elephant {
  background: #fff url('../../assets/imgs/bg-body.png') repeat;
}
*/
h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  background: url("../../assets/imgs/bg-h2.png") no-repeat;
  background-position: center center;
  height: 68px;
  padding-top: 15px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  margin-bottom: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.4rem;
    background-size: 50px;
    margin-bottom: 0.875rem !important;
  }
}
.area-service {
  padding-top: 6rem;
  width: 90%;
  margin: 0 auto;
  margin-top: 0;
}
.area-service .form-row > .col,
.area-service .form-row > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px;
}
.area-service .card {
  background: #fff;
  position: relative;
  z-index: 0;
  padding-bottom: 1rem;
}
.area-service .card h3 {
  font-weight: bold;
  color: #62a745;
  padding: .875rem .875rem 0rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.75;
}
.area-service .card h4 {
  font-size: 1rem;
  padding: .7rem 1rem 0rem;
  line-height: 1.75;
}
.area-service .ribbon {
  position: absolute;
  top: -3px;
  left: -3px;
}
.area-service .ribbon img {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .area-service {
    width: 100%;
    padding-top: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .area-service .card h3 {
    padding: .875rem 0rem 0rem;
  }

  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .area-service {
    padding-top: 4rem !important;
  }
  .area-service .form-row .block:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .area-service {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3rem !important;
    margin: 0 auto;
  }
  .area-service .form-row > .col,
  .area-service .form-row > [class*="col-"] {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .area-service .form-row .block:nth-child(n+2) {
    margin-top: 0px;
  }
}
.area-possible-to-sell {
  padding-top: 6rem !important;
  padding: 0px 0;
  padding-top: 0rem;
  /*ul.nav-tabs {
    margin-top: 4rem;
    font-size:1.5rem;
    font-weight: bold;
    li {
      padding:20px;
      border:1px solid #ccc;
      background:#fff;
    }
  }*/
}
.area-possible-to-sell .font-th {
  font-weight: 800;
  font-size: 2rem;
}
.area-possible-to-sell h3 {
  font-weight: bold;
  margin: 0rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.25;
}
.area-possible-to-sell .lead {
  width: 90%;
  margin: 0 auto;
}
.area-possible-to-sell .area-possible-to-sell-child {
  width: 70%;
  margin: 0 auto;
}
.area-possible-to-sell .area-possible-to-sell-child .flexslider {
  padding: 15px 0;
}
.area-possible-to-sell .area-possible-to-sell-child .flexslider .slides li img {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
}
.area-possible-to-sell .item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.area-possible-to-sell .item-list ul li {
  float: left;
  opacity: .5;
}
.area-possible-to-sell .item-list ul li:first-child {
  width: 80px;
}
.area-possible-to-sell .item-list ul li:last-child {
  padding-left: 10px;
  width: calc(100% - 90px);
  line-height: 1.55;
}
.area-possible-to-sell .item-list .form-row:nth-of-type(n+2) {
  margin-top: 4.0rem;
}
.area-possible-to-sell .nav-tabs {
  margin-top: 3rem;
  margin-left: 2rem;
}
.area-possible-to-sell .nav-tabs li {
  font-size: 1.875rem;
  font-weight: bold;
  border-radius: none;
  margin-left: 10px;
  margin-right: 10px;
}
.area-possible-to-sell .nav-tabs li a {
  color: #62a745;
  border: 5px solid #62a745;
}
.area-possible-to-sell .nav-tabs .nav-item {
  border-radius: none;
}
.area-possible-to-sell .nav-tabs .nav-link {
  border-radius: 0px;
  padding: 1rem 1.5rem;
}
.area-possible-to-sell .nav-tabs .nav-link.active, .area-possible-to-sell .nav-tabs .show > .nav-link {
  color: #fff;
  background: #62a745;
}
.area-possible-to-sell .tab-parent {
  margin-top: 5px;
  padding: 0 30px;
}
.area-possible-to-sell .tab-parent .tab-content {
  border: 5px solid #62a745;
  padding: 2rem 0;
  background: #fff url("../../assets/imgs/bg-pattern.png") repeat;
}
.area-possible-to-sell .tab-parent .tab-content .fas {
  font-size: 10rem;
  color: #62a745;
}
.area-possible-to-sell .tab-parent .tab-content .form-row > .col,
.area-possible-to-sell .tab-parent .tab-content .form-row > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.area-possible-to-sell .tab-parent h3 {
  font-size: 1.5rem;
}
.area-possible-to-sell .tab-parent h4 {
  line-height: 1.55;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .area-possible-to-sell {
    padding-top: 4rem !important;
  }
  .area-possible-to-sell .tab-parent {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .area-possible-to-sell .area-possible-to-sell-child {
    width: 100%;
    padding: 0 30px;
  }
  .area-possible-to-sell .lead {
    width: 100%;
  }
  .area-possible-to-sell .item-list {
    padding: 0 .5rem;
  }
  .area-possible-to-sell .item-list .form-row:nth-of-type(n+2) {
    margin-top: 3.0rem;
  }
  .area-possible-to-sell .nav-tabs {
    margin-top: 2.5rem;
    margin-left: 2rem;
  }
  .area-possible-to-sell .nav-tabs li {
    font-size: 1.375rem;
    margin-left: 5px;
    margin-right: 5px;
  }
  .area-possible-to-sell .nav-tabs li a {
    border: 4px solid #62a745;
  }
  .area-possible-to-sell .nav-tabs .nav-link {
    border-radius: 0px;
    padding: 1rem 1.0rem;
  }
  .area-possible-to-sell .tab-parent {
    margin-top: 7px;
    padding: 0 30px;
  }
  .area-possible-to-sell .tab-parent .tab-content {
    border: 4px solid #62a745;
    padding: 2rem 0;
  }
  .area-possible-to-sell .tab-parent .tab-content .form-row > .col,
  .area-possible-to-sell .tab-parent .tab-content .form-row > [class*="col-"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .area-possible-to-sell .tab-parent .tab-content .fas {
    font-size: 6rem;
  }
  .area-possible-to-sell .tab-parent .tab-content h3 {
    font-size: 1.125rem;
  }
  .area-possible-to-sell .tab-parent .tab-content img {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .area-possible-to-sell {
    padding: 0px 0px 0px !important;
    padding-top: 4rem !important;
  }
  .area-possible-to-sell .area-possible-to-sell-child {
    width: 100%;
    padding: 0 20px;
  }
  .area-possible-to-sell .area-possible-to-sell-child .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .area-possible-to-sell .lead {
    width: 100%;
  }
  .area-possible-to-sell .item-list.mt-4 {
    margin-top: 0 !important;
  }
  .area-possible-to-sell .item-list .form-row:nth-of-type(n+2) {
    margin-top: 0rem;
  }
  .area-possible-to-sell .item-list .col-sm-12:nth-child(n+2) {
    margin-top: 3.0rem;
  }
  .area-possible-to-sell .item-list .col-md-24 {
    margin-top: 3.0rem;
  }
  .area-possible-to-sell .item-list .col-sm-12 {
    margin-top: 3.0rem;
  }
  .area-possible-to-sell .item-list h3 {
    line-height: 1.35;
  }
  .area-possible-to-sell .nav {
    display: block;
    margin: 0;
    padding: 0;
    padding: 0 20px;
  }
  .area-possible-to-sell .nav-tabs {
    margin-top: 3rem;
    margin-left: 0rem;
      /*.nav-item {
        width:100%!important;
        opacity: .5;
      }

      li {
        font-size:1.875rem;
        margin-left:20px;
        margin-right:20px;
      }*/
  }
  .area-possible-to-sell .nav-tabs li {
    margin: 0 !important;
    padding: 0 !important;
  }
  .area-possible-to-sell .nav-tabs li a {
    width: 100% !important;
  }
  .area-possible-to-sell .nav-tabs .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    width: 100% !important;
    padding-left: 20px !important;
  }
  .area-possible-to-sell .tab-parent {
    margin-top: -4px;
    padding: 0 20px;
  }
  .area-possible-to-sell .tab-parent .tab-content .form-row > .col,
  .area-possible-to-sell .tab-parent .tab-content .form-row > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .area-possible-to-sell .tab-parent h3 {
    font-size: 1.5rem;
  }
  .area-possible-to-sell .tab-parent h4 {
    line-height: 1.55;
    text-align: left;
  }
}
.area-how-to-sell {
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
}
.area-how-to-sell ul.process {
  list-style-type: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.area-how-to-sell ul.process > li {
  float: left;
  line-height: 1.75;
}
.area-how-to-sell ul.process > li:first-child {
  width: 130px;
  font-size: 1.3rem;
  font-weight: bold;
  background: #62a745;
  color: #fff;
  padding: .5rem 1rem;
  text-align: center;
}
.area-how-to-sell ul.process > li:last-child {
  padding-left: 1rem;
  width: calc( 100% - 130px);
}
.process span {
  background:linear-gradient(transparent 75%, #ffe220 75%);
}
.area-how-to-sell ul.process a {
  color: #45862f;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.area-how-to-sell ul.process a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #45862f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.area-how-to-sell ul.process a:hover::after {
  transform: scale(1, 1);
}
.area-how-to-sell .form-row > .col,
.area-how-to-sell .form-row > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px;
}
.area-how-to-sell h3 {
  font-weight: bold;
  line-height: 1.75;
  padding: .875rem;
}
.area-how-to-sell h4 {
  margin: .875rem 0;
}
.area-how-to-sell h4 a {
  color: #45862f;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.area-how-to-sell h4 a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #45862f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.area-how-to-sell h4 a:hover::after {
  transform: scale(1, 1);
}
.area-how-to-sell.area-blog .card {
  box-shadow: none;
}
.area-how-to-sell fieldset {
  margin-top: 4rem;
  border: 5px solid #62a745;
  padding: 2.3rem 1rem 2.0rem;
  margin-bottom:3rem;
}
.area-how-to-sell fieldset .choose h3 {
  text-align: center;
  font-size: 1.375rem;
  margin: 0;
  padding: 0;
  margin: .5rem 0rem .25rem;
}
.area-how-to-sell fieldset .choose h4 {
  line-height: 1.55;
  margin: 0;
  padding: 0;
}
.area-how-to-sell fieldset legend {
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
}
.area-how-to-sell fieldset ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.area-how-to-sell fieldset li {
  float: left;
}
.area-how-to-sell fieldset li:first-child {
  width: 106px;
}
.area-how-to-sell fieldset li:first-child img {
  width: 96px;
}
.area-how-to-sell fieldset li:last-child {
  width: calc( 100% - 106px);
}
.area-how-to-sell fieldset li > h3 {
  text-align: left;
  font-size: 1.375rem;
  margin: 0;
  padding: 0;
  margin-bottom: .5rem;
}
.area-how-to-sell fieldset li > h4 {
  line-height: 1.55;
  margin: 0;
  padding: 0;
}
.area-how-to-sell fieldset .lead {
  padding:0rem 2rem 2rem;
}
.area-how-to-sell fieldset .profile h3 {
  margin-top:1rem;
}
.area-how-to-sell fieldset .profile h3 span {
  display:block;
  font-size:15px;
  font-weight:normal;
  color:#909090;
}

@media screen and (max-width: 991px) {
  .area-how-to-sell {
    width: 100% !important;
    padding-top: 4rem !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .area-how-to-sell {
    padding-bottom: 3rem;
    padding-top: 0rem;
    width: 100%;
    margin: 0 auto;
  }
  .area-how-to-sell h3 {
    font-size: 1.125rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .area-how-to-sell fieldset {
    border: 4px solid #62a745;
    padding: 2rem 2rem;
  }
  .area-how-to-sell fieldset .form-row .block:nth-child(n+2) {
    margin-top: 25px;
  }
  .area-how-to-sell fieldset legend {
    font-size: 1.275rem;
  }
  .area-how-to-sell fieldset h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .area-how-to-sell {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .area-how-to-sell ul.process {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 !important;
  }
  .area-how-to-sell ul.process li {
    float: none;
    line-height: 1.75;
  }
  .area-how-to-sell ul.process li:first-child {
    width: 100%;
    font-size: 1.2rem;
    padding: 1rem 0rem;
  }
  .area-how-to-sell ul.process li:last-child {
    padding-left: 0rem;
    padding-top: .5rem;
    width: 100%;
  }
  .area-how-to-sell ul.process a {
    color: #45862f;
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .area-how-to-sell ul.process a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #45862f;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  .area-how-to-sell ul.process a:hover::after {
    transform: scale(1, 1);
  }
  .area-how-to-sell .form-row > .col,
  .area-how-to-sell .form-row > [class*="col-"] {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .area-how-to-sell .form-row .block:last-child .card h3 {
    margin-top: 3rem;
  }
  .area-how-to-sell fieldset {
    margin-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .area-how-to-sell fieldset legend {
    line-height: 1.35 !important;
  }
  .area-how-to-sell fieldset .choose h3 {
    text-align: center;
    font-size: 1.375rem;
    margin: 0 !important;
  }
  .area-how-to-sell fieldset .choose h4 {
    line-height: 1.55;
    margin: 0;
    padding: 0;
  }
  .area-how-to-sell fieldset .form-row .block:nth-child(n+2) {
    margin-top: 15px;
  }
  .area-how-to-sell fieldset li {
    float: none;
  }
  .area-how-to-sell fieldset li:first-child {
    width: 100% !important;
    text-align: center;
  }
  .area-how-to-sell fieldset li:first-child img {
    width: 120px;
    margin-bottom: 0.5rem;
  }
  .area-how-to-sell fieldset li:last-child {
    width: 100%;
  }
  .area-how-to-sell fieldset li h3 {
    text-align: center;
  }
}
.area-about-shop {
  background: #ffd33c;
  padding: 5rem 0px 4.5rem;
}
.area-about-shop .fa-map-marker-alt {
  color: red;
}
.area-about-shop .text-map {
  margin-top: 8px;
}
.area-about-shop .form-row > .col,
.area-about-shop .form-row > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px;
}
.area-about-shop h3 {
  color: #fff;
  background: #62a745;
  text-align: center;
  font-weight: bold;
  padding: .4rem 0;
  margin-bottom: 2rem;
  /*&.shop {
    margin-top: 7rem;
  }*/
}
.area-about-shop .left-side {
  padding-right: 30px;
}
.area-about-shop h4 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
.area-about-shop p.place {
  margin-top: .5rem;
  line-height: 1.55;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
.area-about-shop address {
  font-style: normal;
  margin-top: 1rem;
}
.area-about-shop address a.gmap {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.area-about-shop address a.gmap::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #45862f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.area-about-shop address a.gmap:hover::after {
  transform: scale(1, 1);
}
.area-about-shop address ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: .875rem;
}
.area-about-shop address li {
  float: left;
}
.area-about-shop address li:first-child {
  padding-right: 15px;
}
.area-about-shop address h5 {
  font-weight: bold;
  display: inline;
  font-size: 1rem;
}
.area-about-shop address img {
  width: 140px;
}
.area-about-shop address .line {
  margin-left: 30px;
}
.area-about-shop address .hour {
  margin-top: .875rem;
}
.area-about-shop .room {
  margin-top: 5rem;
}
.shop2 {
  margin-top:80px;
}

.area-about-shop .area-shop {
  margin-top:4rem;
}
.area-about-shop .area-shop .lead {
  text-align: left !important;
}
.area-about-shop .area-shop li {
  line-height: 1.55;
  float: left;
}
.area-about-shop .area-shop li:first-child {
  width: 50px;
  padding-right: 15px;
}
.area-about-shop .area-shop li:last-child {
  width: calc( 100% - 50px );
}
.area-about-shop .area-shop h4 {
  color: #01030a;
  background: none;
  text-align: left;
  font-weight: bold;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  font-size: 1.475rem;
}
.area-about-shop .area-shop h5 {
  font-weight: bold;
  font-size: 1rem;
  display: inline;
}
.area-about-shop .area-shop .btn-shops {
  width: 300px;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 1rem;
}
.area-about-shop .area-shop .lead {
  text-align: center;
  margin-bottom: 2rem;
}
.area-about-shop .area-shop .lead a {
  color: #45862f;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.area-about-shop .area-shop .lead a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #45862f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.area-about-shop .area-shop .lead a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 991px) {
  .area-about-shop {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .area-about-shop {
    padding: 2rem 0px 3rem;
    /*.area-about-urban-child {
      width: 90%;
      h4 {
        text-align:left;
      }
    }*/
  }
  .area-about-shop .form-row > .col,
  .area-about-shop .form-row > [class*="col-"] {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .area-about-shop .mb-5 {
    margin-bottom: 1rem !important;
  }
  .area-about-shop .left-side {
    padding-right: 0px;
  }
  .area-about-shop h3.shop {
    margin-top: 5rem !important;
  }
  .area-about-shop h4 {
    font-size: 1.125rem;
    margin-top: .875rem;
  }
  .area-about-shop h5 {
    font-size: 0.875rem !important;
  }
  .area-about-shop address .line {
    margin-left: 0;
  }
  .area-about-shop address .line-parent {
    padding-top: .875rem;
  }
  .area-about-shop .area-shop li {
    line-height: 1.55;
    float: none;
    width: 100%;
  }
  .area-about-shop .area-shop li:first-child {
    width: 100%;
    padding-right: 0px;
  }
  .area-about-shop .area-shop li:last-child {
    width: 100%;
  }
  .area-about-shop .area-shop h4 {
    margin-bottom: 1.0rem;
    font-size: 1.125rem;
  }
  .area-about-shop .area-shop .btn-shops {
    width: 250px;
    margin: 0 auto;
    margin-top: 2rem;
    padding: .5rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .area-about-shop {
    padding: 1rem 0px 3rem;
  }
  .area-about-shop address ul {
    margin-bottom: 0rem !important;
  }
  .area-about-shop address li {
    float: left;
    line-height: 1.35 !important;
  }
  .area-about-shop address .hour {
    margin-top: 0rem !important;
  }
  .area-about-shop address p {
    margin: 0 !important;
    padding: 0 !important;
  }
  .area-about-shop address .text-map {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .area-about-shop .room1 {
    margin-top: 2rem;
  }
  .area-about-shop h3 {
    margin-bottom: 1rem;
  }
  .area-about-shop h3.shop {
    margin-top: 3rem !important;
  }
  .area-about-shop .form-row .block:nth-child(n+2) {
    margin-top: 25px;
  }
}
.area-sns {
  width: 100%;
  padding: 1.875rem 0;
}
.area-sns img {
  width: 40px;
  margin: 0;
  padding: 0;
}
.area-sns .nav-lang {
  padding-right: 30px;
}
.area-sns .nav-lang a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.area-sns .nav-lang a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #45862f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.area-sns .nav-lang a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 991px) {
  .area-sns {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .area-sns .float-right {
    float: none !important;
  }
  .area-sns .nav-lang {
    padding-right: 0px;
    padding-bottom: 2rem;
  }
  .area-sns .hvr-grow {
    margin-top: .5rem;
  }
}
@media screen and (max-width: 576px) {
  .area-sns .lead {
    line-height: 1.55;
  }
  .area-sns .hvr-grow {
    margin-top: 1.5rem;
  }
}
/*
#contact-form {
  padding:3rem 0 0rem;
}
.form-bottom {
  width: 80%;
  margin:0 auto;
  border:2px solid #ffd33c;
  padding:2rem 3rem;
  margin-bottom:5rem;

  .lead {
    width:70%;
    margin:0 auto;
  }
  h2 {
    text-align:center;
    margin-bottom:10px;
  }
  ul {
    width:100%!important;
    list-style-type:none;
    margin:0;
    padding:0;
    margin-bottom:10px;
  }
  .left-side {
    padding-right:20px;
    ul li:first-child {
      width:100%;
    }
    ul li input,ul li textarea {
      width:100%;
      background: #f5fbfc;
      border:1px solid #ccc;
    }
    .btn {
      width:90%;
      margin-top:10px;
      padding:10px 0;
    }
  }

  .right-side {
    padding-left:20px;
    ul {
      margin:0;
      padding:0;
    }
    ul li {
      float:left;
      margin-top:5px;
    }
    ul li:nth-child(n+1) {
      margin-right:20px;
    }
    ul.line li {
      line-height:0;
      &:first-child {
        font-size:100px;
        i {
          color:#6ac93c;
        }
      }
      &:last-child {
        margin-top:30px;
        font-size:1.75rem;
        font-weight:bold;
        line-height:1.25;
        padding-left:20px;
      }
      img {
        margin-top:5px;
        border-radius:0%;
        border:none;
      }
    }
  }
}
@media screen and (max-width:1200px) {
	.form-bottom {
		.right-side {
			ul.line li {
		      &:last-child {
		      	clear: both;
		        margin-top:10px;
		        padding-left:0px;
		      }
		    }
		}
	}
}

@media screen and (max-width:991px) {
	.form-bottom {
		width:90%;
		.lead {
		    width:100%;
		  }
	}
}

@media screen and (max-width:768px) {
	#contact-form {
	  padding-left:30px;
	  padding-right:30px;
	}
	.form-bottom {
		width: 100%;
		ul li:first-child {
		  width: 100%!important;
		  text-align:left!important;
		  padding-right:0px!important;
		}
		ul li:last-child {
		  width : 100%!important;
		  text-align:left!important;
		}
    .left-side {
      .btn {
        width:100%;
      }
    }

    .right-side {
      padding-left:0px;
      margin-top:3rem;
      ul li {
        float:none;
        img {
          border-radius:50%;
          border:3px solid $orange;
          max-width:90px;
        }
        &:last-child {
          margin-top:14px;
          line-height:1.25;
          margin-top:6px;
          span {
            display:block;
            font-weight:bold;
            font-size:1.75rem;
          }
        }
      }

      ul.line li {

        &:last-child {
          margin-top:10px;
          padding-left:0px;
        }
      }
    }
	}

	.right-block {
		text-align:center;
		margin-top:50px;
	}
}

@media screen and (max-width:576px) {
  .form-bottom {
    padding:20px;
  }
}
*/
footer {
  text-align: center;
  	/*
    h2 {
  		font-size:0.875rem;
  	}
  	img {
  		width:100px;
  		margin-bottom:2rem;
  	}
  	.company-name {
  		margin-top:.875rem;
  		line-height: 1.55;
  		font-weight:bold;
  	}
  	.company-info {
  		margin-top:3rem;
  		p {
  			text-align:left;
  			line-height:1.55;
  			margin-bottom:10px;
  		}
  		.right-side {
  			padding-left:40px;
  		}
  		a {
  			color: #fff;
  			&:hover, :focus, :active, :visited, :link {
  				text-decoration: none;
  				color: #4574c9;
  			}
  		}
  
  	}
  	.privacy a {
  		color: #fff;
  		&:hover, :focus, :active, :visited, :link {
  			text-decoration: none;
  			color: #4574c9;
  		}
  	}*/
  	/*
    ul {
  		list-style-type: none;
  		padding-left: 0;
  		margin-top:2rem;
  	}
  	li {
  		font-size:1.5rem;
  		&:first-child {
  			i {
  				color:#325391;
  			}
  		}
  		&:last-child {
  			i {
  				color:#4ca1ec;
  			}
  		}
  	}
  	.flex {
  		display: flex;
  		justify-content: center;
  	}
    .float {
      width: 470px;
      margin: auto;
      overflow: hidden;
    }
    .float li {
      float: left;
    }
    */
}
footer .copy {
  color: #fff;
  padding: .625rem 0;
  background: #3e3d34;
  font-size: 0.8125rem;
}
footer .copy a {
  color: #fff;
}

/*
@media screen and (max-width:768px) {
	footer {
		.company-info {
			padding-left:30px;
			padding-right:30px;
			p {
				text-align:center;
				line-height:1.55;
				margin-bottom:10px;
			}
			.right-side {
				padding-left:0px;
			}
		}
	}
}
*/
/*
@media (min-width: 576px) {

}
*/
/*
@media screen and (min-width:1200px) {
	.block-content {
		background: red;
	}
}*/
/*
@media screen and (max-width:1200px) {
	.block-content {
		background: yellow;
	}
}
*/
@media screen and (max-width: 991px) {
  	/*.block-content {
  		background: pink;
  	}
  
    .form-row > .col,
    .form-row > [class*="col-"] {
      padding-right: 14px;
      padding-left: 14px;
    }*/
}
@media screen and (max-width: 768px) {
  	/*.block-content {
  		background: lightblue;
  	}
  
  
  	.form-row {
  		display: flex;
  		flex-wrap: wrap;
  		margin-right: 0px;
  		margin-left: 0px;
  	}
  	.form-row > .col,
  	.form-row > [class*="col-"] {
  		  padding-right: 0px;
  		  padding-left: 0px;
  	}
  	.area-banner {
  		display: flex;
  		flex-wrap: wrap;
  		margin-right: -10px;
  		margin-left: -10px;
  	}
  	.form-row > .col,
  	.form-row > [class*="col-"] {
  	  padding-right: 10px;
  	  padding-left: 10px;
  	}*/
}
@media screen and (max-width: 576px) {
  	/*.block-content {
  		background: pink;
  	}
  
      .form-row > .col,
      .form-row > [class*="col-"] {
        padding-right: 0px;
        padding-left: 0px;
  
  	     p {
  	     	margin-top:-15px;
  	     	margin-bottom:20px;
  	     	line-height: 1.75;
  	     	display:block;
  	     	visibility:visible;
  		}
  	}*/
}
.block-menu-btn {
  background: #ffd200;
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0rem;
  height: 50px;
  top: 0;
  border-bottom: 1px solid #ccc;
}
.block-menu-btn .logo {
  float: left;
  text-align: center;
  width: calc(100% - 70px - 70px);
  padding-top: 2px;
  font-weight: bold;
  font-size: 20px;
  /*padding:0.25rem 0px 0px 0px;
  margin-left:-310px;*/
}
.block-menu-btn .logo img {
  width: 100px !important;
}
.block-menu-btn .menu-btn {
  width: 70px;
  float: left;
  padding-top: 6px;
  padding-left: 1.2rem;
}
.block-menu-btn .menu-btn p {
  font-size: 10px;
  font-weight: 700;
  margin-top: -9px;
  margin-left: -3px;
  color: #62a745;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 32px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #62a745;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.burger-navi .overlay a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.burger-navi .overlay {
  padding-top: 50px;
  position: fixed;
  top: 0;
  z-index: 9990;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #ffd33c;
}

.burger-navi .menu {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.burger-navi .menu .nav-sp {
  border-bottom: 1px solid #01030a;
  width: 100%;
  height: 10.5%;
  padding-left: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-webkit-align-items: center;
  align-items: center;
}
.burger-navi .menu .nav-sp div {
  flex: 2;
  white-space: nowrap;
}
.burger-navi .menu .nav-sp .ar {
  font-size: 1.55rem;
  padding-right: 1.5rem;
  flex: 1;
}
.burger-navi .menu a.btn-sp-contact {
  color: #fff;
}
.burger-navi .menu .btn-sp-contact {
  padding: 1.5rem 3rem;
}
.burger-navi .menu .nav-lang {
  padding-bottom: 1.5rem;
}

.burger-navi a {
  color: #01030a;
}



/* 21.03.03 ブログ追加用 */
.area-blog-post {
  width:90%;
  margin:0 auto;
  /*margin-top:0;*/
  padding-top:6rem !important;
  margin-top:-4rem!important;
  padding-bottom:4.5rem;
}
.area-blog-post .form-row > .col,
.area-blog-post .form-row > [class*="col-"] {
  padding-right: 14px;
  padding-left: 14px;
}
.area-blog-post img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.area-blog-post h4 {
  font-weight:bold;
  padding:.5rem .5rem 0 .5rem;
  font-weight:1.25rem;
  line-height:1.55;
}
.area-blog-post h5 {
  padding:0rem .5rem 0 .5rem;
  font-size:1rem;
}
.area-blog-post h6 {
  padding:0rem .5rem 1rem .5rem;
  color:#aaa;
  font-size:.875rem;
}
.area-blog-post .btn-blog {
  color: #62a745;
  border: 5px solid #62a745;
  padding:1rem 2rem;
}

.area-blog-post .block:nth-child(n + 4) {
	padding-top:1.5rem;
}





/*cookie control*/
.overlaycookie{display:none;position:fixed;z-index:9998;height:70px;width:100%;color:#fff;bottom:0;}
.btn_area{position:absolute;color:#fff;z-index:9999;background:rgba(0,0,0,0.8);height:100%;width:100%;}
.btn_area_child{width:900px;margin:0 auto;padding-top:17px;}
.btn_area_child div{float:left;line-height:1.35;font-size:15px;}
.btn_area_child div:first-child{width:780px;}
.btn_area_child div:last-child{width:calc(100% - 780px);}
.btn_area_child div a{color:#fff!important;text-decoration:underline;}
.btn_area_child div:last-child{padding-left:35px;margin-top:-8px;}
.btn_area button{display:block;margin:0 auto;}
.btn_area button.btn{padding:10px 15px;color:#fff;border-color:#fff;border:none;margin-top:5px;background:#dc2f21!important;}
.btn_area button.btn:hover{text-decoration:underline;}
@media (max-width: 576px) {
  .overlaycookie{height:190px;}
  .btn_area_child{width:100%;padding-top:17px;}
  .btn_area_child div:first-child{width:100%;}
  .btn_area_child div:last-child{width:100%;}
  .btn_area_child div{float:none;line-height:1.55;width:100%;padding:0 15px;}
  .btn_area_child div:last-child{padding-left:0px;margin-top:15px;}
  .btn_area button.btn{width:250px;}
}