@charset "UTF-8";
.bl_faqLeadTextOuter {
  margin-top: 30px;
}

.el_faqLeadText {
  font-size: 1.125rem;
  margin-bottom: 1em;
}

@media only screen and (max-width: 567px) {
  .el_faqLeadText {
    font-size: 1rem;
  }
}

.el_faqLeadText:last-of-type {
  margin-bottom: 0;
}

/**********************************************************************************************
よくあるご質問枠
**********************************************************************************************/
.bl_faqQListOuter {
  width: 100%;
  height: auto;
  margin-top: 78px;
  margin-bottom: 170px;
}

@media only screen and (max-width: 567px) {
  .bl_faqQListOuter {
    margin-top: 90px;
    margin-bottom: 100px;
  }
}

.bl_faqQListInnerTitle {
  width: 100%;
  margin-top: 80px;
}

.bl_faqQListInnerTitle:first-of-type {
  margin-top: 0;
}

.el_faqQListInnerTitleLink {
  display: block;
  width: 100%;
  background-color: #f1f1e8;
  padding: 23px 45px 23px 30px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1;
  position: relative;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_faqQListInnerTitleLink {
    padding-left: 15px;
    padding-right: 35px;
  }
}

.el_faqQListInnerTitleLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 5px;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_faqQListInnerTitleLink::after {
    top: 0;
    bottom: 6px;
    right: 12px;
    margin-top: auto;
    margin-bottom: auto;
    transition: none;
  }
}

.el_faqQListInnerTitleLink:hover, .el_faqQListInnerTitleLink:focus {
  color: gray;
}

.el_faqQListInnerTitleLink:hover::after, .el_faqQListInnerTitleLink:focus::after {
  bottom: -5px;
}

.el_faqQListInnerTitleLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_faqQListInnerListItem {
  width: 100%;
  display: block;
}

.el_faqQListInnerListItemLink {
  display: block;
  width: 100%;
  padding: 26px 45px 26px 30px;
  font-size: 0.9375rem;
  color: #333;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #dadada;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_faqQListInnerListItemLink {
    padding-left: 15px;
    padding-right: 35px;
  }
}

.el_faqQListInnerListItemLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 5px;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_faqQListInnerListItemLink::after {
    top: 0;
    bottom: 6px;
    right: 12px;
    margin-top: auto;
    margin-bottom: auto;
    transition: none;
  }
}

.el_faqQListInnerListItemLink:hover, .el_faqQListInnerListItemLink:focus {
  color: gray;
}

.el_faqQListInnerListItemLink:hover::after, .el_faqQListInnerListItemLink:focus::after {
  bottom: -5px;
}

.el_faqQListInnerListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

/**********************************************************************************************
回答枠
**********************************************************************************************/
.bl_faqAListOuter {
  width: 100%;
  height: auto;
  margin-top: 130px;
  position: relative;
  /*
	&::before {
		position: absolute;
		content: "";
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 120px);
		background-color: rgba(241,241,232,0.5);
		transform: skewY(15deg);
		z-index: -1;

		@include sp {
			height: calc(100% + 80px);
			top: -30px;
		}
	}

	&::after {
		position: absolute;
		content: "";
		display: block;
		top: 120px;
		left: 0;
		width: 100%;
		height: calc(100% - 120px);
		background-color: rgba(241,241,232,0.3);
		transform: skewY(-15deg);
		z-index: -1;

		@include sp {
			height: calc(100% + 80px);
			top: 0;
		}
	}
	*/
}

@media only screen and (max-width: 567px) {
  .bl_faqAListOuter {
    margin-top: 30px;
  }
}

.bl_faqAListInnerTitle {
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
  margin-top: 113px;
}

@media only screen and (max-width: 567px) {
  .bl_faqAListInnerTitle {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
}

.bl_faqAListInnerTitle:first-of-type {
  margin-top: 0;
}

.bl_faqADeflistQWrapper {
  padding-left: 80px;
  padding-top: 4px;
  margin-top: 18px;
  padding-bottom: 28px;
  color: #00ac4d;
  font-size: 1.125rem;
  position: relative;
}

@media only screen and (max-width: 567px) {
  .bl_faqADeflistQWrapper {
    padding-left: 50px;
    font-size: 1rem;
  }
}

.bl_faqADeflistQWrapper::before {
  position: absolute;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 35px;
  height: 35px;
  left: 30px;
  top: 0;
  background-color: #00ac4d;
  font-size: 1.25rem;
  color: #fff;
}

@media only screen and (max-width: 567px) {
  .bl_faqADeflistQWrapper::before {
    left: 0;
  }
}

.bl_faqADeflistAWrapper {
  border-bottom: 1px solid #dadada;
  padding-top: 4px;
  padding-left: 80px;
  padding-bottom: 30px;
  font-size: 1.125rem;
  line-height: 1.8;
  position: relative;
}

@media only screen and (max-width: 567px) {
  .bl_faqADeflistAWrapper {
    padding-left: 50px;
    font-size: 1rem;
  }
}

.bl_faqADeflistAWrapper::before {
  position: absolute;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 35px;
  height: 35px;
  left: 30px;
  top: 0;
  background-color: #348354;
  font-size: 1.25rem;
  color: #fff;
}

@media only screen and (max-width: 567px) {
  .bl_faqADeflistAWrapper::before {
    left: 0;
  }
}

.bl_faqADeflistAWrapper a:not([class])[target="_blank"] {
  position: relative;
  padding-right: 26px;
}

.bl_faqADeflistAWrapper a:not([class])[target="_blank"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23cecece%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_faqADeflistAWrapper a:not([class])[target="_blank"]::after {
  display: inline-block;
  bottom: 2px;
  margin-left: 7px;
  transition-duration: 0.3s;
}

.bl_faqADeflistAWrapper a:not([class])[target="_blank"]:hover {
  position: relative;
}

.bl_faqADeflistAWrapper a:not([class])[target="_blank"]:hover::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23d13d3d%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_faqADeflistAWrapper a:not([class])[target="_blank"]:hover::after {
  display: inline-block;
  bottom: 2px;
  margin-left: 11px;
}

.bl_faqADeflistAWrapper a:not([class]):hover, .bl_faqADeflistAWrapper a:not([class]):focus {
  color: #d13d3d;
}

.bl_faqADeflistAWrapper a:not([class]):focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_faqADeflistAWrapper .bl_commonOrderList {
  font-size: 1.125rem;
}

@media only screen and (max-width: 567px) {
  .bl_faqADeflistAWrapper .bl_commonOrderList {
    font-size: 1rem;
  }
}

.bl_faqADeflistAWrapper .bl_commonUnorderedList {
  font-size: 1.125rem;
}

@media only screen and (max-width: 567px) {
  .bl_faqADeflistAWrapper .bl_commonUnorderedList {
    font-size: 1rem;
  }
}

.bl_faqADeflistAWrapper > .bl_commonOrderList > li {
  margin-bottom: 0.7em;
}

.bl_faqADeflistAWrapper > .bl_commonUnorderedList > li {
  margin-bottom: 0.7em;
}

.bl_faqASubtextWapper {
  margin-top: 10px;
}

.el_faqASubtextLink {
  display: block;
  width: 195px;
  height: auto;
}

.el_faqASubtextLink-image {
  display: block;
  width: 100%;
  height: auto;
}

.el_faqADeflistImage-inline {
  display: inline;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}

.bl_faqADeflistOList1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  counter-reset: oList1Count;
}

.bl_faqADeflistOList1Item {
  margin-right: 1.5em;
  width: auto;
}

.bl_faqADeflistOList1Item::before {
  counter-increment: oList1Count;
  content: "（" counter(oList1Count) "）";
}

.bl_faqADeflistOList2 {
  width: 100%;
  display: block;
  counter-reset: oList2Count;
  margin-top: 10px;
}

.bl_faqADeflistOList2Item {
  width: 100%;
  position: relative;
  padding-left: 3em;
  margin-bottom: 0.4em;
}

.bl_faqADeflistOList2Item:last-of-type {
  margin-bottom: 0;
}

.bl_faqADeflistOList2Item::before {
  position: absolute;
  counter-increment: oList2Count;
  content: "（" counter(oList2Count) "）";
  top: 0;
  left: 0;
  min-width: 3em;
  display: block;
}

/**********************************************************************************************
2023/07/19追加　回答枠用テーブル
**********************************************************************************************/
  .bl_faqADeflist .faq_table{
   margin: 20px 0 0;
    }

	.bl_faqADeflist table {
		line-height: 1.3;
		border-spacing: 0;
		text-align: center;
    width: inherit;
    margin-bottom: 15px;
	  }
	  
	  .bl_faqADeflist table thead {
		background-color: #dadada;
	  }
	  .bl_faqADeflist table thead tr td{
		text-align: center;
	  }
	  
	  .bl_faqADeflist table tr,
	  .bl_faqADeflist table td {
		border-spacing: 0;
	  }
	  
	  .bl_faqADeflist table tr td {
		border: 1px solid #999999;
		padding: 4px 10px;
		text-align: right;
		width: 25%;
	  }
	  .bl_faqADeflist table tr td.col-y{
		background-color: #FFF450;
	  }
	  
	  @media only screen and (max-width: 567px) {
    .bl_faqADeflist table{
        width: 100%;
        table-layout: fixed;
        overflow-wrap: break-word;
      }
		.bl_faqADeflist table tr td {
		  padding: 4px 4px;
		  text-align: center;
		}
	  }
	  
	  .bl_faqADeflist table thead td:first-child,
	  .bl_faqADeflist table table td:first-child {
		padding: 4px 20px;
	  }
	  
	  @media only screen and (max-width: 567px) {
		.bl_faqADeflist table thead td:first-child,
		.bl_faqADeflist table table td:first-child {
		  padding: 4px 4px;
		}
	  }

/*# sourceMappingURL=faq.css.map */