@media screen and (min-width: 980px) {
	* {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		word-break: break-all;
		word-wrap: break-word;
	}

	body,
	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	form,
	fieldset,
	input,
	textarea,
	p,
	blockquote {
		margin: 0;
		padding: 0;
	}

	html {
		overflow-y: scroll;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 100%;
		font-weight: normal;
	}

	p {
		margin: 0;
	}

	ol,
	ul {
		list-style: none;
	}

	fieldset,
	img {
		border: 0;
	}

	caption,
	th {
		text-align: left;
	}

	address,
	caption,
	cite,
	code,
	dfn,
	em,
	strong,
	var {
		font-style: normal;
	}

	object {
		outline: none;
	}

	@font-face {
		font-family: 'YuGothicFix';
		src: local('Yu Gothic Medium'),
			local('Yu Gothic');
		font-weight: 500;
	}

	body,
	th,
	td {
		font-size: 16px;
		color: #666;
		line-height: 1.5;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}

	/* .pc { display:block; } */
	.sp {
		display: none;
	}

	.clearfix {
		content: '';
		display: table;
	}

	#contentsArea {
		padding-bottom: .005%;
	}

	#contentsArea img {
		vertical-align: bottom;
	}

	/*移行後は各cssに記述すること*/
	.tokutenarea {
		background: #fff;
		box-sizing: border-box;
		border: solid 0.5em #fbb9b1;
		border-radius: 10px;
		width: 92%;
		padding: 2em 3%;
		margin: 0 auto;
	}

	/*移行後は各cssに記述すること*/

	.toTop {
		display: block;
		width: 100%;
		max-width: 790px;
		margin: 1rem auto 2rem auto;
		text-align: right;
	}

	.toTop a {
		text-decoration: none;
		color: #1f84b4;
		font-size: 0.5rem;
		font-weight: 700;
	}

	.toTop a:hover {
		color: #00acff;
	}

	.noteLink {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		font-size: 87.5%;
	}

	.noteLink li {
		text-align: left;
		padding-left: 1.25em;
		text-indent: -1.25em;
	}

	.noteLink li::before {
		content: '\00203b';
		margin-right: .25em;
	}


	/* commonHeader
______________________________________________ */
	#Wrapper>header,
	.commonHeader {
		background: #efedde;
		display: block;
		height: 70px;
	}

	.commonHeaderInner .sp {
		display: none;
	}

	.commonHeaderInner {
		width: 980px;
		height: 70px;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		background: #efedde;
		display: flex;
		align-items: flex-start;
	}

	.commonHeaderInner .logotype {
		height: 60px;
		display: block;
	}

	.commonHeaderInner .logotype img {
		height: 100%;
	}

	.commonHeaderInner .siteinfo {
		display: none;
	}


	/* importDetail
______________________________________________ */
	.importDetail {
		width: 100%;
		padding-top: 2rem;
		font-size: 16px;
	}

	.importDetail .detailTitle {
		font-size: 160%;
		padding: 0 0 .5em 0;
		line-height: 1;
		margin: 0 auto 1em auto;
		font-weight: 700;
		border-bottom: 1px solid #dbdbdb;
		max-width: 790px;
		width: 790px;
		color: #006bae;
	}

	.importDetail .detailTitle:empty {
		display: none;
	}

	.importDetail .ttl-type02 {
		font-size: 1.25rem;
		font-weight: 700;
		display: block;
		line-height: 1;
		color: #565656;
		border-left: 3px solid #0068a6;
		padding-left: .5em;
		margin: 0 auto .5em auto;
		text-align: left;
		max-width: 790px;
		width: 790px;
	}

	.importDetail>table {
		margin: 0 auto 1.5rem auto;
		border-collapse: collapse;
		width: 790px;
	}

	.importDetail>table:not(.tbl-type01-plus, .tbl-type01, .tbl-type02, .tbl-type03, .tbl-type04, .tbl-type05)>tbody>tr {
		display: flex;
		margin-bottom: -1px;
		width: 100%;
	}

	.importDetail>table:not(.tbl-type01-plus, .tbl-type01, .tbl-type02, .tbl-type03, .tbl-type04, .tbl-type05)>tbody>tr>th {
		font-weight: 700;
		font-size: 1rem;
		border: solid 1px #dbdbdb;
		padding: .75em;
		text-align: left;
		flex-basis: auto;
		/* width: calc( 27% + 2px ); */
		width: 213px;
		vertical-align: top;
		margin-right: -1px;
		background: #fff;
	}

	.importDetail>table:not(.tbl-type01-plus, .tbl-type01, .tbl-type02, .tbl-type03, .tbl-type04, .tbl-type05)>tbody>th>br.pc {
		display: none;
	}

	.importDetail>table:not(.tbl-type01-plus, .tbl-type01, .tbl-type02, .tbl-type03, .tbl-type04, .tbl-type05)>tbody>td {
		font-size: 1rem;
		border: solid 1px #dbdbdb;
		padding: .75em;
		/* width: 73%; */
		width: 576px;
		vertical-align: top;
	}

	/*
.importDetail .tbl-type01 tr:first-of-type td[colspan="2"] {
	border: none;
	padding-left: 0;
}
*/
	.component>div {
		border: solid 1px #dbdbdb;
		padding: .75em;
	}

	.component>div>dl {
		display: table;
		width: 100%;
		margin: auto;
	}

	.component>div>dl.bb {
		border-bottom: 1px solid #ddd;
		padding-bottom: .5em;
		margin-bottom: .5em;
	}

	.component>div>dl dt {
		flex-basis: auto;
		width: 50%;
		padding: .25em;
		display: table-cell;
	}

	.component>div>dl dd {
		flex-basis: auto;
		padding: .25em;
		display: table-cell;
	}

	.component>div>dl dt::after {
		content: '��';
		display: inline-block;
		flex-grow: 1;
		text-align: right;
	}

	.importDetail table+div:not([class]) {
		margin: 2rem auto 1.5rem auto;
		max-width: 790px;
		width: 100%;
	}

	.importDetail table+div .fs16 {
		border: solid 1px #dbdbdb;
		padding: .75em;
	}

	.importDetail table+div .fs16 strong {
		font-weight: 400;
	}

	.howto-list {
		padding: 1rem 0 1rem 1rem;
		max-width: 790px;
		width: 100%;
		margin: auto;
	}

	.howto-list li {
		text-indent: -1em;
		margin-bottom: .5em;
	}

	.howto-list li:first-letter {
		display: none;
	}

	.outtxt {
		max-width: 790px;
		width: 100%;
		display: block;
		margin: auto;
	}

	table+.outtxt {
		margin-top: -1rem;
		margin-bottom: 1.5rem;
	}

	#info,
	#howto,
	#howto2 {
		width: 100%;
		max-width: 780px;
		margin: 0 auto 34px auto;
		padding: 0;
		background: #fff;
	}


	/* freedial
______________________________________ */
	#freedial {
		width: 100%;
		max-width: 790px;
		margin: 0 auto;
		padding: 1.5em;
		border: 1px solid #dbdbdb;
	}

	#freedial h4 {
		color: #597ea0;
		font-size: 1.2rem;
		font-weight: bold;
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
	}

	#freedial p {
		margin-bottom: 0;
	}

	#freedial .note li {
		padding-top: 0.5em;
		list-style: none;
	}

	#freedial .note li:before {
		content: '\00203b';
		width: 1em;
		height: 1em;
	}

	#globalFooter {
		width: 100%;
		min-width: 980px;
		text-align: center;
		/* padding: 0 !important; */
		/* 追従要素分高さ引き上げ */
		padding: 0 0 140px !important;
		margin: 0 !important;
	}

	.footerLine {
		width: 100%;
	}

	.footerLine.alpha {
		background: #0096e0;
		display: block;
		margin: auto;
	}

	.footerLine.alpha .footerInner {
		width: 100%;
		max-width: 780px;
		margin: auto;
	}

	.footerLine.alpha ul {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		font-size: .75rem;
	}

	.footerLine.alpha ul li {
		position: relative;
	}

	.footerLine.alpha ul li:not(:first-of-type) a::before {
		content: '';
		display: inline-block;
		height: 1.25rem;
		width: 1px;
		position: absolute;
		left: 0;
		top: calc(50% - (1.25rem / 2));
		border-left: 1px solid #fff;
	}

	.footerLine.alpha ul li a {
		display: block;
		padding: .75rem 1.5rem;
		color: #fff;
		text-decoration: underline;
	}

	.footerLine.alpha ul li a:hover {
		text-decoration: none;
	}

	.footerLine.beta {
		display: none;
	}

	.footerLine.gamma {
		background: #fff;
		margin: auto;
	}

	.footerLine.gamma .footerInner {
		display: flex;
		width: 100%;
		max-width: 980px;
		margin: auto;
	}

	.footerLine.gamma ul {
		margin: auto;
		display: inline-flex;
		width: 45%;
		justify-content: space-between;
		font-size: .75rem;
	}

	.footerLine.gamma ul li {
		position: relative;
		white-space: nowrap;
	}

	.footerLine.gamma ul li:first-of-type {
		padding: .5rem 1rem;
	}

	.footerLine.gamma ul li a {
		display: block;
		padding: .5rem 1.25rem;
		text-decoration: underline;
		color: #0096e0;
	}

	.footerLine.gamma ul li:nth-of-type(2) a::before {
		content: '';
		display: inline-block;
		height: 1rem;
		width: 1px;
		position: absolute;
		left: 0;
		top: calc(50% - (1rem / 2));
		border-left: 1px solid #333;
	}

	.footerLine.gamma ul li a::after {
		content: url(../img/ico-blank.png);
		margin-left: .25rem;
	}

	.footerLine.gamma ul li a:hover {
		text-decoration: none;
	}

	.footerLine.gamma .copyright {
		flex-grow: 1;
		text-align: right;
		padding: .5rem 0;
	}


	/* modal common
________________________________________________________ */
	.modal {
		z-index: 100000 !important;
	}

	.modalClose {
		z-index: 100001 !important;
	}

	.knockOut {
		z-index: 40000 !important;
	}

	.knockOut {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .75);
	}

	.modalBtn {
		max-width: 1100px;
	}

	.modal {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		max-width: calc(960px + 17px);
		padding: 0;
		margin: 2% auto;
		opacity: 0;
		visibility: hidden;
		transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.modal .modalInner {
		display: block;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #fff;
		padding: 10px;
		border-radius: 7px;
	}

	.modal.mopen {
		opacity: 1;
		visibility: visible;
		transition: all 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.modalClose {
		text-align: center;
		cursor: pointer;
		display: block;
		position: absolute;
		top: -8px;
		right: -8px;
		width: 24px;
		height: 24px;
		background: #212626;
		border-radius: 50%;
		border: 1px solid #fff;
		box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, .5);
	}

	.modalClose::before,
	.modalClose::after {
		content: '';
		display: block;
		font-size: 0%;
		height: 2px;
		width: 60%;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
	}

	.modalClose::before {
		transform: rotate(45deg);
	}

	.modalClose::after {
		transform: rotate(-45deg);
	}



	/* red line */
	footer.recommend {
		width: 1100px;
		display: block;
		margin: 40px auto 0 auto;
		text-align: center;
		border: 10px solid #c00300;
		background: #fff8e9;
		z-index: 0;
		padding: 16px 0 10px 0;
	}

	/* yellow grad line */
	/*
footer.recommend {
	width: 1100px;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	background: transparent;
	z-index: 0;
	padding: 16px 0 10px 0;
}
footer.recommend::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 5px;
	margin: 0 auto;
	width: calc( 100% - 10px );
    height: calc( 100% - 10px );
    background: linear-gradient(to bottom, #fff5c0, #f0d56a, #fff5c0);
}
footer.recommend::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 8px;
	margin: 0 auto;
	width: calc( 100% - 16px );
	height: calc( 100% - 16px );
	background: #fff;
}
*/



	/* new style
______________________________________ */
	.tbl-type01 {
		width: 100%;
		margin-bottom: 30px;
		border-top: 1px solid #eeeeee;
		border-collapse: collapse;
	}

	.tbl-type01 th {
		width: 200px;
		white-space: nowrap;
		padding: 15px 25px;
		text-align: left;
		font-size: 16px;
		background: #f6f6f6;
		vertical-align: top;
		border-bottom: 1px solid #eeeeee;
	}

	.tbl-type01 td {
		padding: 15px 25px;
		text-align: left;
		font-size: 16px;
		vertical-align: top;
		border-bottom: 1px solid #eeeeee;
	}

	.tbl-type01-plus {
		border-top: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
		border-collapse: collapse;
		margin-bottom: 30px;
		width: 100%;
	}

	.tbl-type01-plus>thead>tr>th,
	.tbl-type01-plus>tbody>tr>th,
	.tbl-type01-plus>thead>tr>td,
	.tbl-type01-plus>tbody>tr>td {
		border-bottom: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
		font-size: 16px;
		padding: 15px 25px;
		text-align: left;
		vertical-align: top;
	}

	.tbl-type01-plus>thead>tr>td>*:last-child,
	.tbl-type01-plus>tbody>tr>td>*:last-child {
		margin-bottom: 0 !important;
	}

	.tbl-type01-plus>thead>tr>th,
	.tbl-type01-plus>tbody>tr>th {
		background: #f6f6f6;
		width: 200px;
		white-space: nowrap;
	}

	.tbl-type02 {
		width: 100%;
		margin-bottom: 30px;
		border-collapse: collapse;
	}

	.tbl-type02 th {
		width: 225px;
		padding: 25px 10px 25px 0px;
		text-align: left;
		font-size: 16px;
		vertical-align: top;
		border-bottom: 1px solid #dcdcdc;
	}

	.tbl-type02 td {
		padding: 25px 0px;
		text-align: left;
		font-size: 16px;
		vertical-align: top;
		border-bottom: 1px solid #dcdcdc;
	}

	.tbl-type02 td p {
		margin-bottom: 10px;
	}

	.tbl-type02 td .notes {
		margin-bottom: 10px;
	}

	.tbl-type02 td .notes li {
		margin-bottom: 5px;
		text-indent: -1em;
		padding-left: 1em;
	}

	.tbl-type02 td .small {
		font-size: 12px !important;
	}

	.tbl-type02 td p.notes {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.tbl-type03 {
		width: 100%;
		margin-bottom: 30px;
		border-top: 1px solid #eeeeee;
		border-collapse: collapse;
	}

	.tbl-type03 thead th {
		width: 200px;
		white-space: nowrap;
		padding: 15px 15px;
		text-align: left;
		font-size: 16px;
		background: #f6f6f6;
		vertical-align: top;
		border-bottom: 1px solid #eeeeee;
	}

	.tbl-type03 td {
		padding: 15px 15px;
		text-align: left;
		font-size: 16px;
		vertical-align: top;
		border-bottom: 1px solid #eeeeee;
	}

	.tbl-type04 {
		width: 100%;
		border-collapse: collapse;
		border-top: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
		table-layout: fixed;
	}

	.tbl-type04 th,
	.tbl-type04 td {
		border-bottom: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
		font-size: 16px;
		padding: 15px 25px;
		text-align: left;
		vertical-align: top;
	}

	.tbl-type04 th {
		background: #f6f6f6;
		white-space: nowrap;
		text-align: center;
		vertical-align: middle;
	}

	.tbl-type05 {
		width: 100%;
		margin-bottom: 30px;
		border-collapse: collapse;
	}

	.tbl-type05>thead>tr>th,
	.tbl-type05>tbody>tr>th,
	.tbl-type05>thead>tr>td,
	.tbl-type05>tbody>tr>td {
		border-bottom: 1px solid #eeeeee;
		font-size: 16px;
		padding: 10px;
	}



	.id-badge {
		border: 1px solid #232323;
		display: inline-block;
		font-size: 0.85em;
		padding: 0 0.25em;
		margin: 0 0.25em;
	}

	.id-badge2 {
		border: 1px solid #232323;
		display: inline-block;
		font-size: 0.65em;
		padding: 0 0.25em;
		margin: 0 0.25em;
		vertical-align: middle;
	}

	/*新ヘッダー用
______________________________________ */
	#tCommonHeader>div {
		/* width: 1200px; */
		max-width: 1200px;
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding: 14px 0 0;
		box-sizing: border-box;
	}

	#tCommonHeader img {
		width: 188px;
	}

	#tCommonHeader {
		position: relative;
		z-index: 1000;
		/* max-width: 1200px; */
		width: 100%;
		min-width: 900px;
		background: #fff;
		box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
	}
}