body {
    background: #ffffff;
}
#wrapper {
    background: #ffffff;
}
h1 {
	font-size: 316%;
	text-align: center;
}
.section p{
	font-size: 126%;
}
p.voiceprintDialRead{
	font-size: 193%;
}
.bottomNavi {
	display: none;
}

.headerTab.active {
	background-color: #ffffff !important;
	color: #009bdd !important;
}

.headerTab.active:hover {
	background-color: #009bdd !important;
	color: #ffffff !important;
}

.section p,
.section ul {
	padding-bottom: 1em;
}
.txBlue {
	color: #0398eb;
}
.containerMain {
	width: 100% !important;
}
h2{
	font-size: 285%;
}
ul.signLanguageMaruList {
	position: relative;
}
ul.signLanguageMaruList > li {
	padding-left: 1.5em;
}
ul.signLanguageMaruList > li > span.maru {
	position: absolute;
	left: 0;
}
a.voiceprintDialTelLink{
	display: block;
	width: 430px;
	margin: 0 auto;
	text-decoration: none!important;
	color: #333333!important;
}
.voiceprintDialTel{
	font-size: 24px;
	font-weight: bold;
	padding: 17px 50px 17px 45px;
	border-radius: 36px;
	box-shadow: 0 0 8px gray;
}
.voiceprintDialTel img{
	margin: 0 5px 7px 0;
}

.pcHidden{
	display: none;
}

.voiceprintDialHowtoRegister {
	display: flex;
	padding: 40px 20px;
	border: solid 1px #cccccc;
}
.voiceprintDialHowtoRegister > div {
	width: 50%;
}
.voiceprintDialHowtoRegister > div:nth-child(1) > .voiceprintDialHowtoRegisterTxWrap {
	padding-right: 20px;
}
.voiceprintDialHowtoRegister > div:nth-child(2) > .voiceprintDialHowtoRegisterTxWrap {
	padding-left: 20px;
	border-left: solid 1px #cccccc;
}
.voiceprintDialHowtoRegisterTxTtl {
	font-size: 171%;
	font-weight: bold;
	text-align: center;
}
.voiceprintDialHowtoRegisterTxWrap figure {
	padding-bottom: 18px;
}
.voiceprintDialHowtoRegisterTxWrap figure > img {
	width: 42px;
}
.voiceprintDialHowtoRegisterTxNumbering {
	position: relative;
	padding-left: 1.5em;
}
.voiceprintDialHowtoRegisterTxNum {
	position: absolute;
	top: 0;
	left: 0;
}
.voiceprintDialHowtoRegisterTxReceptionableTime {
	height: calc(2em * 1.5 + 1em);
}
.voiceprintDialHowtoRegisterTxNumbering01 {
	height: calc(2em * 1.5 + 1em + 78px);
}
.voiceprintDialHowtoRegisterTxNumbering02 {
	height: calc(3em * 1.5 + 1em);
}
.largeFontSize .voiceprintDialHowtoRegisterTxNumbering02 {
	height: calc(4em * 1.5 + 1em);
}
.voiceprintDialHowtoRegisterTxNumbering03 {
	height: calc(2em * 1.5 + 1em);
}
.voiceprintDialHowtoRegisterTxNumbering04 {
	height: calc(4em * 1.5 + 1em);
}
.voiceprintDialHowtoRegisterTxSircle {
	position: relative;
	padding-left: 1em;
}
.voiceprintDialHowtoRegisterTxSircle > .kome {
	position: absolute;
	top: 0;
	left: 0;
}
a.voiceprintDialHowtoRegisterTxBlue {
	color: #0049a3;
}

@media only screen and ( max-width: 767px ) {
	.container .containerMain{
	background: #ffffff;
	}
	p.voiceprintDialRead{
		font-size: 14px;
	}
	h1.hdgLabel {
		padding-bottom: 5px;
		font-size: 24px;
	}
	h2.hd {
		padding: 0;
		position: static;
		border-bottom: none;
		background: none;
		text-align: center;
	}
	h2{
		font-size: 22px;
	}
	.signLanguageMainVisual {
		width: 95%;
		margin: 0 auto;
	}
	a.voiceprintDialTelLink{
		width: 250px;
	}
	.voiceprintDialTel{
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0 10px 8px;
		border-radius: 36px;
		box-shadow: 0 0 8px gray;
		margin: 0 auto;
	}
	.pcHidden{
		display: block;
	}
	
	.voiceprintDialHowtoRegister {
		display: block;
		padding: 0;
		border: 0;
	}
	.voiceprintDialHowtoRegister > div {
		width: 100%;
	}
	.voiceprintDialHowtoRegister > div:nth-child(1) {
		padding-bottom: 40px;
	}
	.voiceprintDialHowtoRegister > div:nth-child(1) > .voiceprintDialHowtoRegisterTxWrap {
		padding-right: 0;
	}
	.voiceprintDialHowtoRegister > div:nth-child(2) > .voiceprintDialHowtoRegisterTxWrap {
		padding-left: 0;
		border-left: 0;
	}
	.voiceprintDialHowtoRegisterTxReceptionableTime,
	.voiceprintDialHowtoRegisterTxWrap figure,
	.voiceprintDialHowtoRegisterTxNumbering01,
	.voiceprintDialHowtoRegisterTxNumbering02,
	.voiceprintDialHowtoRegisterTxNumbering03,
	.voiceprintDialHowtoRegisterTxNumbering04 {
		height: auto;
	}
}
