@charset "UTF-8";

@media all and (min-width: 961px) {
	
div.voiceDiv1{
	width:90%;
	margin:0 auto;
	color:#FFFFFF;
}

div.voiceDiv1 h4{
	font-size:120%;
	padding-bottom:1%;
	border-bottom:#FFF 2px solid;
}

div.voiceDiv1Left{
	width:96%;
	border:#FFFFFF 1px solid;
	border-radius: 7px;
	margin-bottom:2%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding:0 2% 2% 2%;
	background: linear-gradient(-5deg, rgba(102, 102, 102, 1), rgba(0, 0, 0, 1));
}

div.voiceDiv1Right{
	width:45%;
	border:#FFFFFF 1px solid;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	float:right;
	padding:0 2% 2% 2%;
	background: linear-gradient(-5deg, rgba(102, 102, 102, 1), rgba(0, 0, 0, 1));
}

div.voiceDiv2{
	width:100%;
}

div.voiceDiv2Left{
	width:20%;
	float:left;
}

div.voiceDiv2Right{
	width:79%;
	float:right;
	margin-top:0;
}

div.voiceDiv2Right p{
	margin:0;
}

p.name{
	font-size:120%;
	font-weight:bold;
	border-bottom:#FFF 2px solid;
	padding-bottom:1%;
}

p.voiceTx{
	padding-top:3%;
}

div#accordionqbox{
	padding-top:5%
}

/*---------------------------------------------------- */
/* Accordion */
/*---------------------------------------------------- */
.accordion {
  padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.accordion a {
    display: block;
}

.accordion .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

.accordion .child .menu {
    background: #eaeaea;
    color: #5e5e5e;
}

.accordion .child .menu:hover {
    background: #d0d0d0;
}

.accordion .child > li {
    margin: 4px 0;
    padding: 0 16px;
    border-bottom: 1px dotted #dddddd;
}

.accordion .child > li:last-child {
    border-bottom: 0;
}

/*---------------------------------------------------- */
/* Switch */
/*---------------------------------------------------- */
.switch .menu {
    display: block;
    position: relative;
    margin: 1px 0 0;
    padding: 12px;
}

.switch .menu:after {
    position: absolute;
    right: 15px;
    margin-top: -1.2em;
    content: '>';
    font-size: 1.2em;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.switch .menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*---------------------------------------------------- */
/* faqbox */
/*---------------------------------------------------- */
.faqbox .menu {
    background: #666666;
    color: #fff;
}

.faqbox .menu:hover {
    background: #999999;
    text-decoration: none;
}
  
.accordion ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.child01 {
  border: 1px solid #eaeaea;
}

/*---------------------------------------------------- */
/* Question */
/*---------------------------------------------------- */
.accordion .faq-title {
	padding: 0;
	margin: 0;
	width: 92%;
	height: auto;
	overflow: hidden;	
}

.accordion .faq-title .icons {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline;
	float: left;
}

.accordion .faq-title .icons .icon-q {
	margin: 0;
	width: 100%;
	background-color: #000000;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.accordion .faq-title h4 {
	font-size: 110%;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
	display: inline;
	float: left;
}

/*---------------------------------------------------- */
/* Answer */
/*---------------------------------------------------- */
.child .answer {
	padding: 10px 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.child .answer .icons {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline;
	float: left;
}

.child .answer .icons .icon-a {
	margin: 0;
	width: 100%;
	background-color: #a3a3a3;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.child .answer .moji-faq p {
	font-size: 110%;
	color: #303c42;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 1.6;
	display: inline;
	float: left;
}

/*---------------------------------------------------- */
/* p */
/*---------------------------------------------------- */
.answer .moji-faq p a {
	color: #303c42;
	text-decoration: underline;
}

.answer .moji-faq p a:hover {/*--------------------------------------------------------------------------------------------------------[色　link]-- */
	color: #5cc56f;
	text-decoration: underline;
}


/*---------------------------------------------------- */
/* Faq */
/*---------------------------------------------------- */
.faq {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.faq .waku-faq {
	padding: 10px 0 30px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.item-title {
	padding: 0 0 15px 0;
	width: 100%;
	font-size: 120%;
}

.item-title h4 {
	padding: 0 0 0 1%;
	margin: 0 0 0 0.5%;
	width: 98%;
	position: relative;
	padding-bottom: .4em;
	border-bottom: 4px solid #dce0e3;
	font-weight: 200;
}

.item-title h4::after {/*------------------------------------------------------------------------------------------------------------------------------------------------------------[色　h4 title]-- */
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}

/*---------------------------------------------------- */
/* Switch */
/*---------------------------------------------------- */
.switch .menu:after {
    top: 65%;
}

/*---------------------------------------------------- */
/* Question */
/*---------------------------------------------------- */
.accordion .faq-title .icons {
	width: 4%;
}

.accordion .faq-title .icons .icon-q {
	padding: 6px 0;
	font-size: 110%;
}

.accordion .faq-title h4 {
	padding: 5px 0 0 0;
	margin: 0 0 0 1%;
	width: 95%;
}

/*---------------------------------------------------- */
/* Answer */
/*---------------------------------------------------- */
.child .answer {
	width: 98%;
}
.child .answer .icons {
	width: 4%;
}
.child .answer .icons .icon-a {
	padding: 6px 0;
	font-size: 110%;
}
.child .answer .moji-faq p {
	padding: 4px 0 0 0;
	margin: 0 0 0 1%;
	width: 95%;
}


	
}
		

/* Minimum width 959px and Tablet */
@media all and (max-width: 960px) and (min-width: 569px) {

div.voiceDiv1{
	width:90%;
	margin:0 auto;
	color:#FFFFFF;
}

div.voiceDiv1 h4{
	font-size:120%;
	padding-bottom:1%;
	border-bottom:#FFF 2px solid;
}

div.voiceDiv1Left{
	width:96%;
	border:#FFFFFF 1px solid;
	border-radius: 7px;
	margin-bottom:2%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding:0 2% 2% 2%;
	background: linear-gradient(-5deg, rgba(102, 102, 102, 1), rgba(0, 0, 0, 1));
}
	
	div.voiceDiv1Right{
		width:45%;
		border:#FFFFFF 1px solid;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		float:right;
		padding:0 2% 2% 2%;
		background: linear-gradient(-5deg, rgba(102, 102, 102, 1), rgba(0, 0, 0, 1));
	}
	
	div.voiceDiv2{
		width:100%;
	}
	
div.voiceDiv2Left{
	width:20%;
	float:left;
}

div.voiceDiv2Right{
	width:79%;
	float:right;
	margin-top:0;
}
	
	div.voiceDiv2Right p{
		margin:0;
	}
	
	p.name{
		font-size:120%;
		font-weight:bold;
		border-bottom:#FFF 2px solid;
		padding-bottom:1%;
	}
	
	p.voiceTx{
		padding-top:3%;
	}
	
	div#accordionqbox{
	padding-top:5%
}
	
	
/*---------------------------------------------------- */
/* Accordion */
/*---------------------------------------------------- */
.accordion {
    padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.accordion a {
    display: block;
}

.accordion .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

.accordion .child .menu {
    background: #eaeaea;
    color: #5e5e5e;
}

.accordion .child .menu:hover {
    background: #d0d0d0;
}

.accordion .child > li {
    margin: 4px 0;
    padding: 0 16px;
    border-bottom: 1px dotted #dddddd;
}

.accordion .child > li:last-child {
    border-bottom: 0;
}

/*---------------------------------------------------- */
/* Switch */
/*---------------------------------------------------- */
.switch .menu {
    display: block;
    position: relative;
    margin: 1px 0 0;
    padding: 12px;
}

.switch .menu:after {
    position: absolute;
    right: 15px;
    margin-top: -1.2em;
    content: '>';
    font-size: 1.2em;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.switch .menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*---------------------------------------------------- */
/* faqbox */
/*---------------------------------------------------- */
.faqbox .menu {
    background: #666666;
    color: #fff;
}

.faqbox .menu:hover {
    background: #999999;
    text-decoration: none;
}
  
.accordion ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.child01 {
    border: 1px solid #eaeaea;
}

/*---------------------------------------------------- */
/* Question */
/*---------------------------------------------------- */
.accordion .faq-title {
	padding: 0;
	margin: 0;
	width: 92%;
	height: auto;
	overflow: hidden;	
}

.accordion .faq-title .icons {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline;
	float: left;
}

.accordion .faq-title .icons .icon-q {
	margin: 0;
	width: 100%;
	background-color: #000000;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.accordion .faq-title h4 {
	font-size: 110%;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
	display: inline;
	float: left;
}

/*---------------------------------------------------- */
/* Answer */
/*---------------------------------------------------- */
.child .answer {
	padding: 10px 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.child .answer .icons {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline;
	float: left;
}

.child .answer .icons .icon-a {
	margin: 0;
	width: 100%;
	background-color: #a3a3a3;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.child .answer .moji-faq p {
	font-size: 110%;
	color: #303c42;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 1.6;
	display: inline;
	float: left;
}

/*---------------------------------------------------- */
/* p */
/*---------------------------------------------------- */
.answer .moji-faq p a {
	color: #303c42;
	text-decoration: underline;
}

.answer .moji-faq p a:hover {/*--------------------------------------------------------------------------------------------------------[色　link]-- */
	color: #5cc56f;
	text-decoration: underline;

}

/*---------------------------------------------------- */
/* Faq */
/*---------------------------------------------------- */
.faq {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.faq .waku-faq {
	padding: 10px 0 30px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.item-title {
	padding: 0 0 12px 0;
	width: 100%;
	font-size: 115%;
}

.item-title h4 {
	padding: 0 0 0 1%;
	margin: 0 0 0 0.5%;
	width: 98%;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 3px solid #dce0e3;
	font-weight: 200;
}

.item-title h4::after {/*------------------------------------------------------------------------------------------------------------------------------------------------------------[色　h4 title]-- */
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #3498db;
}

/*---------------------------------------------------- */
/* Switch */
/*---------------------------------------------------- */
.switch .menu:after {
    top: 60%;
}

/*---------------------------------------------------- */
/* Question */
/*---------------------------------------------------- */
.accordion .faq-title .icons {
	width: 4%;
}

.accordion .faq-title .icons .icon-q {
	padding: 5px 0;
	font-size: 100%;
}

.accordion .faq-title h4 {
	padding: 4px 0 0 0;
	margin: 0 0 0 1%;
	width: 95%;
}

/*---------------------------------------------------- */
/* Answer */
/*---------------------------------------------------- */
.child .answer {
	width: 98%;
}
.child .answer .icons {
	width: 4%;
}

.child .answer .icons .icon-a {
	padding: 5px 0;
	font-size: 100%;
}
.child .answer .moji-faq p {
	padding: 3px 0 0 0;
	margin: 0 0 0 1%;
	width: 95%;
}

}


/* Phone Landscape (Retina) */
@media all and (max-width: 568px) {
	
	
	div.voiceDiv1{
		width:96%;
		margin:0 auto;
		color:#FFFFFF;
	}
	
	div.voiceDiv1 h4{
		font-size:120%;
		padding-bottom:2%;
		border-bottom:#FFF 2px solid;
	}
	
	div.voiceDiv1Left{
		width:94%;
		border:#FFFFFF 1px solid;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		padding:0 2% 2% 2%;
		margin-bottom:5%;
		background: linear-gradient(-5deg, rgba(102, 102, 102, 1), rgba(0, 0, 0, 1));
	}
	
	div.voiceDiv1Right{
		width:94%;
		border:#FFFFFF 1px solid;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		padding:0 2% 2% 2%;
		margin-bottom:5%;
		background: linear-gradient(-5deg, rgba(102, 102, 102, 1), rgba(0, 0, 0, 1));
	}
	
	div.voiceDiv2{
		width:100%;
	}
	
	div.voiceDiv2Left{
		width:70%;
		text-align:center;
		margin:0 auto;
	}
	
	div.voiceDiv2Right{
		width:100%;
		padding-left:3%;
		margin-top:0;
	}
	
	div.voiceDiv2Right p{
		margin:0;
	}
	
	p.name{
		font-size:120%;
		font-weight:bold;
		border-bottom:#FFF 2px solid;
		padding-top:3%;
		padding-bottom:1%;
	}
	
	p.voiceTx{
		padding:3% 3% 3% 0;
	}
	
	div#accordionqbox{
	padding-top:5%
}
	
	
/*---------------------------------------------------- */
/* Accordion */
/*---------------------------------------------------- */
.accordion {
    padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.accordion a {
    display: block;
}

.accordion .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

.accordion .child .menu {
    background: #eaeaea;
    color: #5e5e5e;
}

.accordion .child .menu:hover {
    background: #d0d0d0;
}

.accordion .child > li {
    margin: 4px 0;
    padding: 0 16px;
    border-bottom: 1px dotted #dddddd;
}

.accordion .child > li:last-child {
    border-bottom: 0;
}

/*---------------------------------------------------- */
/* Switch */
/*---------------------------------------------------- */
.switch .menu {
    display: block;
    position: relative;
    margin: 1px 0 0;
    padding: 12px;
}

.switch .menu:after {
    position: absolute;
    right: 15px;
    margin-top: -1.2em;
    content: '>';
    font-size: 1.2em;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.switch .menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*---------------------------------------------------- */
/* faqbox */
/*---------------------------------------------------- */
.faqbox .menu {
    background: #666666;
    color: #fff;
}

.faqbox .menu:hover {
    background: #999999;
    text-decoration: none;
}
  
.accordion ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.child01 {
    border: 1px solid #eaeaea;
}

/*---------------------------------------------------- */
/* Question */
/*---------------------------------------------------- */
.accordion .faq-title {
	padding: 0;
	margin: 0;
	width: 92%;
	height: auto;
	overflow: hidden;	
}

.accordion .faq-title .icons {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline;
	float: left;
}

.accordion .faq-title .icons .icon-q {
	margin: 0;
	width: 100%;
	background-color: #000000;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.accordion .faq-title h4 {
	font-size: 110%;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
	display: inline;
	float: left;
}

/*---------------------------------------------------- */
/* Answer */
/*---------------------------------------------------- */
.child .answer {
	padding: 10px 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.child .answer .icons {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline;
	float: left;
}

.child .answer .icons .icon-a {
	margin: 0;
	width: 100%;
	background-color: #a3a3a3;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.child .answer .moji-faq p {
	font-size: 110%;
	color: #303c42;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 1.6;
	display: inline;
	float: left;
}

/*---------------------------------------------------- */
/* p */
/*---------------------------------------------------- */
.answer .moji-faq p a {
	color: #303c42;
	text-decoration: underline;
}

.answer .moji-faq p a:hover {/*--------------------------------------------------------------------------------------------------------[色　link]-- */
	color: #5cc56f;
	text-decoration: underline;
}
	
/*---------------------------------------------------- */
/* Faq */
/*---------------------------------------------------- */
.faq {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	height: auto;
}

.faq .waku-faq {
	padding: 10px 0 20px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.item-title {
	padding: 0 0 10px 0;
	width: 100%;
	font-size: 120%;
}

.item-title h4 {
	padding: 0 0 0 1%;
	margin: 0 0 0 0.5%;
	width: 98%;
	position: relative;
	padding-bottom: .2em;
	border-bottom: 2px solid #dce0e3;
	font-weight: 200;
}

.item-title h4::after {/*------------------------------------------------------------------------------------------------------------------------------------------------------------[色　h4 title]-- */
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #3498db;
}

/*---------------------------------------------------- */
/* Switch */
/*---------------------------------------------------- */
.switch .menu:after {
    top: 55%;
}

/*---------------------------------------------------- */
/* Question */
/*---------------------------------------------------- */
.accordion .faq-title .icons {
	width: 11%;
}

.accordion .faq-title .icons .icon-q {
	padding: 4px 0;
	font-size: 90%;
}

.accordion .faq-title h4 {
	padding: 3px 0 0 0;
	margin: 0 0 0 3%;
	width: 85%;
}

/*---------------------------------------------------- */
/* Answer */
/*---------------------------------------------------- */
.child .answer {
	width: 92%;
}

.child .answer .icons {
	width: 9%;
}

.child .answer .icons .icon-a {
	padding: 4px 0;
	font-size: 90%;
}
.child .answer .moji-faq p {
	padding: 2px 0 0 0;
	margin: 0 0 0 2%;
	width: 88%;
}
	

}