@charset "UTF-8";
/*----------------------------------------
	タイトル
----------------------------------------*/
.h3Ttl {
  font-size: 24px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: solid 2px #e8edee;
  overflow: visible;
}

.h3Ttl::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px var(--main-color);
  width: 25%;
  bottom: -2px;
  left: 0;
}

.h4Ttl {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
}

.productTtl {
  font-size: 24px;
  margin-bottom: 40px;
  border-left: 6px solid var(--main-color);
  line-height: 140%;
  padding: 2px 0 0 15px;
}

.dotTtl {
  position: relative;
  padding-left: 15px;
}

.dotTtl::before {
  content: "・";
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  color: var(--main-color);
  left: -8px;
}

.dotTtlGreen::before {
  color: #359857;
}

.dotTtlPink::before {
  color: #de6c8c;
}

.stepTtl ,
.stepTtl2 {
  display: flex;
  align-items: flex-start;
}

.stepTtl  dt {
  background: #e2f5ff;
  color: var(--main-color);
  font-weight: bold;
  padding: 10px 10px 8px;
  border-radius: 6px;
  text-align: center;
  line-height: 110%;
}

.stepTtl2  dt {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 8px;
  border-radius: 6px;
  text-align: center;
  line-height: 110%;
}

.stepTtl dd ,
.stepTtl2 dd {
  font-weight: bold;
  padding-top: 7px;
  font-size: 18px;
  flex: 1;
  margin-left: 10px;
}

.boxStepTtl {
  display: flex;
  align-items: flex-start;
}

.boxStepTtl dt {
  background: #fff;
  color: var(--main-color);
  font-weight: bold;
  padding: 10px 10px 8px;
  border-radius: 6px;
  text-align: center;
  line-height: 110%;
  font-size: 14px;
}

.boxStepTtl dd {
  padding-top: 5px;
  flex: 1;
  margin-left: 10px;
}


.lightBulb {
  background: url("../images/common/lightBulb.png") no-repeat left 3px;
  padding-left: 20px;
  min-height: 18px;
}

.lightBulb2 {
  background: url("../images/common/lightBulb2.png") no-repeat 15px 7px;
  background-color: #FFF7DB;
  background-size: 23px auto;
  min-height: 25px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 3px 50px;
  border-radius: 5px;
  line-height: 140%;
}


.exclamation {
  background: url("../images/common/exclamation.png") no-repeat left 2px;
  padding-left: 25px;
  background-size: 20px auto;
  min-height: 20px;
}

.exclamationF14 {
  background: url("../images/common/exclamation.png") no-repeat left 2px;
  padding-left: 20px;
  background-size: 16px auto;
  min-height: 16px;
  font-size: 14px;
}

.exclamationF13 {
  background: url("../images/common/exclamation.png") no-repeat left 2px;
  padding-left: 18px;
  background-size: 14px auto;
  min-height: 16px;
  font-size: 13px;
}


.exclamation2 {
  background: url("../images/common/exclamation2.png") no-repeat 15px 10px;
  background-color: #F2F2F2;
  background-size: 23px auto;
  min-height: 25px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 3px 50px;
  border-radius: 5px;
  line-height: 140%;
}

.question {
  background: url("../images/common/question.png") no-repeat left 1px;
  padding-left: 25px;
  background-size: 20px auto;
  min-height: 20px;
}


.pageTtl {
  margin-bottom: 20px;
  background: #eef1f3;
  padding: 10px 20px 7px;
  border-radius: 5px;
  font-weight: bold;
}

.appTtl {
  background-color: #F7F7F7;
  border-radius: 10px;
  color: #505050;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}

.appTtl dd {
  margin-left: 10px;
  font-weight: bold;
}



/*
.pageTtl2 {
  margin-bottom: 20px;
  background: #f2f4f5;
  padding: 10px 20px 7px;
  border-left: 8px solid var(--main-color);
}
*/
@media screen and (max-width: 750px) {
  .h3Ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .h4Ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .productTtl {
    font-size: 20px;
    margin-bottom: 30px;
    border-left: 5px solid var(--main-color);
    padding: 2px 0 0 14px;
  }

  .stepTtl dt ,
  .stepTtl2 dt {
    padding: 8px 8px 6px;
  }

  .stepTtl dd ,
  .stepTtl2 dd {
    padding-top: 6px;
    font-size: 16px;
  }
  
  .boxStepTtl dt {
      padding: 8px 8px 6px;
    font-size: 12px;
  }

  .boxStepTtl dd {
    padding-top: 4px;
  }
  
  .lightBulb {
    background: url("../images/common/lightBulb.png") no-repeat left 3px;
    background-size: auto 14px;
    padding-left: 15px;
    min-height: 14px;
  }
  
  .lightBulb2 {
    background: url("../images/common/lightBulb2.png") no-repeat 12px 6px;
    background-color: #FFF7DB;
    background-size: 20px auto;
    min-height: 22px;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px 3px 40px;
    border-radius: 5px;
  }
  
  
  .exclamation {
    background: url("../images/common/exclamation.png") no-repeat left top;
  }
  
  .exclamationF14 {
    background: url("../images/common/exclamation.png") no-repeat left 0;
    padding-left: 20px;
    background-size: 16px auto;
    min-height: 16px;
    font-size: 12px;
  }

  
  .exclamation2 {
    background: url("../images/common/exclamation2.png") no-repeat 12px 9px;
    background-color: #F2F2F2;  
    background-size: 20px auto;
    min-height: 22px;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px 3px 40px;
    border-radius: 5px;
  }
  
  .question {
    background: url("../images/common/question.png") no-repeat left top;
  }
  

}

@media screen and (max-width: 480px) {
  .h3Ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .h4Ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .productTtl {
    font-size: 18px;
    margin-bottom: 25px;
    border-left: 4px solid var(--main-color);
    padding: 0 0 0 10px;
  }
  
  .stepTtl dt ,
  .stepTtl2 dt {
    padding: 8px 8px 6px;
    font-size: 12px;
  }

  .stepTtl dd ,
  .stepTtl2 dd {
    padding-top: 4px;
    font-size: 15px;
  }
  
  .lightBulb2 {
    background: url("../images/common/lightBulb2.png") no-repeat 12px 6px;
    background-color: #FFF7DB;  
    background-size: 20px auto;
    min-height: 22px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 5px 40px;
    border-radius: 5px;
  }  
  
  .exclamation2 {
    background: url("../images/common/exclamation2.png") no-repeat 12px 9px;
    background-color: #F2F2F2;  
    background-size: 20px auto;
    min-height: 22px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 5px 40px;
    border-radius: 5px;
  }  

  .pageTtl {
    margin-bottom: 15px;
    padding: 6px 15px 4px;
  }  
}
/*----------------------------------------
	table
----------------------------------------*/
.tbl td, 
.tbl th {
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
}

.tbl td, 
.tbl th {
	padding: 10px 15px 8px;
  text-align: left;
}

.tbl th {
  background: #F5F7F8;
  vertical-align: middle;
}


.tbl2 {
  width: 100%;
}

.tbl2 td {
  width: 50%;
}

.tbl100 {
  width: 100%;
}

.tbl100Sp {
  width: 100%;
}

.tbl100Sp th {
  width: 25%;
}

.tbl100Sp td {
  width: 75%;
}

.tbl100Sp1 {
  width: 100%;
}

.thRight th {
  text-align: right;
}


.acTbl th {
  background: #F2EFEA;
}

.acTbl td {
  background: #fff;
}


.tbl100-sp {
  width: 100%;
}








.w120px { width: 120px;}

.w25per { width: 25%; }

.w180Sp1 { width: 180px; }
.w220Sp1 { width: 220px; }

.max170px { width: 100%; max-width: 170px; } 
.max200px { width: 100%; max-width: 200px; } 
.max300px { width: 100%; max-width: 300px; }

@media screen and (max-width: 750px) {
  .tbl100-sp {
  	border: 1px solid #bcbcbc;
    border-bottom: none;
    width: 100%;    
  }

  .tbl100-sp th , .tbl100-sp td {
    width: 100%;
    display: block;
    border: none;
  }

  .tbl100-sp td {
  	border-top: 1px solid #bcbcbc;  
  	border-bottom: 1px solid #bcbcbc;  
  }



  .w220Sp1 { width: 200px; }
  .w180Sp1 { width: 160px; }
}

@media screen and (max-width: 480px) {

  .tblSp1 ,
  .tbl100Sp ,
  .tbl100Sp1 {
  	border: 1px solid #bcbcbc;
    border-bottom: none;
    width: 100%;    
  }

  .tblSp1 th ,
  .tblSp1 td ,
  .tbl100Sp th ,
  .tbl100Sp td ,
  .tbl100Sp1 th ,
  .tbl100Sp1 td {
    width: 100%;
    display: block;
    border: none;
  }

  .tblSp1 td ,
  .tbl100Sp td ,
  .tbl100Sp1 td {
  	border-top: 1px solid #bcbcbc;  
  	border-bottom: 1px solid #bcbcbc;  
  }
  
  
  .w220Sp1 , .w180Sp1 { width: 100%; }
  
}

/*----------------------------------------
	ページリンク
----------------------------------------*/
.pageTopLink {
  display: flex;
  flex-wrap: wrap;
}

.pageTopLink li {
  width: 24.25%;
  margin-right: 1%;
  line-height: 120%;
}

.pageTopLink li:nth-child(4n) {
  margin-right: 0;
}

.pageTopLink li:nth-child(n+5) {
  margin-top: 1%;
}

.pageTopLink a {
 color: var(--main-color);
 border: 1px solid var(--main-color);
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 border-radius: 5px;
 padding: 8px 15px;
 font-size: 14px;
 height: 60px;
}

.pageTopLink a:hover {
  opacity: 1;
  background: #d5f2fd;
  border: 1px solid #d5f2fd;  
}

.pageTopLink2 {

}

.pageTopLink2 li {
  border-top: 1px solid #f2f2f2;

}

.pageTopLink2 li:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.pageTopLink2 li a { 
  text-decoration: none;
  color: #333;
  display: block;
  padding: 12px 30px 10px 0;
  position: relative;    
}

.pageTopLink2 li a:hover {
  opacity: 0.7;
}

.pageTopLink2 li a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -4px;
  transition: all .2s;
  width: 7px;
  height: 7px;
  border-top: solid 2px #d1d1d1;
  border-right: solid 2px #d1d1d1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pageTopLink2 li a:hover::after {
  right: .5em;
}


.topLinkPink a {
   color: #ea6f92;
   border: 1px solid #ea6f92;
}

.topLinkPink a:hover {
  background: #ffecf8;
  border: 1px solid #ffecf8;  
}



.stepTopLink li {
  margin-bottom: 10px;
}

.stepTopLink a:hover {
  opacity: 1;
}

.stepTopLink a dd {
  text-decoration: underline;
}

.stepTopLink a:hover dd {
  text-decoration: none;  
}

.guillemet::before {
  content: "» ";
}



@media screen and (max-width: 750px) {
  .pageTopLink {
    display: flex;
    flex-wrap: wrap;
  }

  .pageTopLink li {
    width: 49.5%;
    margin-right: 1%;
  }

  .pageTopLink li:nth-child(even) {
    margin-right: 0;
  }

  .pageTopLink li:nth-child(n+5) {
    margin-top: 0;
  }

  .pageTopLink li:nth-child(n+3) {
    margin-top: 1%;
  }

  .pageTopLink a {
     font-size: 12px;
     height: auto;
  }
}

@media screen and (max-width: 480px) {
  .pageTopLink a {
   font-size: 12px;
   height: 50px;
  }
}

/*----------------------------------------
	リスト
----------------------------------------*/
.faqList li {
  position: relative;
  padding: 2px 0 0 40px;
}

.faqList li:nth-child(odd) {
  font-weight: bold;
}

.faqList li:nth-child(even) {
  margin: 10px 0 30px;
}

.faqList li:last-child {
  margin-bottom: 0;
}


.faqList li:nth-child(odd)::before {
  content: "Q";
  color: #fff;
  font-weight: bold;
  background: var(--main-color);
  padding: 2px 10px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.faqList li:nth-child(even)::before {
  content: "A";
  color: var(--main-color);
  font-weight: bold;
  background: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.numList {
  counter-reset: num;
}

.numList > li {
  position: relative;
  padding: 8px 0 0 50px;
  margin-bottom: 20px;
}

.numList > li:last-child {
  margin-bottom: 0;
}

.numList > li::before {
	counter-increment:num;
	content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  background: #e2f5ff;
  color: var(--main-color);
  display: inline-block;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
}

.numList2 > li::before {
  background: #fef3ce;
  color: #fc8f0e;
}


.flowList ,
.flowListSp1 {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}

.flowList li ,
.flowListSp1 li {
  width: 30%;
  border-left: 1px solid #cecece;
  padding-left: 5%;
  margin-left: 5%;
  position: relative;
}

.flowList li:first-child ,
.flowListSp1 li:first-child ,
.flowList li:nth-child(3n+1) ,
.flowListSp1 li:nth-child(3n+1) {
  border-left: none;
  padding: 0;
  margin: 0;
}

.flowList li:nth-child(n+4) ,
.flowListSp1 li:nth-child(n+4) {
  margin-top: 5%;
}

.flowList li::after ,
.flowListSp1 li::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -3px;
  left: -6px;
  border-right: 1px solid var(--main-color);
  border-top: 1px solid var(--main-color);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position:  absolute;
}

.flowList li:first-child::after ,
.flowList li:nth-child(3n+1)::after ,
.flowListSp1 li:first-child::after ,
.flowListSp1 li:nth-child(3n+1)::after {
  display: none;
}

.flowList li::before ,
.flowListSp1 li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  top: 50%;
  margin-top: -8px;    
  left: -7px;
  position: absolute;
  background: #fff;
}

.flowList li:first-child::before ,
.flowList li:nth-child(3n+1)::before ,
.flowListSp1 li:first-child::before ,
.flowListSp1 li:nth-child(3n+1)::before {
  display: none;
}

.flowNum {
  position: relative;
  padding: 8px 0 0 50px;
  margin-bottom: 20px;
}

.flowNum::before  {
  counter-increment: number 1;
  content: counter(number);
  font-size: 20px;
  font-weight: bold;
  background: #e2f5ff;
  color: var(--main-color);
  width: 40px;
  height: 40px;
  line-height: 44px;  
  display: inline-block;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
}

.flowNumRed::before   {
  background: #ffe7e2;
  color: #C81C1D;
}



@media screen and (max-width: 750px) {
  .faqList li {
    position: relative;
    padding: 2px 0 0 38px;
  }

  .faqList li:nth-child(even) {
    margin: 8px 0 20px;
  }
  
  .faqList li:last-child {
    margin-bottom: 0;
  }  

  .faqList li:nth-child(odd)::before {
    content: "Q";
    color: #fff;
    font-weight: bold;
    background: var(--main-color);
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .faqList li:nth-child(even)::before {
    content: "A";
    color: var(--main-color);
    font-weight: bold;
    background: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .numList > li {
    padding: 8px 0 0 46px;
    margin-bottom: 20px;
  }

  .numList > li::before {
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 18px;
  }
  
  .flowNum {
    padding: 8px 0 0 46px;
    margin-bottom: 20px;
  }

  .flowNum::before  {
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 18px;
  }  
  
}

@media screen and (max-width: 480px) {
  .numList > li {
    padding: 5px 0 0 40px;
    margin-bottom: 15px;
  }

  .numList > li::before {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
  }
  
  .flowNum {
    padding: 5px 0 0 40px;
    margin-bottom: 15px;
  }
  
  .flowNum::before {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
  }
  
  .flowList li {
    width: 47.5%;
  }

  .flowList li:nth-child(odd){
    border-left: none;
    padding: 0;
    margin: 0;
  }

  .flowList li:nth-child(even) {
    border-left: 1px solid #D6D6D6;  
    padding-left: 5%;
    margin-left: 5%;
  }

  .flowList li:nth-child(n+4) {
    margin-top: 0;
  }

  .flowList li:nth-child(n+3) {
    margin-top: 5%;
  }

  .flowList li:nth-child(odd)::after {
    display: none;
  }

  .flowList li:nth-child(even)::after {
    display: block;
  }

  .flowList li:nth-child(odd)::before {
    display: none;
  }

  .flowList li:nth-child(even)::before {
    display: block;
  }
  
  
  
  
  
  .flowListSp1 li {
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    border-left: none;  
    padding: 0 0 5%;    
    margin: 0 0 5%;
  }

  .flowListSp1 li:first-child ,
  .flowListSp1 li:nth-child(3n+1) {
    padding: 0 0 5%;    
    margin: 0 0 5%;
  }
  
  .flowListSp1 li::after {
    width: 7px;
    height: 7px;
    top: auto;
    bottom: 0;
    margin: 0 auto -3px;
    left: 0;
    right: 0;
    border-right: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
    transform: rotate(135deg);
    position:  absolute;
  }  

  .flowListSp1 li:first-child::after ,
  .flowListSp1 li:nth-child(3n+1)::after {
    display: block;
  }
  
  .flowListSp1 li::before {
    width: 18px;
    height: 10px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -3px;
    background: #fff;
  }
  
  .flowListSp1 li:first-child::before ,
  .flowListSp1 li:nth-child(3n+1)::before {
    display: block;
  }  
  
  .flowListSp1 li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  .flowListSp1 li:last-child::after {
    display: none;
  }  
}

/*----------------------------------------
	リンクボタン
----------------------------------------*/
.pageLinkBtn a {
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  padding: 12px 40px 9px 20px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  position: relative;
}

.pageLinkBtn a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -5px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pageLinkBtn a:hover::after {
  right: .5em;
}

.pageLinkBtn2 a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  text-decoration: none;
  padding: 12px 40px 9px 20px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  position: relative;
}

.pageLinkBtn2 a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -5px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pageLinkBtn2 a:hover::after {
  right: .5em;
}






.pageList2Btn {
  display: flex;
  justify-content: center;
}

.pageList2Btn li:first-child {
  margin-right: 20px;
}

.pageList2Btn li a {
  width: 300px;
  background: var(--main-color);
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 30px 9px;
  border-radius: 6px;
  position: relative;
}

.pageList2Btn li a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -5px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pageList2Btn a:hover::after {
  right: .5em;
}


@media screen and (max-width: 750px) {

  .pageLinkBtn a ,
  .pageLinkBtn2 a {
    padding: 10px 30px 8px 15px;
  }

  .pageLinkBtn a::after ,
  .pageLinkBtn2 a::after {
    right: 1em;
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }

  .pageList2Btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .pageList2Btn li {
    width: 280px;
    margin: auto;
  }

  .pageList2Btn li:first-child {
    margin-right: auto;
    margin-bottom: 15px;
  }

  .pageList2Btn li a {
    width: 280px;
    padding: 10px 25px 8px;
  }

  .pageList2Btn li a::after {
    right: 1em;
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }

}


/*----------------------------------------
	ボタン
----------------------------------------*/
.page-btn a {
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  padding: 13px 40px 10px 40px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  position: relative;
}

.page-btn a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -4px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-btn a:hover::after {
  right: .5em;
}

.page-btn2 a {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  text-decoration: none;
  padding: 12px 40px 9px 20px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  position: relative;
}

.page-btn2 a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -4px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-btn2 a:hover::after {
  right: .5em;
}

@media screen and (max-width: 750px) {
  .page-btn a ,
  .page-btn2 a {
    padding: 11px 30px 8px 30px;
  }

  .page-btn a::after ,
  .page-btn2 a::after {
    right: 1em;
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }
}


/*----------------------------------------
	page共通
----------------------------------------*/
.box {
  background: #F5F7F8;
  border-radius: 10px;
}

.box a ,
.borderBox a ,
.inlineBox a {
  text-decoration: underline;
}

.box a:hover ,
.borderBox a:hover ,
.inlineBox a:hover {
  text-decoration: none;
  opacity: 1;
}

.box .pageLinkBtn a {
  text-decoration: none;
}

.box .pageLinkBtn a:hover {
  opacity: 0.7;
}

.boxTtl {
  border-bottom: 1px solid #c1c6c9;
  padding-bottom: 6px;
}

.borderBox {
  background: #F5F7F8;
  border: 1px solid #bcbcbc;
}

.inlineBox {
  background: #F5F7F8;
  border-radius: 10px;
  display: inline-block;
}

.box2 {
  border: 4px solid #f1f1f1;
}

.box4 {
	background: #fffcf1;
    border-radius: 10px;
}

.noticeBox {
  background: #fefced;
  border-radius: 10px;
}

.noticeBoxTtl {
  border-bottom: 1px solid #e5e3cc;
  padding-bottom: 6px;
  color: #C81C1D;
  font-weight: bold;
}

.borderBoxRed {
  border: 1px solid #C81C1D;
}


.box3 {
	padding: 20px;
	background: #fffbef;
	border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .box ,
  .inlineBox ,
  .noticeBox {
    border-radius: 6px;
  }
  
  .box2 {
    border: 3px solid #f1f1f1;
  }
}






/*----------------------------------------
	対象商品
----------------------------------------*/
.applicable {
  display: flex;
  flex-wrap: wrap;
}

.applicable li {
  width: 22%;
  margin-right: 4%;
}

.applicable li:nth-child(4n) {
  margin-right: 0;
}

.applicable li:nth-child(n+5) {
  margin-top: 4%;
}

.applicable li img {
  width: 100%;
  transition : all 0.3s ease 0s;
}

.applicable a h4 {
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}

.applicable a:hover {
  opacity: 1;
}

.applicable a:hover img {
  opacity: 0.7;
}

.applicable a:hover h4 {
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
}




@media screen and (max-width: 750px) {
  .applicable li {
    width: 30%;
    margin-right: 5%;
  }
  
  .applicable li:nth-child(4n) {
    margin-right: 5%;
  }

  .applicable li:nth-child(3n) {
    margin-right: 0;
  }
  
  .applicable li:nth-child(n+5) {
    margin-top: 0;
  }

  .applicable li:nth-child(n+4) {
    margin-top: 5%;
  }
}


@media screen and (max-width: 480px) {
  .applicable li {
    width: 47.5%;
    margin-right: 5%;
    margin-top: 5%;    
  }
  
  .applicable li:nth-child(4n) {
    margin-right: 5%;
  }

  .applicable li:nth-child(3n) {
    margin-right: 5%;
  }
  
  .applicable li:nth-child(even) {
    margin-right: 0;
  }  
  
  .applicable li:nth-child(n+5) {
    margin-top: 0;
  }

  .applicable li:nth-child(n+4) {
    margin-top: 5%;
  }
}
/*----------------------------------------
	商品一覧 
----------------------------------------*/
.productsTopLink {
  display: flex;
  flex-wrap: wrap;
}

.productsTopLink li {
  width: 21.25%;
  margin-right: 5%;
  line-height: 140%;
}

.productsTopLink li:nth-child(4n) {
  margin-right: 0;
}

.productsTopLink li:nth-child(n+5) {
  margin-top: 20px;
}


.productsTopLink a {
  color: #333;
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
}

.productsTopLink a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}



@media screen and (max-width: 900px) {
  .productsTopLink li {
    width: 30%;
    margin-right: 5%;
  }

  .productsTopLink li:nth-child(4n) {
    margin-right: 5%;
  }

  .productsTopLink li:nth-child(3n) {
    margin-right: 0;
  }

  .productsTopLink li:nth-child(n+5) {
    margin-top: 0;
  }

  .productsTopLink li:nth-child(n+4) {
    margin-top: 20px;
  }


  .productsTopLink a {
    padding: 0 0 0 18px;
  }
}

@media screen and (max-width: 640px) {
  .productsTopLink li {
    width: 47.5%;
    margin-right: 5%;
  }

  .productsTopLink li:nth-child(even) {
    margin-right: 0;
  }

  .productsTopLink li:nth-child(odd) {
    margin-right: 5%;
  }

  .productsTopLink li:nth-child(n+4) {
    margin-top: 0;
  }
  
  .productsTopLink li:nth-child(n+3) {
    margin-top: 15px;
  }  


  .productsTopLink a {
    padding: 0 0 0 15px;
  }
}
/*----------------------------------------
	マイページ
----------------------------------------*/
.memName {
  
}

.myPageLink {
  display: flex;
  flex-wrap: wrap;
}

.myPageLink li {
  width: 32%;
  margin-right: 2%;
  line-height: 140%;
}

.myPageLink li:nth-child(3n) {
  margin-right: 0;
}

.myPageLink li:nth-child(n+4) {
  margin-top: 2%;
}

.myPageLink a {
 color: var(--main-color);
 border: 1px solid var(--main-color);
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 border-radius: 5px;
 padding: 8px 15px;
 font-size: 18px;
 height: 150px;
}

.myPageLink a:hover {
  opacity: 1;
  background: #d5f2fd;
 border: 1px solid #d5f2fd;  
} 

@media screen and (max-width: 750px) {
  .myPageLink a {
   padding: 8px 10px;
   font-size: 16px;
   font-size: 2.133333vw;
   height: 20vw; 
  }
}


@media screen and (max-width: 480px) {
.myPageLink li {
  width: 49%;
  margin-right: 2%;
}

.myPageLink li:nth-child(3n) {
  margin-right: 2%;
}

.myPageLink li:nth-child(even) {
  margin-right: 0;
}

.myPageLink li:nth-child(n+4) {
  margin-top: 0;
}

.myPageLink li:nth-child(n+3) {
  margin-top: 2%;
}

  .myPageLink a {
   font-size: 16px;
   font-size: 3.333333vw;
   height: 16vw;    
  }
}

/*----------------------------------------
	Illustrator / Photoshopソフトをお持ちの方へ
----------------------------------------*/
.itemTempList {
  display: flex;
  flex-wrap: wrap;
}

.itemTempList li {
  width: 24.25%;
  display: flex;
  margin-right: 1%;
}

.itemTempList li:nth-child(4n) {
  margin-right: 0;
}

.itemTempList li:last-child {
  margin-right: 0;
}

.itemTempList li:nth-child(n+5) {
  margin-top: 1%;
}

.itemTempList li a {
  border: 3px solid  #F0F0F0;
  padding: 5px;
  display: flex;
  align-items: center;
  width: 100%;
}

.itemTempList li a:hover {
  border: 3px solid #D1EDFC;
  background: #F1FBFE;
  opacity: 1;
}

.itemTempList li dl {
  display: flex;
  align-items: center;
}

.itemTempList li dt {
  width: 50px;
  margin-right: 15px;
}

.itemTempList li dd {
  font-size: 14px;
  line-height: 130%;
  margin-top: 1px;
}

.itemTempList li dd h4 {
  font-weight: bold;
} 

.itemTempList li img {
  width: 50px;
}

@media screen and (max-width: 900px) {
  .itemTempList li {
    width: 24.25%;
    display: flex;
    margin-right: 1%;
  }

  .itemTempList li:nth-child(4n) {
    margin-right: 0;
  }

  .itemTempList li:last-child {
    margin-right: 0;
  }

  .itemTempList li:nth-child(n+5) {
    margin-top: 1%;
  }

  .itemTempList li a {
    border: 2px solid  #F0F0F0;
    padding: 4px;
  }

  .itemTempList li a:hover {
    border: 2px solid #D1EDFC;
  }

  .itemTempList li dt {
    width: 40px;
    margin-right: 10px;
  }

  .itemTempList li dd {
    font-size: 13px;
  }

  .itemTempList li img {
    width: 40px;
  }
}

@media screen and (max-width: 750px) {
  .itemTempList li {
    width: 32%;
    margin-right: 2%;
  }

  .itemTempList li:nth-child(4n) {
    margin-right: 2%;
  }

  .itemTempList li:nth-child(3n) {
    margin-right: 0;
  }

  .itemTempList li:nth-child(n+5) {
    margin-top: 0;
  }

  .itemTempList li:nth-child(n+4) {
    margin-top: 2%;
  }

  .itemTempList li a {
    border: 3px solid  #F0F0F0;
    padding: 5px;
  }

  .itemTempList li a:hover {
    border: 3px solid #D1EDFC;
  }

  .itemTempList li dt {
    width: 40px;
    margin-right: 10px;
  }

  .itemTempList li dd {
    font-size: 13px;
  }

  .itemTempList li img {
    width: 40px;
  }
}

@media screen and (max-width: 480px) {
  .itemTempList li {
    width: 49%;
    margin-right: 2%;
  }

  .itemTempList li:nth-child(3n) {
    margin-right: 2%;
  }
  
  .itemTempList li:nth-child(even) {
    margin-right: 0;
  }  

  .itemTempList li:nth-child(n+4) {
    margin-top: 0;
  }
  
  .itemTempList li:nth-child(n+3) {
    margin-top: 2%;
  }

  .itemTempList li a {
    border: 3px solid  #F0F0F0;
    padding: 5px;
  }

  .itemTempList li a:hover {
    border: 3px solid #D1EDFC;
  }

  .itemTempList li dt {
    width: 36px;
    margin-right: 8px;
  }

  .itemTempList li dd {
    font-size: 12px;
  }

  .itemTempList li img {
    width: 36px;
  }
}
/*----------------------------------------
	テンプレート・データ制作ガイド
----------------------------------------*/
.tmpH2 {
  font-size: 30px;
  margin: 0 0 50px;
}

.tmpTbl {
  width: 100%;
  font-size: 15px;
}

.tmpTbl th {
  text-align: center;
}

.tmpTbl td ,
.tmpTbl td img {
  text-align: center;
  vertical-align: middle;  
}

.tmpTbl a {
  padding: 0 20px;
  display: inline-block;
}

.tmpTbl a:hover {
  opacity: 0.7;
}

.tmpTbl tr:first-child th:nth-child(2) ,
.tmpTbl tr:first-child th:nth-child(3) ,
.tmpTbl tr:first-child th:nth-child(4) {
  width: 25%;
}

.tmpTbl tr:first-child th br ,
.tempGuideBtn {
  display: none;
}

.tmpTbl2 {
  width: 100%;
  font-size: 15px;
}

.tmpTbl2 td {
  width: 50%;
  vertical-align: middle;
}

.tempBtmCnt {
  display: flex;
  flex-wrap: wrap;
}

.tempBtmCnt li:first-child {
  width: 40%;
  margin-right: 5%;
}

.tempBtmCnt li img {
  width: 100%;
}

.tempBtmCnt li:nth-child(2) {
  width: 55%;
}

.tempBtmCnt2 {
  display: flex;
  flex-wrap: wrap;
}

.tempBtmCnt2 li {
  width: 47.5%;  
}

.tempBtmCnt2 li img {
  width: 100%;
}

.tempBtmCnt2 li:nth-child(odd) {
  margin-right: 5%;
}

.tempBtmCnt2 li:nth-child(n+3) {
  margin-top: 5%;
}

@media screen and (max-width: 900px) {
  .tmpH2 {
    font-size: 24px;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 750px) {
  .tmpH2 {
    font-size: 22px;
    margin: 0 0 30px;
  }
  
  .tmpTbl ,
  .tmpTbl2 {
    width: 100%;
    font-size: 13px;
  }
  
  .tmpTbl tr:first-child th:last-child ,
  .tmpTbl tr:nth-child(2) td:last-child {
    display: none;
  }
  
  .tmpTbl tr:first-child th:nth-child(2) ,
  .tmpTbl tr:first-child th:nth-child(3) {
    width: 120px;
  }
  
  .tmpTbl tr:first-child th br ,
  .tempGuideBtn {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .tmpH2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  
  .tmpTbl ,
  .tmpTbl2 {
    font-size: 12px;
  }
  
  .tmpTbl tr:first-child th:nth-child(2) ,
  .tmpTbl tr:first-child th:nth-child(3) {
    width: 110px;
  }
  
  .tmpOtherTbl th:first-child {
    text-align: left;
  }
  
  .tempBtmCnt li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .tempBtmCnt li:nth-child(2) {
    width: 100%;
  }
  
  .tempBtmCnt2 li {
    width: 100%;  
  }

  .tempBtmCnt2 li:nth-child(odd) {
    margin-right: 0;
  }

  .tempBtmCnt2 li:nth-child(n+2) {
    margin-top: 7%;
  } 
}
/*----------------------------------------
	ご注文ガイド
----------------------------------------*/
.flow5step  {
  display: flex;
}

.flow5step li:nth-child(odd) {
  width: 15.2%;
}

.flow5step li:nth-child(even) {
  width: 2%;
  margin: 7.5% 2%;
  text-align: center;
}

.flow5step li:last-child {
  margin-right: 0;
}

.flow5step li img {
  width: 100%;
}

.flow5step li:nth-child(even) img {
  width: 100%;
  max-width: 14px;
}

.flow5stepTtl {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.stepBox {
  overflow: hidden;
}

.stepBoxImg {
  float: left;
  width: 54%;
  margin-right: 6%;
}

.stepBoxImg img {
  width: 100%;
}

.stepBoxTxt {
  float: left;
  width: 40%;
}

@media screen and (max-width: 750px) {
  .flow5step  {
    display: flex;
    flex-wrap: wrap;
  }

  .flow5step li:nth-child(odd) {
    width: 28%;
  }

  .flow5step li:nth-child(n+6) {
    margin-top: 5%;
  }
  
  .flow5step li:nth-child(even) {
    width: 4%;
    margin: 15% 2%;
    text-align: center;
  }

  .flow5step li:nth-child(6) {
    display: none;
  }

  .flow5stepTtl {
    font-size: 14px;
    line-height: 140%;
  }

  .stepBox {
    overflow: hidden;
  }

  .stepBoxImg {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;  
  }

  .stepBoxImg img {
    width: 100%;
  }

  .stepBoxTxt {
    float: none;
    width: 100%;
  }
}
/*----------------------------------------
	缶バッジの達人とは？
----------------------------------------*/
.makeLinkList {
  display: flex;
  justify-content: center;
}

.makeLinkList li {
  width: 40%;
  display: flex;
  position: relative;
}

.makeLinkList li:first-child {
  margin-right: 5%;
}

.makeLinkList li a {
  border: 3px solid #eee;
  display: block;
  padding: 10px 40px 100px;
  color: #333;
}

.makeLinkList li a:hover {
  border: 3px solid var(--main-color);
}

.makeLinkList li img {
  width: 100%;
}

.makeLinkTtl {
  text-align: center;
  font-weight: bold;
  margin: 30px 0 20px;
  font-size: 18px;
}

.makeLinkBtn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  width: 200px;
  padding: 8px 15px 6px;
}

.makeLinkBtn p {
  position: relative;
}

.makeLinkBtn p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .makeLinkList {
    display: flex;
    justify-content: space-between;
  }

  .makeLinkList li {
    width: 48%;
  }

  .makeLinkList li:first-child {
    margin-right: 0;
  }

  .makeLinkList li a {
    border: 3px solid #eee;
    display: block;
    padding: 10px 25px 70px;
  }

  .makeLinkTtl {
    text-align: center;
    font-weight: bold;
    margin: 20px 0 10px;
    font-size: 16px;
  }

  .makeLinkBtn {
    bottom: 20px;
    width: 170px;
    padding: 8px 15px 6px;
  }
}

@media screen and (max-width: 480px) {
  .makeLinkList {
    display: block;
  }

  .makeLinkList li {
    width: 100%;
    text-align: center;
  }

  .makeLinkList li:first-child {
    margin-right: 0;
    margin-bottom: 5%;
  }

  .makeLinkList li a {
    border: 2px solid #eee;
    display: block;
    padding: 10px 20px 70px;
  }
  
  .makeLinkList li a:hover {
    border: 2px solid var(--main-color);
  }  

  .makeLinkList li img {
    max-width: 200px;
  }

  .makeLinkTtl {
    text-align: center;
    font-weight: bold;
    margin: 15px 0 5px;
    font-size: 16px;
  }

  .makeLinkBtn {
    bottom: 20px;
    width: 170px;
    padding: 6px 10px 4px;
  }
  
  .makeLinkTxt {
    text-align: left;
  }
}

/*----------------------------------------
	缶バッジの達人とは？ 5つの特徴
----------------------------------------*/
.featureList > li {
  position: relative;
  margin-bottom: 50px;
}

.featureList > li:last-child {
  margin-bottom: 0;
}

.featureList > li dl {
  display: flex;
}

.feature {
  position: relative;
  text-align: center;
  color: var(--main-color);
}

.feature::before,
.feature::after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: var(--main-color);
  position: absolute;
}

.feature::before {
	transform: rotate(-20deg);
  left: 5px;
}
.feature::after {
	transform: rotate(20deg);
  right: 5px;
}

.featureNum {
  background: #e2f5ff;
  color: var(--main-color);
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 65px;
  text-align: center;
}

.featureList > li dd {
  margin: 20px 0 0 30px;
}

.featureList h4 {
  font-size: 22px;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .featureList > li {
    margin-bottom: 40px;
  }
  
  .feature {
    font-size: 12px;
    margin-bottom: 5px;
  }  

  .feature::before,
  .feature::after {
    width: 1px;
    height: 20px;
  }

  .feature::before {
    transform: rotate(-20deg);
    left: 5px;
  }
  .feature::after {
    transform: rotate(20deg);
    right: 5px;
  }

  .featureNum {
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 55px;
    text-align: center;
  }

  .featureList > li dd {
    margin: 25px 0 0 20px;
  }

  .featureList h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  .featureList > li {
    margin-bottom: 30px;
  }
  
  .feature {
    font-size: 11px;
    line-height: 180%;
    margin-bottom: 5px;
  }  

  .feature::before,
  .feature::after {
    width: 1px;
    height: 18px;
  }

  .feature::before {
    transform: rotate(-20deg);
    left: 5px;
  }
  .feature::after {
    transform: rotate(20deg);
    right: 5px;
  }

  .featureNum {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
  }

  .featureList > li dd {
    margin: 20px 0 0 15px;
  }

  .featureList h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
/*----------------------------------------
	缶バッジの達人とは？ さらに！ 会員だけの特典も
----------------------------------------*/
.benefitsList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.benefitsList li {
  text-align: center;
  width: 22%;
  margin-right: 4%;
}

.benefitsList li:last-child {
  margin-right: 0;
}


.benefitsList li img {
  width: 100%;
  max-width: 100px;
}

.benefitsList li p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .benefitsList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .benefitsList li {
    text-align: center;
    width: 48%;
    margin-right: 4%;
  }

  .benefitsList li:nth-child(even){
    margin-right: 0;
  }

  .benefitsList li:nth-child(n+3){
    margin-top: 4%;
  }

  .benefitsList li p {
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .benefitsList li p {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
  }
}

/*----------------------------------------
	法人様の缶バッジ製作大歓迎
----------------------------------------*/
.bizPointList li {
  text-align: center;
}
.bizPointList img {
  margin: auto;
  max-width: 150px;
  text-align: center;
}

.bizPointList li p {
  text-align: left;
}

.bizPointList .bizPointTtl {
  margin: 10px 0 5px;
  text-align: center;
  font-weight: bold;
}

.btn-comment {
	position: relative;
    text-align: center;
    color: #0e7eb9;
    display: inline-block;
    padding: 0 15px;
	font-size: 13px;
}

.btn-comment::before,
.btn-comment::after{
	content: "";
    width: 1px;
    height: 20px;
    background-color: #108CCD;
    position: absolute;
    bottom: 3px;
}

.btn-comment::before {
	transform: rotate(-20deg);
    left: 5px;
}

.btn-comment::after {
	transform: rotate(20deg);
    right: 5px;
}

.stepBox2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.stepBox2Txt {
	width: 54%;
	margin-right: 6%;
}

.stepBox2Img {
	width: 40%;
}

.stepBox2Img img {
	max-width: 100%;
}

@media screen and (max-width: 750px) {
	.stepBox2Txt {
		width: 100%;
    	margin-right: 0;
    	margin-bottom: 7%;
	}
	
	.stepBox2Img {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
  .bizPointList img {
    margin: auto;
    max-width: 200px;
    text-align: center;
  }
	
	.bizPointList li .f14 {
		width: 83%;
		margin: 0 auto;
	}
}
/*----------------------------------------
	ご利用ガイド
----------------------------------------*/
.archiveGuide {
  display: flex;
  flex-wrap: wrap;
}

.archiveGuide > li {
  width: 30%;
  text-align: center;
  margin-right: 5%;
}

.archiveGuide > li:nth-child(3n) {
  margin-right: 0;
}

.archiveGuide > li:nth-child(n+4) {
  margin-top: 5%;
}

.archiveGuide > li img {
  width: 100px;
}

.archiveGuide h3 {
  margin: 15px 0 20px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px dashed #999;
}

.agLink {
  text-align: left;
}

.agLink li {
  margin-top: 10px;
}

.agLink li:first-child {
  margin-top: 0;
}

.agLink li a {
  color: #666;
  transition: none;
  position: relative;
  display: block;  
  padding-left: 20px;
  line-height: 140%;
}

.agLink li a:hover {
  opacity: inherit;
  color: var(--main-color);
  text-decoration: underline;
}

.agLink li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #cecece;
  border-right: solid 1px #cecece;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.agLink li a:hover::after {
  left: .3em;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);  
}

.agLinkBtn a {
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  padding: 12px 20px 9px 20px;
  text-align: center;
  display: inline-block;
}

.agLinkBtn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .agLinkBtn a {
    padding: 10px 18px 8px;
  }
}


@media screen and (max-width: 640px) {
  .archiveGuide > li {
    width: 47.5%;
    margin-right: 5%;
  }

  .archiveGuide > li:nth-child(3n) {
    margin-right: 5%;
  }

  .archiveGuide > li:nth-child(2n) {
    margin-right: 0;
  }

  .archiveGuide > li:nth-child(n+3) {
    margin-top: 5%;
  }

  .archiveGuide > li img {
    width: 80px;
  }

  .agLink li a {
    padding-left: 15px;
  }


  .agLink li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #cecece;
    border-right: solid 1px #cecece;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .agLink li a:hover::after {
    left: .3em;
    border-top: solid 1px var(--main-color);
    border-right: solid 1px var(--main-color);  
  }
}

@media screen and (max-width: 420px) {
  .archiveGuide > li img {
    width: 60px;
  }
}









/*----------------------------------------
	レビュー口コミ投稿で100円分ポイントプレゼント
----------------------------------------*/




/*----------------------------------------
	お支払いについて
----------------------------------------*/
.individual , 
.corporateOnly {
  position: relative;
}

.individual::before {
  content: "個人の方";
  color: #e4007f;
  background: #fff;
  border: 1px solid #e4007f;
  font-size: 16px;
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 110%;
  padding: 4px 0 2px;
  border-radius: 5px;
  font-weight: normal;
  margin-right: 10px;
}

.corporateOnly::before {
  content: "法人様限定";
  color: #00abeb;
  background: #fff;
  border: 1px solid #00abeb;
  font-size: 16px;
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 110%;
  padding: 4px 0 2px;
  border-radius: 5px;
  font-weight: normal;
  margin-right: 10px;  
}

.payTbl {
  table-layout: fixed;
  width: 100%;
}

.payTbl th:first-child {
  width: 80px;
}

.atoNumList > li::before {
  background: #fef2f9;
  color: #e4007f;
}

.kakeNumList > li::before {
  background: #edfafe;
  color: #00abeb;
}

@media screen and (max-width: 750px) {
  .individual::before ,
  .corporateOnly::before {
    font-size: 14px;
    width: 90px;
  }
}

@media screen and (max-width: 480px) {
  .payTbl th:first-child {
    width: 74px;
  }
}
/*----------------------------------------
	イベント会場に直送できます
----------------------------------------*/
.ddLinkList {
  display: flex;
  justify-content: space-between;
}

.ddLinkList li {
  width: 47.5%;
  display: flex;
}

.ddLinkList li a {
  border: 6px solid #eee;
  width: 100%;
  border-radius: 10px;
  display: block;
  transition: transform .3s;
  padding: 30px 40px 50px;
  position: relative;
}

.ddLinkList li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ddLinkList li:first-child a::after {
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
}

.ddLinkList li:last-child a::after {
  border-top: solid 1px #359857;
  border-right: solid 1px #359857;
}

.ddLinkList li a:hover {
  transform: translateY(20px);
  opacity: 1;
}

.ddLinkList img {
  width: 100%;
}

.ddLinkTtl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 110%;
}

.ddLinkList li:nth-child(2) .ddLinkTtl {
  color: #359857;
}

.ddLinkTxt {
  color: #333;
  margin-top: 20px;
}


@media screen and (max-width: 750px) {
  .ddLinkList li {
    width: 48.5%;
    display: flex;
  }

  .ddLinkList li a {
    border: 4px solid #eee;
    padding: 20px 30px 40px;
  }

  .ddLinkList li a::after {
    bottom: 15px;
    width: 15px;
    height: 15px;
  }

  .ddLinkTtl {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .ddLinkList {
    display: block;
  }

  .ddLinkList li {
    width: 100%;
    display: block;
  }

  .ddLinkList li:first-child {
    margin-bottom: 10px;
  }

  .ddLinkList li a {
    border: 4px solid #eee;
    display: block;
    padding: 20px 15px 35px;
  }

  .ddLinkList li a::after {
    bottom: 15px;
    width: 12px;
    height: 12px;
  }

  .ddLinkList li a:hover {
    transform: translateY(10px);
    opacity: 1;
  }

  .ddLinkList img {
    width: 100%;
  }

  .ddLinkTtl {
    font-size: 22px;
    margin-bottom: 15px;
  }

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

/*----------------------------------------
	お試し製作について
----------------------------------------*/
.colorproofTbl {
  width: 100%;
}

.colorproofTbl tr:nth-child(2) th br {
  display: none;
}
.colorproofTbl td {
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .colorproofTbl tr:nth-child(2) th {
    width: 120px;
  }
}

@media screen and (max-width: 600px) {
  .colorproofTbl tr:nth-child(2) th {
    width: 90px;
  }
  .colorproofTbl tr:nth-child(2) th br {
    display: block;
  }
}
/*----------------------------------------
	画像をメールで送るだけで簡単入稿
----------------------------------------*/
.dsCircle {
  color: #018ccf;
  position: relative;
  padding: 7px 0 0 50px;;
}

.dsCircle::before {
  content: "○";
  background: #dcf0fa;
  width: 40px;
  height: 40px;
  color: #018ccf;
  font-size: 26px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.dsClose {
  color: #cf0101;
  position: relative;
  padding: 7px 0 0 50px;;
}

.dsClose::before {
  content: "×";
  background: #fadcdc;
  width: 40px;
  height: 40px;
  color: #cf0101;
  font-size: 26px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
/*----------------------------------------
	品質保証について
----------------------------------------*/
.guaranteeTbl tr:first-child td {
  text-align: center;
  background: #F5F7F8;
}

.guaranteeTbl th {
  width: 220px;
} 

@media screen and (max-width: 750px) {
  .guaranteeTbl th {
    width: 200px;
  } 
}

@media screen and (max-width: 480px) {
  .guaranteeTbl tr:first-child {
    display: none;
  }
  .guaranteeTbl th {
    width: 100%;
  }   
}
/*----------------------------------------
	データ入稿チェックリスト
----------------------------------------*/
.checkList dl {
  margin-bottom: 30px;
  border-bottom: 1px dotted #999;
  padding-bottom: 30px;
}

.checkList dl:last-child {
  margin-bottom: 0;
}

.checkList dt {
  background: url("../images/common/checkIcon.png") no-repeat top left;
  min-height: 26px;
  background-size: auto 26px;
  font-weight: bold;
  padding: 4px 0 0 36px;
  margin-bottom: 10px;
}

.checkList dl a {
  text-decoration: underline;
}

.checkList dl a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .checkList dl {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 480px) {
  .checkList dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
/*----------------------------------------
	スクラッチキャンペーン
----------------------------------------*/
.scratchList {
  counter-reset: num;
}

.scratchList > li {
  position: relative;
  margin-bottom: 50px;
  padding: 10px 0 0 100px;
}

.scratchList > li:last-child {
  margin-bottom: 0;
}

.scratchList > li::before {
	counter-increment:num;
	content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  background: #e2f5ff;
  color: var(--main-color);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  text-align: center;
  line-height: 76px;
  font-size: 40px;
  z-index: -1;
}

.scratchList h4 {
  font-size: 22px;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 10px;
}


@media screen and (max-width: 750px) {
  .scratchList > li {
    margin-bottom: 40px;
    padding: 5px 0 0 70px;
  }

  .scratchList > li::before {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 35px;
  }

  .scratchList h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 480px) {
  .scratchList > li {
    margin-bottom: 30px;
    padding: 5px 0 0 55px;
  }

  .scratchList > li::before {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 30px;
  }

  .scratchList h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

}















/*----------------------------------------
	運営者概要 
----------------------------------------*/
.companyMap iframe {
  width: 100%;
  height: 400px;
}






































/*----------------------------------------
	チャート
----------------------------------------*/
.pageChart dl {
  overflow: hidden;
}

.pageChart dt {
  float: left;
  background: #FDCD09;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
  display: inline-block;
}

.pageChart dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #FDCD09;
}

.pageChart dd {
  float: left;
  padding-top: 6px;
  margin-left: 20px;
  width : -webkit-calc(100% - 70px) ;
  width : calc(100% - 70px);
}

.chartTtl {
  font-weight: bold;
}



@media screen and (max-width: 480px) {
  .pageChart dt {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
  }

  .pageChart dt::before {
    border-left: 6px solid #FDCD09;
  }

  .pageChart dd {
    float: left;
    padding-top: 4px;
    margin-left: 14px;
    width : -webkit-calc(100% - 50px) ;
    width : calc(100% - 50px);
  }
}



/*----------------------------------------
	よくある質問
----------------------------------------*/
.faqTopLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faqTopLink li {
  border-top: 1px solid #f2f2f2;
  width: 47.5%;
}

.faqTopLink li:nth-child(10) ,
.faqTopLink li:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.faqTopLink li a { 
  text-decoration: none;
  color: #333;
  display: block;
  padding: 12px 30px 10px 0;
  position: relative;    
}

.faqTopLink li a:hover {
  opacity: 0.7;
}

.faqTopLink li a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -4px;
  transition: all .2s;
  width: 7px;
  height: 7px;
  border-top: solid 2px #d1d1d1;
  border-right: solid 2px #d1d1d1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faqTopLink li a:hover::after {
  right: .5em;
}

@media screen and (max-width: 480px) {

  .faqTopLink li {
    border-top: 1px solid #f2f2f2;
    width: 100%;
  }

  .faqTopLink li:nth-child(10) {
    border-bottom: none;
  }

  .faqTopLink li a { 
    text-decoration: none;
    color: #333;
    display: block;
    padding: 12px 30px 10px 0;
    position: relative;    
  }

  .faqTopLink li a:hover {
    opacity: 0.7;
  }

  .faqTopLink li a::after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -4px;
    transition: all .2s;
    width: 7px;
    height: 7px;
    border-top: solid 2px #d1d1d1;
    border-right: solid 2px #d1d1d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .faqTopLink li a:hover::after {
    right: .5em;
  }
}

/* アコーディオン */
.faqCnt .accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.faqCnt .accordion-container .article-title {
  display: block;
  position: relative;
  padding: 10px 40px 10px 10px;
  cursor: pointer;
  background: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
}

.qIcon {
  color: #fff;
  font-weight: bold;
  background: var(--main-color);
  margin-right: 15px;
  padding: 2px 10px;
  border-radius: 4px;
  float: left;
}

.qTxt ,
.aTxt {
  margin-top: 2px;
  overflow: hidden;
}

.aIcon {
  color: var(--main-color);
  font-weight: bold;
  background: #fff;
  margin-right: 15px;
  padding: 2px 10px;
  border-radius: 4px;
  float: left;
}

.faqCnt .article-title:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 42%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.faqCnt .article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.faqCnt .accordion-content {
  display: none;
  padding: 15px 20px 20px 10px;
  color: #242525;
}

.faq_a_img img {
	width: 100%;
	max-width: 350px;
}

/*----------------------------------------
	データ制作ガイド 基本編
----------------------------------------*/
.guideMovieBox {
  display: flex;
  justify-content: space-between;
}

.guideMovieBox li {
  width: 47.5%;
}

.guideMovie  {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.guideMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tempLineTtl {
  position: relative;
  margin-left: 15px;
  font-weight: bold;
  display: inline-block;
  line-height: 120%;
  margin-bottom: 10px;
}

.tempLineTtl::before {
  content: "・";
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  left: -8px;
  margin-left: -15px;
}

.tempLineTtl1 {
  border-bottom: 3px solid #3fb1ef;
  color: #3fb1ef;
}

.tempLineTtl1::before {
  color: #3fb1ef;
}

.tempLineTtl2 {
  border-bottom: 3px dashed #3fb1ef;
}

.tempLineTtl3 {
  border-bottom: 3px solid #f0001b;
  color: #f0001b;
}

.tempLineTtl3::before {
  color: #f0001b;
}

.tempLineTtl4 {
  border-bottom: 3px solid #009d45;
  color: #009d45;
}

.tempLineTtl4::before {
  color: #009d45;
}

.tempLineTtl5 {
  border-bottom: 3px dashed #333;
}

.tempLineTtl6 {
  border-bottom: 3px solid #fdb21b;
  color: #fdb21b;
}

.tempLineTtl6::before {
  color: #fdb21b;
}

.tempLineTxt {
  margin-left: 15px;
}



/*----------------------------------------
	データ制作ガイド 応用編
----------------------------------------*/
.guideTab {
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  
}

.guideTab li {
  width: 24.25%;
  margin-right: 1%;
  line-height: 120%;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  padding: 8px 15px 7px;
  height: 60px;
  font-weight: bold;
  transition : all 0.3s ease 0s;
}

.guideTab li:last-child {
  margin-right: 0;
}

.guideTab .active {
  color: #fff;
  border: 1px solid #6AB8E1;  
  background: #6AB8E1;
  position: relative;
}

.guideTab .active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #6AB8E1;
  z-index: 1;
}

.guideTabCnt {
  display: none;
}

.guideTabCnt.show {
  display: block;
  margin-top: 70px;
  border: 4px solid #f1f1f1;
  padding: 50px;
}

.guideTabTtl {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
  color: var(--main-color);
}

.guideCntList {
  border-bottom: 1px solid #cecece;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.guideCntList ul {
  display: flex;
  justify-content: space-between;
}

.guideCntList:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;  
}


.guideCntList li {
  width: 47.5%;
}

.guideCntList li img {
  width: 100%;
}

.guideTabCcLink {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.guideTabCcLink li {
  width: 100px;
  position: relative;
}
.guideTabCcLink li:first-child {
  margin-right: 50px;
}

.guideTabCcLink li a {
  color: #333;
}

.guideTabCcLink li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.guideTabCcLink li img {
  width: 100%;
}

.guideTabCcLink li p {
  text-align: center;
  margin: 10px 0 0;
  padding:  0 0 10px;
  font-size: 14px;
}




@media screen and (max-width: 900px) {
  .guideTabCnt.show {
    margin-top: 50px;
    border: 4px solid #f1f1f1;
    padding: 40px;
  }

  .guideTabTtl {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .guideTab li {
    width: 32%;
    margin-right: 2%;
    line-height: 120%;
    padding: 6px 12px 4px;
    height: 50px;
  }
  
  .guideTabCnt.show {
    margin-top: 40px;
    border: 3px solid #f1f1f1;
    padding: 30px;
  }

  .guideTabTtl {
    font-size: 26px;
    margin-bottom: 30px;
  }
  
  .guideCntList {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  
  .guideCntList ul {
    display: block;
  }

  .guideCntList li {
    width: 100%;
  }
  
  .guideTabCcLink {
    margin-bottom: 40px;
  }

  .guideTabCcLink li {
    width: 80px;
  }
  
  .guideTabCcLink li:first-child {
    margin-right: 30px;
  }

  .guideTabCcLink li::after {
    width: 6px;
    height: 6px;
  }
  
  .guideTabCcLink li p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .guideTabCnt.show {
    margin-top: 30px;
    border: 2px solid #f1f1f1;
    padding: 20px;
  }

  .guideTabTtl {
    font-size: 22px;
    margin-bottom: 25px;
  }
  
  .guideCntList {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .guideTabCcLink {
    margin-bottom: 30px;
  }

  .guideTabCcLink li {
    width: 70px;
  }
  
  .guideTabCcLink li:first-child {
    margin-right: 25px;
  }
  
  .guideTabCcLink li p {
    font-size: 12px;
  }  
}
/*----------------------------------------
	【スマホで簡単】缶バッジデータ制作システム
----------------------------------------*/
.guideBeforeTtl {
  font-weight: bold;
  margin: 10px 0;
}

.dsBoxList {
  display: flex;
}

.dsBoxList > li:first-child {
  width: 30%;
  margin-right: 5%;
}

.dsBoxList li img {
  width: 100%;
}

.dsBoxList > li:last-child {
  flex: 1;
} 


.datasystemBtn {
  display: flex;
  justify-content: center;
}

.datasystemBtn li:first-child {
  margin-right: 20px;
}

.datasystemBtn li a {
  width: 320px;
  background: #e2f5ff;
  color: var(--main-color);
  display: block;
  text-align: center;
  padding: 15px 0;
  border-radius: 6px;
  position: relative;
  border: solid 1px var(--main-color);  
}

.datasystemBtn li p:first-child {
  background: #fff;
  display: inline-block;
  color: var(--main-color);
  font-weight: bold;
  border-radius: 6px;
  line-height: 105%;
  padding: 7px 10px 5px;
  font-size: 14px;
} 

.datasystemBtn li p:last-child {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
} 

@media screen and (max-width: 750px) {
  .datasystemBtn li a {
    width: 260px;
    padding: 15px 0;
  }

  .datasystemBtn li p:first-child {
    padding: 7px 10px 5px;
    font-size: 12px;
  } 

  .datasystemBtn li p:last-child {
    font-size: 16px;
  } 
}

@media screen and (max-width: 640px) {
  .datasystemBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


  .datasystemBtn li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .datasystemBtn li a {
    width: 100%;
    padding: 10px 20px 8px;
  }

}






@media screen and (max-width: 480px) {
    .guideBeforeList .list3sp2 {
      text-align: center;
    }
    .guideBeforeList .list3sp2 img {
      max-width: 180px;
      margin: auto;
    }

    .guideBeforeList .list3sp2 li p {
      text-align: left;
    }
    
    .guideBeforeList .list3sp2 li .guideBeforeTtl {
    margin: 10px 0;
    text-align: center;
  }
  
    .dsBoxList {
      display: flex;
    flex-direction: column;
    justify-content: center;      
    }

    .dsBoxList > li:first-child {
      width: 100%;
      margin: 0 auto 10px;
    }

    .dsBoxList li img {
    }

    .dsBoxList > li:last-child {
      flex: 1;
  } 
}












/*----------------------------------------
	まずはこちらをチェック / データ入稿について
----------------------------------------*/
.dgArrowTxt {
  background: url("../images/common/arrow02.png") no-repeat center left;
  padding: 0 0 0 30px;
  margin: 10px 0 0 17px;
}


.dgLinkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dgLinkBox > li {
  display: flex;
  width: 32%;
  text-align: center;
  position: relative;
}

.dgLinkBox > li p:first-child {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.dgLinkBox > li a {
  border: 3px solid #eee;
  display: block;
  padding: 10px 25px 100px;
  border-radius: 10px;
  color: #333;
  position: relative;
  margin-top: 35px;
}

.dgLinkBox > li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.dgLinkBox > li:first-child a::after {
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
}

.dgLinkBox > li:nth-child(2) a::after {
  border-top: solid 1px #359857;
  border-right: solid 1px #359857;
}

.dgLinkBox > li:nth-child(3) a::after {
  border-top: solid 1px #de6c8c;
  border-right: solid 1px #de6c8c;
}

.dgLinkBox > li a:hover {
  transform: translateY(20px);
  opacity: 1;
}

.dgLinkBox img {
  width: 100%;
}

.dgLinkBox li ul li:first-child {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}

.dgLinkBox li ul li:nth-child(2) {
  margin-top: 10px;
}

.dgLinkBox li ul li:nth-child(3) {
  border: 1px solid #777;
  width: 100px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0 8px;
  line-height: 110%;
  bottom: 50px;
  position: absolute;
  font-size: 14px;
  color: #777;
}

.dgLinkBox li:last-child ul li:nth-child(3) {
  border: 1px solid #de6c8c;
  color: #de6c8c;
}

.dgCntBox {
  display: flex;
  margin-top: 30px;
}

.dgCntImg {
  width: 40%;
  margin-right: 5%;
}

.dgCntTxt {
  width: 55%;
}

.dgCntImg img {
  width: 100%;
}

.dgCntBtn a {
  text-decoration: none;
  padding: 12px 40px 9px 20px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  width: 300px;
}

.dgCntBtn a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -4px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dgCntBtn1 a {
  color: var(--main-color);
  background: #E2F5FF;
}

.dgCntBtn1 a::after {
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
}

.dgCntBtn2 a {
  color: #359857;
  background: #e3f9e3;
}

.dgCntBtn2 a::after {
  border-top: solid 1px #359857;
  border-right: solid 1px #359857;
}

.dgCntBtn3 a {
  color: #de6c8c;
  background: #ffecf8;
}

.dgCntBtn3 a::after {
  border-top: solid 1px #de6c8c;
  border-right: solid 1px #de6c8c;
}


.dgCntTbl {
  width: 100%;
}

.dgCntTbl th {
  width: 140px;
}

@media screen and (max-width: 900px) {
  .dgLinkBox > li a {
    padding: 10px 8% 100px;
  }

  .dgLinkBox > li a::after {
    bottom: 15px;
    width: 16px;
    height: 16px;
  }

  .dgLinkBox li ul li:first-child {
    margin-top: 20px;
    font-size: 17px;
  }

  .dgLinkBox li ul li:nth-child(3) {
    width: 80px;
    padding: 8px 0 6px;
    bottom: 40px;
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  .dgLinkBox > li {
    width: 32.5%;
  }

  .dgLinkBox > li a {
    border: 2px solid #eee;
    padding: 10px 8% 90px;
    margin-top: 25px;  
  }

  .dgLinkBox > li a::after {
    bottom: 15px;
    width: 14px;
    height: 14px;
  }

  .dgLinkBox li ul li:first-child {
    margin-top: 15px;
    font-size: 16px;
  }

  .dgLinkBox li ul li:nth-child(2) {
    margin-top: 10px;
  }

  .dgLinkBox li ul li:nth-child(3) {

    width: 70px;
    padding: 10px 0 8px;
    bottom: 35px;
    font-size: 12px;
  }
  
  .dgCntBox {
    display: block;
    margin-top: 10px;
  }

  .dgCntImg {
    width: 100%;
    margin-right: 0;
  }

  .dgCntTxt {
    width: 100%;
    margin-top: 30px;
  }

  .dgCntImg img {
    width: 100%;
    max-width: 300px;
  }

  .dgCntBtn a {
    text-decoration: none;
    padding: 12px 30px 9px 20px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    width: 260px;
  }

  .dgCntBtn a::after {
    margin-top: -3px;
  }
  
  .dgCntTbl th {
    width: 120px;
  }  
}

@media screen and (max-width: 750px) {
	.dgCntImg {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
  .dgLinkBox {
    display: block;
  }

  .dgLinkBox > li {
    display: block;
    width: 100%;
    max-width: 320px;
    text-align: center;
    margin: 5% auto 0;
  }
  
  .dgLinkBox > li:first-child {
    margin-top: 0;
  }
  
.dgLinkBox > li p:first-child {
  display: block;
  position: relative;
  margin-bottom: 5px;
}


  .dgLinkBox > li a {
    border: 2px solid #eee;
    padding: 10px 15px 70px;
    border-radius: 10px;
    color: #333;
    position: relative;
    margin-top: 0;
  }

  .dgLinkBox > li a::after {
    bottom: 15px;
    width: 16px;
    height: 16px;
  }

  .dgLinkBox > li a:hover {
    transform: none;
    opacity: 1;
  }

  .dgLinkBox img {
    width: 100%;
    max-width: 150px;
  }

  .dgLinkBox li ul li:first-child {
    margin-top: 15px;
    font-size: 18px;
  }

  .dgLinkBox li ul li:nth-child(2) {
    margin-top: 5px;
  }

  .dgLinkBox li ul li:nth-child(3) {
    width: 70px;
    padding: 6px 0 4px;
    bottom: 35px;
    font-size: 12px;
  }
}
/*----------------------------------------
	ご注文前にこちらを必ずご確認ください
----------------------------------------*/
.cautionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cautionList li {
  width: 47.5%;
  text-align: center;
}

.cautionList li:nth-child(n+3) {
  margin-top: 5%;
}

.cautionList img {
  width: 100%;
  max-width: 150px;
}

.cautionList h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
  color: var(--main-color);  
}

.cautionList p {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .cautionList img {
    width: 100%;
    max-width: 120px;
  }

  .cautionList h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: var(--main-color);  
  }
}


@media screen and (max-width: 480px) {
  .cautionList li {
    width: 100%;
    text-align: center;
    margin-top: 5%;
  }
  
  .cautionList li:first-child {
    margin-top: 0;
  }  

  .cautionList h4 {
    font-size: 16px;
    margin: 20px 0 10px;
  }

}

/*----------------------------------------
	デザイン事例
----------------------------------------*/
.onePoint {
  background: url("../images/common/lightBulb2.png") no-repeat 0 0;
  background-size: 23px auto;
  min-height: 25px;
  font-weight: bold;
  padding: 10px 10px 3px 30px;
  line-height: 110%;
  color: #FF9C24;
  margin-bottom: 20px;
}

.onePoint span {
  background: linear-gradient(transparent 65%, #FFF7DB 65%);
}

.onePointTtl {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 10px 30px 8px;
}

.onePointTtl::before, .onePointTtl::after {
	content: '';
	width: 20px;
	height: 36px;
	position: absolute;
}

.onePointTtl::before {
	border-left: solid 2px #333;
	border-top: solid 2px #333;
	top: 0;
	left: 0;
}

.onePointTtl::after {
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	bottom: 0;
	right: 0;
}

.onePointList > ul {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cecece;
  padding: 30px 0;
}

.onePointList > ul:first-child {
  border-top: none;
  padding-top: 0;
}

.onePointList > ul:last-child {
  padding-bottom: 0;
}

.onePointList > ul > li:first-child {
  width: 30%;
}

.onePointList > ul > li:last-child {
  width: 65%;
  margin-top: 5%;
}

.onePointList > ul > li img {
  width: 100%;
}
.onePointList > ul > li img.w80per {
    width: 80%;
}

@media screen and (max-width: 750px) {
  .onePointTtl {
    font-size: 26px;
    padding: 8px 20px 6px;
  }

  .onePointTtl::before, .onePointTtl::after {
    content: '';
    width: 14px;
    height: 30px;
    position: absolute;
  }

  .onePointTtl::before {
    border-left: solid 1px #333;
    border-top: solid 1px #333;
  }

  .onePointTtl::after {
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
  }

  .onePointList > ul {
    padding: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .onePointTtl {
    font-size: 22px;
    padding: 8px 20px 6px;
  }
}


@media screen and (max-width: 480px) {
  .onePoint {
    margin-bottom: 15px;
  }

  .onePoint span {
    background: linear-gradient(transparent 65%, #FFF7DB 65%);
  }

  .onePointTtl {
    font-size: 18px;
    padding: 6px 15px 4px;
  }

  .onePointTtl::before, .onePointTtl::after {
    content: '';
    width: 10px;
    height: 26px;
  }


.onePointList > ul {
  display: block;
  border-top: 1px solid #cecece;
  padding: 20px 0;
}

.onePointList > ul:first-child {
  border-top: none;
  padding-top: 0;
}

.onePointList > ul > li:first-child {
  width: 100%;
}

.onePointList > ul > li:last-child {
  width: 100%;
  margin-top: 5%;
}

.onePointList > ul > li img {
  width: 100%;
}


}



/*----------------------------------------
	デザイン事例_蓄光缶バッジ
----------------------------------------*/


.designsample_luminous .list3 li{
	position: relative;
}
.dsLuminous_normal:hover{
	opacity: 0;
}
.dsLuminous_normal{
	position: relative;
	z-index: 2;
}
.dsLuminous_active{
	position: absolute;
	top: 0;
	left: 0;
}

.dsLuminous_glass{
	background: url(../images/common/glass.png) no-repeat 0 0;
	background-size: 15px;
	min-height: 15px;
	padding: 3px 10px 3px 37px;
	line-height: 110%;
}

.ds_txtPoint{
	background: url(../images/common/lightBulb2.png) no-repeat 0 0;
	background-size: 18px auto;
    min-height: 20px;
    padding: 5px 0px 0px 30px;
    line-height: 110%;
}

/*----------------------------------------
	営業さん向け缶バッジ データ制作ガイド用
----------------------------------------*/
.tabCntList {
  border-bottom: 1px solid #cecece;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.tabCntList > ul {
  display: flex;
  justify-content: space-between;
}

.tabCntList:last-child ,
.tabCntList.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;  
}


.tabCntList > ul > li {
  width: 47.5%;
}

.tabCntList > ul > li img {
  width: 100%;
}


@media screen and (max-width: 750px) {

  .tabCntList {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  
  .tabCntList > ul {
    display: block;
  }

  .tabCntList > ul > li {
    width: 100%;
  }
  
  .tabCntList > ul > li:nth-child(2) {
    margin-top: 15px;
  }

}

@media screen and (max-width: 480px) {
  .tabCntList {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}


/*----------------------------------------
	コミケ締切日の取り消し線
----------------------------------------*/

.strikethrough {
    text-decoration: line-through;
}






/*----------------------------------------
	デザイン事例_黒グリッター
----------------------------------------*/

.popup-img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* オーバーレイ全体 */
.popup-overlay {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  transition: opacity 0.3s ease;
}

/* 拡大画像 */
.popup-content {
  width: 100%;          /* デフォルトは横幅いっぱい */
  max-width: 700px;     /* ただしPC時は700pxまで */
  max-height: 90%;      
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* 表示時 */
.popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.popup-overlay.show .popup-content {
  opacity: 1;
  transform: scale(1);  /* ふわっと拡大 */
}
























































































































































