@charset "UTF-8";
* {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	overflow-y: scroll;
}
html.sp {
	font-size: 16px !important;
}

body, th, main .contents .layout table td, td, input, select, textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

body {
	margin: 0px auto;
	max-width: 1600px;
	background: rgba(0, 0, 0, 0.05);
}

img {
	border: 0px;
}

a {
	color: #0055a9;
	text-decoration: none;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}

dl, ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
}

.clear {
	clear: both;
}

.sp .view_pc {
	display: none !important;
}

.view_sp {
	display: none !important;
}
.sp .view_sp {
	display: block !important;
}

#mainmain {
	width: 220px;
	color: #c00;
}
#mainmain > div {
	vertical-align: top;
	margin: 30px;
	margin-left: 20px;
	margin-right: 10px;
}
#mainmain > div a {
	color: #000;
}

header {
	height: 80px;
	background: #ffffff;
	border-top: 5px solid #001ad0;
}
.sp header {
	height: auto;
	padding: 0 10px 20px;
}
header > div {
	width: 100%;
	max-width: 1600px;
	background: #ffffff;
}
header > div > div {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0px 20px;
	display: table;
	width: 100%;
}
.sp header > div > div {
	padding: 0px 10px;
}
header > div > div > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.sp header > div > div {
	padding-right: 0px;
}
header #leftlogo {
	padding: 20px 0px 0px 0px;
}
.sp header #leftlogo {
	display: block;
}
header #leftlogo h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.sp header #leftlogo h1 {
	text-align: center;
}
header #leftlogo img {
	max-width: 100%;
	height: auto;
}
header #rightlogo {
	padding: 15px 0px 0px 0px;
	text-align: right;
}
.sp header #rightlogo {
	display: block;
	text-align: center;
}
header #rightlogo img {
	max-width: 100%;
	height: auto;
}
.sp header #rightlogo img {
	max-width: 100% !important;
	width: auto;
	height: 30px;
}

footer {
	background: #ffffff;
}
footer > div {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 12px 20px 24px;
}
.sp footer > div {
	padding: 6px 10px 12px;
}
footer > div:after {
	content: "";
	display: block;
	clear: both;
}
.sp footer > div {
	padding-top: 12px;
}
footer ul {
	float: left;
}
footer ul:after {
	content: "";
	display: block;
	clear: both;
}
.sp footer ul {
	float: none;
}
footer ul li {
	float: left;
}
.sp footer ul li {
	float: none;
}
footer ul li + li {
	position: relative;
	margin-left: 40px;
}
.sp footer ul li + li {
	margin-top: 8px;
	margin-left: 0px;
}
footer ul li + li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: -20px;
	background: #000000;
}
.sp footer ul li + li:before {
	display: none;
}
footer ul a {
	color: #000000;
}
footer p {
	float: right;
}
.sp footer p {
	float: none;
	margin-top: 24px;
}

main {
	display: block;
	background: #ffffff;
}
main:after {
	content: "";
	display: block;
	clear: both;
}

main .contents * + .lead, main .contents * + .text, main .contents * + .image, main .contents * + .imagebox, main .contents * + .button, main .contents * + .table, main .contents * + .layout {
	margin-top: 32px;
}
.sp main .contents * + .lead, main .contents .sp * + .lead, .sp main .contents * + .text, main .contents .sp * + .text, .sp main .contents * + .image, main .contents .sp * + .image, .sp main .contents * + .imagebox, main .contents .sp * + .imagebox, .sp main .contents * + .button, main .contents .sp * + .button, .sp main .contents * + .table, main .contents .sp * + .table, .sp main .contents * + .layout, main .contents .sp * + .layout {
	margin-top: 24px;
}

main .contents * + .column, main .contents * + .menu {
	margin-top: 48px;
}

main .contents .lead * + p, main .contents .text * + p, main .contents .text * + ul, main .contents .text * + ol {
	margin-top: 16px;
}

main .contents {
	padding: 0px;
}
main .contents > div {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 40px 20px;
}
.sp main .contents > div {
	padding: 20px 10px;
}
.sp main .contents > div {
	width: auto;
}
main .contents h1 + *, main .contents h2 + *, main .contents h3 + *, main .contents h4 + *, main .contents h5 + *, main .contents h6 + * {
	margin-top: 0px !important;
}
main .contents h1 {
	clear: both;
	display: block;
	margin: 0px 0px 32px;
	padding: 0px;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 46.8px;
	line-height: 2.925rem;
	font-weight: normal;
}
main .contents * + h1 {
	margin-top: 96px;
}
main .contents h2 {
	clear: both;
	display: block;
	margin: 0px 0px 32px;
	padding: 0px;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 36.4px;
	line-height: 2.275rem;
	font-weight: bold;
}
main .contents * + h2 {
	margin-top: 72px;
}
main .contents h3 {
	clear: both;
	display: block;
	margin: 0px 0px 16px;
	padding: 0px 0px 12px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
}
main .contents * + h3 {
	margin-top: 32px;
}
main .contents h3 {
	clear: both;
	position: relative;
	margin: 0px 0px 16px;
	padding: 0px 0px 12px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	border-bottom: 3px solid #d9d9d9;
}
main .contents h3:after {
	content: "";
	position: absolute;
	display: block;
	left: 0px;
	bottom: -3px;
	width: 50px;
	height: 3px;
	background: #0055a9;
}
main .contents * + h3 {
	margin-top: 32px;
}
main .contents h4 {
	clear: both;
	display: block;
	margin: 0px 0px 16px;
	padding: 0px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 23.4px;
	line-height: 1.4625rem;
}
main .contents * + h4 {
	margin-top: 32px;
}
main .contents .lead p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 30.6px;
	line-height: 1.9125rem;
	font-weight: bold;
}
.sp main .contents .lead p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .stack {
	margin-top: 0px !important;
}
main .contents .text p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .text p .required {
	color: #fb3b3b;
	margin-left: 4px;
	margin-right: 4px;
}
main .contents .text p.error_mes {
	color: #fb3b3b;
}
main .contents .text ul {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .text ul > li {
	margin-left: 14px;
	text-indent: -14px;
}
main .contents .text ul > li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	background: #0055a9;
}
main .contents .text ul > li + li {
	margin-top: 4px;
}
main .contents .text ol {
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
	counter-reset: number;
}
main .contents .text ol > li {
	margin-left: 1.2em;
	text-indent: -0.63em;
}
main .contents .text ol > li:before {
	counter-increment: number;
	content: counter(number) ".";
	display: inline-block;
	margin-right: 0.3em;
}
main .contents .text ol > li + li {
	margin-top: 4px;
}
main .contents .text a {
	position: relative;
	display: inline-block;
}
main .contents .text a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0.2rem;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #0055a9;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
main .contents .text a:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
main .contents .text a.normal {
	display: inline;
}
main .contents .image img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
main .contents .image p {
	margin: auto;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18.2px;
	line-height: 1.1375rem;
}
* + main .contents .image p {
	margin-top: 8px;
}
main .contents .image.left img {
	margin-left: 0px;
}
main .contents .image.left p {
	margin-left: 0px;
}
main .contents .image.right img {
	margin-right: 0px;
}
main .contents .image.right p {
	margin-right: 0px;
}
main .contents .imagebox {
	display: table;
	width: 100%;
}
main .contents .imagebox > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents .imagebox.spcol1 {
	display: block;
}
.sp main .contents .imagebox.spcol1 > * {
	display: block;
	width: auto !important;
}
.sp main .contents .imagebox.spcol1 > * + * {
	padding-top: 32px;
	padding-left: 0px;
}
main .contents .imagebox > * {
	margin-top: 0px !important;
}
main .contents .imagebox > * + * {
	padding-left: 32px;
}
main .contents .imagebox.reverse {
	direction: rtl;
}
main .contents .imagebox.reverse > * {
	direction: ltr;
}
main .contents .imagebox.reverse > * + * {
	padding-left: 0px;
	padding-right: 32px;
}
main .contents .column {
	margin-bottom: -48px;
	margin-left: -48px;
	margin-right: -4px;
}
.sp main .contents .column {
	margin-left: -24px;
}
main .contents .column:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .column > * {
	float: left;
	margin-bottom: 48px;
	margin-left: 48px;
}
.sp main .contents .column > * {
	margin-left: 24px;
}
main .contents .column.col1 > * {
	width: calc((100% - 48px * 1 - 4px) / 1);
}
.sp main .contents .column.col1 > * {
	width: calc((100% - 24px * 1 - 4px) / 1);
}
.sp main .contents .column.spcol1 > * {
	width: calc((100% - 24px * 1 - 4px) / 1) !important;
}
main .contents .column.col2 > * {
	width: calc((100% - 48px * 2 - 4px) / 2);
}
.sp main .contents .column.col2 > * {
	width: calc((100% - 24px * 2 - 4px) / 2);
}
.sp main .contents .column.spcol2 > * {
	width: calc((100% - 24px * 2 - 4px) / 2) !important;
}
main .contents .column.col3 > * {
	width: calc((100% - 48px * 3 - 4px) / 3);
}
.sp main .contents .column.col3 > * {
	width: calc((100% - 24px * 3 - 4px) / 3);
}
.sp main .contents .column.spcol3 > * {
	width: calc((100% - 24px * 3 - 4px) / 3) !important;
}
main .contents .column.col4 > * {
	width: calc((100% - 48px * 4 - 4px) / 4);
}
.sp main .contents .column.col4 > * {
	width: calc((100% - 24px * 4 - 4px) / 4);
}
.sp main .contents .column.spcol4 > * {
	width: calc((100% - 24px * 4 - 4px) / 4) !important;
}
main .contents .column.col5 > * {
	width: calc((100% - 48px * 5 - 4px) / 5);
}
.sp main .contents .column.col5 > * {
	width: calc((100% - 24px * 5 - 4px) / 5);
}
.sp main .contents .column.spcol5 > * {
	width: calc((100% - 24px * 5 - 4px) / 5) !important;
}
.sp main .contents .button {
	text-align: center;
}
main .contents .button > div {
	display: inline-block;
	-webkit-perspective: 100px;
	perspective: 100px;
}
main .contents .button > div > * {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #0055a9;
}
main .contents .button > div > *:hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #0062c3;
	opacity: 1;
}
main .contents .button > div > *.press {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #003b76;
	-webkit-transform: translateZ(-5px);
	transform: translateZ(-5px);
}
.sp main .contents .button > div {
	display: block;
}
main .contents .button > div + div {
	margin-left: 20px;
}
.sp main .contents .button > div + div {
	margin-top: 20px;
	margin-left: 0px;
}
main .contents .button a {
	position: relative;
	display: inline-block;
	min-width: 140px;
	padding: 12px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}
main .contents .button a:after {
	content: "";
	position: absolute;
	display: block;
	right: 5px;
	bottom: 5px;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
main .contents .button.center {
	text-align: center;
}
main .contents .button.right {
	text-align: right;
}
.sp main .contents .button.right {
	text-align: center;
}
main .contents .table {
	overflow-x: auto;
}
main .contents .table table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
main .contents .table table tbody {
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
main .contents .table table th, main .contents .table .layout table td, main .contents .layout .table table td {
	padding: 20px 12px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	font-weight: normal;
	color: #ffffff;
	background: #0055a9;
}
.sp main .contents .table table th, .sp main .contents .table .layout table td, .sp main .contents .layout .table table td {
	white-space: nowrap;
}
.sp main .contents .table table th span, .sp main .contents .table .layout table td span, .sp main .contents .layout .table table td span {
	display: block;
}
.sp main .contents .table table th * + span, .sp main .contents .table .layout table td * + span, .sp main .contents .layout .table table td * + span {
	margin-top: 4px;
}
main .contents .table table tbody th, main .contents .table .layout table tbody td, main .contents .layout .table table tbody td {
	vertical-align: left;
	text-align: left;
	color: #000000;
	background: #d9e0e4;
}
main .contents .table table td {
	padding: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
}
main .contents .table table tbody tr:nth-child(even) th, main .contents .table .layout table tbody tr:nth-child(even) td, main .contents .layout .table table tbody tr:nth-child(even) td {
	background: #bbc8cf;
}
main .contents .table table tbody tr:nth-child(even) td {
	background: #d9d9d9;
}
main .contents .table table .left {
	text-align: left;
}
main .contents .table table .right {
	text-align: right;
}
main .contents .table table .center {
	text-align: center;
}
main .contents .table table .top {
	vertical-align: top;
}
main .contents .table table .bottom {
	vertical-align: bottom;
}
main .contents .table table .middle {
	vertical-align: middle;
}
main .contents .table > p {
	margin-top: 8px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
}
main .contents .layout table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom: 1px solid #b3b3b3;
}
main .contents .layout table th, main .contents .layout table td {
	padding: 16px 8px;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #b3b3b3;
}
main .contents .layout table td {
	font-weight: normal;
}
.sp main .contents .layout table {
	display: block;
}
.sp main .contents .layout table tbody {
	display: block;
}
.sp main .contents .layout table tr {
	display: block;
}
.sp main .contents .layout table th, .sp main .contents .layout table td {
	display: block;
}
.sp main .contents .layout table td {
	display: block;
	padding-top: 0px;
	border-top: 0px;
}
main .contents .menu {
	margin-bottom: -20px;
	margin-left: -20px;
	margin-right: -4px;
}
main .contents .menu:after {
	content: "";
	display: block;
	clear: both;
}
.sp main .contents .menu {
	margin-bottom: -10px;
	margin-left: -10px;
}
main .contents .menu > * {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.sp main .contents .menu > * {
	margin-left: 10px;
}
main .contents .menu.col1 > * {
	width: calc((100% - 20px * 1 - 4px) / 1);
}
.sp main .contents .menu.col1 > * {
	width: calc((100% - 10px * 1 - 4px) / 1);
}
.sp main .contents .menu.spcol1 > * {
	width: calc((100% - 10px * 1 - 4px) / 1) !important;
}
main .contents .menu.col2 > * {
	width: calc((100% - 20px * 2 - 4px) / 2);
}
.sp main .contents .menu.col2 > * {
	width: calc((100% - 10px * 2 - 4px) / 2);
}
.sp main .contents .menu.spcol2 > * {
	width: calc((100% - 10px * 2 - 4px) / 2) !important;
}
main .contents .menu.col3 > * {
	width: calc((100% - 20px * 3 - 4px) / 3);
}
.sp main .contents .menu.col3 > * {
	width: calc((100% - 10px * 3 - 4px) / 3);
}
.sp main .contents .menu.spcol3 > * {
	width: calc((100% - 10px * 3 - 4px) / 3) !important;
}
main .contents .menu.col4 > * {
	width: calc((100% - 20px * 4 - 4px) / 4);
}
.sp main .contents .menu.col4 > * {
	width: calc((100% - 10px * 4 - 4px) / 4);
}
.sp main .contents .menu.spcol4 > * {
	width: calc((100% - 10px * 4 - 4px) / 4) !important;
}
main .contents .menu.col5 > * {
	width: calc((100% - 20px * 5 - 4px) / 5);
}
.sp main .contents .menu.col5 > * {
	width: calc((100% - 10px * 5 - 4px) / 5);
}
.sp main .contents .menu.spcol5 > * {
	width: calc((100% - 10px * 5 - 4px) / 5) !important;
}
main .contents .menu > a {
	position: relative;
	display: block;
	padding-bottom: 50px;
	overflow: hidden;
}
main .contents .menu > a:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
main .contents .menu > a div {
	overflow: hidden;
}
main .contents .menu > a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
main .contents .menu > a strong {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
}
main .contents .menu > a strong span {
	display: inline-block;
}
.sp main .contents .menu > a strong {
	font-size: 17.5px;
	font-size: 1.09375rem;
	line-height: 22.75px;
	line-height: 1.42188rem;
}
main .contents .menu > a > span {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0px;
	padding: 12px 12px 16px;
	color: #ffffff;
	background: #0055a9;
}
main .contents .menu > a > span p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18.2px;
	line-height: 1.1375rem;
}
main .contents .menu > a > span p.more {
	font-weight: bold;
}
main .contents .menu > a > span p + p {
	margin-top: 8px;
}
main .contents .menu > a > span.slide {
	bottom: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
main .contents .menu > a > span.slide strong {
	padding-bottom: 16px;
}
html:not(.sp) main .contents .menu > a:hover > span.slide {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}
main .contents .menu > a:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 5px;
	right: 5px;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
main .contents .menu.simple a {
	padding: 19px 19px 0px;
	border: 1px solid #d9d9d9;
}
.sp main .contents .menu.simple a {
	padding: 9px 9px 0px;
}
main .contents .menu.simple a > span {
	position: static;
	display: table;
	width: 100%;
	color: #000000;
	background: transparent;
}
main .contents .menu.simple a > span > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
main .contents .menu.simple a:after {
	border-right-color: #0055a9;
	border-bottom-color: #0055a9;
}

#mainvisual {
	position: relative;
	height: calc(100vh - 80px);
	background: #ffffff;
	overflow: hidden;
}
.sp #mainvisual {
	height: 150px;
}
#mainvisual > .image {
	position: absolute;
	top: 45px;
	right: 50%;
	width: 90%;
	max-width: 960px;
	height: calc(100% - 195px);
	background: none no-repeat center center;
	background-size: cover;
	opacity: 0;
	z-index: 10;
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
	-webkit-transform: -webkit-translateX(50%);
	transform: translateX(50%);
	-webkit-transition: -webkit-transform 8s ease-in, opacity 0.5s;
	transition: transform 8s ease-in, opacity 0.5s;
}
.sp #mainvisual > .image {
	top: 0px;
	width: 100%;
	height: 150px;
	box-shadow: none;
}
#mainvisual > .image img {
	display: none;
}
#mainvisual > .image.show {
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	opacity: 1;
	z-index: 60;
}
#mainvisual > .image.keep {
	opacity: 1;
	z-index: 10;
}
#mainvisual #cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 40;
	-webkit-transition: 1s 0.3s;
	transition: 1s 0.3s;
	opacity: 0;
}
#mainvisual #cover.start {
	background: #ffffff;
	opacity: 1;
}
#mainvisual #cover.border {
	-webkit-transition: 1s;
	transition: 1s;
	background: url(../images/cover.png);
	z-index: 5;
	opacity: 1;
}
#mainvisual #catch {
	position: absolute;
	display: table;
	width: 100%;
	right: 50%;
	bottom: 50%;
	width: 100%;
	width: 452px;
	height: 452px;
	background: url(../images/mainvisual_catch.png) no-repeat center center;
	background-size: 100%;
	opacity: 0;
	z-index: 50;
	-webkit-transform: -webkit-translate(50%, 34.5%);
	transform: translate(50%, 34.5%);
}
#mainvisual #catch > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.sp #mainvisual #catch {
	width: 215px;
	height: 215px;
	-webkit-transform: -webkit-translate(50%, 50%);
	transform: translate(50%, 50%);
}
#mainvisual #catch > div {
	opacity: 0;
}
#mainvisual #catch > div img {
	display: block;
	width: 100%;
	height: auto;
}
#mainvisual #catch.show {
	opacity: 1;
}
#mainvisual #catch.show > div {
	-webkit-transition: opacity 2.5s 1.5s;
	transition: opacity 2.5s 1.5s;
	opacity: 1;
}
#mainvisual #catch.hover {
	-webkit-transition: opacity 1.2s 0.1s;
	transition: opacity 1.2s 0.1s;
	opacity: 1;
}
#mainvisual #catch.hover > div {
	opacity: 1;
}
#mainvisual #slide {
	display: none;
}
#mainvisual #scroll {
	position: absolute;
	bottom: 5%;
	right: 50%;
	z-index: 90;
	-webkit-transform: -webkit-translateX(50%);
	transform: translateX(50%);
}
.sp #mainvisual #scroll {
	display: none;
}
#mainvisual #scroll div {
	-webkit-perspective: 100px;
	perspective: 100px;
}
#mainvisual #scroll div > * {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #0055a9;
}
#mainvisual #scroll div > *:hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #0062c3;
	opacity: 1;
}
#mainvisual #scroll div > *.press {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #003b76;
	-webkit-transform: translateZ(-5px);
	transform: translateZ(-5px);
}
#mainvisual #scroll a {
	display: block;
	padding: 55px 10px 8px;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 11px;
	line-height: 0.6875rem;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/scroll.png) no-repeat center 12px rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 5px;
}
#mainvisual #scroll a:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.9);
	opacity: 1;
}
#mainvisual #background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#mainvisual #background video {
	position: absolute;
	right: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: -webkit-translateX(50%);
	transform: translateX(50%);
	z-index: -100;
}
.mobile #mainvisual #background video, .sp #mainvisual #background video {
	display: none;
}
#mainvisual #background .image {
	display: none;
	position: absolute;
	bottom: 0;
	right: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: -webkit-translateX(50%);
	transform: translateX(50%);
	background: none no-repeat center center;
	background-size: cover;
	z-index: -100;
}
#mainvisual #background .image img {
	display: none;
}
.mobile #mainvisual #background .image, .sp #mainvisual #background .image {
	display: block;
}
#mainvisual #slidenavi {
	position: absolute;
	top: calc(50% - 75px);
	width: calc(100% - 40px);
	max-width: 1100px;
	right: 50%;
	-webkit-transform: -webkit-translateX(50%);
	transform: translateX(50%);
	z-index: 90;
}
.sp #mainvisual #slidenavi {
	display: none;
}
#mainvisual #slidenavi > div {
	position: absolute;
}
#mainvisual #slidenavi > div > div {
	-webkit-perspective: 100px;
	perspective: 100px;
}
#mainvisual #slidenavi > div > div > * {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #0055a9;
}
#mainvisual #slidenavi > div > div > *:hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #0062c3;
	opacity: 1;
}
#mainvisual #slidenavi > div > div > *.press {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #003b76;
	-webkit-transform: translateZ(-5px);
	transform: translateZ(-5px);
}
#mainvisual #slidenavi > div a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -10000px;
	background: none no-repeat center center rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
}
#mainvisual #slidenavi > div a:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.9);
	opacity: 1;
}
#mainvisual #slidenavi > div.next {
	right: 0px;
}
#mainvisual #slidenavi > div.next a {
	background-image: url(../images/next.png);
}
#mainvisual #slidenavi > div.prev {
	left: 0px;
}
#mainvisual #slidenavi > div.prev a {
	background-image: url(../images/prev.png);
}
#mainvisual #slidenavi.show a {
	-webkit-transition: 1.2s 0.5s;
	transition: 1.2s 0.5s;
	transform: scale(1);
}

@-webkit-keyframes catchshow {
	from {
		-webkit-transform: -webkit-translate(50%, 34.5%) -webkit-scale(0.9);
	}
	70% {
		background-color: transparent;
		-webkit-transform: -webkit-translate(50%, 34.5%) -webkit-scale(1.2);
	}
	85% {
		background-color: #ffffff;
	}
	to {
		background-color: #ffffff;
		-webkit-transition-timing-function: ease-in;
		-webkit-transform: -webkit-translate(50%, 34.5%) -webkit-scale(20);
	}
}
@-webkit-keyframes catchtextshow {
	from {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}
@keyframes catchshow {
	from {
		transform: translate(50%, 34.5%) scale(0.9);
	}
	70% {
		background-color: transparent;
		transform: translate(50%, 34.5%) scale(1.2);
	}
	85% {
		background-color: #ffffff;
	}
	to {
		background-color: #ffffff;
		transition-timing-function: ease-in;
		transform: translate(50%, 34.5%) scale(20);
	}
}
@keyframes catchtextshow {
	from {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	35% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}
.heading {
	background: url(../images/heading.png);
}
.sp .heading {
	background: none;
}
.heading > div {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0px 20px;
}
.sp .heading > div {
	padding: 0px 10px;
}
.heading h2 {
	margin: 0px;
	padding: 32px;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26.4px;
	line-height: 1.65rem;
	letter-spacing: 2px;
	background: #ffffff;
}
.sp .heading h2 {
	padding: 32px 0px 0px;
}

#toputility {
	position: relative;
	background: #0055a9;
}
#toputility:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: -8px;
	width: 100%;
	height: 1px;
	background: #0055a9;
}
#toputility:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: -8px;
	width: 100%;
	height: 1px;
	background: #0055a9;
}
#toputility > div {
	padding-top: 28px;
	padding-bottom: 28px;
}
#toputility > div:after {
	content: "";
	display: block;
	clear: both;
}
.sp #toputility > div {
	padding-top: 12px;
	padding-bottom: 12px;
}
#toputility .column > div {
	background: #fff;
	padding: 10px;
}
#toputility .column > div h2 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#toputility .column > div p {
	line-height: 1.5;
}
#toputility .column > div p + p {
	margin-top: 10px;
}
#toputility .column > div .img {
	line-height: 0;
}
#toputility .column > div .img img {
	width: 100%;
	height: auto;
}

dl {
	margin-top: 12px !important;
	padding-top: 14px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
	border-top: 1px solid #000000;
}
dl dt {
	clear: both;
	float: left;
	width: 8rem;
}
.sp dl dt {
	float: none;
	width: auto;
}
dl dd {
	margin: 0px;
	padding-left: 8rem;
}
.sp dl dd {
	padding-left: 0px;
}
dl dd a {
	position: relative;
	display: inline-block;
}
/*
dl dd a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0.1rem;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #0055a9;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
dl dd a:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
*/
dl * + dt {
	margin-top: 10px;
}
dl * + dt + dd {
	margin-top: 10px;
}
.sp dl * + dt + dd {
	margin-top: 0px;
}

.popup {
	margin-top: 40px;
}
.sp .popup {
	margin-top: 30px;
	padding-bottom: 20px;
}
.popup > div {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.popup > div > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.sp .popup > div > p {
	display: block;
}
.sp .popup > div > p + p {
	margin-top: 15px;
}
.popup > div img {
	max-width: 100%;
	height: auto;
}
.popup .notice {
	margin-top: 10px;
}

.ex:after {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 17px;
	height: 17px;
	margin-left: 7px;
	background: url(../images/ico_ex.jpg) no-repeat;
}

/*20170929追加*/
footer {
	border-top: 1px solid #000;
}
#footerlogo {
	padding-bottom: 20px;
	background: #ffffff;
}
#footerlogo > div {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 48px 20px 48px;
	display: table;
	width: 100%;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 19.5px;
	line-height: 1.21875rem;
}
.sp #footerlogo > div {
	padding: 24px 10px 2px;
}
.sp #footerlogo > div {
	display: block;
}
#footerlogo > div > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
.sp #footerlogo > div > * {
	display: block;
}
.sp #footerlogo > div > div {
}
#footerlogo .logo {
	width: 31.25%;
	padding-right: 30px;
}
.sp #footerlogo .logo{
	width: 100%;
}
#footerlogo .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
#footerlogo .iso {
	text-align: right;
}
.sp #footerlogo .iso {
	display: block;
	text-align: center;
}
#footerlogo .iso img {
	display: inline-block;
	width: 64px;
	height: auto;
}
#footerlogo .iso img + img {
	margin-left: 10px;
}
#footerlogo strong {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 22.1px;
	line-height: 1.38125rem;
}
#footersitemap {
	background: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 17.6px;
	line-height: 1.1rem;
}
.sp #footersitemap {
}
#footersitemap a {
	color: #000000;
}
#footersitemap .head {
	background: #e6e6e6;
}
#footersitemap .head > ul {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 8px 20px;
	display: table;
	width: 100%;
	table-layout: fixed;
	font-weight: bold;
}
.sp #footersitemap .head > ul {
	padding: 4px 10px;
}
#footersitemap .head > ul > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp #footersitemap .head > ul > * {
	display: block;
	margin: 10px 0px;
}
#footersitemap .body {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 16px 20px;
}
.sp #footersitemap .body {
	padding: 8px 10px;
	display: none;
}
#footersitemap .body > div {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#footersitemap .body > div > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
#footersitemap .body dl{
	margin-top: 0px !important;
	padding-top: 0px;
	border: none;
	line-height: 1.1rem;
}
#footersitemap .body dt {
	display: none;
	float: none;
	width: auto;
}
#footersitemap .body dd {
	margin: 0px 0px 0px 1rem;
	padding-left: 0px;
}
#footersitemap .body div > ul > li {
	font-weight: bold;
}
#footersitemap .body li + li {
	margin-top: 12px;
}
main .contents .text p.p_top{
	font-size: 1.1rem;
}
