@charset "utf-8";
/* CSS Document */
#customer-index h1 {
  font-size: 150%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
}
#customer-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
/*ナビ---------------------------------------------------*/
.customer-index-nav {
  padding: 0.5rem 0;
  width: 100%;
}
.customer-index-nav ul li {
  padding: 0.3rem;
}
.customer-index-nav ul li a {
  transition: 0.2s;
  color: #fff;
  background-color: #647394;
  border: solid 2px #647394;
  height: 100%;
  font-size: 90%;
  border-radius: 10px;
  text-align: center;
  padding: 1rem 0.3rem 2.3rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.customer-index-nav ul li a:hover {
  transition: 0.2s;
  text-decoration: none;
  opacity: 0.7;
}
.customer-index-nav li a {
  position: relative;
  display: inline-block;
  padding: 10px 10px 30px 10px;
}
.customer-index-nav li a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  content: '';
  width: 13px;
  height: 14px;
  background-image: url("../../common-img/anchor-point-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#original-goods h2, #pricing h2, #order-flow h2, #about-data h2, #qanda h2 {
  font-size: 130%;
  width: 100%;
  border-bottom: solid 2px #647394;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
.customer-index-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.customer-index-list li p {
  width: 100%;
}
.customer-index-list li a {
  background-color: #647394;
  border: solid 2px #647394;
  color: #fff;
  margin: 0.8rem 0;
  padding: 0.3rem;
  border-radius: 20px;
  font-size: 110%;
  width: 350px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 0.5rem;
}

.customer-index-list li a:hover {
  transition: 0.2s;
  text-decoration: none;
  opacity: 0.7;
}

.customer-index-list a::before {
  position: absolute;
  content: url("../../common-img/link-icon_white.svg");
  top: 33%;
  width: 10px;
  right: 1rem;
}

#qanda ul li {
  display: block;
}
#qanda li {
  background-color: #eee;
  padding: 1rem;
  margin-bottom: .5rem;
}
#qanda h3 {
  font-size: 1.2em;
  color: #647394;
  margin-bottom: .5rem;
}
#qanda li p {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: .5rem;
}
.customer-index-contact button {
  background-color: #f60;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  font-size: 130%;
  border-radius: 60px;
  padding: 1rem;
  max-width: 30rem;
  text-align: center;
}
.customer-index-contact button span {
  width: 6.5rem;
  margin-right: 0.3rem;
  color: #fff;
}
.customer-index-contact button img {
  display: inline-block;
  height: 24px;
  width: 1rem;
  padding-top: 10px;
}
.customer-index-contact button:hover {
  transform: scale(1.05);
}
.customer-index-contact label {
  text-align: center;
  width: 100%;
  display: block;
}

/*テンプレート一覧*/
#template-ichiran h1 {
  font-size: 150%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
}
.template-list{
	padding: 1rem 0;
}
.template-list li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: dotted 3px #ccc;
}
.item-number{
	color: #333;
	background-color: #cce1e8;
	padding: 0.2rem 0.5rem;
	border: solid #cce1e8 2px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}
.template-list h2{
	padding-left: 1rem;
}
/*テンプレダウンロードボタン*/
.customer-template-form button{
	border: solid 3px #333;
	background-color: #ffc;
	border-radius: 50px;
	padding: 0.3rem 0.3rem 0.5rem;
	font-size: 110%;
	color: #333;
	font-weight: 800;
	text-align: center;
}
.customer-template-form button img{
	display: inline-block;
	height: 24px;
	width: 1rem;
	padding-top: 10px;
	margin-left: 1rem;
}
.customer-template-form button{
	transition: 0.2s;
}
.customer-template-form button:hover{
	transform: scale(1.02);
	transition: 0.2s;
}
.template-ichiran-form-box h2{
	font-size: 130%;
	width: 100%;
	border-bottom: solid 2px #667699;
	margin-bottom: 1rem;
	margin-top: 3rem;
}
#template-ichiran .footer_form button {
  max-width: 30rem !important;
  margin-bottom: 50px;
}
#template-ichiran .link-text a{
	display: block!important;
}

/*特定商取引についてのページ*/

#deal h1{
  font-size: 150%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
}
#deal h2 {
  font-size: 130%;
  width: 100%;
  border-bottom: solid 2px #667699;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}