@charset "Shift_JIS";

img {
	max-width: 100%;
}

/*header*/

#mainHeader {
	padding: 10px 0 10px 0;
	text-align: left;
}

#mainHeader h1 {
	position: relative;
	margin: 0 0;
	text-align: left;
	max-width: 1000px;
}

#mainHeader .inner {
	margin: 0 auto;
	width: 90%;
}

#logo {
	width: 32%;
}

#frame h1, h2, p, a, li {
	color: #333;
}

.hdType_01 {
	background: none;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

.hdType_01 span {
	color: #EF8200;
}

.h1box p {
	font-size: 0.75rem;
}

.h1box {
	display: flex;
	justify-content: center;
}

.h1box .inner {
	display: block;
}

/*content*/

#contentInner {
	margin: 0 auto;
}

#tab {
	position: relative;
	text-align: center;
}

#tab:after {
	bottom: 0;
	border-bottom: #D6D6D7 solid 1px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#tab:before {
	z-index: 1;
}

#tab li {
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	display: inline-block;
	font-size: 0.75rem;
	padding: 5.5px 15px;
	position: relative;
	width: 153px;
	z-index: 0;
}

#tab li.current {
	background: #F7F7F7;
	border: #D6D6D7 solid 1px;
	border-bottom: none;
	color: #EF8200;
	margin-right: 2.6vw;
	z-index: 2;
}

#tab a {
	text-decoration: none;
}

#tab .link {
	background: #D6D6D7;
	border: #fff solid 1px;
	border-bottom: none;
	color: #727171;
}

#tab_contents {
	margin: 0 auto;
}

.anchorlink {
	bottom: 0;
	display: flex;
	height: 60px;
	justify-content: space-around;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.anchorlink li {
	align-items: center;
	background: #5393AE;
	border-right: #fff solid 1px;
	display: flex;
	font-size: 1rem;
	justify-content: center;
	width: 100%;
}

.anchorlink li span {
	font-size: 0.75rem;
}

.anchorlink li:last-child {
	border-right: none;
}

.anchorlink a {
	align-items: center;
	color: #fff;
	display: flex;
	text-decoration: none;
}

a:hover, a:hover span:hover {
    color: #fff;
}

.anchorlink li img {
	margin-right: 0.5rem;
}

.bg_gray {
	background: #F7F7F7;
}

.col {
	margin: 0 auto;
	padding: 30px 28px 10px;
}

.col h2 {
	font-size: 1rem;
	letter-spacing: -1px;
	text-align: center;
}

.col h2::after {
	border-bottom: #0095B2 solid 2.124px;
	content: '';
	display: block;
	margin: 8px auto 22px;
	max-width: 100px;
}

.col p.sub {
	font-size: 0.875rem;
	text-align: center;
}

.col .caption {
	text-align: center;
}

.col ul.cap {
	display: inline-block;
	font-size: 0.75rem;
	padding-left: 1em;
	margin-bottom: 30px;
	text-align: left;
	text-indent: -1em;
}

.col .step {
	justify-content: space-between;
	padding-bottom: 50px;
}

.col .step .txt {
	display: block;
}

.col .step .txt img {
	display: block;
	margin: 0 auto 14px;
}

.col .step .txt p {
	font-size: 1rem;
	font-feature-settings: "palt";
}

.col .step .txt a {
	color: #39489D;
}

.col .step .txt span {
	color: #E60012;
}

.col .step .txt .sub {
	color: #333;
	font-size: 0.75rem;
}

.col .step .txt ol {
	font-size: 0.75rem;
	margin: 2em 0;
	padding-left: 1em;
	text-indent: -1em;
}

.col .step .txt .cap {
	font-size: 0.75rem;
}

/*footer*/

#footerSp {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.n-g-footer-nav {
	border-top: 2px solid #0099B3;
	font-size: 12px;
	margin: 0;
}

.n-g-footer-nav>ul>li {
	border-bottom: 1px solid #DDD;
}

.n-g-footer-nav>ul>li>a {
	display: block;
	line-height: 1.25;
	padding: 15px 30px 10px 10px;
	position: relative;
	text-decoration: none;
}

.n-g-footer-nav>ul>li>a>img {
	width: 8px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}

.n-g-footer-text {
	font-size: 10px;
	line-height: 1.5;
	padding: 10px 10px;
}

.n-g-footer-text p {
	margin: 0;
}

.n-g-footer-copyright {
	background: #0099B3;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 10px 70px;
	text-align: center;
}

.pageTop {
	display: none;
}

.goTop {
	display: block;
	width: 8%;
	font-size: 0;
	line-height: 0;
	bottom: 70px;
	position: fixed;
	right: 10px;
	opacity: .8;
}

#footerArea {
	display: none;
}