@charset "utf-8";
/* CSS Document */
.faq-wrap h2{
	font-size: 28px;
	margin-top: 60px;
    color: #001a4b;
}
.faq-tab{
	padding-bottom: 23px;
	position: relative;
	margin-bottom: 60px;
	margin-top: 70px;
}
.faq-tab::after{
	content: "";
	position: absolute;
	bottom:0;
	width: 100%;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	height: 28px;
	z-index: 2;
	left: 0;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.58);
}
.faq-tab.ptn1::after{
	background: #ac59f8;
}
.faq-tab.ptn2::after{
	background:#bc798c;
}
.faq-tab li{
	position: relative;
	width: 490px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 30px 30px 0 0;
    background: #fff;
}
.faq-tab.ptn1 li:first-child{
	position: relative;
	z-index: 3;
}
.faq-tab.ptn1 li:last-child{
	position: relative;
	z-index: 1;
}
.faq-tab.ptn2 li:first-child{
	position: relative;
	z-index: 1;
}
.faq-tab.ptn2 li:last-child{
	position: relative;
	z-index: 3;
}
.faq-tab.ptn1 li:first-child::before{
	border-left: 5px solid #fff;
    /* border-right: 5px solid #fff; */
    background: #ac59f8;
    position: absolute;
    height: 8px;
    content: "";
    width: 100%;
    bottom: -8px;
    left: 0px;
    right: 5px;
}
.faq-tab.ptn1 li:first-child::after{
	background: #fff;
    position: absolute;
    height: 4px;
    content: "";
    width: 25px;
    bottom: 0px;
    right: -25px;
}
.faq-tab.ptn2 li:last-child::before{
	border-right: 5px solid #fff;
    /* border-left: 5px solid #fff; */
    background: #bc798c;
    position: absolute;
    height: 18px;
    content: "";
    /*width: 100%;*/
    bottom: -18px;
    left: -3px;
    right: 0px;
}
.faq-tab.ptn2 li:last-child::after{
	background: #fff;
    position: absolute;
    height: 4px;
    content: "";
    width: 25px;
    bottom: 0px;
    left: -25px;
}
.faq-tab li:first-child{
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.58);
	position: relative;
}
.faq-tab li > div{
	position: relative;
	border-radius: 30px 30px 0 0;
}
.faq-tab li:first-child > div{
	background-image: linear-gradient(to top, #ac59f8, #5907a7);
}
.faq-tab li:last-child > div{
    background-image: linear-gradient(to top, #bc798c, #cd9599);
}
.faq-tab li:last-child{
	float: right;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.58);
	position: relative;	
}
.faq-tab li{
	text-align: center;
}
.faq-tab li img{
	width: 86%;
}
.faq-wrap dl{
	margin-bottom: 20px;
}
.faq-wrap dl:last-child{
	margin-bottom: 0;
}
.faq-wrap dt{
 padding:10px 17px 10px 17px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.42);
  background-color: #ffffff;
	font-size: 18px;
    color: #001a4b;
	font-family: 'メイリオ','AXIS Std','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'Meiryo','Helvetica Neue', 'Helvetica', 'Arial',sans-serif;
	cursor: pointer;
}
.faq-wrap dt .q-icon{
	width: 43px;
	margin-right: 13.5px;
	vertical-align: middle;
	display: inline-block;
	vertical-align: middle;
} 
.faq-wrap dt .q-tex{
	width: 860px;
	margin-right: 0px;
	vertical-align: middle;
	display: inline-block;
	vertical-align: middle;
} 
.faq-wrap dd{
  /*opacity: 0.4;*/
	display: none;
	padding:20px 20px;
	font-family: 'メイリオ','AXIS Std','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'Meiryo','Helvetica Neue', 'Helvetica', 'Arial',sans-serif;
  background-image: linear-gradient(to bottom, rgba(170,115,221,0.4), rgba(89,7,167,0.4));
}
.faq-wrap dd .ans-box{
	background: #fff;
	padding:51px 27px 74px 27px;
}
.faq-wrap dd .ans-box .a-icon{
	width: 47px;
	margin-right: 18px;
	float: left;
}
.faq-wrap dd .ans-box .ans-text{
	width: 650px;
	float: left;
}
.faq-wrap dd .ans-box .icon-box{
	width: 145px;
	float: right;
}

@media print, screen and (min-width : 768px) {
	
}
@media only screen and (max-width : 767px) {
	.faq.wrap{
		width: 100%;
	}

.faq-wrap dl{
	margin-bottom: 5%;
}
.faq-tab{
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 9%;
	margin-top: 10%;
}
.faq-tab::after{
	content: "";
	position: absolute;
	bottom:0;
	width: 100%;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	height: 16px;
	z-index: 2;
	left: 0;
}
.faq-tab.ptn1::after{
	background: #ac59f8;
}
.faq-tab.ptn2::after{
	background:#bc798c;
}
.faq-tab li{
	position: relative;
	width: 50%;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 10px 10px 0 0;
    background: #fff;
}
.faq-tab li > div{
	position: relative;
	border-radius: 10px 10px 0 0;
	padding-top: 2%;
}
.faq-tab.ptn1 li:first-child{
	position: relative;
	z-index: 3;
}
.faq-tab.ptn1 li:last-child{
	position: relative;
	z-index: 1;
}
.faq-tab.ptn2 li:first-child{
	position: relative;
	z-index: 1;
}
.faq-tab.ptn2 li:last-child{
	position: relative;
	z-index: 3;
}
.faq-tab.ptn1 li:first-child::before{
	border-left: 2px solid #fff;
    /* border-right: 5px solid #fff; */
    background: #ac59f8;
    position: absolute;
    height: 8px;
    content: "";
    width: calc(100% + 26px);
    bottom: -4px;
    left: 0px;
    right: 2px;
}
.faq-tab.ptn1 li:first-child::after{
	background: #fff;
    position: absolute;
    height: 2px;
    content: "";
    width: 25px;
    bottom: 4px;
    right: -24px;
}
.faq-tab.ptn2 li:last-child::before{
	border-right: 2px solid #fff;
    /*border-left: 5px solid #fff;*/
   background: #bc798c;
    position: absolute;
    height: 10px;
    content: "";
    width: calc(100% + 4px);
    bottom: -6px;
    left: -3px;
    right: 0px;
}
.faq-tab.ptn2 li:last-child::after{
	background: #fff;
    position: absolute;
    height: 2px;
    content: "";
    width: 25px;
    bottom: 4px;
    left: -25px;
}
.faq-tab li:first-child{
	float: left;
	padding-top: 2px;
	padding-left:2px;
	padding-right: 2px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.58);
	position: relative;
}
.faq-tab li img{
	width: 82%;
}
.faq-wrap h2{
	font-size: 4.7vw;
	margin-top: 8%;
	padding-left: 5%;
}
.faq-wrap dt{
 padding:3% 5%;
  border-radius: 0px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.42);
  background-color: #ffffff;
	font-size: 3.9vw;
}
.faq-wrap dt .q-icon{
	width: 8%;
	margin-right: 2%;
	vertical-align: middle;
	display: inline-block;
} 
.faq-wrap dt .q-tex{
	width: 88%;
	vertical-align: middle;
	display: inline-block;
} 
.faq-wrap dd{
  /*opacity: 0.4;*/
	display: none;
	padding:7% 3%;
	position: relative;
  background-image: linear-gradient(to bottom, rgba(170,115,221,0.4),rgba(89,7,167,0.4));
}
.faq-wrap dd p{
	font-size: 3.9vw;
	line-height: 1.8;
}
.faq-wrap dd .ans-box{
	background: #fff;
	padding:6% 6%;
}
.faq-wrap dd .ans-box .a-icon{
	width: 8%;
	margin-right: 0;
	margin-bottom: 1%;
	float: none;
}
.faq-wrap dd .ans-box .ans-text{
	width: 100%;
	float: none;
}
.faq-wrap dd .ans-box .icon-box{
	position: absolute;
	float: none;
	width: 20%;
	top:0;
	right:-1%;}	
}