@charset "UTF-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Common
 * - Page Component
 * PC Media Queries
 * - Override
 * - Page Component
 * @media only screen and (max-width: 767px)
 * - Override
 * - Common
 * - Page Component
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	.pageContents {
		max-width: none;
		margin-top: 0;
	}

	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	.pc-hidden {
		display: none !important;
	}
	
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- top-layout ----- */
	.top-layout {
		overflow: hidden;
		position: relative;
	}
	.top-layout .top_image {
		margin: 0 -100%;
	}
	.top-layout .top_image .image_inner {
		margin: 0;
		text-align: center;
	}
	.top-layout .top_frame {
		position: absolute;
		top: 150px;
		left: 0;
		width: 100%;
	}
	.top-layout .top_frame .frame_inner {
		max-width: 1200px;
		margin: 0 auto;
	}
	.top-layout .top_frame .frame_inner > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout .top_heading {
		margin: 0 0 1.25rem;
	}
	[data-browser="ie11"] .top-layout .top_heading {
		margin-bottom: 1.5625rem;
	}
	.top-layout .top_heading .heading_text,
	.top-layout .top_heading .heading_image {
		display: block;
	}
	.top-layout .top_heading .heading_text {
		margin: 0 0 0.9375rem;
		font-size: 1.875rem;
		font-weight: 700;
		line-height: 1.1;
	}
	[data-browser="ie11"] .top-layout .top_heading .heading_text {
		margin-bottom: 0.625rem;
	}
	.top-layout .top_heading .heading_image {
		line-height: 0;
	}
	.top-layout .top_text {
		display: block;
		font-size: 1.125rem;
		line-height: 1.66;
	}
	/* type-iframe */
	.top-layout.type-iframe .top_image {
		position: relative;
		width: 100%;
		margin: 0;
		padding-top: 30.42%;
	}
	.top-layout.type-iframe .top_image .image_inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.top-layout.type-iframe .top_image .image_inner > iframe {
		width: 100% !important;
		height: 100% !important;
	}
	.top-layout.type-iframe .top_image .image_link {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.top-layout.type-iframe .top_image .image_link .link_label {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -999%;
	}
	
	/* v2 */
	.top-layout-v2 {
		padding: 20px 40px;
	}
	.top-layout-v2 > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout-v2 .top_text {
		display: block;
		text-align: center;
	}
	
	/* v3 */
	.top-layout-v3 {
		margin: 0 0 3.75rem;
		padding: 60px 40px;
		background-color: #f8f8f8;
	}
	.top-layout-v3 .top_wrap {
		max-width: 1600px;
		margin: 0 auto;
	}
	.top-layout-v3 .top_heading {
		margin: 0 0 1.875rem;
		text-align: center;
	}
	.top-layout-v3 .top_heading > span {
		display: block;
	}
	.top-layout-v3 .top_heading > .heading_image {
		margin: 0 0 1.25rem;
		line-height: 0;
	}
	.top-layout-v3 .top_heading > .heading_text {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout-v3 .top_search {
		position: relative;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto 1.875rem;
		border-bottom: 2px solid #e3e3e3;
	}
	.top-layout-v3 .top_search .search_textfield {
		width: 100%;
		height: 60px;
		padding: 0 85px 0 25px;
		background-color: #fff;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.top-layout-v3 .top_search .search_textfield::-webkit-input-placeholder {
		color: #777;
	}
	.top-layout-v3 .top_search .search_textfield:-ms-input-placeholder {
		color: #777;
	}
	.top-layout-v3 .top_search .search_textfield::-ms-input-placeholder {
		color: #777;
	}
	.top-layout-v3 .top_search .search_textfield::-moz-placeholder {
		color: #777;
		opacity: 1;
	}
	.top-layout-v3 .top_search .search_textfield::placeholder {
		color: #777;
	}
	.top-layout-v3 .top_search .search_submit {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		background-color: #666;
		border: none;
		border-radius: 0;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v3 .top_search .search_submit:hover {
		background-color: #014099;
	}
	.top-layout-v3 .top_column {
		display: flex;
		flex-wrap: wrap;
	}
	.top-layout-v3 .top_column > .column_col {
		width: calc((100% - 48.2px * 3) / 4);
		margin: 30px 0 0 48px;
	}
	.top-layout-v3 .top_column > .column_col:nth-child(-n+4) {
		margin-top: 0;
	}
	.top-layout-v3 .top_column > .column_col:nth-child(4n+1) {
		margin-left: 0;
	}
	.top-layout-v3 .top_column > .column_col .col_inner {
		display: block;
	}
	.top-layout-v3 .top_column > .column_col .col_image {
		position: relative;
	}
	.top-layout-v3 .top_column > .column_col a.col_inner .col_image::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		background-color: #014099;
		opacity: 0;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v3 .top_column > .column_col a.col_inner:hover .col_image::after {
		opacity: 0.2;
	}
	.top-layout-v3 .top_column > .column_col .col_image .image_inner {
		position: relative;
		margin: 0;
		padding: 0 0 5px;
		text-align: center;
	}
	.top-layout-v3 .top_column > .column_col .col_image .image_inner::before {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 5px;
	}
	.top-layout-v3 .top_column > .column_col .col_image .image_inner::before {
		background-color: #0096b4;
		bottom: 0;
	}
	.top-layout-v3 .top_column > .column_col .col_image .image_inner img {
		max-width: 100%;
	}
	.top-layout-v3 .top_column > .column_col .col_heading {
		display: flex;
		align-items: center;
		height: 70px;
		margin: 0;
		padding: 10px 35px;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.33;
	}
	.top-layout-v3 .top_column > .column_col a.col_inner .col_heading {
		color: #014099;
		text-decoration: none;
	}
	.top-layout-v3 .top_column > .column_col .col_heading > span {
		display: inline-block;
	}
	.top-layout-v3 .top_column > .column_col a.col_inner .col_heading > span {
		position: relative;
	}
	.top-layout-v3 .top_column > .column_col a.col_inner .col_heading > span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v3 .top_column > .column_col a.col_inner:hover .col_heading > span::before {
		width: 100%;
	}
	
	/* v4 */
	.top-layout-v4 {
		overflow: hidden;
		position: relative;
		margin: 0 0 3.75rem;
	}
	.top-layout-v4 .top_slider {
		position: relative;
		width: 71.14%;
	}
	.top-layout-v4 .top_slider .slider_screen.slick-dotted.slick-slider {
		margin-bottom: 0 !important;
	}
	.top-layout-v4 .top_slider .slider_screen .slick-slide > div {
		line-height: 0;
	}
	.top-layout-v4 .top_slider .slider_frame {
		position: relative;
	}
	.top-layout-v4 .top_slider .slider_image {
		margin: 0;
	}
	.top-layout-v4 .top_slider .slider_image img {
		width: 100%;
	}
	.top-layout-v4 .top_slider .slider_text {
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 80px;
		padding: 0 40px;
		background-color: rgba(0,0,0,0.3);
		color: #fff;
	}
	.top-layout-v4 .top_slider .slider_text p {
		width: 100%;
		color: #fff;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
	}
	.top-layout-v4 .top_slider .slider_text > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout-v4 .top_slider .slider_control {
		position: absolute;
		bottom: 100px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 0;
	}
	.top-layout-v4 .top_slider .slider_control > * + * {
		margin-left: 15px;
	}
	.top-layout-v4 .top_slider .slider_switch .switch_button {
		overflow: hidden;
		width: 13px;
		height: 14px;
		text-align: left;
		text-indent: -9999em;
		background-image: url("/img/index_future_slider_ic02.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		cursor: pointer;
	}
	.top-layout-v4 .top_slider .slider_switch .switch_button.is-play {
		background-image: url("/img/index_future_slider_ic01.png");
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots {
		position: relative;
		bottom: auto;
		display: flex;
		width: auto;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li {
		width: auto;
		height: auto;
		margin: 0;
		cursor: default;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li + li {
		margin-left: 11px;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li button {
		overflow: hidden;
		width: 9px;
		height: 9px;
		margin: 0;
		padding: 0;
		background-color: #e4e5e6;
		border: none;
		border-radius: 50%;
		text-align: left;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li.slick-active button {
		background-color: #014099;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li button::before {
		display: none;
	}
	.top-layout-v4 .top_frame {
		position: absolute;
		top: 50%;
		right: 8.33%;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		width: 720px;
		height: 270px;
		padding: 0 180px 0 80px;
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
		background-color: #fff;
		border-bottom: 1px solid #d2d2d2;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v4 .top_frame::before {
		content: "";
		position: absolute;
		top: 0;
		right: 100px;
		width: 1px;
		min-height: 100%;
		background-color: #efefef;
	}
	.top-layout-v4 .top_frame::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 40px;
		transform: translateY(-50%);
		width: 19px;
		height: 35px;
		background: url("/img/index_future_ic01.png") no-repeat 0 0;
		pointer-events: none;
	}
	.top-layout-v4 a.top_frame {
		color: #666;
		text-decoration: none;
	}
	.top-layout-v4 a.top_frame:hover {
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	}
	.top-layout-v4 .top_frame .frame_inner {
		width: 100%;
	}
	.top-layout-v4 .top_frame .frame_inner > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout-v4 .top_frame .frmae_heading {
		margin: 0 0 1.5625rem;
	}
	.top-layout-v4 .top_frame .frmae_heading > .heading_image,
	.top-layout-v4 .top_frame .frmae_heading > .heading_text {
		display: block;
	}
	.top-layout-v4 .top_frame .frmae_heading > .heading_image {
		margin: 0 0 1.25rem;
		line-height: 0;
	}
	.top-layout-v4 .top_frame .frmae_heading > .heading_text {
		color: #545454;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.1;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v4 a.top_frame:hover .frmae_heading > .heading_text {
		color: #014099;
	}
	.top-layout-v4 a.top_frame .frmae_heading > .heading_text > span {
		position: relative;
		display: inline-block;
	}
	.top-layout-v4 a.top_frame .frmae_heading > .heading_text > span::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v4 a.top_frame:hover .frmae_heading > .heading_text > span::before {
		width: 100%;
	}
	.top-layout-v4 .top_frame .frame_text {
		font-size: 1.125rem;
		line-height: 1.55;
	}
	
	/* v5 */
	.top-layout-v5 {
		overflow: hidden;
		margin: 0 0 3.75rem;
	}
	.top-layout-v5 .top_column {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	.top-layout-v5 .top_column > .column_col {
		position: relative;
		width: calc((100% - 48px) / 2);
		padding: 60px 0;
		z-index: 0;
	}
	.top-layout-v5 .top_column > .column_col.type-corporate {
		padding-right: 80px;
	}
	.top-layout-v5 .top_column > .column_col.type-investor {
		padding-left: 80px;
	}
	.top-layout-v5 .top_column > .column_col::before {
		content: "";
		position: absolute;
		top: 0;
		width: 200%;
		min-height: 100%;
		z-index: -1;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.top-layout-v5 .top_column > .column_col.type-corporate::before {
		right: 0;
		background-image: url("/img/index_corporate_bg01.jpg");
		background-position: 100% 50%;
	}
	.top-layout-v5 .top_column > .column_col.type-investor::before {
		left: 0;
		background-image: url("/img/index_investor_bg01.png");
		background-position: 0 50%;
	}
	.top-layout-v5 .top_heading {
		margin: 0 0 3.125rem;
	}
	.top-layout-v5 .top_heading .heading_image,
	.top-layout-v5 .top_heading .heading_text {
		display: block;
	}
	.top-layout-v5 .top_heading .heading_image {
		margin: 0 0 0.9375rem;
		line-height: 0;
	}
	.top-layout-v5 .top_heading .heading_text {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout-v5 .top_heading .heading_text > a {
		display: inline-block;
		color: #545454;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v5 .top_heading .heading_text > a:hover {
		color: #014099;
	}
	.top-layout-v5 .top_heading .heading_text > a > span {
		position: relative;
		display: inline-block;
	}
	.top-layout-v5 .top_heading .heading_text > a > span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v5 .top_heading .heading_text > a:hover > span::before {
		width: 100%;
	}
	.top-layout-v5 .top_heading .heading_text > a::after {
		content: "";
		display: inline-block;
		width: 13px;
		height: 21px;
		margin: -3px 0 0 15px;
		background: url("/img/index_information_ic01.png") no-repeat 0 0;
		vertical-align: middle;
	}
	.top-layout-v5 .top_text {
		margin: 0 0 1.875rem;
		color: #666;
		font-size: 1.125rem;
		line-height: 1.55;
	}
	.top-layout-v5 .top_button > li {
		margin: 0;
	}
	.top-layout-v5 .top_button > li > a {
		position: relative;
		display: flex;
		align-items: center;
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
		background-color: #fff;
		border-bottom: 1px solid #d2d2d2;
		color: #333;
		text-decoration: none;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v5 .top_button > li > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		width: 7px;
		height: 12px;
		background: url("/img/index_information_ic02.png") no-repeat 0 0;
	}
	.top-layout-v5 .top_button > li > a.type-pdf::before {
		width: 16px;
		height: 16px;
		background: url("/img/index_news_ic03.png") no-repeat 0 0;
	}
	.top-layout-v5 .top_button > li > a:hover {
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	}
	.top-layout-v5 .top_button > li > a > * {
		margin: 0;
	}
	.top-layout-v5 .top_button > li > a > .button_image {
		width: 220px;
	}
	.top-layout-v5 .top_button > li > a > .button_image img {
		width: 100%;
	}
	.top-layout-v5 .top_button > li > a > .button_text {
		flex: 1;
		padding: 0 46px 0 36px;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_sub,
	.top-layout-v5 .top_button > li > a > .button_text .text_main {
		display: block;
		line-height: 1.1;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_sub {
		font-size: 0.875rem;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_main {
		color: #014099;
		font-size: 1.125rem;
		font-weight: 700;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_sub + .text_main {
		margin-top: 0.625rem;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_main > span {
		position: relative;
		display: inline-block;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_main > span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v5 .top_button > li > a:hover > .button_text .text_main > span::before {
		width: 100%;
	}
	
	/* v6 */
	.top-layout-v6 {
		margin: 0 0 3.75rem;
		padding: 0 40px;
	}
	.top-layout-v6 .top_frame {
		position: relative;
		display: block;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
		border-bottom: 1px solid #d2d2d2;
	}
	.top-layout-v6 a.top_frame {
		color: #545454;
		text-decoration: none;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v6 a.top_frame:hover {
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	}
	.top-layout-v6 .top_heading {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		padding: 0 624px 0 80px;
		z-index: 1;
	}
	.top-layout-v6 .top_heading {
		margin: 0;
	}
	.top-layout-v6 .top_heading .heading_image,
	.top-layout-v6 .top_heading .heading_text {
		display: block;
	}
	.top-layout-v6 .top_heading .heading_image {
		margin: 0 0 1.25rem;
		line-height: 0;
	}
	.top-layout-v6 .top_heading .heading_text {
		font-size: 2.25rem;
		font-weight: 700;
		line-height: 1.1;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v6 a.top_frame:hover .top_heading .heading_text {
		color: #014099;
	}
	.top-layout-v6 a.top_frame .top_heading .heading_text > span {
		position: relative;
		display: inline-block;
	}
	.top-layout-v6 a.top_frame .top_heading .heading_text > span::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v6 a.top_frame:hover .top_heading .heading_text > span::before {
		width: 100%;
	}
	.top-layout-v6 .top_image {
		margin: 0;
	}
	.top-layout-v6 .top_image img {
		width: 100%;
	}
	
	/* v7 */
	.top-layout-v7 {
		margin: 0 0 3.75rem;
		padding: 0 40px;
	}
	.top-layout-v7 .top_wrap {
		max-width: 1200px;
		margin: 0 auto;
	}
	.top-layout-v7 .top_heading {
		margin: 0 0 1.5625rem;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout-v7 .top_heading a {
		color: #333;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v7 .top_heading a::after {
		content: "";
		display: inline-block;
		width: 13px;
		height: 21px;
		margin: -3px 0 0 10px;
		background: url("/img/index_news_ic01.png") no-repeat 0 0;
		vertical-align: middle;
	}
	.top-layout-v7 .top_heading a:hover {
		color: #014099;
	}
	.top-layout-v7 .top_heading a > span {
		position: relative;
		display: inline-block;
	}
	.top-layout-v7 .top_heading a > span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v7 .top_heading a:hover > span::before {
		width: 100%;
	}
	.top-layout-v7 .top_news {
		background-color: #fff;
		border-bottom: 1px solid #e1e2e3;
	}
	.top-layout-v7 .top_news .news_article {
		border-top: 1px solid #e1e2e3;
	}
	.top-layout-v7 .top_news .news_detail {
		display: flex;
		align-items: flex-start;
		padding: 15px 0;
	}
	.top-layout-v7 .top_news a.news_detail {
		position: relative;
		padding-right: 40px;
		color: #333;
		text-decoration: none;
	}
	.top-layout-v7 .top_news a.news_detail::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 9px;
		height: 9px;
		margin: 0 7px 0 0;
		border-top: 1px solid #666;
		border-right: 1px solid #666;
		transform: rotate(45deg) translateY(-50%);
	}
	.top-layout-v7 .top_news a.news_detail.type-blank::after,
	.top-layout-v7 .top_news a.news_detail.type-pdf::after {
		margin: 0;
		border: none;
		transform: translateY(-50%);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.top-layout-v7 .top_news a.news_detail.type-blank::after {
		right: 12px;
		width: 13px;
		height: 13px;
		background-image: url("/img/index_news_ic02.png");
	}
	.top-layout-v7 .top_news a.news_detail.type-pdf::after {
		right: 10px;
		width: 16px;
		height: 16px;
		background-image: url("/img/index_news_ic03.png");
	}
	.top-layout-v7 .top_news a.news_detail .news_title > span {
		display: inline-block;
		position: relative;
	}
	.top-layout-v7 .top_news a.news_detail .news_title > span::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v7 .top_news a.news_detail:hover .news_title > span::before {
		width: 100%;
	}
	.top-layout-v7 .top_news .news_property {
		display: flex;
		align-items: center;
	}
	.top-layout-v7 .top_news .news_date {
		width: 150px;
		padding: 2px 15px 0;
		font-size: 0.875rem;
	}
	.top-layout-v7 .top_news .news_icon {
		padding: 0 .6rem 0 0;
	}
	.top-layout-v7 .top_news .news_icon:last-child {
		padding: 0 20px 0 0;
	}
	.top-layout-v7 .top_news .news_icon .icon_label {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 28px;
		font-style: normal;
		font-size: 0.875rem;
		text-align: center;
	}
	.top-layout-v7 .top_news .news_icon .icon_label.type-color1 {
		background-color: #d2d9e7;
	}
	.top-layout-v7 .top_news .news_icon .icon_label.type-color2 {
		background-color: #d2e7e7;
	}
	.top-layout-v7 .top_news .news_icon .icon_label.type-color3 {
		background-color: #e8d3d3;
	}
	.top-layout-v7 .top_news .news_title {
		flex: 1;
		margin: 0;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.625;
	}
	.top-layout-v7 .top_news a.news_detail .news_title {
		color: #014099;
	}
	
	/* v8 */
	.top-layout-v8 {
		margin: 0 0 3.75rem;
		padding: 0 40px;
	}
	.top-layout-v8 .top_frame {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 15px 15px 15px 0;
		background-color: #fff;
		border: 1px solid #e1e2e3;
	}
	.top-layout-v8 .top_column {
		display: flex;
		align-items: center;
		margin: 0 0 0 -1px;
	}
	.top-layout-v8 .top_column > .column_heading {
		width: 160px;
	}
	.top-layout-v8 .top_column > .column_detail {
		flex: 1;
		padding: 0 20px;
	}
	.top-layout-v8 .top_column > .column_link {
		margin-left: auto;
	}
	.top-layout-v8 .top_heading {
		margin: 0;
		padding: 10px;
		background-color: #0096b4;
		color: #fff;
		font-size: 1rem;
		font-weight: 700;
		text-align: center;
	}
	.top-layout-v8 .top_link > li > a {
		color: #014099;
	}
	.top-layout-v8 .top_link > li > a > span {
		display: inline-block;
		position: relative;
	}
	.top-layout-v8 .top_link > li > a > span::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v8 .top_link > li > a:hover > span::before {
		width: 100%;
	}
	.top-layout-v8 .top_button > li > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90px;
		height: 38px;
		background-color: #fff;
		border: 1px solid #e1e2e3;
		color: #333;
		text-decoration: none;
		text-align: center;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v8 .top_button > li > a:hover {
		background-color: #f6f6f6;
	}
	.top-layout-v8 .top_button > li > a > span {
		position: relative;
	}
	.top-layout-v8 .top_button > li > a > span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #757575;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v8 .top_button > li > a:hover > span::before {
		width: 100%;
	}
	
	/* v9 */
	.top-layout-v9 {
		padding: 0 40px;
	}
	.top-layout-v9 .top_button {
		display: flex;
		justify-content: space-between;
		max-width: 788px;
		width: 100%;
		margin: 0 auto;
	}
	.top-layout-v9 .top_button > li {
		display: flex;
		width: calc((100% - 36px) / 2);
	}
	.top-layout-v9 .top_button > li > a {
		color: #333;
		text-decoration: none;
	}
	.top-layout-v9 .top_button .button_frame {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 108px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #e1e2e3;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v9 .top_button a.button_frame.type-blank::before {
		content: "";
		position: absolute;
		right: 9px;
		bottom: 9px;
		width: 13px;
		height: 13px;
		background: url("/img/index_news_ic02.png") no-repeat 0 0;
	}
	.top-layout-v9 .top_button a.button_frame:hover {
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	}
	.top-layout-v9 .top_button a.button_frame:hover .button_heading {
		color: #014099;
	}
	.top-layout-v9 .top_button a.button_frame .button_heading > span {
		display: inline-block;
		position: relative;
	}
	.top-layout-v9 .top_button a.button_frame .button_heading > span::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v9 .top_button a.button_frame:hover .button_heading > span::before {
		width: 100%;
	}
	.top-layout-v9 .top_button .button_column {
		display: flex;
		align-items: center;
	}
	.top-layout-v9 .top_button .button_column > .column_image {
		margin: 0 20px 0 0;
	}
	.top-layout-v9 .top_button .button_column > .column_detail {
		flex: 1 0 auto;
	}
	.top-layout-v9 .top_button .button_column > * > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout-v9 .top_button .button_image {
		margin: 0;
		line-height: 0;
		text-align: center;
	}
	.top-layout-v9 .top_button .button_image img {
		max-width: 100%;
	}
	.top-layout-v9 .top_button .button_heading {
		margin: 0 0 0.3125rem;
		font-size: 1rem;
		font-weight: 700;
	}
	.top-layout-v9 .top_button .button_text {
		display: block;
		margin: 0;
		font-size: 0.875rem;
	}
	/* v9 1col */
	.top-layout-v12 {
		padding: 0 40px;
	}
	.top-layout-v12 .top_button {
		display: flex;
		justify-content: space-between;
		max-width: 788px;
		width: 100%;
		margin: 0 auto;
	}
	.top-layout-v12 .top_button > li {
		display: flex;
		width: calc((100% - 36px) / 2);
		margin: 0 auto;
	}
	.top-layout-v12 .top_button > li > a {
		color: #333;
		text-decoration: none;
	}
	.top-layout-v12 .top_button .button_frame {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 108px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #e1e2e3;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v12 .top_button a.button_frame.type-blank::before {
		content: "";
		position: absolute;
		right: 9px;
		bottom: 9px;
		width: 13px;
		height: 13px;
		background: url("/img/index_news_ic02.png") no-repeat 0 0;
	}
	.top-layout-v12 .top_button a.button_frame:hover {
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	}
	.top-layout-v12 .top_button a.button_frame:hover .button_heading {
		color: #014099;
	}
	.top-layout-v12 .top_button a.button_frame .button_heading > span {
		display: inline-block;
		position: relative;
	}
	.top-layout-v12 .top_button a.button_frame .button_heading > span::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background-color: #014099;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v12 .top_button a.button_frame:hover .button_heading > span::before {
		width: 100%;
	}
	.top-layout-v12 .top_button .button_column {
		display: flex;
		align-items: center;
	}
	.top-layout-v12 .top_button .button_column > .column_image {
		margin: 0 20px 0 0;
	}
	.top-layout-v12 .top_button .button_column > .column_detail {
		flex: 1 0 auto;
	}
	.top-layout-v12 .top_button .button_column > * > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout-v12 .top_button .button_image {
		margin: 0;
		line-height: 0;
		text-align: center;
	}
	.top-layout-v12 .top_button .button_image img {
		max-width: 100%;
	}
	.top-layout-v12 .top_button .button_heading {
		margin: 0 0 0.3125rem;
		font-size: 1rem;
		font-weight: 700;
	}
	.top-layout-v12 .top_button .button_text {
		display: block;
		margin: 0;
		font-size: 0.875rem;
	}

	/* v10 */
	.top-layout-v10 {
		margin: 0 0 3.75rem;
		padding: 0 40px;
	}
	.top-layout-v10 .top_frame {
		position: relative;
		display: block;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
		border-bottom: 1px solid #d2d2d2;
	}
	.top-layout-v10 a.top_frame {
		color: #545454;
		text-decoration: none;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v10 .top_image {
		position: relative;
		margin: 0;
	}
	.top-layout-v10 a.top_frame .top_image::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		background-color: #014099;
		opacity: 0;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v10 a.top_frame:hover .top_image::after {
		opacity: .2;
	}
	.top-layout-v10 .top_image img {
		width: 100%;
	}
	
	/* v11 */
	.top-layout-v11 {
		min-height: 916px;
		position: relative;
		margin: -3.75rem 0 3.5rem;
		background: -webkit-linear-gradient(left, #001eaa 0%, #001eaa 10%, #0096b4 90%, #0096b4 100%);
		background: linear-gradient(to right, #001eaa 0%, #001eaa 10%, #0096b4 90%, #0096b4 100%);
		overflow: hidden;
	}
	.top-layout-v11 > section {
		max-width: 1540px;
		margin: 35px auto 0;
		padding: 0 50px;
		position: relative;
		z-index: 2;
	}
	.top-layout-v11 .top_image {
		position: absolute;
		bottom: 0;
		left: calc(50% - 680px);
		margin: 0;
		z-index: 1;
	}
	.top-layout-v11 .top_image-v2 {
		margin: 130px 0 0;
		text-align: center;
	}
	.top-layout-v11 .top_button {
		display: block;
		margin: 65px 0 0;
		text-align: center;
	}
	.top-layout-v11 .top_button .button_link {
		display: inline-block;
		min-width: 286px;
		position: relative;
		border: 1px solid #fff;
		border-radius: 3px;
		padding: 11px 20px 12px 20px;
		background: -webkit-linear-gradient(left, #0046ad 0%, #0046ad 31%, #00adc0 100%);
		background: linear-gradient(to right, #0046ad 0%, #0046ad 31%, #00adc0 100%);
		color: #fff;
		font-size: 1.25rem;
		font-weight: 700;
	}
	.top-layout-v11 .top_button .button_link::before {
		content: '';
		display: block;
		width: 9px;
		height: 9px;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	.top-layout-v11 .top_column {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.top-layout-v11 .top_column > .column_col {
		width: calc((100% - 120px) / 4);
		text-align: center;
	}
	.top-layout-v11 .top_column > .column_col:nth-of-type(n+5) {
		margin-top: 20px;
	}
	.top-layout-v11 .column_col .col_inner {
		display: inline-block;
	}
	.top-layout-v11 .column_col .col_image {
		margin: 0 auto;
		max-width: 167px;
	}
	.top-layout-v11 .column_col .col_image > img {
		max-width: 100%;
	}
	.top-layout-v11 .column_col .col_heading {
		margin: 15px 0 0;
		color: #fff;
		font-size: 1.25rem;
		font-weight: 700;
	}
	.top-layout-v11 .column_col .col_heading > span {
		display: inline-block;
	}
	.top-layout-v11 .top_button a.button_link {
		position: relative;
	}
	.top-layout-v11 .top_button a.button_link::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		background-color: #014099;
		opacity: 0;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v11 .top_button a.button_link:hover::after {
		opacity: .2;
	}
	.top-layout-v11 .column_col a.col_inner .col_image > img {
		transition: all .2s ease-out 0s;
	}
	.top-layout-v11 .column_col a.col_inner:hover .col_image > img {
		opacity: .8;
	}
	.top-layout-v11 .top_button a.button_link > span,
	.top-layout-v11 .column_col a.col_inner .col_heading > span {
		position: relative;
	}
	.top-layout-v11 .top_button a.button_link > span::before,
	.top-layout-v11 .column_col a.col_inner .col_heading > span::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		height: 1px;
		background-color: #fff;
		transition: all .2s ease-out 0s;
	}
	.top-layout-v11 .top_button a.button_link:hover > span::before,
	.top-layout-v11 .column_col a.col_inner:hover .col_heading > span::before {
		width: 100%;
	}
}
/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
	
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- top-layout ----- */
	/* v3 */
	.top-layout-v3 .top_column > .column_col {
		width: calc((100% - 36px * 3) / 4);
		margin-left: 36px;
	}
	
	/* v4 */
	.top-layout-v4 .top_frame {
		right: 40px;
		width: 540px;
		padding-left: 40px;
		padding-right: 115px;
	}
	.top-layout-v4 .top_frame::before {
		right: 75px;
	}
	.top-layout-v4 .top_frame::after {
		right: 28px;
	}
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	.pageContents {
		margin-top: 0;
	}
	
	/* 暫定フォントファミリー設定 */
	/*[class*="top-layout"] {
		font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic;
		font-weight: 500;
	}*/

	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	.sp-hidden {
		display: none !important;
	}
	
	/* ------------------------------------------------------
	 * Page Component
	------------------------------------------------------ */
	/* ----- top-layout ----- */
	.top-layout .top_image .image_inner {
		margin: 0;
	}
	.top-layout .top_image .image_inner img {
		width: 100%;
	}
	.top-layout .top_frame {
		background-color: #e5eef7;
	}
	.top-layout .top_frame .frame_inner {
		padding: 20px 15px;
	}
	.top-layout .top_frame .frame_inner > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout .top_heading {
		margin: 0 0 0.625rem;
	}
	.top-layout .top_heading .heading_text,
	.top-layout .top_heading .heading_image {
		display: block;
	}
	.top-layout .top_heading .heading_text {
		margin: 0 0 0.625rem;
		font-size: 1.3125rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout .top_heading .heading_image {
		line-height: 0;
	}
	.top-layout .top_heading .heading_image img {
		max-width: 303px;
		width: 100%;
	}
	.top-layout .top_text {
		line-height: 1.64;
	}
	/* type-iframe */
	.top-layout.type-iframe {
		position: relative;
	}
	.top-layout.type-iframe .top_image {
		position: relative;
		width: 100%;
		margin: 0;
		padding-top: 30.42%;
	}
	.top-layout.type-iframe .top_image .image_inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.top-layout.type-iframe .top_image .image_inner > iframe {
		width: 100% !important;
		height: 100% !important;
	}
	.top-layout.type-iframe .top_image .image_link {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: transparent;
		z-index: 2;
	}
	.top-layout.type-iframe .top_image .image_link .link_label {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -999%;
	}
	
	/* v2 */
	.top-layout-v2 {
		padding: 15px;
	}
	.top-layout-v2 > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout-v2 .top_text {
		display: block;
	}
	
	/* v3 */
	.top-layout-v3 {
		padding: 30px 15px;
		background-color: #f8f8f8;
	}
	.top-layout-v3 .top_heading {
		margin: 0 0 1.25rem;
		text-align: center;
	}
	.top-layout-v3 .top_heading > span {
		display: block;
	}
	.top-layout-v3 .top_heading > .heading_image {
		margin: 0 0 0.9375rem;
		line-height: 0;
	}
	.top-layout-v3 .top_heading > .heading_image img {
		max-width: 141px;
		width: 100%;
	}
	.top-layout-v3 .top_heading > .heading_text {
		color: #545454;
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout-v3 .top_search {
		position: relative;
		margin: 0 0 0.9375rem;
		border-bottom: 2px solid #e3e3e3;
	}
	.top-layout-v3 .top_search .search_textfield {
		width: 100%;
		height: 45px;
		padding: 0 60px 0 15px;
		background-color: #fff;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.top-layout-v3 .top_search .search_textfield::-webkit-input-placeholder {
		color: #777;
	}
	.top-layout-v3 .top_search .search_textfield::placeholder {
		color: #777;
	}
	.top-layout-v3 .top_search .search_submit {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		background-color: #666;
		border: none;
		border-radius: 0;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.top-layout-v3 .top_search .search_submit img {
		height: 45px;
	}
	.top-layout-v3 .top_column {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-layout-v3 .top_column > .column_col {
		width: calc((100% - 15px) / 2);
		margin: 15px 0 0;
	}
	.top-layout-v3 .top_column > .column_col:nth-child(-n+2) {
		margin-top: 0;
	}
	.top-layout-v3 .top_column > .column_col .col_inner {
		display: block;
	}
	.top-layout-v3 .top_column > .column_col .col_image .image_inner {
		position: relative;
		margin: 0;
		padding: 0 0 3px;
		text-align: center;
	}
	.top-layout-v3 .top_column > .column_col .col_image .image_inner::before {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
	}
	.top-layout-v3 .top_column > .column_col .col_image .image_inner::before {
		background-color: #0096b4;
		bottom: 3px;
	}
	.top-layout-v3 .top_column > .column_col .col_image .image_inner img {
		max-width: 100%;
	}
	.top-layout-v3 .top_column > .column_col .col_heading {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 15px 10px;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.31;
	}
	.top-layout-v3 .top_column > .column_col a.col_inner .col_heading {
		color: #014099;
		text-decoration: none;
	}
	
	/* v4 */
	.top-layout-v4 {
		margin: 0 0 2.5rem;
		padding: 0 15px;
	}
	.top-layout-v4 .top_slider {
		margin: 0 -15px 0.9375rem;
	}
	.top-layout-v4 .top_slider .slider_screen.slick-dotted.slick-slider {
		margin-bottom: 0.9375rem !important;
	}
	.top-layout-v4 .top_slider .slider_screen .slick-slide > div {
		line-height: 0;
	}
	.top-layout-v4 .top_slider .slider_frame {
		position: relative;
	}
	.top-layout-v4 .top_slider .slider_image {
		margin: 0;
	}
	.top-layout-v4 .top_slider .slider_image img {
		width: 100%;
	}
	.top-layout-v4 .top_slider .slider_text {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 15px;
		background-color: rgba(0,0,0,0.3);
		color: #fff;
	}
	.top-layout-v4 .top_slider .slider_text p {
		width: 100%;
		color: #fff;
		font-size: 0.8125rem;
		font-weight: 700;
		line-height: 1.23;
		text-align: center;
	}
	.top-layout-v4 .top_slider .slider_text > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout-v4 .top_slider .slider_control {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 0;
	}
	.top-layout-v4 .top_slider .slider_control > * + * {
		margin-left: 15px;
	}
	.top-layout-v4 .top_slider .slider_switch .switch_button {
		overflow: hidden;
		width: 13px;
		height: 14px;
		text-align: left;
		text-indent: -9999em;
		background-image: url("/img/index_future_slider_ic02-r2x.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 11px 14px;
		cursor: pointer;
	}
	.top-layout-v4 .top_slider .slider_switch .switch_button.is-play {
		background-image: url("/img/index_future_slider_ic01-r2x.png");
		background-size: 13px 14px;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots {
		position: relative;
		bottom: auto;
		display: flex;
		width: auto;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li {
		width: auto;
		height: auto;
		margin: 0;
		cursor: default;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li + li {
		margin-left: 11px;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li button {
		overflow: hidden;
		width: 9px;
		height: 9px;
		margin: 0;
		padding: 0;
		background-color: #e4e5e6;
		border: none;
		border-radius: 50%;
		text-align: left;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li.slick-active button {
		background-color: #014099;
	}
	.top-layout-v4 .top_slider .slider_pager .slick-dots > li button::before {
		display: none;
	}
	.top-layout-v4 .top_frame {
		position: relative;
		display: block;
		padding: 30px 45px 20px 20px;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
		background-color: #fff;
		border-bottom: 1px solid #d2d2d2;
	}
	.top-layout-v4 .top_frame::before {
		content: "";
		position: absolute;
		top: 0;
		right: 35px;
		width: 1px;
		min-height: 100%;
		background-color: #efefef;
	}
	.top-layout-v4 .top_frame::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 11px;
		transform: translateY(-50%);
		width: 9px;
		height: 17px;
		background: url("/img/index_future_ic01-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
		pointer-events: none;
	}
	.top-layout-v4 a.top_frame {
		color: #666;
		text-decoration: none;
	}
	.top-layout-v4 .top_frame .frame_inner > *:last-child {
		margin-bottom: 0 !important;
	}
	.top-layout-v4 .top_frame .frmae_heading {
		margin: 0 0 1.25rem;
	}
	.top-layout-v4 .top_frame .frmae_heading img {
		max-width: 217px;
		width: 100%;
	}
	.top-layout-v4 .top_frame .frmae_heading > .heading_image,
	.top-layout-v4 .top_frame .frmae_heading > .heading_text {
		display: block;
	}
	.top-layout-v4 .top_frame .frmae_heading > .heading_image {
		margin: 0 0 0.9375rem;
		line-height: 0;
	}
	.top-layout-v4 .top_frame .frmae_heading > .heading_text {
		color: #545454;
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.1;
	}
	
	/* v5 */
	.top-layout-v5 {
		margin: 0 0 1.875rem;
	}
	.top-layout-v5 .top_column > .column_col {
		min-height: 350px;
		margin: 0 0 1.875rem;
		padding: 30px 15px;
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: cover;
	}
	.top-layout-v5 .top_column > .column_col:last-child {
		margin-bottom: 0;
	}
	.top-layout-v5 .top_column > .column_col.type-corporate {
		background-image: url("/img/index_corporate_bg01-r2x.jpg");
	}
	.top-layout-v5 .top_column > .column_col.type-investor {
		background-image: url("/img/index_investor_bg01-r2x.png");
	}
	.top-layout-v5 .top_heading {
		margin: 0 0 1.5625rem;
	}
	.top-layout-v5 .top_heading .heading_image,
	.top-layout-v5 .top_heading .heading_text {
		display: block;
	}
	.top-layout-v5 .top_heading .heading_image {
		margin: 0 0 0.625rem;
		line-height: 0;
	}
	.top-layout-v5 .top_heading .heading_image img {
		width: 100%;
	}
	.top-layout-v5 .top_column > .column_col.type-corporate .top_heading .heading_image img {
		max-width: 338px;
	}
	.top-layout-v5 .top_column > .column_col.type-investor .top_heading .heading_image img {
		max-width: 273px;
	}
	.top-layout-v5 .top_heading .heading_text {
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout-v5 .top_heading .heading_text > a {
		display: inline-block;
		color: #545454;
	}
	.top-layout-v5 .top_heading .heading_text > a::after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 16px;
		margin: -2px 0 0 10px;
		background: url("/img/index_information_ic01-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	.top-layout-v5 .top_text {
		margin: 0 0 1.5625rem;
		color: #666;
		line-height: 1.57;
	}
	.top-layout-v5 .top_button > li {
		margin: 0;
	}
	.top-layout-v5 .top_button > li > a {
		position: relative;
		display: flex;
		align-items: center;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
		background-color: #fff;
		border-bottom: 1px solid #d2d2d2;
		color: #333;
		text-decoration: none;
	}
	.top-layout-v5 .top_button > li > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		width: 6px;
		height: 11px;
		background: url("/img/index_information_ic02-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.top-layout-v5 .top_button > li > a.type-pdf::before {
		width: 14px;
		height: 14px;
		background: url("/img/index_news_ic03-r2x.png") no-repeat 0 0;
		background-size: 100% 100%;
	}
	.top-layout-v5 .top_button > li > a > * {
		margin: 0;
	}
	.top-layout-v5 .top_button > li > a > .button_image {
		width: 153px;
	}
	.top-layout-v5 .top_button > li > a > .button_image img {
		width: 100%;
	}
	.top-layout-v5 .top_button > li > a > .button_text {
		flex: 1;
		padding: 0 31px 0 27px;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_sub,
	.top-layout-v5 .top_button > li > a > .button_text .text_main {
		display: block;
		line-height: 1.1;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_sub {
		font-size: 0.75rem;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_main {
		color: #014099;
		font-size: 0.9375rem;
		font-weight: 700;
	}
	.top-layout-v5 .top_button > li > a > .button_text .text_sub + .text_main {
		margin-top: 0.625rem;
	}
	
	/* v6 */
	.top-layout-v6 {
		margin: 0 0 2.5rem;
		padding: 0 15px;
	}
	.top-layout-v6 .top_frame {
		position: relative;
		display: block;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
		border-bottom: 1px solid #d2d2d2;
	}
	.top-layout-v6 a.top_frame {
		color: #545454;
		text-decoration: none;
	}
	.top-layout-v6 .top_heading {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		padding: 0 20px;
		z-index: 1;
	}
	.top-layout-v6 .top_heading {
		margin: 0;
	}
	.top-layout-v6 .top_heading .heading_image,
	.top-layout-v6 .top_heading .heading_text {
		display: block;
	}
	.top-layout-v6 .top_heading .heading_image {
		margin: 0 0 0.625rem;
		line-height: 0;
	}
	.top-layout-v6 .top_heading .heading_image img {
		max-width: 204px;
		width: 100%;
	}
	.top-layout-v6 .top_heading .heading_text {
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout-v6 .top_image {
		margin: 0;
	}
	.top-layout-v6 .top_image img {
		width: 100%;
	}
	
	/* v7 */
	.top-layout-v7 {
		margin: 0 0 2.5rem;
		padding: 0 15px;
	}
	.top-layout-v7 .top_heading {
		margin: 0 0 1.25rem;
		font-size: 1.1875rem;
		font-weight: 700;
		line-height: 1.1;
	}
	.top-layout-v7 .top_heading a {
		color: #333;
	}
	.top-layout-v7 .top_heading a::after {
		content: "";
		display: inline-block;
		width: 9px;
		height: 17px;
		margin: -2px 0 0 7px;
		background: url("/img/index_news_ic01-r2x.png") no-repeat 0 50%;
		background-size: 100% auto;
		vertical-align: middle;
	}
	.top-layout-v7 .top_news {
		background-color: #fff;
		border-bottom: 1px solid #e1e2e3;
	}
	.top-layout-v7 .top_news .news_article {
		border-top: 1px solid #e1e2e3;
	}
	.top-layout-v7 .top_news .news_detail {
		padding: 15px 0;
	}
	.top-layout-v7 .top_news a.news_detail {
		position: relative;
		display: block;
		padding-right: 25px;
		color: #333;
		text-decoration: none;
	}
	.top-layout-v7 .top_news a.news_detail::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 9px;
		height: 9px;
		margin: 0 -4px 0 0;
		border-top: 1px solid #666;
		border-right: 1px solid #666;
		transform: rotate(45deg) translateY(-50%);
	}
	.top-layout-v7 .top_news a.news_detail.type-blank::after,
	.top-layout-v7 .top_news a.news_detail.type-pdf::after {
		margin: 0;
		right: 0;
		border: none;
		transform: translateY(-50%);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
	}
	.top-layout-v7 .top_news a.news_detail.type-blank::after {
		width: 12px;
		height: 12px;
		background-image: url("/img/index_news_ic02-r2x.png");
	}
	.top-layout-v7 .top_news a.news_detail.type-pdf::after {
		width: 14px;
		height: 14px;
		background-image: url("/img/index_news_ic03-r2x.png");
	}
	.top-layout-v7 .top_news .news_property {
		display: flex;
		align-items: center;
		margin: 0 0 0.625rem;
	}
	.top-layout-v7 .top_news .news_property > * + * {
		margin-left: 10px;
	}
	.top-layout-v7 .top_news .news_property > .news_icon + .news_icon {
		margin-left: 5px;
	}
	.top-layout-v7 .top_news .news_date {
    white-space: nowrap;
		font-size: 0.75rem;
	}
	.top-layout-v7 .top_news .news_icon .icon_label {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 68px;
		height: 22px;
		font-style: normal;
		font-size: 0.6875rem;
		text-align: center;
	}
	.top-layout-v7 .top_news .news_icon .icon_label.type-color1 {
		background-color: #d2d9e7;
	}
	.top-layout-v7 .top_news .news_icon .icon_label.type-color2 {
		background-color: #d2e7e7;
	}
	.top-layout-v7 .top_news .news_icon .icon_label.type-color3 {
		background-color: #e8d3d3;
	}
	.top-layout-v7 .top_news .news_title {
		flex: 1;
		margin: 0;
		font-size: 0.875rem;
		font-weight: 500;
	}
	.top-layout-v7 .top_news a.news_detail .news_title {
		color: #014099;
	}
	
	/* v8 */
	.top-layout-v8 {
		padding: 0 15px;
	}
	.top-layout-v8 .top_frame {
		padding: 15px;
		background-color: #fff;
		border: 1px solid #e1e2e3;
	}
	.top-layout-v8 .top_column > .column_heading {
		display: flex;
		margin-left: -15px;
	}
	.top-layout-v8 .top_column > .column_detail {
		padding: 10px 0;
	}
	.top-layout-v8 .top_heading {
		margin: 0;
		padding: 10px 20px;
		background-color: #0096b4;
		color: #fff;
		font-size: 0.875rem;
		font-weight: 700;
		text-align: center;
	}
	.top-layout-v8 .top_link > li {
		line-height: 1.64;
	}
	.top-layout-v8 .top_link > li > a {
		color: #014099;
	}
	.top-layout-v8 .top_button > li {
		display: flex;
		justify-content: center;
	}
	.top-layout-v8 .top_button > li > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 105px;
		height: 34px;
		background-color: #fff;
		border: 1px solid #e1e2e3;
		color: #333;
		text-decoration: none;
		text-align: center;
	}
	
	/* v9 */
	.top-layout-v9 {
		display: none;
	}
	
	/* v9 1col */
	.top-layout-v12 {
		display: none;
	}
	
	/* v10 */
	.top-layout-v10 {
		margin: 0 0 2.5rem;
		padding: 0 15px;
	}
	.top-layout-v10 .top_frame {
		position: relative;
		display: block;
		box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
		border-bottom: 1px solid #d2d2d2;
	}
	.top-layout-v10 a.top_frame {
		color: #545454;
		text-decoration: none;
	}
	.top-layout-v10 .top_image {
		margin: 0;
	}
	.top-layout-v10 .top_image img {
		width: 100%;
	}
	
	/* v11 */
	.top-layout-v11 {
		position: relative;
		margin-bottom: 1.75em;
		background: -webkit-linear-gradient(left, #001eaa 0%, #0096b4 100%);
		background: linear-gradient(to right, #001eaa 0%, #0096b4 100%);
		overflow: hidden;
	}
	.top-layout-v11 > section {
		margin: 10px 0 0;
		padding: 0 15px 25px;
		position: relative;
		z-index: 2;
	}
	.top-layout-v11 .top_image {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		z-index: 1;
	}
	.top-layout-v11 .top_image > img {
		max-width: 100%;
	}
	.top-layout-v11 .top_image-v2 {
		width: 85%;
		margin: 80px auto 0;
		text-align: center;
	}
	.top-layout-v11 .top_image-v2 > img {
		max-width: 100%;
	}
	.top-layout-v11 .top_button {
		display: block;
		margin: 35px 0 0;
		text-align: center;
	}
	.top-layout-v11 .top_button .button_link {
		display: inline-block;
		min-width: 243px;
		position: relative;
		border: 1px solid #fff;
		border-radius: 3px;
		padding: 8px 20px;
		background: -webkit-linear-gradient(left, #0046ad 0%, #0046ad 31%, #00adc0 100%);
		background: linear-gradient(to right, #0046ad 0%, #0046ad 31%, #00adc0 100%);
		color: #fff;
		font-size: 1.0rem;
		font-weight: 700;
	}
	.top-layout-v11 .top_button .button_link::before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 50%;
		right: 9px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	.top-layout-v11 .top_column {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.top-layout-v11 .top_column > .column_col {
		width: calc((100% - 15px) / 2);
		text-align: center;
	}
	.top-layout-v11 .top_column > .column_col:nth-of-type(n+3) {
		margin-top: 10px;
	}
	.top-layout-v11 .column_col .col_inner {
		display: inline-block;
	}
	.top-layout-v11 .column_col .col_image {
		margin: 0 auto;
		max-width: 105px;
	}
	.top-layout-v11 .column_col .col_image > img {
		max-width: 100%;
	}
	.top-layout-v11 .column_col .col_heading {
		margin: 1px 0 0;
		color: #fff;
		font-size: 1.0rem;
		font-weight: 700;
	}
}
