@media screen and (min-width:769px){
	html { font-size: 62.5%;}

	*,
	::before,
	::after {
	  box-sizing: inherit;
	}

	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size: 1.0rem;
		color: #000000;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	}

	#main {
	    padding: 20px 0 0;
	}
	#commonSectionArea {
	    width: 100%;
	    max-width: 1140px;
	    padding: 0 10px;
	    margin: 0 auto;
	    line-height: 1.4;
	}
	.commonSection {
	    font-size: 14px;
	    margin-bottom: 40px;
	}

	/**************************************
	staticSection
	**************************************/

	#commonSectionArea,
	#reqPassArea .popUpForm{
		width: 100%;
		max-width: 1140px;
		padding: 0 10px;
		margin: 0 auto;
		line-height: 1.4;
	}

	.commonSection{
		font-size: 14px;
		margin-bottom: 40px;
	}

	.numList{
		display: block;
		padding-left: 1.5em;
		list-style-type: decimal;
		list-style-position:outside;
	}
	.numList > li{
		margin-bottom: 10px;
	}

	.circleList{
		display: block;
		list-style-type: disc;
		list-style-position:outside;
		padding-left: 1.5em;
	}
	.circleList > li{
		margin-bottom: 10px;
	}

	.numList .circleList,
	.circleList .numList{padding-top: 20px;}

	.borderBox{
		display: block;
		padding: 20px;
		border: 1px solid #d2d2d2;
	}

	.borderBox.half{
		max-width: 520px;
	}

	.contctAddr{
		margin-bottom: 10px;
	}

	.contctAddr > dt{
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.contctAddr > dd{margin-bottom: 10px;}

	.waitText{
		font-weight: 700;
	}

	.contctAddr + .waitText{
		margin-bottom: 10px;
		padding-top: 10px;
		border-top: 1px dotted #d2d2d2;
	}

	.updateCopy{
		text-align: right;
		padding: 20px 0 40px;
		font-size: 14px;
		line-height: 1.6;
	}


	#mainWrap .ttlMain, #main .ttlMain {
	    display: block;
	    text-align: left;
	    margin: 0 auto 25px auto;
	    font-size: 28px;
	    color: #000000;
	    font-weight: 700;
	}
	
	#mainWrap .subttl {
	    margin-bottom: 20px;
	    overflow: inherit;
	    font-size: 14px;
	    font-weight: 700;
	    text-align: left;
	    color: #000000;
	}
	.numList {
	    display: block;
	    padding-left: 1.5em;
	    list-style-type: decimal;
	    list-style-position: outside;
	}
	.numList > li {
	    margin-bottom: 10px;
	}
	ol, ul {
	    list-style: none;
	}
		.btnTextBoxList {
		    padding: 0 calc(30 * (100vw / 1120));
	}
	.btnTextBoxList {
	    display: block;
	    width: 100%;
	    padding: 0 30px;
	    border: 1px solid #dbdbdb;
	    margin-bottom: 40px;
	}
	.btnTextBoxList > .helpMenuTitle {
	    display: table;
	    width: 100%;
	    padding: 30px 0;
	    border-bottom: 1px dotted rgba(255,255,255,0);
	}
	.btnTextBoxList > dl {
	    display: table;
	    width: 100%;
	    padding: 30px 0;
	    border-bottom: 1px dotted #d2d2d2;
	}
	.btnTextBoxList > dl > dt {
	    display: table-cell;
	    width: 60%;
	    font-size: 14px;
	    vertical-align: middle;
	    text-align: left;
	    padding-left: 20px;
	    line-height: 1.4;
	}
	.btnTextBoxList > dl > dt > span {
	    display: block;
	    width: 100%;
	    font-size: 16px;
	    font-weight: 700;
	    margin-bottom: 10px;
	}
}



@media screen and (max-width:768px){

	html { font-size: calc(.78125vw + 7.5px);}

	@media(max-width: 320px) {
	  html {
	    font-size: 62.5%;
	  }
	}

	@media(min-width: 768px) {
	  html {
	    font-size: 100%;
	  }
	}

	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size: 1.0rem;
		color: #000000;
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	}

	*, ::before, ::after {
	    box-sizing: inherit;
	}
	ol, ul {
	    list-style: none;
	}
	#wrapper {
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	}
	#main {
	    padding: calc(10 * (100vw / 320)) 0 0;
	}
	#commonSectionArea {
	    width: 100%;
	    margin: calc(10 * (100vw / 320)) auto;
	    padding: 0 0%;
	    line-height: 1.4;
	}
	.commonSection {
	    font-size: 1.4rem;
	    margin-bottom: calc(25 * (100vw / 320));
	}
	/**************************************
	staticSection
	**************************************/

	#commonSectionArea{
		width: 100%;
		margin: calc(10 * (100vw / 320)) auto;
		padding: 0 3%;
		line-height: 1.4;
	}

	.commonSection{
		font-size: 1.4rem;
		margin-bottom: calc(25 * (100vw / 320));
	}

	.numList{
		display: block;
		padding-left: 1.5em;
		list-style-type: decimal;
		list-style-position:outside;
	}
	.numList > li{
		margin-bottom: calc(10 * (100vw / 320));
	}

	.circleList{
		display: block;
		list-style-type: disc;
		list-style-position:outside;
		padding-left: 1.5em;
	}
	.circleList > li{
		margin-bottom:  calc(10 * (100vw / 320));
	}

	.numList .circleList,
	.circleList .numList{padding-top: calc(10 * (100vw / 320));}

	.borderBox{
		display: block;
		padding:  calc(10 * (100vw / 320));
		border: 1px solid #d2d2d2;
	}


	.contctAddr{
		margin-bottom: calc(10 * (100vw / 320));
	}

	.contctAddr > dt{
		font-size: 1.6rem;
		font-weight: 700;
		margin-bottom: calc(10 * (100vw / 320));
	}

	.contctAddr > dd{margin-bottom: 10px;}

	.waitText{
		font-weight: 700;
	}

	.contctAddr + .waitText{
		margin-bottom:  calc(10 * (100vw / 320));
		padding-top:  calc(10 * (100vw / 320));
		border-top: 1px dotted #d2d2d2;
	}

	.updateCopy{
		text-align: right;
		padding:  calc(20 * (100vw / 320)) 0;
		line-height: 1.6;
		font-size: 1.4rem;
	}

	#mainWrap .ttlMain {
	    display: block;
	    text-align: left;
	    margin: 0 auto calc(15 * (100vw / 320)) auto;
	    font-size: 2.0rem;
	    line-height: 1.3;
	    color: #000000;
	    font-weight: 700;
	}
	#mainWrap .subttl {
	    margin-bottom: calc(15 * (100vw / 320));
	    font-size: 1.6rem;
	    font-weight: 700;
	    text-align: left;
	    color: #000000;
	    overflow: inherit;
	}
	.numList {
	    display: block;
	    padding-left: 1.5em;
	    list-style-type: decimal;
	    list-style-position: outside;
	}
	.numList > li {
	    margin-bottom: calc(10 * (100vw / 320));
	}
	.circleList {
	    display: block;
	    list-style-type: disc;
	    list-style-position: outside;
	    padding-left: 1.5em;
	}
	.btnTextBoxList {
	    display: block;
	    width: 100%;
	    padding: 0;
	    margin-bottom: calc(25 * (100vw / 320));
	    border-top: 1px solid #dbdbdb;
	}
	.btnTextBoxList > .helpMenuTitle {
	    border-bottom: 1px dotted rgba(255,255,255,0);
	}
	.btnTextBoxList > dl {
	    display: block;
	    width: 100%;
	    padding: calc(20 * (100vw / 320)) 0;
	    border-bottom: 1px dotted #d2d2d2;
	}
	.btnTextBoxList > dl > dt {
	    display: block;
	    font-size: 1.6rem;
	    line-height: 1.4;
	    letter-spacing: -0.015em;
	    text-align: left;
	}
	.btnTextBoxList > dl > dt > span {
	    font-weight: 700;
	    display: block;
	    margin-bottom: calc(10 * (100vw / 320));
	}

}
