@charset "utf-8";
/* CSS Document */

#faq-page .fv-page{
	background:#dae3e7 ;
	width: 100%;
	height: 150px;
	background-size: cover;
	    background-position: 50%;
	position: relative;
}
.fv-page-tx{
width: 100%;
	height: 100%;
	position: relative;
}
.fv-page h1{
	font-size: 1.5rem;
	line-height: 1.2;
	position: absolute;
	top: 48%;
    transform: translateY(-48%) ;
	padding-top:0;
	padding-left: 20px;
	color: #212a54;
}
.fv-page h1 span{
	font-size: .95rem;
	display: block;
	letter-spacing: 2px
}
@media screen and (min-width: 414px) {
	.fv-page{
	height: 180px;
}
}
@media screen and (min-width: 768px) {
	.fv-page{
	height: 220px;
}
.fv-page h1{
	font-size: 2.5rem;
	line-height: 1.2;
	padding-left:35px;
	color: #212a54;
}
.fv-page h1 span{
	font-size: 1.3rem;
	display: block;
	letter-spacing: 2px
}	
}
@media screen and (min-width: 1025px) {
	.fv-page-tx{
		width: 1200px;
		margin: 0 auto;
		position: inherit;
	}
	.fv-page h1{
	font-size: 2rem;
		padding-left:0;
	}
	
}
.bread{
	position: relative;
	background:#231c5c ;
}
.bread::before{
	content: "";
position: absolute;
left: 0;
top: 0;
background: #f5800d;
height:100%;
width: 30px;
}
.bread ul{
	padding-left: 40px;
}
.bread ul li{
	display: inline-block;
	font-size: .6rem;
	position: relative;
	margin-right: 1rem;
	line-height: 1;
    vertical-align: middle;
}
.bread ul li,.bread ul li a{
	color: #fff;
}
.bread ul li::after{
	content:"＞";
	position: absolute;
right: -1rem;
top: 0;
}
.bread ul li:last-child::after{
	display: none;
}
span.spn{
	display: none;
}
@media screen and (min-width: 1024px) {
	.bread ul{
		width: 100%;
    max-width: 1200px;
		margin: 0 auto;
		background:#231c5c ;
		padding-left: 45px
}
	.bread{
	position: relative;
background: #f5800d;
}
.bread::after{
	content: "";
position: absolute;
right: 0;
top: 0;
background:#231c5c ;
height:100%;
width: 700px;
}
span.spn{
	display:inline-block;
	padding-right: 5px
}
	}

@media screen and (min-width: 1250px) {
	.bread ul{
		padding-left: 15px
}
}



.wrap-page h2{
	font-size: 1.2rem;
	color: #212a54;
	text-align: left;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
h3{
	font-size: 1.2rem;
	color: #212a54;
	text-align: left;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.wrap-page h2::after, .wrap-page h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.wrap-page h2::after{
    width: 100%;
    height: 2px;
    background-color: #231c5c;
    z-index: 1;
}
.wrap-page h2::before{
    width: 100px;
    height: 2px;
    background-color: #f5800d;
    z-index: 2;
    left: 0;
    bottom: 0;

}
.wrap-page{
	max-width: 1200px;
	width: 90%;
	margin: 40px auto;
}
.wrap-page p{
	margin-bottom: 1em;
}
ul.faq_ank{
	border-top: 1px solid #bfbfbf;
	margin-bottom: 40px;
}
ul.faq_ank li{
	border-bottom: 1px solid #bfbfbf;
	padding: 10px 5px;
}
ul.faq_ank li a{
	height: 100%;
	display: block;
	position: relative;
}
ul.faq_ank li a::after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) ;
	content: "\e65f";
	font-family: 'themify';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
@media screen and (min-width: 1024px) {
.wrap-page h2{
	font-size: 1.6rem;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
h3{
	font-size: 1.6rem;
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
	h3 span.pc-br{
		display: inline;
	}
.wrap-page h2::after {
    height: 2px;
    z-index: 1;
}
.wrap-page{
	width: 96%;
	margin: 40px auto;
	
}

	.wrap-page p{
		line-height: 2;
		font-size:1rem
	}
ul.faq_ank{
	border-top: none;
	margin-top: 40px;
	margin-bottom: 80px;
	border-left: 1px solid #bfbfbf;
	letter-spacing: -.4em;
}
ul.faq_ank li{
	display: inline-block;
	border-bottom: none;
	border-right: 1px solid #bfbfbf;
	padding: 0 4.4%;
	text-align: center;
	
	padding-bottom: 10px;
}
ul.faq_ank li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 15px 0 20px;
	letter-spacing: normal;
}
ul.faq_ank li a::after{
	position: absolute;
	right: 0;
	left: 50%;
	top:inherit;
	transform: translateX(-50%);
	display: block;
	content: "\e65f";
	font-family: 'themify';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
}


/*ボックス全体*/
.accbox {
    padding: 0;
    border-top: 1px solid #a0a0a0;
	width: 100%;
	max-width: 1200px;
	margin:0 auto 60px;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 0;
    padding: 13px 30px 13px 32px;
    font-weight: bold;
	border-bottom: 1px solid #a0a0a0;
    cursor :pointer;
    transition: all 0.5s;
	position: relative;
	background: #fff;
	text-indent: -2em;
}
.accbox label:before {
    content: 'Q';
	font-family: YakuHanMP,"Noto Serif Japanese",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN";
	font-size: 1.5em;
    padding-right: 8px;
	color: #1a1165;
}
/*アイコンを表示*/
.accbox label:after {
    content: '＋';
   position: absolute;
	top: 13px;
	right:-25px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#e4eff4;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    /*padding: 5px;*/
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}
#mypage .accbox .accshow ul {
    margin: 15px 10px}
/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: 'ー';
}
#mypage .accbox .accshow ul li{
position: relative;
	padding-left:1em;
}
#mypage .accbox .accshow ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #1a1165;
  border-radius: 100%;
}
@media screen and (min-width: 748px) {
	.accbox {
	margin:0 auto 120px;
}
	.accbox .accshow p {
    margin: 20px 30px;
}
	#mypage .accbox .accshow ul {
    margin: 20px 30px;
}
	.accbox label {
    display: block;
    margin: 0;
    padding: 20px 50px 20px 3em ;
    font-weight: bold;
	border-bottom: 1px solid #a0a0a0;
    cursor :pointer;
    transition: all 0.5s;
	position: relative;
	background: #fff;
}
.accbox label:before {
    content: 'Q';
    padding-right: 8px;
	color: #1a1165;
}
/*アイコンを表示*/
.accbox label:after {
    content: '＋';
    position: absolute;
	top: 20px;
	right: 0;
}
	#faq h2 {
    font-size: 2em;
		padding-top: 40px;
	}
}
.skype-flow li{
	width: 100%;
	margin-bottom: 50px;
}
.wrap-page p.skype-title{
	font-size: 1.2rem;
	border-bottom:1px solid #212a54;
	padding-bottom: 10px;
	color: #212a54;
}
.skype-flow a{
	display: block;
	text-decoration: underline;
}
.skype-flow li::after{
	content: "";
	display: block;
	clear: both;
}
.skype-flow li .skype-left{
	width:90%;
	margin-left: 5%;
	float: left;
}
.skype-flow li img{
	width:90%;
	float: left;
	margin-left: 5%;
}

@media screen and (min-width: 748px) {
	.skype-flow li{
	width: 100%;
	margin-bottom: 50px;
}
.wrap-page p.skype-title{
	font-size: 1.3rem;
}
.skype-flow a{
	display: block;
	text-decoration: underline;
}

.skype-flow li .skype-left{
	width:45%;
	margin-left: 0;
	margin-right: 4%;
	float: left;
}
.skype-flow li img{
	width:46%;
	float: left;
	margin-left: 0;
}	
}
#aboutprice::before,
#aboutreserve::before,
#aboutskype::before,
#mypage::before,
#others::before

{
 content:"";
    display: inline-block;
    height: 50px;
    margin-top: -50px;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
#aboutprice::before,
#aboutreserve::before,
#aboutskype::before,
#mypage::before,
#others::before


{
content:"";
    display: inline-block;
    height: 80px;
    margin-top: -80px;
    vertical-align: top;
}
	
}