/*よくある質問*/
.cd-faq-trigger {
	font-size: 14px;
}
.faq{
	background: #F6F5F0;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

*::after, *::before {
  content: '';
}

a {
  color: #212529;
  text-decoration: none;
}

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
.larger{
	font-size: 2.2rem;
	display: inline-block;
	position: relative;
	margin: 30px auto 10px auto;
	font-weight: bold;
}
.larger-jp{
	margin: 0 auto;
}
.larger::before{
	display: block;
	content: "";
	position: absolute;
	border-top: 1px solid #cdcdcd;
	width: 990px;
	top: 17px;
	left: 130%;
	-webkit-transition: all 2s cubic-bezier(.165,.84,.44,1);
	transition: all 2s cubic-bezier(.165,.84,.44,1);
	-webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
	transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
.cd-faq {
	position: relative;
	margin: 4em auto;
	box-shadow: none;
}
}
.cd-faq-items {
position: fixed;
height: 100%;
width: 90%;
top: 0;
right: 0;
background: #ffffff;
padding: 0 5% 1em;
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0) translateX(100%);
-moz-transform: translateZ(0) translateX(100%);
-ms-transform: translateZ(0) translateX(100%);
-o-transform: translateZ(0) translateX(100%);
transform: translateZ(0) translateX(100%);
-webkit-transition: -webkit-transform .3s;
-moz-transition: -moz-transform .3s;
transition: transform .3s;
}
.cd-faq-items.slide-in {
-webkit-transform: translateZ(0) translateX(0%);
-moz-transform: translateZ(0) translateX(0%);
-ms-transform: translateZ(0) translateX(0%);
-o-transform: translateZ(0) translateX(0%);
transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
position: static;
height: auto;
width: 100%;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
@media only screen and (min-width: 768px) {
	.cd-faq-trigger {
		font-size: 18px;
		font-weight: bold;
		margin: 0px;
		padding: 22px 72px 22px 24px;
		border-top: 1px solid #AEAEAE;
		border-right: 1px solid #AEAEAE;
		border-left: 1px solid #AEAEAE;
	}
.cd-faq-items {
	position: static;
	height: auto;
	width: 78%;
	float: right;
	overflow: visible;
	-webkit-transform: translateZ(0) translateX(0);
	-moz-transform: translateZ(0) translateX(0);
	-ms-transform: translateZ(0) translateX(0);
	-o-transform: translateZ(0) translateX(0);
	transform: translateZ(0) translateX(0);
	padding: 0;
	background: transparent;
}
}
@media only screen and (min-width: 1024px) {
.cd-faq-items {
	float: none;
	width: 100%;
	padding-left: 220px;
}
.no-js .cd-faq-items {
	padding-left: 0;
}
}
.cd-close-panel {
position: fixed;
top: 5px;
right: -100%;
display: block;
height: 40px;
width: 40px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
z-index: 2;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: right 0.4s;
-moz-transition: right 0.4s;
transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
/* close icon in CSS */
position: absolute;
top: 16px;
left: 12px;
display:inline-block;
height: 3px;
width: 18px;
background: #6c7d8e;
}
.cd-close-panel::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.cd-close-panel::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cd-close-panel.move-left {
right: 2%;
}
@media only screen and (min-width: 768px) {
.cd-close-panel {
	display: none;
}
}
.cd-faq-group {
/* hide group not selected */
display: none;
}
.cd-faq-group.selected {
display: block;
}
.cd-faq-group .cd-faq-title {
background: transparent;
box-shadow: none;
margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
text-transform: uppercase;
font-size: 12px;
font-size: 0.75rem;
font-weight: 700;
color: #bbbbc7;
}
.no-js .cd-faq-group {
display: block;
}

/**ここがサイズ以下になると見えなくなる */
@media only screen and (min-width: 0px) {
.cd-faq-group {
	/* all groups visible */
	display: block;
	margin: 0 auto;
	max-width: 960px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #AEAEAE;
}
.cd-faq-group > li {
}
.no-touch .cd-faq-group > li:hover {
	box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
.cd-faq-group .cd-faq-title {
	margin: 2em 0 1em;
}
.cd-faq-group:first-child .cd-faq-title {
	margin-top: 0;
}
}

.cd-faq-trigger {
position: relative;
display: block;
margin: 1.6em 0 .4em;
line-height: 1.2;
}
@media only screen and (min-width: 0px) {
.cd-faq-trigger {
	font-weight: bold;
	margin: 0px;
	padding: 22px 72px 22px 24px;
	border-top: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	transition: 0.2s;
}
.cd-faq-trigger:hover{
	 opacity: 0.7; transition: 0.2;
}
.cd-faq-trigger::before, .cd-faq-trigger::after {
	/* arrow icon on the right */
	position: absolute;
	right: 24px;
	top: 50%;
	height: 4px;
	width: 15px;
	background: #212529;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.cd-faq-trigger::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 32px;
}
.cd-faq-trigger::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
}

.cd-faq-content p {
font-size: 14px;
line-height: 1.4;
color: #6c7d8e;
position: relative;
}
@media only screen and (min-width: 0px) {
.cd-faq-content {
	display: none;
  padding: 20px;
	border-top: 1px dashed #AEAEAE;
	border-right: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
}
.cd-faq-content p {
	line-height: 1.6;
	position: relative;
}
.no-js .cd-faq-content {
	display: block;
}

table tr .answer {
color: #656565;
font-weight: bold;
}
tr td img {
  margin: 0 20px 0 0;
}
}
