/********** common **********/
html, body {
	overflow-x: hidden;
	word-wrap: keep-all;
}

body {
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 28px;
	font-weight: 500;
	width: 100%;
	max-width: 2000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

section {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

img {
	vertical-align: top;
}

header {
	padding-bottom: 15px;
	display: flex;
	position: relative;
}

header .tel {
	margin: 20px 0 0 740px;
	display: flex;
}

header .tel li:first-child {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: bold;
}

header .tel li:first-child span {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 0 10px;
	display: block;
	letter-spacing: 1px;
}

header .tel li:nth-child(2) {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	color: #1d4e89;
	margin: 5px 0 0 15px;
	font-weight: bold;
}

header .tel li:nth-child(2) img {
	vertical-align: baseline;
}

header .tel li:last-child {
	display: none;
}

header .menu {
	margin-left: 900px;
	position: fixed;
	top: 12px;
	left: 50%;
	z-index: 9;
	cursor: pointer;
}

header .menu img {
	width: 70px;
}

nav {
	overflow: hidden;
	top: 0;
	z-index: 11;
	transition: all .5s;
}

nav .close {
	width: 100%;
	margin: 0 auto;
}

nav .close .close-box {
	width: 60px;
	height: 80px;
	position: relative;
	cursor: pointer;
}

nav .close .close-box span {
	background: #fff;
	width: 60px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 45px;
}

nav .close .close-box span:first-child {
	transform: rotate(45deg);
}

nav .close .close-box span:last-child {
	transform: rotate(-45deg);
}

nav .menu-box {
	margin-top: 40px;
}

nav .menu-box div {
	font-size: 20px;
	font-weight: bold;
	margin-top: 16px;
	padding-left: 80px;
}

nav .menu-box div a {
	color: #fff;
	width: 100%;
	padding: 10px 0;
	display: block;
}

.breadcrumb {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 20px;
	font-weight: normal;
	width: 1400px;
	margin: 30px auto 80px;
	line-height: 1.4;
}

.breadcrumb a {
	color: #000;
	text-decoration: underline;
}

footer {
	padding: 50px 0;
}

footer .logo {
	width: 471px;
	margin: 0 auto;
}

footer .logo img {
	width: 100%;
}

footer .copy {
	font-size: 14px;
	font-weight: normal;
	margin-top: 30px;
	text-align: center;
}

@media screen and (min-width: 801px) {
	header h1 {
		padding: 10px 0 0 50px;
	}

	.nav-box {
		width: 2000px;
		margin: auto;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
	}

	nav {
		background: #40a5ea;
		width: 500px;
		height: 100vh;
		max-height: 1000px;
		position: absolute;
		right: -100%;
	}

	nav.open {
		right: 0;
	}

	nav .close .close-box {
		margin: 0 30px 0 auto;
	}

	nav .menu-box {
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 801px) and (max-width: 2000px) {
	header {
		padding-bottom: 0.75vw;
	}

	header h1 {
		padding: 0.5vw 0 0 2.5vw;
	}

	header h1 img {
		width: 23.55vw;
	}

	header .tel {
		margin: 1vw 0 0 40vw;
	}

	header .tel li:first-child {
		font-size: 1.5vw;
		letter-spacing: 0.1vw;
	}

	header .tel li:first-child span {
		font-size: 0.9vw;
		padding: 0.25vw 0 0 0.5vw;
		letter-spacing: 0.05vw;
	}

	header .tel li:nth-child(2) {
		font-size: 2.5vw;
		margin: 0.25vw 0 0 0.75vw;
	}

	header .tel li:nth-child(2) img {
		width: 2.95vw;
	}

	header .menu {
		margin-left: 45vw;
		top: 0.6vw;
	}

	header .menu img {
		width: 3.5vw;
	}

	.nav-box {
		width: 100vw;
	}

	nav {
		width: 25vw;
		max-height: 50vw;
	}

	nav .close .close-box {
		width: 3vw;
		height: 4vw;
		margin: 0 2.5vw 0 auto;
	}

	nav .close .close-box span {
		width: 3vw;
		height: 0.4vw;
		top: 2.25vw;
	}

	nav .menu-box {
		margin-top: 2vw;
		padding-bottom: 2vw;
	}

	nav .menu-box div {
		font-size: 1vw;
		margin-top: 1vw;
		padding-left: 4vw;
	}

	nav .menu-box div a {
		padding: 0.5vw 0;
	}

	.breadcrumb {
		font-size: 1vw;
		width: 70vw;
		margin: 1.5vw auto 4vw;
	}

	footer {
		padding: 2.5vw 0;
	}

	footer .logo {
		width: 23.55vw;
	}

	footer .copy {
		font-size: 0.7vw;
		margin-top: 1.5vw;
	}
}

@media screen and (max-width: 800px) {
	header {
		justify-content: space-between;
		padding-bottom: 1vw;
	}

	header h1 {
		padding-left: 1.25vw;
	}

	header h1 img {
		width: 66.25vw;
	}

	header .tel {
		margin: 1vw 0 0 -5vw;
	}

	header .tel li:first-child,
	header .tel li:nth-child(2) {
		display: none;
	}

	header .tel li:last-child {
		display: block;
		margin-right: 4px;
	}

	header .tel li:last-child img {
		width: 9.875vw;
	}

	header .menu {
		margin-left: 37.5vw;
		top: 1vw;
	}

	header .menu img {
		width: 9.875vw;
	}

	nav {
		background: rgba(61,164,234,.9);
		width: 100%;
		height: 100%;
		margin: auto;
		padding-bottom: 6.25vw;
		overflow-y: auto;
		position: fixed;
		left: 100%;
		right: 0;
	}

	nav.open {
		left: 0;
	}

	nav .close .close-box {
		height: 11.25vw;
		margin-left: 87.5vw;
	}

	nav .close .close-box span {
		width: 10vw;
		height: 1vw;
		top: 5.625vw;
	}

	nav .menu-box {
		margin-top: 10vw;
		padding-bottom: 15vw;
		overflow-y: auto;
	}

	nav .menu-box div {
		font-size: 4.75vw;
		margin-top: 5vw;
		padding-left: 10vw;
	}

	nav .menu-box div a {
		padding: 1.25vw 0;
	}

	.breadcrumb {
		font-size: 3.25vw;
		width: 90%;
		margin: 0 auto 5vw;
	}

	footer {
		margin-bottom: 13.375vw;
		padding: 2.5vw 0;
	}

	footer .logo {
		width: 54vw;
	}

	footer .copy {
		font-size: 3.25vw;
		margin-top: 1.25vw;
	}
}
/********** /common **********/

/********** top **********/
#top {
	font-weight: 900;
}

#main-visual {
	background: url(../images/bg_top_mainvisual.jpg) no-repeat;
	background-size: 100%;
	width: 2000px;
	height: 872px;
	padding-top: 60px;
	position: relative;
}

#main-visual .box {
	background: url(../images/bg_top_mainvisual_inner.png) no-repeat;
	background-size: 100%;
	width: 1435px;
	height: 492px;
	margin: 0 auto;
	padding-top: 200px;
	text-align: center;
}

#main-visual .box h2 {
	font-size: 60px;
	color: #fff;
	margin-left: -130px;
	letter-spacing: 0.05em;
}

#main-visual .box h2 span {
	font-size: 70px;
}

#main-visual .box p {
	font-size: 42px;
	color: #fff;
	margin: 40px 0 0 -130px;
	line-height: 1.7;
}

#main-visual .box .note {
	font-size: 0.7vw;
	margin: -6px 0 0;
	width: 84%;
	text-align: right;
}

#main-visual .box p span.big {
	font-size: 52px;
}

#main-visual .box p span.yellow {
	color: #feff85;
}

#main-visual .box p span.ul {
	text-decoration: underline 3px;
	text-underline-offset: 10px;
}

#main-visual .box p br:first-of-type {
	display: none;
}

#pc-only {
	width: 2000px;
	margin: 0 auto;
	position: fixed;
	bottom: 142px;
	z-index: 3;
}

#pc-only .inner {
	width: 440px;
	position: absolute;
	right: 30px;
	top: 0;
}

#pc-only .inner ul {
	display: flex;
	position: relative;
}

#pc-only .inner ul li {
	text-align: center;
}

#pc-only .inner ul li {
	background: #78c752;
	width: 420px;
}

#pc-only .inner ul li a {
	padding: 20px 0;
	display: block;
}

#pc-only .inner ul li p {
	font-size: 36px;
	color: #fff;
	margin-top: 10px;
}

#pc-only .inner ul li img {
	width: 54px;
	vertical-align: middle;
}

#pc-only .inner ul li div {
	font-size: 36px;
	color: #fefb03;
}

#pc-only .inner ul li div span {
	vertical-align: middle;
	animation: flash 4s linear infinite;
}

#pc-only .inner .close {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	background: #7bc4d0;
	width: 70px;
	height: 70px;
	padding-top: 12px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	right: -30px;
	top: -30px;
	cursor: pointer;
}

#top #line-01 {
	width: 100%;
	margin-top: 30px;
}

#top #line-01 .box-01 {
	color: #272727;
	background: url(../images/bg_top_line_01_box_01.jpg) no-repeat;
	background-size: 100%;
	width: 1990px;
	height: 660px;
	padding-top: 80px;
}

#top #line-01 .box-01 h3 {
	font-size: 38px;
	margin-left: 390px;
	text-decoration: underline;
}

#top #line-01 .box-01 p {
	font-size: 18px;
	width: 670px;
	margin: 70px 0 0 310px;
	line-height: 1.7;
}

#top #line-01 .box-01 p span.big {
	font-size: 25px;
	line-height: 1;
}

#top #line-01 .box-01 p span.bg {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(254, 248, 178, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: all 1.5s;
}

#top #line-01 .box-01 p span.fade {
	background-position: -100% 0;
}

#top #line-01 .box-02 {
	background: url(../images/bg_top_line_01_box_02.jpg) no-repeat;
	background-size: 100%;
	width: 1958px;
	height: 693px;
	margin: 30px 0 0 42px;
	padding-top: 20px;
}

#top #line-01 .box-02 h3 {
	font-size: 38px;
	color: #feff85;
	margin-left: 1080px;
	line-height: 1.4;
	text-decoration: underline;
}

#top #line-01 .box-02 h3 span {
	font-size: 46px;
}

#top #line-01 .box-02 p {
	font-size: 18px;
	color: #fff;
	width: 640px;
	margin: 30px 0 0 980px;
	line-height: 1.5;
}

#top #line-01 .box-02 p span.ul {
	text-decoration: underline;
}

#top #line-01 .box-02 p span.big {
	font-size: 25px;
	color: #5399a5;
	background: #fff;
	margin-bottom: 15px;
	padding: 5px 5px 5px 0;
	display: inline-block;
}

#top #line-01 .box-02 p span.big:nth-of-type(5) {
	margin-bottom: 20px;
}

#top #line-01 .box-02 p span.bg {
	background: #4b94a0;
	padding: 0 1em;
}

#top #line-01 .text-01 {
	font-size: 38px;
	width: 1325px;
	margin: 70px auto 0;
	position: relative;
}

#top #line-01 .text-01::before {
	content: '';
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(254, 248, 178, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	width: 1325px;
	height: 25px;
	display: block;
	position: absolute;
	left: 0;
	top: 55%;
	z-index: -1;
	transition: all 1.5s;
}

#top #line-01 .text-01.fade::before {
	background-position: -100% 0;
}

#top #line-01 .text-01 span.big {
	font-size: 46px;
}

#top #line-01 .text-02 {
	font-size: 18px;
	margin-top: 50px;
	text-align: center;
	line-height: 2.2;
}

#top #line-01 .text-02 span {
	text-decoration: underline;
}

#top h3.sub-title {
	font-size: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#top h3.sub-title::before,
#top h3.sub-title::after {
	content: "";
	border-top: #000 1px solid;
	width: 500px;
}

#top h3.sub-title::before {
	margin-right: 40px;
}

#top h3.sub-title::after {
	margin-left: 40px;
}

#top h3.sub-title p {
	text-align: center;
	line-height: 0.7;
}

#top h3.sub-title p span {
	font-size: 20px;
	color: #7bc4d0;
}

#top #line-02 {
	background: url(../images/bg_top_line_02.jpg) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 615px;
	margin-top: 80px;
	padding-top: 90px;
}

#top #line-02 ul {
	width: 1400px;
	margin: 30px auto 0;
	display: flex;
}

#top #line-02 ul li {
	width: 402px;
	height: 401px;
	visibility: hidden;
}

#top #line-02 ul li:first-child {
	font-size: 22px;
	background: url(../images/top_line_02_01.png) no-repeat;
	background-size: 100%;
	padding-top: 220px;
	text-align: center;
	line-height: 1.9;
	animation-duration: 1.5s;
}

#top #line-02 ul li:nth-child(2) {
	font-size: 28px;
	background: url(../images/top_line_02_02.png) no-repeat;
	background-size: 100%;
	margin-left: 97px;
	padding-top: 220px;
	text-align: center;
	line-height: 1.5;
	animation-duration: 1.5s;
	animation-delay: .6s;
}

#top #line-02 ul li:last-child {
	font-size: 28px;
	background: url(../images/top_line_02_03.png) no-repeat;
	background-size: 100%;
	margin-left: 97px;
	padding-top: 220px;
	text-align: center;
	line-height: 1.5;
	animation-duration: 1.5s;
	animation-delay: 1.2s;
}

#top #line-02 ul li.fadeInLeft {
	visibility: visible;
}

#top #line-03 {
	padding-top: 80px;
}

#top #line-03 .line-03-cap {
	font-size: 0.9vw;
	text-align: center;
	margin-top: 1em;
	animation: flash 4s linear infinite;
	color: #f00;
}

#top #line-03 ul {
	width: 1000px;
	margin: 80px auto 0;
	display: flex;
	align-items: center;
}

#top #line-03 ul li:first-child {
	width: 330px;
}

#top #line-03 ul li:first-child p:first-child {
	font-size: 22px;
	color: #fff;
	background: #7bc4d0;
	width: 100%;
	padding: 7px 0;
	text-align: center;
}

#top #line-03 ul li:first-child p:nth-child(2) {
	font-size: 80px;
	margin-top: 20px;
	text-align: center;
	text-decoration: line-through #ff0202 3px;
}

#top #line-03 ul li:first-child p:nth-child(2) span {
	font-size: 48px;
}

#top #line-03 ul li:first-child p:last-child {
	font-size: 24px;
	margin-top: 5px;
	text-align: right;
}

#top #line-03 ul li:nth-child(2) {
	width: 270px;
	text-align: center;
}

#top #line-03 ul li:last-child {
	width: 400px;
}

#top #line-03 ul li:last-child p:first-child {
	font-size: 22px;
	color: #fff;
	background: #78c752;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

#top #line-03 ul li:last-child p:nth-child(2) {
	font-size: 100px;
	color: #ff0202;
	margin-top: 20px;
	letter-spacing: -0.025em;
	text-align: center;
}

#top #line-03 ul li:last-child p:nth-child(2) span {
	font-size: 60px;
}

#top #line-03 ul li:last-child p:last-child {
	font-size: 24px;
	color: #ff0202;
	margin-top: 5px;
	text-align: right;
}

#top #line-03 h4 {
	font-size: 40px;
	color: #f00;
	margin-top: 80px;
	text-align: center;
}

#top #line-03 .text-01 {
	font-size: 20px;
	margin-top: 40px;
	text-align: center;
	line-height: 1.9;
}

#top #line-03 .text-01 span {
	font-size: 24px;
	color: #f00;
	text-decoration: underline;
}

#top #line-03 .text-02 {
	font-size: 16px;
	width: 840px;
	margin: 40px auto 0;
	line-height: 2;
}

#top #line-04 {
	background: #efefef;
	margin-top: 70px;
	padding: 70px 0 30px;
}

#top #line-04 ul {
	width: 1160px;
	margin: 60px auto 0;
	display: flex;
	align-items: center;
}

#top #line-04 ul.bottom {
	margin-top: 40px;
	padding-top: 60px;
	border-top: #000 1px solid;
}

#top #line-04 ul li:first-child {
	font-size: 18px;
	width: 1100px;
	text-align: center;
	line-height: 1.4em;
}

#top #line-04 ul li:last-child {
	width: 60px;
	height: 30px;
	position: relative;
	cursor: pointer;
}

#top #line-04 ul li:last-child span {
	background: #000;
	width: 30px;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: calc(50% - 15px);
	top: 50%;
	transition: all .5s;
}

#top #line-04 ul li span:last-child {
	transform: rotate(90deg);
}

#top #line-04 ul li.open span:last-child {
	transform: rotate(0deg);
}

#top #line-04 .box {
	background: #fff;
	width: 1160px;
	margin: 30px auto 0;
	padding: 0 40px 30px 20px;
}

#top #line-04 .box-02 {
	display: none;
}

#top #line-04 .box p {
	font-size: 22px;
	padding: 40px 0 15px;
	border-bottom: #bebebe 1px solid;
}

#top #line-04 .box p > em{
	color: #f00;
	font-style: normal;
}

#top #line-04 .box p span {
	font-size: 36px;
	color: #7bc4d0;
	vertical-align: middle;
}

#top #line-05 {
	padding-top: 100px;
}

#top #line-05 ul {
	width: 1796px;
	margin: 80px auto 0;
	display: flex;
}

#top #line-05 ul li:first-child {
	background: url(../images/bg_top_line_05_step_01.png) no-repeat;
	background-size: 100%;
	width: 453px;
	height: 344px;
	padding-top: 10px;
	text-align: center;
}

#top #line-05 ul li:nth-child(2) {
	background: url(../images/bg_top_line_05_step_02.png) no-repeat;
	background-size: 100%;
	width: 453px;
	height: 344px;
	padding-top: 10px;
	text-align: center;
}

#top #line-05 ul li:nth-child(3) {
	background: url(../images/bg_top_line_05_step_03.png) no-repeat;
	background-size: 100%;
	width: 453px;
	height: 344px;
	padding-top: 10px;
	text-align: center;
}

#top #line-05 ul li:last-child {
	background: url(../images/bg_top_line_05_step_04.png) no-repeat;
	background-size: 100%;
	width: 425px;
	height: 344px;
	padding-top: 10px;
	text-align: center;
}

#top #line-05 ul li:nth-child(n+2) {
	margin-left: 4px;
}

#top #line-05 ul li .step {
	font-size: 28px;
	color: #fff;
	margin-right: 25px;
}

#top #line-05 ul li .text-01 {
	font-size: 22px;
	margin: 80px 25px 0 0;
	line-height: 1.9;
}

#top #line-05 ul li:nth-child(3) .text-01 {
	margin-top: 60px;
}

#top #line-05 ul li .line {
	font-size: 26px;
	color: #fff;
	background: url(../images/bg_top_line_05_btn.jpg) no-repeat;
	background-size: 100%;
	width: 323px;
	height: 69px;
	margin: 15px 0 0 50px;
}

#top #line-05 ul li .line a {
	color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	text-align: center;
	display: block;
}

#top #line-05 ul li .text-02 {
	font-size: 30px;
	margin-top: 100px;
	line-height: 1.4;
}

#top #line-055 {
	margin-top: 120px;
}

#top #line-055 ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	background-color: #7bc4d0;
	padding: 20px;
}

#top #line-055 ul li {
	text-align: center;
}

#top #line-055 ul li .text-01 {
	font-size: 22px;
	color: #fff;
}

#top #line-055 ul li .text-02 {
	font-size: 32px;
	color: #ff0;
	margin-bottom: 20px;
	text-decoration: underline;
	animation: flash 4s linear infinite;
}

#top #line-055 ul li .text-02 img {
	width: 42px;
	vertical-align: middle;
}

#top #line-055 ul li h4 {
	font-size: 24px;
	color: #fff;
	line-height: 1.5em;
}





#top #line-06 {
	margin-top: 150px;
}

#top #line-06 ul {
	width: 504px;
	margin: 0 auto;
	display: flex;
}

#top #line-06 ul li {
	width: 504px;
	height: 136px;
	text-align: center;
}

#top #line-06 ul li:first-child {
	background: url(../images/bg_top_line_06_btn_01.jpg) no-repeat;
	background-size: 100%;
}

#top #line-06 ul li:first-child a {
	padding-top: 30px;
	display: block;
}

#top #line-06 ul li:last-child {
	background: url(../images/bg_top_line_06_btn_02.jpg) no-repeat;
	background-size: 100%;
	/*margin-left: 40px;*/
}

#top #line-06 ul li:last-child a {
	padding-top: 20px;
	display: block;
}

#top #line-06 ul li .text-01 {
	font-size: 22px;
	color: #fff;
}

#top #line-06 ul li .text-02 {
	font-size: 22px;
	color: #f0ff00;
}

#top #line-06 ul li .text-02 img {
	width: 42px;
	vertical-align: middle;
}

#top #line-06 ul li h4 {
	font-size: 34px;
	color: #fff;
}

#top #line-06 ul li:first-child h4 {
	margin-top: 20px;
}

#top #line-06 ul li:last-child h4 {
	margin-top: 10px;
}

#top #line-07 h2 {
	font-size: 34px;
	color: #f00;
	text-align: center;
	margin-bottom: 50px;
}

#top #line-07 .text-01 {
	font-size: 20px;
	margin-top: 40px;
	text-align: left;
	line-height: 1.9;
	width: 96%;
	margin: 0 auto;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
	font-weight: 500;
}

#top #line-07 .caption {
	font-size: 20px;
	text-align: center;
}

#top #line-07 .text-01 em {
	font-size: 1.2em;
	font-style: normal;
	color: #f00;
	margin-bottom: 0.4em;
	display: inline-block;
	font-weight: 900;
}
#top #line-07 .text-01 span{
	color: #f00;
}
#top #line-07 .text-01 .ul{
	animation: flash 4s linear infinite;
}
#top #administrator {
	background: #efefef;
	margin-top: 100px;
	padding: 150px 0;
	letter-spacing: 0.05em;
}

#top #administrator h4 {
	font-size: 60px;
	text-align: center;
}

#top #administrator dl {
	background: #fff;
	width: 1400px;
	margin: 30px auto 0;
	padding: 80px 100px;
	display: flex;
	flex-wrap: wrap;
}

#top #administrator dl dt {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	width: 22%;
	line-height: 1.6;
}

#top #administrator dl dt:nth-of-type(n+2),
#top #administrator dl dd:nth-of-type(n+2) {
	margin-top: 40px;
}

#top #administrator dl dd {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	width: 72%;
	line-height: 1.6;
}

#top #link {
	margin-top: 200px;
	padding-bottom: 10px;
	border-bottom: #bebebe 2px solid;
}

#top #link ul {
	width: 1400px;
	margin: 0 auto;
	display: flex;
}

#top #link ul li {
	font-size: 16px;
}

#top #link ul li:nth-child(n+2) {
	margin-left: 10px;
}

#top #link ul li a {
	color: #000;
}

@media screen and (min-width: 801px) and (max-width: 2000px) {
	#main-visual {
		width: 100vw;
		height: 43.6vw;
		padding-top: 3vw;
	}

	#main-visual .box {
		width: 71.75vw;
		height: 24.6vw;
		padding-top: 10vw;
	}

	#main-visual .box h2 {
		font-size: 3vw;
		margin-left: -6.5vw;
	}

	#main-visual .box h2 span {
		font-size: 3.5vw;
	}

	#main-visual .box p {
		font-size: 2.1vw;
		margin: 2vw 0 0 -6.5vw;
	}

	#main-visual .box p span.big {
		font-size: 2.6vw;
	}

	#main-visual .box p span.ul {
		text-decoration: underline 0.15vw;
		text-underline-offset: 0.5vw;
	}

	#pc-only {
		width: 100vw;
		bottom: 7.1vw;
	}

	#pc-only .inner {
		width: 21vw;
		right: 2.5vw;
	}


	#pc-only .inner ul li {
		width: 21vw;
	}

	#pc-only .inner ul li a {
		padding: 1vw 0;
	}

	#pc-only .inner ul li p {
		font-size: 1.5vw;
		margin-top: 0.5vw;
	}

	#pc-only .inner ul li img {
		width: 2.7vw;
	}

	#pc-only .inner ul li div {
		font-size: 1.8vw;
	}

	#pc-only .inner .close {
		font-size: 2.5vw;
		width: 3.5vw;
		height: 3.5vw;
		padding-top: 0.6vw;
		right: -1.5vw;
		top: -1.5vw;
	}

	#top #line-01 {
		margin-top: 1.5vw;
	}

	#top #line-01 .box-01 {
		width: 99.5vw;
		height: 33vw;
		padding-top: 4vw;
	}

	#top #line-01 .box-01 h3 {
		font-size: 1.9vw;
		margin-left: 19.5vw;
	}

	#top #line-01 .box-01 p {
		font-size: 0.9vw;
		width: 33.5vw;
		margin: 3.5vw 0 0 15.5vw;
	}

	#top #line-01 .box-01 p span.big {
		font-size: 1.25vw;
	}

	#top #line-01 .box-02 {
		width: 97.9vw;
		height: 34.65vw;
		margin: 1.5vw 0 0 2.1vw;
		padding-top: 1vw;
	}

	#top #line-01 .box-02 h3 {
		font-size: 1.9vw;
		margin-left: 54vw;
	}

	#top #line-01 .box-02 h3 span {
		font-size: 2.3vw;
	}

	#top #line-01 .box-02 p {
		font-size: 0.9vw;
		width: 32vw;
		margin: 1.5vw 0 0 49vw;
	}

	#top #line-01 .box-02 p span.big {
		font-size: 1.25vw;
		margin-bottom: 0.75vw;
		padding: 0.25vw 0.6vw 0.25vw 0.4vw;
	}

	#top #line-01 .box-02 p span.big:nth-of-type(5) {
		margin-bottom: 1vw;
	}

	#top #line-01 .text-01 {
		font-size: 1.9vw;
		width: 66.25vw;
		margin: 3.5vw auto 0;
	}

	#top #line-01 .text-01::before {
		width: 66.25vw;
		height: 1.25vw;
	}

	#top #line-01 .text-01 span.big {
		font-size: 2.3vw;
	}

	#top #line-01 .text-02 {
		font-size: 0.9vw;
		margin-top: 2.5vw;
	}

	#top h3.sub-title {
		font-size: 1.9vw;
	}

	#top h3.sub-title::before,
	#top h3.sub-title::after {
		border-top: #000 0.05vw solid;
		width: 25vw;
	}

	#top h3.sub-title::before {
		margin-right: 2vw;
	}

	#top h3.sub-title::after {
		margin-left: 2vw;
	}

	#top h3.sub-title p span {
		font-size: 1vw;
	}

	#top #line-02 {
		height: 30.75vw;
		margin-top: 4vw;
		padding-top: 4.5vw;
	}

	#top #line-02 ul {
		width: 70vw;
		margin: 1.5vw auto 0;
	}

	#top #line-02 ul li {
		width: 20.1vw;
		height: 20.05vw;
	}

	#top #line-02 ul li:first-child {
		font-size: 1.1vw;
		padding-top: 11vw;
	}

	#top #line-02 ul li:nth-child(2) {
		font-size: 1.4vw;
		margin-left: 4.85vw;
		padding-top: 11vw;
	}

	#top #line-02 ul li:last-child {
		font-size: 1.4vw;
		margin-left: 4.85vw;
		padding-top: 11vw;
	}

	#top #line-03 {
		padding-top: 4vw;
	}
	#top #line-03 ul {
		width: 50vw;
		margin: 4vw auto 0;
	}

	#top #line-03 ul li:first-child {
		width: 16.5vw;
	}

	#top #line-03 ul li:first-child p:first-child {
		font-size: 1.1vw;
		padding: 0.35vw 0;
	}

	#top #line-03 ul li:first-child p:nth-child(2) {
		font-size: 4vw;
		margin-top: 1vw;
		text-decoration: line-through #ff0202 0.15vw;
	}

	#top #line-03 ul li:first-child p:nth-child(2) span {
		font-size: 2.4vw;
	}

	#top #line-03 ul li:first-child p:last-child {
		font-size: 1.2vw;
		margin-top: 0.25vw;
	}

	#top #line-03 ul li:nth-child(2) {
		width: 13.5vw;
	}

	#top #line-03 ul li:nth-child(2) img {
		width: 5.65vw;
	}

	#top #line-03 ul li:last-child {
		width: 20vw;
	}

	#top #line-03 ul li:last-child p:first-child {
		font-size: 1.1vw;
		padding: 0.5vw 0;
	}

	#top #line-03 ul li:last-child p:nth-child(2) {
		font-size: 5vw;
		margin-top: 1vw;
	}

	#top #line-03 ul li:last-child p:nth-child(2) span {
		font-size: 3vw
	}

	#top #line-03 ul li:last-child p:last-child {
		font-size: 1.2vw;
		margin-top: 0.25vw;
	}

	#top #line-03 h4 {
		font-size: 2vw;
		margin-top: 4vw;
	}

	#top #line-03 .text-01 {
		font-size: 1vw;
		margin-top: 2vw;
	}

	#top #line-03 .text-01 span {
		font-size: 1.2vw;
	}

	#top #line-03 .text-02 {
		font-size: 0.8vw;
		width: 42vw;
		margin: 2vw auto 0;
	}

	#top #line-04 {
		margin-top: 3.5vw;
		padding: 3.5vw 0 1.5vw;
	}

	#top #line-04 ul {
		width: 58vw;
		margin: 3vw auto 0;
	}

	#top #line-04 ul.bottom {
		margin-top: 2vw;
		padding-top: 3vw;
		border-top: #000 0.05vw solid;
	}

	#top #line-04 ul li:first-child {
		font-size: 0.9vw;
		width:  55vw;
	}

	#top #line-04 ul li:last-child {
		width: 3vw;
		height: 1.5vw;
	}

	#top #line-04 ul li:last-child span {
		width: 1.5vw;
		height: 0.05vw;
		left: calc(50% - 0.75vw);
	}

	#top #line-04 .box {
		width: 58vw;
		margin: 1.5vw auto 0;
		padding: 0 2vw 1.5vw 1vw;
	}

	#top #line-04 .box p {
		font-size: 1.1vw;
		padding: 2vw 0 0.75vw;
		border-bottom: #bebebe 0.05vw solid;
	}

	#top #line-04 .box p span {
		font-size: 1.8vw;
	}

	#top #line-05 {
		padding-top: 5vw;
	}

	#top #line-05 ul {
		width: 89.8vw;
		margin: 4vw auto 0;
	}

	#top #line-05 ul li:first-child {
		width: 22.65vw;
		height: 17.2vw;
		padding-top: 0.5vw;
	}

	#top #line-05 ul li:nth-child(2) {
		width: 22.65vw;
		height: 17.2vw;
		padding-top: 0.5vw;
	}

	#top #line-05 ul li:nth-child(3) {
		width: 22.65vw;
		height: 17.2vw;
		padding-top: 0.5vw;
	}

	#top #line-05 ul li:last-child {
		width: 21.25vw;
		height: 17.2vw;
		padding-top: 0.5vw;
	}

	#top #line-05 ul li:nth-child(n+2) {
		margin-left: 0.2vw;
	}

	#top #line-05 ul li .step {
		font-size: 1.4vw;
		margin-right: 1.25vw;
	}

	#top #line-05 ul li .text-01 {
		font-size: 1.1vw;
		margin: 4vw 1.25vw 0 0;
	}

	#top #line-05 ul li:nth-child(3) .text-01 {
		margin-top: 3vw;
	}

	#top #line-05 ul li .line {
		font-size: 1.3vw;
		width: 16.15vw;
		height: 3.45vw;
		margin: 0.75vw 0 0 2.5vw;
	}

	#top #line-05 ul li .line a {
		padding-top: 1vw;
	}

	#top #line-05 ul li .text-02 {
		font-size: 1.5vw;
		margin-top: 5vw;
	}

	#top #line-055 {
		margin-top: 5.5vw;
	}

	#top #line-055 ul {
		width: 45.2vw;
	}

	#top #line-055 ul li .text-01 {
		font-size: 1.1vw;
	}

	#top #line-055 ul li .text-02 {
		font-size: 1.7vw;
	}

	#top #line-055 ul li .text-02 img {
		width: 2.1vw;
	}

	#top #line-055 ul li h4 {
		font-size: 1.2vw;
	}
	
	#top #line-06 {
		margin-top: 5.5vw;
	}

	#top #line-06 ul {
		width: 25.2vw;
	}

	#top #line-06 ul li {
		width: 25.2vw;
		height: 6.8vw;
	}

	#top #line-06 ul li:first-child a {
		padding-top: 1.5vw;
	}

	#top #line-06 ul li:last-child {
		/*margin-left: 2vw;*/
	}

	#top #line-06 ul li:last-child a {
		padding-top: 1vw;
	}

	#top #line-06 ul li .text-01 {
		font-size: 1.1vw;
	}

	#top #line-06 ul li .text-02 {
		font-size: 1.1vw;
	}

	#top #line-06 ul li .text-02 img {
		width: 2.1vw;
	}

	#top #line-06 ul li h4 {
		font-size: 1.7vw;
	}

	#top #line-06 ul li:first-child h4 {
		margin-top: 1vw;
	}

	#top #line-06 ul li:last-child h4 {
		margin-top: 0.5vw;
	}
	#top #line-07 .text-01 {
		font-size: 1vw;
		/* margin-bottom: 2vw; */
	}
	#top #line-07 .caption {
		font-size: 1vw;
	}
	#top #administrator {
		margin-top: 5vw;
		padding: 7.5vw 0;
	}

	#top #administrator h4 {
		font-size: 1.9vw;
	}

	#top #administrator dl {
		width: 70vw;
		margin: 1.5vw auto 0;
		padding: 4vw 5vw;
	}

	#top #administrator dl dt {
		font-size: 1vw;
	}

	#top #administrator dl dt:nth-of-type(n+2),
	#top #administrator dl dd:nth-of-type(n+2) {
		margin-top: 2vw;
	}

	#top #administrator dl dd {
		font-size: 1vw;
	}

	#top #link {
		margin-top: 10vw;
		padding-bottom: 0.5vw;
		border-bottom: #bebebe 0.1vw solid;
	}

	#top #link ul {
		width: 70vw;
	}

	#top #link ul li {
		font-size: 1vw;
		margin-right: 1em;
	}

	#top #link ul li:nth-child(n+2) {
		margin-left: 0.5vw;
	}
}

@media screen and (max-width: 800px) {
	#main-visual {
		background: url(../images/bg_top_mainvisual_sp.jpg) no-repeat;
		background-size: 100%;
		width: 100vw;
		height: 67.25vw;
		padding-top: 1.25vw;
	}

	#main-visual .box {
		background: url(../images/bg_top_mainvisual_inner_sp.png) no-repeat;
		background-size: 100%;
		width: 92.5vw;
		height: 52.625vw;
		padding-top: 24vw;
	}

	#main-visual .box h2 {
		font-size: 6vw;
		margin-left: 0;
	}

	#main-visual .box h2 span {
		font-size: 7.25vw;
	}

	#main-visual .box p {
		font-size: 3.6vw;
		margin: 1.25vw 0 0 0;
		line-height: 1.3;
	}
	
	#main-visual .box .note {
		font-size: 2vw;
		margin: 2px 0 0;
		width: 94%;
		text-align: right;
		font-weight: normal;
	}

	#main-visual .box p span.big {
		font-size: 5.25vw;
	}

	#main-visual .box p span.ul {
	    text-decoration: underline 0.375vw;
	    text-underline-offset: 1.25vw;
	}

	#main-visual .box p br:first-of-type {
		display: inline-block;
	}

	#pc-only {
		display: none;
	}

	#top #line-01 .box-01 {
		background: url(../images/bg_top_line_01_box_01_sp.png) no-repeat;
		background-size: 100%;
		width: 100vw;
		height: 218.375vw;
		padding-top: 7.5vw;
	}

	#top #line-01 .box-01 h3 {
		font-size: 5vw;
		width: 69vw;
		margin-left: 15vw;
		line-height: 1.4;
	}

	#top #line-01 .box-01 p {
		font-size: 3.5vw;
		width: 90vw;
		margin: 3.75vw auto 0;
		text-align: justify;
	}

	#top #line-01 .box-01 p span.big {
		font-size: 5vw;
	}

	#top #line-01 .box-02 {
		background: url(../images/bg_top_line_01_box_02_sp.png) no-repeat;
		background-size: 100%;
		width: 100vw;
		height: 193vw;
		margin: 3.75vw 0 0 0;
		padding-top: 7.5vw;
	}

	#top #line-01 .box-02 h3 {
		font-size: 5vw;
		width: 75vw;
		margin-left: 15vw;
		line-height: 1.4;
		letter-spacing: -0.05em;
	}

	#top #line-01 .box-02 h3 span {
		font-size: 6vw;
	}

	#top #line-01 .box-02 p {
		font-size: 3.2vw;
		width: 90vw;
		margin: 5vw auto 0;
	}

	#top #line-01 .box-02 p span.big {
		font-size: 4.5vw;
		margin-bottom: 1.875vw;
		padding: 0.625vw 0.625vw 0.625vw 0;
	}

	#top #line-01 .text-01 {
	    font-size: 4vw;
	    width: 90vw;
	    margin: 8.75vw auto 0;
	    text-align: center;
	    line-height: 1.6;
	}

	#top #line-01 .text-01 span.bg {
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(254, 248, 178, 1) 50%);
	    background-position: 0 bottom;
		background-size: 200% 3vw;
		background-repeat: repeat-x;
		transition: all 1s;
	}

	#top #line-01 .text-01 span.fade {
		background-position: -100% bottom;
	}

	#top #line-01 .text-01 span.big {
		font-size: 4.75vw;
	}

	#top #line-01 .text-01::before {
		display: none;
	}

	#top #line-01 .text-02 {
		font-size: 3.5vw;
		width: 82vw;
		margin: 8.75vw auto 0;
		text-align: left;
		line-height: 2;
	}

	#top #line-02 {
		background: url(../images/bg_top_line_02_sp.jpg) no-repeat;
		background-size: 100%;
		width: 100vw;
		height: 243.375vw;
		margin-top: 10vw;
		padding-top: 10vw;
	}

	#top h3.sub-title {
		font-size: 5vw;
	}

	#top h3.sub-title::before {
		margin-right: 2.5vw;
	}

	#top h3.sub-title::after {
		margin-left: 2.5vw;
	}

	#top h3.sub-title::before,
	#top h3.sub-title::after {
		width: 25vw;
	}

	#top h3.sub-title p span {
		font-size: 2.5vw;
	}

	#top #line-02 ul {
	    width: 100vw;
    	margin: 7.5vw auto 0;
		display: block;
	}

	#top #line-02 ul li {
		width: 67vw;
		height: 67.125vw;
		margin: 0 auto;
		visibility: visible;
	}

	#top #line-02 ul li:first-child {
		font-size: 3.5vw;
		background: url(../images/top_line_02_01_sp.png) no-repeat;
		background-size: 100%;
		padding-top: 37.5vw;
	}

	#top #line-02 ul li:nth-child(2) {
	    font-size: 5vw;
	    background: url(../images/top_line_02_02_sp.png) no-repeat;
	    background-size: 100%;
	    margin: 4.5vw auto 0;
		padding-top: 35vw;
	}

	#top #line-02 ul li:last-child {
	    font-size: 5vw;
	    background: url(../images/top_line_02_03_sp.png) no-repeat;
	    background-size: 100%;
	    margin: 4.5vw auto 0;
		padding-top: 35vw;
	}

	#top #line-03 {
		padding-top: 7.5vw;
	}

	#top #line-03 h3.sub-title::before,
	#top #line-03 h3.sub-title::after {
		width: 18.25vw;
	}
	
	#top #line-03 .line-03-cap {
		font-size: 3vw;
	}
	
	#top #line-03 ul {
		width: 100vw;
		margin-top: 5vw;
		display: block;
	}

	#top #line-03 ul li:first-child {
		width: 54.25vw;
		margin: 3.75vw auto 0;
	}

	#top #line-03 ul li:first-child p:first-child {
		font-size: 3.625vw;
		padding: 1vw 0;
	}

	#top #line-03 ul li:first-child p:nth-child(2) {
	    font-size: 11.125vw;
	    margin-top: 2.5vw;
	    text-decoration-color: #ff0202;
	    -webkit-text-decoration-color: #ff0202;
	    text-decoration-thickness: 0.375vw;
	    -webkit-text-decoration-thickness: 0.375vw;
	    text-decoration-line: line-through;
	    -webkit-text-decoration-line: line-through;
	    letter-spacing: -0.05em;
	}

	#top #line-03 ul li:first-child p:nth-child(2) span {
		font-size: 6.875vw;
	}

	#top #line-03 ul li:first-child p:last-child {
	    font-size: 3.95vw;
	    margin-top: 1.25vw;
	}

	#top #line-03 ul li:nth-child(2) {
		width: 100vw;
	}

	#top #line-03 ul li:nth-child(2) img {
		width: 15.75vw;
	}

	#top #line-03 ul li:last-child {
		width: 78.75vw;
		margin: 1.25vw auto 0;
	}

	#top #line-03 ul li:last-child p:first-child {
		font-size: 4.25vw;
		padding: 1.25vw 0;
		line-height: 1.5em;
	}

    #top #line-03 ul li:last-child p:nth-child(2) {
	    font-size: 17.625vw;
	    margin-top: 3.75vw;
	    letter-spacing: -0.06em;
	}

	#top #line-03 ul li:last-child p:nth-child(2) span {
		font-size: 10.775vw;
	}

	#top #line-03 ul li:last-child p:last-child {
		font-size: 5.5vw;
		margin-top: 1.25vw;
	}

	#top #line-03 h4 {
		font-size: 5vw;
		margin-top: 7.5vw;
	}

	#top #line-03 .text-01 {
	    font-size: 3vw;
	    width: 90vw;
	    margin: 3.75vw auto 0;
	    text-align: left;
	    line-height: 1.5;
	}

	#top #line-03 .text-01 span {
		font-size: 3.5vw;
	}

	#top #line-03 .text-02 {
	    font-size: 2.5vw;
	    width: 90vw;
	    margin: 3.75 auto 0;
	    line-height: 1.5;
	}

	#top #line-04 {
	    margin-top: 10vw;
	    padding: 6.25vw 0 3.75vw;
	}

	#top #line-04 h3.sub-title::before,
	#top #line-04 h3.sub-title::after {
		width: 23vw;
	}

	#top #line-04 ul {
	    width: 90vw;
	    margin: 7.5vw auto 0;
	}

	#top #line-04 ul.bottom {
		margin-top: 3.75vw;
		padding-top: 5vw;
		border-top: #000 0.125vw solid;
	}

	#top #line-04 ul li:first-child {
		font-size: 3vw;
		width: 91.25vw;
		padding: 0 7.5vw 0 2.5vw;
		text-align: left;
		line-height: 1.6;
	}

	#top #line-04 ul li:last-child {
	    width: 8.75vw;
	    height: 7.5vw;
	}

	#top #line-04 ul li:last-child span {
	    width: 7.5vw;
	    height: 0.188vw;
	    left: calc(50% - 3.75vw);
	    top: 50%;
	}

	#top #line-04 ul li:last-child span {
	    width: 7.5vw;
	    height: 0.188vw;
	    left: calc(50% - 3.75vw);
	}

	#top #line-04 .box {
		width: 90vw;
		margin: 1.25vw auto 0;
		padding: 0 5vw 3.75vw 2.5vw;
	}

	#top #line-04 .box p {
		font-size: 3vw;
		padding: 5vw 0 3.75vw;
		border-bottom: #bebebe 0.125vw solid;
	}

	#top #line-04 .box-01 p {
		padding-left: 2.55em;
		text-indent: -2.55em;
		line-height: 1.5;
	}

	#top #line-04 .box-02 p {
		padding-left: 3.15em;
		text-indent: -3.15em;
		line-height: 1.2;
	}

	#top #line-04 .box p span {
    	font-size: 4.75vw;
    }

	#top #line-04 .box p img {
		width: 4.75vw;
	}

	#top #line-05 {
		padding-top: 10vw;
	}

	#top #line-05 h3.sub-title::before,
	#top #line-05 h3.sub-title::after {
		width: 28.5vw;
	}

	#top #line-05 ul {
	    width: 77.5vw;
	    margin: 5vw auto 0;
	    display: block;
	}

	#top #line-05 ul li:first-child {
		background: url(../images/bg_top_line_05_step_01_sp.png) no-repeat;
		background-size: 100%;
		width: 77.5vw;
		height: 55.375vw;
		padding-top: 2.5vw;
	}

	#top #line-05 ul li:nth-child(2) {
		background: url(../images/bg_top_line_05_step_02_sp.png) no-repeat;
		background-size: 100%;
		width: 77.5vw;
		height: 55.375vw;
		padding-top: 2.5vw;
	}

	#top #line-05 ul li:nth-child(3) {
		background: url(../images/bg_top_line_05_step_03_sp.png) no-repeat;
		background-size: 100%;
		width: 77.5vw;
		height: 55.375vw;
		padding-top: 2.5vw;
	}

	#top #line-05 ul li:last-child {
		background: url(../images/bg_top_line_05_step_04_sp.png) no-repeat;
		background-size: 100%;
		width: 77.5vw;
		height: 49.875vw;
		padding-top: 2.5vw;
	}

	#top #line-05 ul li:nth-child(n+2) {
		margin: 2.5vw 0 0 0;
	}

	#top #line-05 ul li .step {
		font-size: 5vw;
		margin: 0;
	}

	#top #line-05 ul li .text-01 {
		font-size: 4vw;
		margin: 5vw 0 0 0;
	}

	#top #line-05 ul li:nth-child(2) .text-01 {
		margin-top: 8.75vw;
	}

	#top #line-05 ul li:nth-child(3) .text-01 {
		margin-top: 5vw;
	}

	#top #line-05 ul li .line {
		font-size: 4.75vw;
		background: url(../images/bg_top_line_05_btn_sp.jpg) no-repeat;
		background-size: 100%;
		width: 58.75vw;
		height: 12.625vw;
		margin: 2.5vw auto 0;
	}

	#top #line-05 ul li .line a {
		padding-top: 3.75vw;
	}

	#top #line-05 ul li .text-02 {
		font-size: 5.5vw;
		margin-top: 12.5vw;
	}
	
	#top #line-055 {
		margin-top: 30px;
	}
	
	#top #line-055 ul {
		width: 84.2vw;
	}

	#top #line-055 ul li .text-01 {
		font-size: 1.1vw;
	}

	#top #line-055 ul li .text-02 {
		font-size: 4.7vw;
		line-height: 1.5em;
	}

	#top #line-055 ul li .text-02 img {
		width: 2.1vw;
	}

	#top #line-055 ul li h4 {
		font-size: 3.2vw;
		text-align: justify;
	}
	
	#top #line-06 {
	    margin-top: 0;
	    position: fixed;
		left: 0;
		bottom: 0;
	}

	#top #line-06 ul {
		width: 100vw;
	}

	#top #line-06 ul li:first-child {
	    background: url(../images/bg_top_line_06_btn_01_sp.jpg) no-repeat;
	    background-size: 100%;
	    width: 49.875vw;
	    height: 13.375vw;
		text-align: center;
	}

	#top #line-06 ul li:last-child {
		background: url(../images/bg_top_line_06_btn_02_sp.jpg) no-repeat;
		background-size: 100%;
		width: 100vw;
		height: 13.375vw;
		text-align: center;
	}

	#top #line-06 ul li:first-child a {
    	padding-top: 2.5vw;
    }

    #top #line-06 ul li:last-child a {
    	padding-top: 1.25vw;
    }

    #top #line-06 ul li h4 {
    	font-size: 5vw;
    }

    #top #line-06 ul li:first-child h4 {
	    margin-top: 2.5vw;
	}

	#top #line-06 ul li:last-child h4 {
	    margin-top: 1.25vw;
	}

    #top #line-06 ul li .text-01 {
    	font-size: 2.5vw;
    }

    #top #line-06 ul li .text-02 {
	    font-size: 3.5vw;
	}

	#top #line-06 ul li .text-02 img {
		width: 4vw;
	}
	
	#top #line-07 h2 {
		font-size: 5vw;
		margin-bottom: 7vw;
	}
	#top #line-07 .text-01 {
		font-size: 3vw;
		width: 90vw;
		margin: 3.75vw auto 0;
		text-align: left;
		line-height: 1.6;
	}
	#top #line-07 .caption {
		font-size: 3vw;
	}
	#top #administrator {
		margin-top: 10vw;
		padding: 12.5vw 0 2.5vw;
	}

	#top #administrator h4 {
		font-size: 5vw;
	}

	#top #administrator dl {
		width: 96%;
		margin: 2.5vw auto 0;
		padding: 5vw 3.75vw;
	}

	#top #administrator dl dt {
		font-size: 3.75vw;
	}

	#top #administrator dl dt:nth-of-type(n+2) {
		margin-top: 5vw;
	}

#top #administrator dl dd {
	font-size: 3.4vw;
	margin-top: 2.5vw !important;
	padding-left: 5vw;
}

	#top #link {
	    margin-top: 5vw;
	    padding-bottom: 1.25vw;
	    border-bottom: #bebebe 0.25vw solid;
	}

	#top #link ul {
		width: 100vw;
	}

	#top #link ul li {
		font-size: 3vw;
		margin-left: 2.5vw;
	}

	#top #link ul li:nth-child(n+2) {
		margin-left: 2.5vw;
	}
}
/********** /top **********/

/********** hearing_injury **********/
#hearing-injury {
	margin-top: 150px;
}

#hearing-injury h2 {
	font-size: 60px;
	color: #1d4e89;
	text-align: center;
	line-height: 0.8;
}

#hearing-injury .red {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #f00;
	margin: 80px auto 0;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 1px;
}

#hearing-injury .text {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #235091;
	width: 1400px;
	margin: 20px auto 0;
	padding-left: 180px;
	line-height: 1.6;
	letter-spacing: 1px;
}

#hearing-injury .text a {
	color: #235091;
	text-decoration: underline;
	font-weight: bold;
}

#hearing-injury .text a:hover {
	text-decoration: none;
}

#hearing-injury .text span.inner {
	display: block;
	width: 1110px;
	margin: 20px 0 0 -40px;
	padding: 20px 20px 20px 30px;
	border: #235091 3px solid;
}

#hearing-injury .text span.big {
	display: block;
}

#hearing-injury .text span br.sp {
	display: none;
}

#hearing-injury .text span img {
	margin: 10px 0;
}

#hearing-injury form {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-weight: normal;
	width: 1200px;
	margin: 40px auto 0;
}

#hearing-injury form h3 {
	font-size: 24px;
	font-weight: normal;
	color: #235091;
	margin-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 2px;
}

#hearing-injury form dl {
	display: flex;
}

#hearing-injury form dl dt {
	font-size: 18px;
	color: #fff;
	background: #235091;
	width: 560px;
	padding: 20px 0;
	border-bottom: #fff 1px solid;
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
}

#hearing-injury form dl dt.not-required {
	padding-left: 74px;
}

#hearing-injury form dl dt span {
	font-size: 14px;
	color: #fff;
	background: #f00;
	width: 35px;
	margin-left: 20px;
	padding: 1px 0;
	text-align: center;
}

#hearing-injury form dl dd {
	font-size: 20px;
	color: #235091;
	width: 640px;
	padding: 0 0 10px 10px;
	border-bottom: #f0f0f0 1px solid;
	line-height: 2;
}

#hearing-injury form .parsley-errors-list li {
	font-size: 18px;
	color: #f00;
}

#hearing-injury form dl dd div {
	position: relative;
}

#hearing-injury form dl dd .text-01 {
	font-size: 14px;
	padding-left: 20px;
	line-height: 0.7;
}

#hearing-injury form dl dd .text-02 {
	font-size: 18px;
	line-height: 1.6;
}

#hearing-injury form dl dd .text-03 {
	font-size: 14px;
	line-height: 2;
}

#hearing-injury form dl dd .text-03 span {
	text-indent: 1em;
	display: block;
}

#hearing-injury form dl dd .text-05 {
	font-size: 14px;
	line-height: 1.8;
}

#hearing-injury form dl dd .text-05 span {
	font-size: 20px;
	margin: 20px 0 5px;
	display: block;
	line-height: 0.8;
}

#hearing-injury form .company,
#hearing-injury form .retirement {
	margin-top: 100px;
}

#hearing-injury form .retirement dl:nth-of-type(9) dd {
	font-size: 18px;
}

#hearing-injury form label[for="no-use"] {
	line-height: 1.2;
	display: block;
}

#hearing-injury form input[type="text"],
#hearing-injury form input[type="tel"],
#hearing-injury form input[type="email"],
#hearing-injury form input[type="url"],
#hearing-injury form input[type="time"] {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 18px;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	padding: 0 30px;
	border: #c0c1c2 2px solid;
	box-sizing: border-box;
    border-radius: 0;
    outline: none;
}

#hearing-injury form input:disabled,
#hearing-injury form textarea:disabled {
	background: #dcdcdc;
}

#hearing-injury form input[type="text"].no-margin {
	margin-top: 0;
}

#hearing-injury form input[type="text"].middle-01 {
	width: 460px;
}

#hearing-injury form input[type="text"].middle-02 {
	width: 520px;
}

#hearing-injury form input[type="text"].short-01 {
	width: 110px;
}

#hearing-injury form input[type="text"].short-02 {
	width: 200px;
}

#hearing-injury form input[type="text"].short-03 {
	width: 425px;
}

#hearing-injury form input[type="time"].short-01 {
	width: 150px;
}

#hearing-injury form input[type="radio"] {
	transform: scale(0);
    position: absolute;
    top: 6px;
	left: -1px;
}

#hearing-injury form input[type="radio"].first {
	top: 20px;
}

#hearing-injury form input[type="radio"] + label {
	font-weight: normal;
	padding-left: 30px;
	position: relative;
}

#hearing-injury form input[type="radio"] + label::before{
	content: "";
	background: #f0eff5;
	width: 18px;
	height: 18px;
	border: none;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#hearing-injury form input[type="radio"]:checked + label {
    color: #083d7e;
}

#hearing-injury form input[type="radio"]:checked + label::after {
	content: "";
	background: #083d7e;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
}

#hearing-injury form input[type="checkbox"] {
	position: absolute;
	transform: scale(0);
}

#hearing-injury form input[type="checkbox"] + label {
	cursor: pointer;
	padding-left: 30px;
}

#hearing-injury form input[type="checkbox"] + label::before {
	content: "";
	background: #f0eff5;
	display: block;
	width: 20px;
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#hearing-injury form input[type="checkbox"] + label::after {
	content: "";
	background: url(../images/check.png) no-repeat;
	background-size: 100%;
	width: 11px;
	height: 13px;
	display: block;
	opacity: 0;
	position: absolute;
	top: 12px;
	left: 5px;
	transition: all 0.3s ease 0s;
}

#hearing-injury form input[type="checkbox"]:checked + label::after {
	opacity: 1;
}

#hearing-injury form input[type="number"] {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 18px;
	width: 150px;
	height: 50px;
	margin-top: 10px;
	padding-left: 30px;
	border: #c0c1c2 2px solid;
	box-sizing: border-box;
    border-radius: 0;
    outline: none;
}

#hearing-injury form select {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 18px;
	background: url(../images/arrow_select.png) no-repeat center right 10px #fff;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	padding: 0 30px;
	border: #c0c1c2 2px solid;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

#hearing-injury form select.time {
	width: 120px;
}

#hearing-injury form textarea {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 18px;
	width: 100%;
	height: 100px;
	margin-top: 10px;
	padding: 10px 20px;
	border: #c0c1c2 2px solid;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: none;
}

#hearing-injury form textarea.long {
	height: 150px;
}

#hearing-injury form .btn-confirm {
	background: url(../images/arrow_01.png) center right 30px no-repeat #f00;
	background-size: 12px 12px;
	width: 390px;
	margin: 20px auto 0;
	border: #ff4545 5px solid;
}

#hearing-injury form .btn-confirm.dont {
	background: #b6b6b6;
	border: #b6b6b6 5px solid;
	pointer-events: none;
}

#hearing-injury form .terms-of-service p {
	font-size: 20px;
	color: #235091;
	margin-top: 20px;
	padding-left: 80px;
	line-height: 1.6;
}

#hearing-injury form .terms-of-service p a {
	text-decoration: underline;
}

#hearing-injury form .terms-of-service p br {
	display: none;
}

#hearing-injury form .terms-of-service div {
	font-size: 20px;
	margin: 15px 0 10px;
	padding-left: 20px;
	position: relative;
}

#hearing-injury form .terms-of-service div span {
	font-size: 14px;
	color: #fff;
	background: #f00;
	padding: 3px 5px;
	display: inline-block;
	vertical-align: top;
}

#hearing-injury form .terms-of-service div input[type="checkbox"] + label {
	color: #235091;
	padding-left: 50px;
	/*pointer-events: none;*/
}

#hearing-injury form .terms-of-service div input[type="checkbox"] + label::before {
	left: 80px;
}

#hearing-injury form .terms-of-service div input[type="checkbox"] + label::after {
	left: 85px;
	top: 4px;
}

#hearing-injury form .text-04 {
	font-size: 20px;
	color: #235091;
	margin-top: 10px;
	padding-left: 80px;
	line-height: 1.6;
}

#hearing-injury form input[type="submit"],
#hearing-injury form input[type="button"] {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: none;
	width: 100%;
	height: 60px;
	padding-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    letter-spacing: 0.1em;
    display: block;
    cursor: pointer;
}

#hearing-injury form .attention {
	font-size: 20px;
	color: #f00;
	margin-top: 10px;
	text-align: center;
}

#hearing-injury .text-confirm {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 20px;
	color: #235091;
	width: 1200px;
	margin: 60px auto 0;
	padding-left: 80px;
}

#hearing-injury form#confirm {
	margin-top: 60px;
}

#hearing-injury form#confirm dl dt {
	color: #235091;
	background: #fff;
	padding-left: 100px;
	border-bottom: #f0f0f0 1px solid;
}

#hearing-injury form#confirm dl dd {
	font-size: 18px;
	color: #757575;
	padding: 20px 0 20px 40px;
}

#hearing-injury form#confirm dl dd img {
	width: 210px;
	vertical-align: middle;
}

#hearing-injury form#confirm .retirement dl:nth-of-type(17) dd,
#hearing-injury form#confirm .retirement dl:nth-of-type(18) dd {
	color: #000;
}

#hearing-injury form#confirm .btn-back {
	background: #1d4e89;
	width: 390px;
	margin: 10px auto 0;
	border: #91a8d1 5px solid;
}

#hearing-injury .send {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #1d4e89;
	width: 1200px;
	margin: 60px auto 0;
	padding-left: 250px;
}

#hearing-injury .text-send {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #1d4e89;
	width: 1200px;
	margin: 40px auto 0;
	padding-left: 250px;
	line-height: 1.4;
}

#hearing-injury .btn-more {
	width: 94%;
	margin: 30px auto 0;
	padding-bottom: 320px;
	text-align: center;
}

#hearing-injury .btn-more a {
	font-size: 20px;
	color: #fff;
	background: url(../images/arrow_01.png) center right 20px no-repeat #1d4e89;
	background-size: 12px 12px;
	width: 390px;
	margin: 0 auto;
	padding: 20px 0;
	border: #91a8d1 5px solid;
	display: block;
	letter-spacing: 0.1em;
}

#hearing-injury .bs-callout-warning {
	display: none;
}

#hearing-injury .bs-callout-warning .error {
	font-size: 32px;
	color: #f00;
	margin-top: 20px;
	text-align: center;
	line-height: 1.4;
}

#hearing-injury #link {
	margin-top: 200px;
	padding-bottom: 10px;
	border-bottom: #bebebe 2px solid;
}

#hearing-injury #link ul {
	width: 1400px;
	margin: 0 auto;
	display: flex;
}

#hearing-injury #link ul li {
	font-size: 16px;
}

#hearing-injury #link ul li:nth-child(n+2) {
	margin-left: 10px;
}

#hearing-injury #link ul li a {
	color: #000;
}

#go-top {
	width: 2000px;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 100px;
}

#go-top img {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width: 801px) and (max-width: 2000px) {
	#hearing-injury {
		margin-top: 7.5vw;
	}

	#hearing-injury h2 {
		font-size: 3vw;
	}

	#hearing-injury .red {
		font-size: 1.2vw;
		margin: 4vw auto 0;
		letter-spacing: 0.05vw;
	}

	#hearing-injury .text {
		font-size: 1vw;
		width: 70vw;
		margin: 1vw auto 0;
		padding-left: 9vw;
		letter-spacing: 0.05vw;
	}

	#hearing-injury .text span.inner {
		width: 55.5vw;
		margin: 1vw 0 0 -2vw;
		padding: 1vw 1vw 1vw 1.5vw;
		border: #235091 0.15vw solid;
	}

	#hearing-injury .text span img {
		width: 52.5vw;
		margin: 0.5vw 0;
	}

	#hearing-injury form {
		width: 60vw;
		margin: 2vw auto 0;
	}

	#hearing-injury form h3 {
		font-size: 1.2vw;
		margin-bottom: 0.5vw;
		padding-left: 1vw;
		letter-spacing: 0.1vw;
	}

	#hearing-injury form dl dt {
		font-size: 0.9vw;
		width: 28vw;
		padding: 1vw 0;
		border-bottom: #fff 0.05vw solid;
	}

	#hearing-injury form dl dt.not-required {
		padding-left: 3.7vw;
	}

	#hearing-injury form dl dt span {
		font-size: 0.7vw;
		width: 1.75vw;
		margin-left: 1vw;
		padding: 0.05vw 0;
	}

	#hearing-injury form dl dd {
		font-size: 1vw;
		width: 32vw;
		padding: 0 0 0.5vw 0.5vw;
		border-bottom: #f0f0f0 0.05vw solid;
	}

	#hearing-injury form .parsley-errors-list li {
		font-size: 0.9vw;
	}

	#hearing-injury form dl dd .text-01 {
		font-size: 0.7vw;
		padding-left: 1vw;
	}

	#hearing-injury form dl dd .text-02 {
		font-size: 0.9vw;
	}

	#hearing-injury form dl dd .text-03 {
		font-size: 0.7vw;
	}

	#hearing-injury form dl dd .text-05 {
		font-size: 0.7vw;
	}

	#hearing-injury form dl dd .text-05 span {
		font-size: 1vw;
		margin: 1vw 0 0.25vw;
	}

	#hearing-injury form .company,
	#hearing-injury form .health,
	#hearing-injury form .retirement {
		margin-top: 5vw;
	}

	#hearing-injury form .retirement dl:nth-of-type(9) dd {
		font-size: 0.9vw;
	}

	#hearing-injury form input[type="text"],
	#hearing-injury form input[type="tel"],
	#hearing-injury form input[type="email"],
	#hearing-injury form input[type="url"],
	#hearing-injury form input[type="time"] {
		font-size: 0.9vw;
		width: 100%;
		height: 2.5vw;
		margin-top: 0.5vw;
		padding: 0 1.5vw;
		border: #c0c1c2 0.1vw solid;
	}

	#hearing-injury form input[type="text"].middle-01 {
		width: 23vw;
	}

	#hearing-injury form input[type="text"].middle-02 {
		width: 26vw;
	}

	#hearing-injury form input[type="text"].short-01 {
		width: 5.5vw;
	}

	#hearing-injury form input[type="text"].short-02 {
		width: 10vw;
	}

	#hearing-injury form input[type="text"].short-03 {
		width: 21.25vw;
	}

	#hearing-injury form input[type="time"].short-01 {
		width: 7.5vw;
	}

	#hearing-injury form input[type="radio"] {
	    top: 0.3vw;
		left: -0.05vw;
	}

	#hearing-injury form input[type="radio"].first {
		top: 1vw;
	}

	#hearing-injury form input[type="radio"] + label {
		padding-left: 1.5vw;
	}

	#hearing-injury form input[type="radio"] + label::before{
		width: 0.9vw;
		height: 0.9vw;
	}

	#hearing-injury form input[type="radio"]:checked + label::after {
		width: 0.7vw;
		height: 0.7vw;
		top: 0.15vw;
		left: 0.15vw;
	}

	#hearing-injury form input[type="checkbox"] + label {
		padding-left: 1.5vw;
	}

	#hearing-injury form input[type="checkbox"] + label::before {
		width: 1vw;
		height: 1vw;
	}

	#hearing-injury form input[type="checkbox"] + label::after {
		width: 0.55vw;
		height: 0.65vw;
		top: 0.6vw;
		left: 0.25vw;
	}

	#hearing-injury form input[type="number"] {
		font-size: 0.9vw;
		width: 7.5vw;
		height: 2.5vw;
		margin-top: 0.5vw;
		padding-left: 1.5vw;
		border: #c0c1c2 0.1vw solid;
	}

	#hearing-injury form select {
		font-size: 0.9vw;
		background: url(../images/arrow_select.png) no-repeat center right 0.5vw #fff;
		background-size: 0.95vw 0.8vw;
		height: 2.5vw;
		margin-top: 0.5vw;
		padding: 0 1.5vw;
		border: #c0c1c2 0.1vw solid;
	}

	#hearing-injury form select.time {
		width: 6vw;
	}

	#hearing-injury form textarea {
		font-size: 0.9vw;
		height: 5vw;
		margin-top: 0.5vw;
		padding: 0.5vw 1vw;
		border: #c0c1c2 0.1vw solid;
	}

	#hearing-injury form textarea.long {
		height: 7.5vw;
	}

	#hearing-injury form .btn-confirm {
		background: url(../images/arrow_01.png) center right 1.5vw no-repeat #f00;
		background-size: 0.6vw 0.6vw;
		width: 19.5vw;
		border: #ff4545 0.25vw solid;
		margin: 1vw auto 0;
	}

	#hearing-injury form .btn-confirm.dont {
		border: #b6b6b6 0.25vw solid;
	}

	#hearing-injury form .terms-of-service p {
		font-size: 1vw;
		margin-top: 1vw;
		padding-left: 4vw;
	}

	#hearing-injury form .terms-of-service div {
		font-size: 1vw;
		margin: 0.75vw 0 0.5vw;
		padding-left: 1vw;
	}

	#hearing-injury form .terms-of-service div span {
		font-size: 0.7vw;
		padding: 0.15vw 0.25vw;
	}

	#hearing-injury form .terms-of-service div input[type="checkbox"] + label {
		padding-left: 2.5vw;
	}

	#hearing-injury form .terms-of-service div input[type="checkbox"] + label::before {
		left: 4vw;
	}

	#hearing-injury form .terms-of-service div input[type="checkbox"] + label::after {
		left: 4.25vw;
		top: 0.2vw;
	}

	#hearing-injury form .text-04 {
		font-size: 1vw;
		margin-top: 0.5vw;
		padding-left: 4vw;
	}

	#hearing-injury form input[type="submit"],
	#hearing-injury form input[type="button"] {
		font-size: 1vw;
		height: 3vw;
	}

	#hearing-injury form .attention {
		font-size: 1vw;
		margin-top: 1vw;
	}

	#hearing-injury .text-confirm {
		font-size: 1vw;
		width: 60vw;
		margin: 3vw auto 0;
		padding-left: 4vw;
	}

	#hearing-injury form#confirm {
		margin-top: 3vw;
	}

	#hearing-injury form#confirm dl dt {
		padding-left: 5vw;
		border-bottom: #f0f0f0 0.05vw solid;
	}

	#hearing-injury form#confirm dl dd {
		font-size: 0.9vw;
		padding: 1vw 0 1vw 2vw;
	}

	#hearing-injury form#confirm dl dd img {
		width: 10.5vw;
	}

	#hearing-injury form#confirm .btn-back {
		width: 19.5vw;
		margin: 0.5vw auto 0;
		border: #91a8d1 0.25vw solid;
	}

	#hearing-injury .send {
		font-size: 1.5vw;
		width: 60vw;
		margin: 3vw auto 0;
		padding-left: 12.5vw;
	}

	#hearing-injury .text-send {
		font-size: 1vw;
		width: 60vw;
		margin: 2vw auto 0;
		padding-left: 12.5vw;
	}

	#hearing-injury .btn-more {
		margin: 1.5vw auto 0;
		padding-bottom: 40vw;
	}

    #hearing-injury .btn-more a {
	    font-size: 1vw;
		background: url(../images/arrow_01.png) center right 1vw no-repeat #1d4e89;
		background-size: 0.6vw 0.6vw;
		width: 19.5vw;
		padding: 1vw 0;
		border: #91a8d1 0.25vw solid;
	}

	#hearing-injury .bs-callout-warning .error {
		font-size: 1.6vw;
		margin-top: 1vw;
	}

	#hearing-injury #link {
		margin-top: 10vw;
		padding-bottom: 0.5vw;
		border-bottom: #bebebe 0.1vw solid;
	}

	#hearing-injury #link ul {
		width: 70vw;
	}

	#hearing-injury #link ul li {
		font-size: 0.8vw;
	}

	#hearing-injury #link ul li:nth-child(n+2) {
		margin-left: 0.5vw;
	}

	#go-top {
		width: 100%;
		bottom: 5vw;
	}

	#go-top img {
		width: 5vw;
	}
}

@media screen and (max-width: 800px) {
	#hearing-injury {
		margin-top: 12.5vw;
		padding-bottom: 10vw;
	}

	#hearing-injury h2 {
		font-size: 8.5vw;
	}

	#hearing-injury .red {
		font-size: 4.25vw;
		width: 90%;
		margin: 10vw auto 0;
		padding: 0;
		letter-spacing: 0.125vw;
	}

	#hearing-injury .text {
		font-size: 3.75vw;
		width: 90%;
		margin: 3.75vw auto 0;
		padding: 0;
		letter-spacing: 0.125vw;
	}

	#hearing-injury .text span.inner {
		width: 100%;
		margin: 3.75vw 0;
		padding: 5vw 3.75vw;
		border: #235091 0.375vw solid;
	}

	#hearing-injury .text span.big {
		font-size: 4.25vw;
		font-weight: bold;
		margin-bottom: 0.625vw;
	}

	#hearing-injury .text span br.sp {
		display: inline-block;
	}

	#hearing-injury .text span img {
		width: 80vw;
		margin: 1.25vw auto;
	}

	#hearing-injury form {
		width: 90%;
		margin: 3.75vw auto 0;
		padding: 0 2.5%;
	}

	#hearing-injury form h3 {
		font-size: 4.75vw;
		margin-bottom: 5vw;
		padding-left: 0;
		letter-spacing: 0.25vw;
	}

	#hearing-injury form dl {
		flex-wrap: wrap;
	}

	#hearing-injury form dl dt {
	    font-size: 3.75vw;
		width: 100%;
		margin-bottom: 2.5vw;
		padding: 1.5vw 0 1.5vw 1.5vw;
	}

	#hearing-injury form dl dt.not-required {
		padding-left: 15vw;
	}

	#hearing-injury form dl dt span {
	    font-size: 3.75vw;
	    width: 9.25vw;
	    margin-left: 2.5vw;
	    padding: 0.25vw 0;
	}

	#hearing-injury form dl dt label {
		width: calc(100% - 9.25vw);
	}

	#hearing-injury form dl dd {
	    font-size: 3.75vw;
		width: 100%;
		padding: 0 0 2.5vw 0;
	}

	#hearing-injury form dl dd div {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	#hearing-injury form .parsley-errors-list li {
		font-size: 3.25vw;
	}

	#hearing-injury form dl dd .text-01 {
		font-size: 3.25vw;
		margin-bottom: 1.25vw;
		padding-left: 0;
		line-height: 1.4;
	}

	#hearing-injury form dl dd .text-02 {
		font-size: 3.25vw;
		margin-top: 2.5vw;
		line-height: 1.2;
	}

	#hearing-injury form dl dd .text-02 br {
		display: none;
	}

	#hearing-injury form dl dd .text-03 {
		font-size: 3.75vw;
		margin-top: 1.25vw;
		line-height: 1.4;
	}

	#hearing-injury form dl dd .text-03 span {
		display: inline;
		text-indent: 0;
	}

	#hearing-injury form dl dd .text-05 {
		font-size: 3.25vw;
	}

	#hearing-injury form dl dd .text-05 span {
		font-size: 4.25vw;
		font-weight: bold;
		margin: 2.5vw 0 1.25vw;
	}

	#hearing-injury form .company,
	#hearing-injury form .retirement {
		margin-top: 12.5vw;
	}

	#hearing-injury form .retirement dl:nth-of-type(9) dd {
		font-size: 3.25vw;
	}

	#hearing-injury form input[type="text"],
	#hearing-injury form input[type="tel"],
	#hearing-injury form input[type="email"],
	#hearing-injury form input[type="url"],
	#hearing-injury form input[type="time"] {
		font-size: 16px;
		height: 13.25vw;
		margin: 0 0 2.5vw;
		padding: 0 2.5vw;
		border: #c0c1c2 1px solid;
		-webkit-border-radius : 0;
	    -webkit-appearance : none;
	    -webkit-tap-highlight-color : rgba(0,0,0,0);
	}

	#hearing-injury form input[type="text"].middle-01 {
		width: 58vw;
	}

	#hearing-injury form input[type="text"].middle-02 {
		width: 70.8vw;
	}

	#hearing-injury form input[type="text"].short-01 {
		width: 17vw;
	}

	#hearing-injury form input[type="text"].short-02 {
		width: 54.8vw;
	}

	#hearing-injury form input[type="text"].short-03 {
		width: 55.8vw;
	}

	#hearing-injury form input[type="time"].short-01 {
		width: 25vw;
	}

	#hearing-injury form input[type="radio"] {
	    top: 0.3vw;
		left: -0.05vw;
	}

	#hearing-injury form input[type="radio"].first {
		top: 1vw;
	}

	#hearing-injury form input[type="radio"] + label {
		padding-left: 6.5vw;
		display: block;
		line-height: 2;
	}

	#hearing-injury form input[type="radio"] + label::before{
		width: 5.5vw;
		height: 5.5vw;
	}

	#hearing-injury form input[type="radio"]:checked + label::after {
		width: 3.5vw;
		height: 3.5vw;
		top: 1.05vw;
		left: 1vw;
	}

	#hearing-injury form input[type="radio"] + label br {
		display: none;
	}

	#hearing-injury form input[type="checkbox"] + label {
		padding-left: 6.5vw;
	}

	#hearing-injury form input[type="checkbox"] + label::before {
		width: 5.5vw;
		height: 5.5vw;
	}

	#hearing-injury form input[type="checkbox"] + label::after {
		width: 3vw;
		height: 3.5vw;
		top: 1.75vw;
		left: 1.25vw;
	}

	#hearing-injury form input[type="number"] {
		font-size: 16px;
		width: 24.5vw;
		height: 13.25vw;
		margin-top: 0.5vw;
		padding-left: 2.5vw;
		border: #c0c1c2 1px solid;
		-webkit-border-radius : 0;
	    -webkit-appearance : none;
	    -webkit-tap-highlight-color : rgba(0,0,0,0);
	}

	#hearing-injury form select {
		font-size: 16px;
		background: url(../images/arrow_select.png) no-repeat center right 2.5vw #fff;
		background-size: 3.5vw 3vw;
		height: 13.25vw;
		margin-top: 2.5vw;
		padding: 0 2.5vw;
		border: #c0c1c2 0.15vw solid;
	}

	#hearing-injury form select.time {
		width: 20vw;
	}

	#hearing-injury form textarea {
		font-size: 16px;
		height: 26.5vw;
		margin-top: 1.25vw;
		padding: 1.25vw 2.5vw;
		border: #c0c1c2 1px solid;
	}

	#hearing-injury form textarea.long {
		height: 26.5vw;
	}

	#hearing-injury form .btn-confirm {
		background: url(../images/arrow_01.png) center right 3.75vw no-repeat #f00;
		background-size: 2.75vw 3.5vw;
		width: 100%;
		border: #ff4545 1.25vw solid;
		margin: 2.5vw auto 0;
	}

	#hearing-injury form .btn-confirm.dont {
		border: #b6b6b6 1.25vw solid;
	}

	#hearing-injury form input[type="submit"],
	#hearing-injury form input[type="button"] {
		font-size: 5.25vw;
		height: 16vw;
	}

	#hearing-injury form .terms-of-service p {
		font-size: 3.5vw;
		margin-top: 1.25vw;
		padding-left: 0;
		line-height: 2;
		letter-spacing: 0.1em;
	}

	#hearing-injury form .terms-of-service p a {
		text-decoration: underline;
	}

	#hearing-injury form .terms-of-service p br {
		display: inline-block;
	}

	#hearing-injury form .terms-of-service div {
		font-size: 3.5vw;
		margin: 2.5vw 0 1.25vw;
		padding-left: 2.5vw;
	}

	#hearing-injury form .terms-of-service div span {
		font-size: 3.5vw;
		padding: 1vw 0.875vw;
		vertical-align: middle;
	}

	#hearing-injury form .terms-of-service div input[type="checkbox"] + label {
		padding-left: 10vw;
		vertical-align: middle;
	}

	#hearing-injury form .terms-of-service div input[type="checkbox"] + label::before {
		left: 15vw;
	}

	#hearing-injury form .terms-of-service div input[type="checkbox"] + label::after {
		left: 16.5vw;
		top: 1vw;
	}

	#hearing-injury form .text-04 {
		font-size: 3.5vw;
		margin-top: 2.5vw;
		padding-left: 0;
		line-height: 2;
		letter-spacing: 0.1em;
	}

	#hearing-injury form .text-04 span {
		font-size: 3vw;
		display: block;
		line-height: 1.5;
	}

	#hearing-injury form .attention {
		font-size: 3.5vw;
		margin-top: 2.5vw;
		line-height: 2;
	}

	#hearing-injury .text-confirm {
		font-size: 3.75vw;
		width: 90%;
		margin: 10vw auto 8.75vw;
		padding-left: 2.5vw;
	}

	#hearing-injury form#confirm {
		margin-top: 3vw;
	}

	#hearing-injury form#confirm h3 {
		padding-left: 2.5vw;
	}

	#hearing-injury form#confirm dl dt {
		margin-top: 3.75vw;
		padding-left: 5vw;
		border: none;
	}

	#hearing-injury form#confirm dl dd {
		font-size: 4.25vw;
		padding: 0 0 1.25vw 7.5vw;
	}

	#hearing-injury form#confirm .retirement dl:nth-of-type(17) dd,
	#hearing-injury form#confirm .retirement dl:nth-of-type(18) dd {
		padding-bottom: 2.5vw;
	}

	#hearing-injury form#confirm dl dd img {
		width: 8.75vw;
	}

	#hearing-injury form#confirm .btn-back {
		background: url(../images/arrow_01.png) center right 3.75vw no-repeat #1d4e89;
		background-size: 2.75vw 3.5vw;
		width: 100%;
		border: #91a8d1 1.25vw solid;
		margin: 2.5vw auto 0;
	}

	#hearing-injury .send {
		font-size: 5vw;
		width: 90%;
		margin: 13.75vw auto 0;
		padding-left: 2.5vw;
	}

	#hearing-injury .text-send {
		font-size: 3.75vw;
		width: 90%;
		margin: 3.75vw auto 0;
		padding-left: 2.5vw;
		line-height: 2;
	}

	#hearing-injury .bs-callout-warning .error {
		font-size: 4vw;
		margin-top: 2.5vw;
	}

	#hearing-injury .btn-more {
		margin: 3.75vw auto 0;
	}

	#hearing-injury .btn-more a {
		font-size: 5.25vw;
		background: url(../images/arrow_01.png) center right 3.75vw no-repeat #1d4e89;
		background-size: 2.875vw 3.5vw;
		width: 100%;
		padding: 3.75vw 0;
		border: #91a8d1 1.25vw solid;
	}

	.ui-widget {
		font-size: 5vw !important;
	}

	.ui-datepicker {
		width: 90% !important;
		padding: .2em .2em 0 !important;
	}

	.ui-datepicker td span,
	.ui-datepicker td a {
	   padding: .3em !important;
	   font-size: 3.75vw !important;
	}

	#hearing-injury #link {
	    margin-top: 5vw;
	    padding-bottom: 1.25vw;
	    border-bottom: #bebebe 0.25vw solid;
	}

	#hearing-injury #link ul {
		width: 100vw;
	}

	#hearing-injury #link ul li {
		font-size: 3vw;
		margin-left: 2.5vw;
	}

	#hearing-injury #link ul li:nth-child(n+2) {
		margin-left: 2.5vw;
	}

	#go-top {
		display: none;
	}
}
/********** /hearing_injury **********/

/********** manual_injury **********/
#manual-injury {
	font-feature-settings: "palt"1;
	letter-spacing: 0.1em;
}

#manual-injury h2 {
	font-size: 40px;
	font-weight: normal;
}

#manual-injury h3 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 50px;
	padding: 8px 0 0 22px;
	position: relative;
}

#manual-injury h3::before {
	content: '';
	background: #1d4e89;
	width: 11px;
	height: 46px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#manual-injury h4 {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	background: #1d4e89;
	width: 100%;
	padding: 10px 0 10px 10px;
}

#manual-injury .text-01 {
	font-size: 18px;
	color: #272727;
	margin-top: 50px;
	line-height: 1.6;
}

#manual-injury .text-01 span {
	color: #f00;
}

#manual-injury .text-01 span.ul {
	text-decoration: underline;
}

#manual-injury .text-01 span.big {
	font-size: 25px;
	font-weight: bold;
	color: #f00;
}

#manual-injury .text-01 strong {
	font-weight: bold;
}

#manual-injury .text-02 {
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.8;
}

#manual-injury #line-01 {
	background: #f7f7f7;
}

#manual-injury #line-01 .inner {
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

#manual-injury #line-02 {
	background: #fff;
}

#manual-injury #line-02 .inner {
	width: 1400px;
	margin: 0 auto;
	padding-top: 80px;
}

#manual-injury #line-02 .box {
	margin-top: 40px;
	padding: 40px 30px;
	border: #1d4e89 1px solid;
}

#manual-injury #line-03 {
	background: #fff;
}

#manual-injury #line-03 .inner {
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

#manual-injury #line-03 .image {
	margin-top: 60px;
}

#manual-injury #line-04 {
	background: #f7f7f7;
}

#manual-injury #line-04 .inner {
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

#manual-injury #line-04 .text-01 span.ul {
	color: #272727;
}

#manual-injury #line-04 .text-01 span.ul span {
	color: #f00;
	text-decoration: underline;
}

#manual-injury #line-05 {
	background: #fff;
}

#manual-injury #line-05 .inner {
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

#manual-injury #line-06 {
	background: #f7f7f7;
}

#manual-injury #line-06 .inner {
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

#manual-injury #link {
	margin-top: 200px;
	padding-bottom: 10px;
	border-bottom: #bebebe 2px solid;
}

#manual-injury #link ul {
	width: 1400px;
	margin: 0 auto;
	display: flex;
}

#manual-injury #link ul li {
	font-size: 16px;
}

#manual-injury #link ul li:nth-child(n+2) {
	margin-left: 10px;
}

#manual-injury #link ul li a {
	color: #000;
}

#manual-injury .manual-btn {
	background-color: #f00;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 801px) and (max-width: 2000px) {
	#manual-injury h2 {
		font-size: 2vw;
	}

	#manual-injury h3 {
		font-size: 1.4vw;
		margin-top: 2.5vw;
		padding: 0.4vw 0 0 1.1vw;
	}

	#manual-injury h3::before {
		width: 0.55vw;
		height: 2.3vw;
	}

	#manual-injury h4 {
		font-size: 1.4vw;
		padding: 0.5vw 0 0.5vw 0.5vw;
	}

	#manual-injury .text-01 {
		font-size: 0.9vw;
		margin-top: 2.5vw;
	}

	#manual-injury .text-01 span.ul {
		text-decoration: underline;
	}

	#manual-injury .text-01 span.big {
		font-size: 1.25vw;
	}

	#manual-injury .text-02 {
		font-size: 0.8vw;
		margin-top: 1.5vw;
	}

	#manual-injury #line-01 .inner {
		width: 70vw;
		padding: 4vw 0;
	}

	#manual-injury #line-02 .inner {
		width: 70vw;
		padding-top: 4vw;
	}

	#manual-injury #line-02 .box {
		margin-top: 2vw;
		padding: 2vw 1.5vw;
		border-top: #1d4e89 0.05vw solid;
		border-bottom: #1d4e89 0.05vw solid;
	}

	#manual-injury #line-03 .inner {
		width: 70vw;
		padding: 4vw 0;
	}

	#manual-injury #line-03 .image {
		margin-top: 3vw;
	}

	#manual-injury #line-03 .image img {
		width: 46.7vw;
	}

	#manual-injury #line-04 .inner {
		width: 70vw;
		padding: 4vw 0;
	}

	#manual-injury #line-05 .inner {
		width: 70vw;
		padding: 4vw 0;
	}

	#manual-injury #line-06 .inner {
		width: 70vw;
		padding: 4vw 0;
	}

	#manual-injury #link {
		margin-top: 10vw;
		padding-bottom: 0.5vw;
		border-bottom: #bebebe 0.1vw solid;
	}

	#manual-injury #link ul {
		width: 70vw;
	}

	#manual-injury #link ul li {
		font-size: 1vw;
		margin-right: 1em;
		font-weight: bold;
	}

	#manual-injury #link ul li:nth-child(n+2) {
		margin-left: 0.5vw;
	}
}

@media screen and (max-width: 800px) {
	#manual-injury h2 {
		font-size: 5vw;
		line-height: 1.5;
	}

	#manual-injury h3 {
		font-size: 4.75vw;
		margin-top: 3.75vw;
		padding: 0 0 0 1.5vw;
	}

	#manual-injury h3::before {
		width: 1vw;
		height: 4.75vw;
	}

	#manual-injury h4 {
		font-size: 4vw;
		padding: 1.25vw 0;
	}

	#manual-injury .text-01 {
		font-size: 3.5vw;
		margin-top: 3.75vw;
	}

	#manual-injury .text-01 span.big {
		font-size: 5vw;
		line-height: 1;
	}

	#manual-injury .text-02 {
		font-size: 3.5vw;
		margin-top: 3.75vw;
		line-height: 1.6;
	}

	#manual-injury #line-01 .inner {
		width: 95vw;
		padding: 5vw 0;
	}

	#manual-injury #line-02 .inner {
		width: 95vw;
		padding-top: 5vw;
	}

	#manual-injury #line-02 .box {
		margin-top: 3.75vw;
		padding: 2.5vw;
		border-top: #1d4e89 0.125vw solid;
		border-bottom: #1d4e89 0.125vw solid;
	}

	#manual-injury #line-03 .inner {
		width: 95vw;
		padding: 5vw 0;
	}

	#manual-injury #line-03 .image {
		margin-top: 3.75vw;
	}

	#manual-injury #line-03 .image img {
		width: 100%;
	}

	#manual-injury #line-04 .inner {
		width: 95vw;
		padding: 5vw 0;
	}

	#manual-injury #line-05 .inner {
		width: 95vw;
		padding: 5vw 0;
	}

	#manual-injury #line-06 .inner {
		width: 95vw;
		padding: 5vw 0;
	}

	#manual-injury #link {
	    margin-top: 5vw;
	    padding-bottom: 1.25vw;
	    border-bottom: #bebebe 0.25vw solid;
	}

	#manual-injury #link ul {
		width: 100vw;
	}

	#manual-injury #link ul li {
		font-size: 3.6vw;
		margin-left: 2.5vw;
		font-weight: bold;
	}

	#manual-injury #link ul li:nth-child(n+2) {
		margin-left: 2.5vw;
	}
}
/********** /manual_injury **********/

/********** terms-of-service **********/
#terms-of-service {
	margin-top: 50px;
	padding-bottom: 150px;
}

#terms-of-service h2 {
	font-size: 60px;
	color: #1d4e89;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.2;
}

#terms-of-service .wrapper {
	font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	font-weight: normal;
	width: 1400px;
	margin: 0 auto;
}

#terms-of-service .text-01 {
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.4;
	position: relative;
}

#terms-of-service .text-01 span {
	position: absolute;
	right: 60px;
	bottom: -40px;
}

#terms-of-service h3 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	background: #235091;
	margin-top: 30px;
	padding: 20px;
}

#terms-of-service .text-02 {
	font-size: 20px;
	margin-top: 20px;
	padding-left: 40px;
	text-indent: -2em;
	line-height: 1.6;
}

#terms-of-service h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0 0 60px;
}

#terms-of-service h4 br {
	display: none;
}

#terms-of-service .text-03 {
	font-size: 20px;
	margin: 10px 0 0 130px;
	line-height: 1.4;
}

#terms-of-service .text-03 span {
	margin-left: 30px;
	display: block;
}

#terms-of-service .text-04 {
	font-size: 18px;
	margin-left: 60px;
	padding-left: 54px;
	text-indent: -3em;
	line-height: 1.4;
}

#terms-of-service .mt {
	margin-top: 10px;
}

#terms-of-service .btn-back {
	background: #1d4e89;
	width: 390px;
	margin: 80px auto 0;
	border: #91a8d1 5px solid;
}

#terms-of-service .btn-back input[type="button"] {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: none;
	width: 100%;
	height: 60px;
	padding-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    letter-spacing: 0.1em;
    display: block;
    cursor: pointer;
}

@media screen and (min-width: 801px) and (max-width: 2000px) {
	#terms-of-service {
		margin-top: 2.5vw;
		padding-bottom: 7.5vw;
	}

	#terms-of-service h2 {
		font-size: 3vw;
		margin-bottom: 3vw;
	}

	#terms-of-service .wrapper {
		width: 70vw;
	}

	#terms-of-service .text-01 {
		font-size: 1vw;
		margin-top: 1vw;
	}

	#terms-of-service .text-01 span {
		right: 3vw;
		bottom: -2vw;
	}

	#terms-of-service h3 {
		font-size: 1.5vw;
		margin-top: 1.5vw;
		padding: 1vw;
	}

	#terms-of-service .text-02 {
		font-size: 1vw;
		margin-top: 1vw;
		padding-left: 2vw;
	}

	#terms-of-service h4 {
		font-size: 1.2vw;
		margin: 1.5vw 0 0 3vw;
	}

	#terms-of-service .text-03 {
		font-size: 1vw;
		margin: 0.5vw 0 0 6.5vw;
	}

	#terms-of-service .text-03 span {
		margin-left: 1.5vw;
	}

	#terms-of-service .text-04 {
		font-size: 0.9vw;
		margin-left: 3vw;
		padding-left: 2.7vw;
	}

	#terms-of-service .mt {
		margin-top: 0.5vw;
	}

	#terms-of-service .btn-back {
		width: 19.5vw;
		margin: 4vw auto 0;
		border: #91a8d1 0.25vw solid;
	}

	#terms-of-service .btn-back input[type="button"] {
		font-size: 1vw;
		height: 3vw;
	}
}

@media screen and (max-width: 800px) {
	#terms-of-service {
		margin-top: 3.5vw;
		padding-bottom: 10vw;
	}

	#terms-of-service h2 {
		font-size: 7.5vw;
	}

	#terms-of-service .wrapper {
		width: 90%;
	}

	#terms-of-service .text-01 {
	    font-size: 3.75vw;
	    margin-top: 2.5vw;
	    line-height: 1.8;
	}

	#terms-of-service .text-01 span {
		right: 0;
		bottom: -5vw;
	}

	#terms-of-service h3 {
	    font-size: 4.25vw;
	    margin-top: 2.5vw;
	    padding: 2.5vw;
	}

	#terms-of-service h3 span {
		font-size: 3.125vw;
	}

	#terms-of-service .text-02 {
		font-size: 3.75vw;
		margin-top: 2.5vw;
		padding-left: 0;
		text-indent: 0;
	}

	#terms-of-service h4 {
	    font-size: 4.25vw;
	    font-weight: normal;
	    margin: 2.5vw 0 0 0;
	    padding-left: 8.5vw;
	    text-indent: -2em;
	    line-height: 1.4;
	}

	#terms-of-service h4 br {
		display: inline-block;
	}

	#terms-of-service .text-03 {
	    font-size: 3.125vw;
	    margin: 2.5vw 0 0 7.5vw;
	    line-height: 1.6;
	}

	#terms-of-service .text-03 span {
		margin-left: 0;
	}

	#terms-of-service .text-04 {
		font-size: 3.125vw;
		margin-left: 0;
		padding-left: 0;
		text-indent: 0;
		line-height: 1.6;
	}

	#terms-of-service .mt {
		margin-top: 1.25vw;
	}

	#terms-of-service .btn-back {
		background: url(../images/arrow_01.png) center right 3.75vw no-repeat #1d4e89;
		background-size: 2.75vw 3.5vw;
		width: 95%;
		border: #91a8d1 1.25vw solid;
		margin: 10vw auto 0;
	}

	#terms-of-service .btn-back input[type="button"] {
		font-size: 5.25vw;
		height: 16vw;
	}
}
/********** /terms-of-service **********/

/*footer-nav*/
.f-nav {
	position: relative;
	display: flex;
	font-size: 14px;
	width: 90%;
	margin: 20px auto 0;
	justify-content: center;
	border-bottom: solid 2px #ccc;
	padding-bottom: 1em;
}

.f-nav li {
	margin: 0 1em;
}

.f-nav li a {
	color: #000;
}

	@media screen and (max-width: 800px) {
		.f-nav {
			width: 96%;
			padding-bottom: 1em;
			flex-direction: column;
		}
		
		.f-nav li {
			margin: 0 1em;
		}
		
		.f-nav li a {
			color: #000;
			display: block;
			padding: 1em 0;
			border-bottom: solid #ccc 1px;
		}
		
	}