﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.5
 * Last Up Date: 2021.8
 * Author: mick
-- -- -- -- -- -- -- -- */
* {
	margin: 0;
	padding: 0;
}

html {
	opacity: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	>font-size: 62.5%;
	word-break: normal;
	line-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

html.wf-active, html.loading-delay {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

body {
	font-family: Arial, "Helvetica Neue", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
 	font-feature-settings : 'palt';
	color: #030810;
}

/*

Lato
Regular
font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;

Noto Sans
Regular
font-family: noto-sans, sans-serif;
font-weight: 400;
font-style: normal;

Bold
font-family: noto-sans, sans-serif;
font-weight: 700;
font-style: normal;

Futura PT
Medium
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;

Demi
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;

*/

html, body {
	height:100vh;
}

body.fixed {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

header,
article,
nav,
section,
footer {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

header,
article,
nav,
section,
footer,
div,
p,
th,
td,
a,
li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 1.8;
}

a {
	color: #030810;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 0.8rem;
}

hr {
	overflow: visible;
	height: 0;
	color: inherit;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.6;
	font-size: 1.0em;
	font-weight: 700;
	letter-spacing: 1px;
}

img {
	border: 0;
	vertical-align: bottom;
}

.mimg img {
	width:100%;
	height:auto;
}

code,
pre {
	font-family: monospace, monospace;
	overflow: auto;
}

sub,
sup {
	font-size: 0.75rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.6;
}

td a {
	word-break: break-all;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.6;
}

.tbpc {
	display: none;
}

.pc {
	display: none;
}

*::before,
*::after {
	background-repeat: no-repeat;
}

/* entry_body
========================================================================== */
.entry_body .aligncenter {
	display: block;
	margin: 0 auto;
}

.entry_body .alignright {
	margin:0 0 0 10px;
	float: right;
}

.entry_body .alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	max-width:100%!important;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

.entry_body hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.entry_body table th,
.entry_body table td {
	padding:5px;
}

.entry_body blockquote {
	margin:0 0 15px;
	padding: 25px 15px 15px 50px;
	min-height:80px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
	position: relative;
}

.entry_body blockquote:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}

.entry_body blockquote p {
	 padding: 10px 0;
	padding: 0;
	line-height: 1.7;
}

.entry_body blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

@media screen and (min-width: 768px) {

	.entry_body table th,
	.entry_body table td {
		padding:10px;
	}

	.entry_body blockquote {
		margin:0 0 40px;
	}
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	cursor: pointer;
	color: inherit;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

optgroup {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #AAA;
}

::-moz-placeholder {
	color: #AAA;
}

:-ms-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}

/* Extras
========================================================================== */
.r0 { margin-right:0!important; }
.b0 { margin-bottom: 0!important; }

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}

.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 80;
}

.screen_active .screen {
    animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
}

@keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

@-webkit-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
========================================================================== */
#wrapper {
	padding:55px 0 0;
	font-size:1.4rem;
}

.block1 {
	padding:30px 10px;
}

@media screen and (min-width: 350px) {

	.block1 {
		padding:30px 20px;
	}
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #f4f4f5;
/* 	box-shadow: 0 2px 2px rgba(108, 108, 108, 0.1); */
	transition: 0.3s;
	z-index: 80;
}

header.check {
	background-color: #FFF;
}

header .header {
	padding:10px 15px 0;
	height:55px;
	position: relative
}

header h1 {
	width:102px;
}

header h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.png') no-repeat left center;
	background-size: 102px auto;
	padding: 31px 0 0;
	height: 0!important;
}

header .splang {
	position: absolute;
	top:18px;
	right:55px;
	width:55px;
}

header.active .splang {
	display: none;
}

header .splang a {
	display: block;
	line-height:20px;
	text-align: center;
	color:#FFF;
	font-size:1.0rem;
	background-color: #1e55c3;
	border-radius: 20px;
}

header .splang b {
	display: inline-block;
	background: url('../images/common/icon_lang.png') no-repeat left center;
	background-size: 9px 9px;
	padding:0 0 0 12px;
}

header .menu {
	display: block;
	position: absolute;
	top:12px;
	right:12px;
	width:30px;
	z-index: 10;
}

header .menu a {
	display: block;
	height: 30px;
	overflow: hidden;
	position: relative;
}

header .menu a::before,
header .menu a::after {
	position: absolute;
	content: '';
	left: 3px;
	width: 24px;
	height: 1px;
	background-color: #163167;
	transition: .3s;
}

header .menu a::before {
	top: 9px;
}

header .menu a::after {
	bottom: 8px;
}

header.active .menu a::before {
	top: 7px;
	left: 7px;
	width: 23px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header.active .menu a::after {
	bottom: 6px;
	left: 6px;
	width: 22px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .menu b {
	position: absolute;
	content: '';
	top:15px;
	left: 3px;
	width: 24px;
	height: 1px;
	background-color: #163167;
	transition: .3s;
}

header.active .menu b {
	opacity: 0;
	left: 40px;
}

.gnavi_block {
	display: none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color: #f4f4f5;
	z-index: 8;
}

.active .gnavi_block {
	display: block;
}

.gnavi_body {
	padding:50px 0 30px;
	overflow: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.gnavi {
	margin:0 0 50px;
}

.gnavi li a {
	display: block;
	padding:10px 0;
	text-align: center;
	font-size:2.0rem;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.gnavi_body .lang {
	display: none;
}

.sp_menulinks .logo {
	margin:0 auto 20px;
	width:165px;
}

.sp_menulinks .logo a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo.png') no-repeat left center;
	background-size: 165px 30px;
	padding: 30px 0 0;
	height: 0!important;
}

.sp_menulinks ul {
	display: flex;
	justify-content:center;
	align-items: center;
}

.sp_menulinks li {
	margin:0 12px;
	width: 23px;
}

.sp_menulinks li.menulink3 {
	width: 27px;
}

.sp_menulinks li.menulink4 {
	width: 62px;
}

.sp_menulinks li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px 23px;
	padding: 24px 0 0;
	height: 0!important;
}

.sp_menulinks li.menulink1 a {
	background-image: url('../images/common/sns_linkedin2.png');
}

.sp_menulinks li.menulink2 a {
	background-image: url('../images/common/sns_insta2.png');
}

.sp_menulinks li.menulink3 a {
	background-image: url('../images/common/sns_tw2.png');
	background-size: 27px 22px;
}

.sp_menulinks li.menulink4 a {
	background-image: url('../images/common/sns_getter2.png');
	background-size: 62px 24px;
}

.coloreblock {
	background-color: #f4f4f5;
}

.mtitle_block {
	background-color: #f5f4f5;
	box-shadow: 0 3px 3px #efeeee;
}

.mtitle_block .block1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top:0;
	padding-bottom:0;
	height:95px;
}

.mtitle_block h2 {
	margin:0 10px 0 0;
	line-height:1.0;
	color:#133373;
	font-size:3.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.mtitle_block h2 span {
	margin:0 3px;
	font-size:2.8rem;
}

.mtitle_block h2:first-letter {
	color:#1d4fb2;
}

.mtitle_block .btn {
	width:110px;
}

.mtitle_block .btn a {
	display: block;
	padding:0 0 0 0.04em;
	height:28px;
	line-height:30px;
	text-align: center;
	color:#FFF;
	overflow: hidden;
	font-size:1.3rem;
	letter-spacing: 0.04em;
	background-color: #1d4fb2;
	border-radius: 34px;
}

.btnbox a {
	display: block;
	line-height:45px;
	text-align: center;
	color:#FFF;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #1d4fb2;
	position: relative;
}

.btnbox a:after {
	position: absolute;
	top:0;
	right:0;
	content: '';
	background: url('../images/common/icon_arrow1.png') no-repeat center center;
	background-size: 22px auto;
	width:35px;
	height:45px;
}

.shopbannerbox {
	margin:0 0 35px;
	padding:30px 15px 15px;
	background-color: #e7ecf7;
	position: relative;
}

.shopbannerbox:last-child {
	margin-bottom:0;
}

.shopbannerbox .label {
	position:absolute;
	top:-18px;
	left:0;
	width:100%;
	text-align: center;
	font-size:1.8rem;
	font-weight: 500;
	font-family: futura-pt, sans-serif;
}

.shopbannerbox .label b {
	display: inline-block;
	padding:0 20px;
	line-height:36px;
	color:#FFF;
	font-weight: 500;
	letter-spacing: 0.04em;
	background-color: #143374;
	border-radius: 50px;
	position: relative;
}

.shopbannerbox .label b::after {
	position: absolute;
	top:100%;
	left:calc(50% - 6px);
	content: '';
	border-top:6px solid #143374;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid transparent;
}

.shopbannerbox .leadbox {
	margin:0 0 3px;
	line-height:1.2;
	text-align: center;
	color:#143374;
	font-size:4.8rem;
	font-weight: 600;
	font-family: futura-pt, sans-serif;
}

.shopbannerbox .leadbox p {
	line-height:1.2;
}

.shopbannerbox .leadbox p strong {
	color:#1d4fb2;
	font-weight: 600;
}

.shopbannerbox .exbox {
	text-align: center;
}

.shopbannerbox .exbox p {
	line-height:1.5;
	font-size:1.6rem;
}

.shopbannerbox .exbox strong {
	color:#1d4fb2;
	font-weight: 400;
}

.shopbannerbox .exbox span {
	text-decoration: underline;
	color:#1d4fb2;
	text-underline-offset: 0.6ex;
}

.shopbannerbox .exbox a {
	text-decoration: underline;
	color:#1d4fb2;
	text-underline-offset: 0.6ex;
}

footer {
	color:#FFF;
	background-color: #163066;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 35px;
	overflow: hidden;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../images/common/pagetop.svg') no-repeat center center;
	background-size: 16px 8px;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 35px 0 0;
	height: 0!important;
}

footer .block1 {
	padding-top:25px;
	padding-bottom:20px;
}

.flink_block {
	margin:0 0 30px;
	padding:0 0 25px;
	border-bottom:1px solid #4f5e78;
}

.flink_block li {
	margin:0 0 20px;
	font-size:1.4rem;
}

.flink_block li:last-child {
	margin-bottom:0;
}

.flink_block li a {
	display: block;
	color:#babecb;
}

.flink_block li b {
	line-height:1.0;
	color:#FFF;
	font-size:2.0rem;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.finfo_block {
	margin:0 0 15px;
}

.finfo_block .cinfo1 {
	margin:0 0 30px;
}

.finfo_block .cinfo1 h2 {
	line-height:1.0;
	font-size:2.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.finfo_block .cinfo1 h2 a {
	color:#FFF;
}

.finfo_block .cinfo1 .slinks {
	display: none;
}

.finfo_block .cinfo2 {
	margin:0 0 40px;
}

.finfo_block .cinfo2 .cinfobox {
	margin:0 0 20px;
}

.finfo_block .cinfo2 .cinfobox:last-child {
	margin-bottom:0;
}

.finfo_block .cinfo2 .cinfobox h3 {
	line-height:1.8;
}

.finfo_block .cinfo2 .cinfobox .infoline .address {
	line-height:1.8;
}

.finfo_block .cinfo2 .cinfobox .infoline .tel {
	line-height:1.8;
	font-family: lato, sans-serif;
	font-weight: 400;
}

.finfo_block .cinfo2 .cinfobox .infoline .tel a {
	display: inline-block;
	padding:0 10px 0 0;
	color:#FFF;
}

.finfo_block .cinfo2 .cinfobox .infoline .tel i {
	color:#FFF;
	font-style: normal;
}

.sp_slinks ul {
	display: flex;
	justify-content:center;
	align-items: center;
}

.sp_slinks li {
	margin:0 12px;
	width: 23px;
}

.sp_slinks li.slink3 {
	width: 27px;
}

.sp_slinks li.slink4 {
	width: 62px;
}

.sp_slinks li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px 23px;
	padding: 24px 0 0;
	height: 0!important;
}

.sp_slinks li.slink1 a {
	background-image: url('../images/common/sns_linkedin.png');
}

.sp_slinks li.slink2 a {
	background-image: url('../images/common/sns_insta.png');
}

.sp_slinks li.slink3 a {
	background-image: url('../images/common/sns_tw.png');
	background-size: 27px 22px;
}

.sp_slinks li.slink4 a {
	background-image: url('../images/common/sns_getter.png');
	background-size: 62px 24px;
}

.sp_slinks li.slink5 a {
	background-image: url('../images/common/sns_x.webp');
}

footer .copyright {
	text-align: center;
	font-size:1.1rem;
}

@media screen and (min-width: 350px) {
}





@media screen and (min-width: 768px) {

	/*
	=================================== */
	p {
		letter-spacing: 0.03em;
	}

	.sptb {
		display: none;
	}

	.pc {
		display: initial;
	}

	.block_wrap {
		display: flex;
		justify-content: space-between;
	}

	/*
	=================================== */
	#wrapper {
		padding:80px 0 0;
		min-width:1100px;
		font-size:1.6rem;
	}

	.block1 {
		margin:0 auto;
		padding:70px 50px;
		width:1100px;
	}

	#wrapper {
		padding:80px 0 0;
		min-width:1100px;
		font-size:1.6rem;
	}

	.block1 {
		margin:0 auto;
		padding:70px 50px;
		width:1100px;
	}

	header .header {
		display: flex;
		justify-content:space-between;
		align-items: center;
		margin:0 auto;
		padding:0 50px;
		min-width:1100px;
		height:80px;
	}

	header h1 {
		width:165px;
	}

	header h1 a {
		background-size: 165px 30px;
		padding: 30px 0 0;
	}

	header .splang {
		display: none;
	}

	header .menu {
		display: none;
	}

	.gnavi_block {
		display: block;
		position: static;
		width:calc(100% - 165px);
		height:auto;
		background-color: transparent;
	}

	.gnavi_body {
		padding:0;
		overflow: visible;
	}

	.gnavi {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin:0;
	}

	.gnavi ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin:0 12px 0 0;
		width:calc(100% - 65px);
	}

	.gnavi li {
		margin:0 12px 0 0;
	}

	.gnavi li.home {
		display: block;
	}

	.gnavi li:last-child {
		margin-right:0;
	}

	.gnavi li a {
		display: inline-block;
		padding:0;
		line-height:1.3;
		text-align: center;
		font-size:1.7rem;
		letter-spacing: 0.02em;
	}

	.gnavi li a span {
		font-size:1.4rem;
	}

	.gnavi li a:hover,
	.gnavi li.on a {
		color: #1e55c3;
	}

	.gnavi_body .lang {
		display: block;
		width:75px;
	}

	.gnavi_body .lang a {
		display: block;
		line-height:30px;
		text-align: center;
		color:#FFF;
		font-size:1.3rem;
		background-color: #1e55c3;
		border-radius: 30px;
	}

	.gnavi_body .lang b {
		display: inline-block;
		background: url('../images/common/icon_lang.png') no-repeat left center;
		background-size: 12px 12px;
		padding:0 0 0 18px;
		font-family: futura-pt, sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
	}

	.sp_menulinks {
		display: none;
	}

	.mtitle_block .block1 {
		display: block;
		padding-top:60px;
		width:1000px;
		height:170px;
		position: relative;
	}

	.mtitle_block h2 {
		line-height:65px;
		font-size:7.2rem;
	}

	.mtitle_block h2 span {
		margin:0 5px;
		font-size:5.4rem;
	}

	.mtitle_block .btn {
		position: absolute;
		right:50px;
		bottom:20px;
		width:110px;
	}

	.mtitle_block .btn a {
		display: block;
		padding:0 0 0 0.04em;
		height:34px;
		line-height:36px;
		text-align: center;
		color:#FFF;
		overflow: hidden;
		font-size:1.4rem;
		letter-spacing: 0.04em;
		background-color: #1d4fb2;
		border-radius: 34px;
	}

	.btnbox a {
		line-height:50px;
		letter-spacing:2px;
	}

	.btnbox a:after {
		background-size: 28px 8px;
		width:50px;
		height:50px;
		transition: 0.3s;
	}

	.btnbox a:hover:after {
		transform: translateX(5px);
	}

	.shopbannerbox {
		margin:0 0 45px;
		padding:40px 50px 25px;
	}

	.shopbannerbox .label {
		top:-25px;
		font-size:2.0rem;
	}

	.shopbannerbox .label b {
		padding:0 25px;
		line-height:50px;
		letter-spacing: 0.08em;
	}

	.shopbannerbox .leadbox {
		margin:0 0 6px;
		font-size:4.8rem;
	}

	.shopbannerbox .exbox p {
		font-size:2.0rem;
	}

	.shopbannerbox .exbox a:hover {
		text-decoration: none;
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
	}

	.pagetop a {
		padding: 50px 0 0;
		background-size: 22px 11px;
	}

	footer .block1 {
		padding-top:50px;
		padding-bottom:35px;
		width:1000px;
	}

	.flink_block {
		margin:0 0 50px;
		padding:0;
		border-bottom:none;
	}

	.flink_block ul {
		display: flex;
		align-items: stretch;
		flex-wrap:wrap;
	}

	.flink_block li {
		margin:0;
		padding:15px 0;
		width:290px;
		font-size:1.2rem;
		border-bottom:1px solid #4f5e78;
	}

	.flink_block li:nth-child(3n-1) {
		margin:0 15px 0 0;
		width:300px;
	}

	.flink_block li:nth-child(3n-2) {
		margin:0 15px 0 0;
		width:270px;
	}

	.flink_block li b {
		font-size:2.2rem;
	}

	.finfo_block {
		display: flex;
		justify-content:space-between;
		margin:0 0 30px;
	}

	.finfo_block .cinfo1 {
		margin:0;
		width:210px;
	}

	.finfo_block .cinfo1 h2 {
		margin:0 0 20px;
		font-size:2.4rem;
	}

	.finfo_block .cinfo1 h2 a {
		letter-spacing: 2px;
	}

	.finfo_block .cinfo1 .slinks {
		display: block;
	}

	.finfo_block .cinfo1 .slinks ul {
		display: flex;
		justify-content:center;
		justify-content:flex-start;
		align-items: center;
	}

	.finfo_block .cinfo1 .slinks li {
		margin:0 6px;
		width: 23px;
	}

	.finfo_block .cinfo1 .slinks li.slink3 {
		width: 27px;
	}

	.finfo_block .cinfo1 .slinks li.slink4 {
		width: 62px;
	}

	.finfo_block .cinfo1 .slinks li a {
		display: block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 23px 23px;
		padding: 24px 0 0;
		height: 0!important;
	}

	.finfo_block .cinfo1 .slinks li.slink1 a {
		background-image: url('../images/common/sns_linkedin.png');
	}

	.finfo_block .cinfo1 .slinks li.slink2 a {
		background-image: url('../images/common/sns_insta.png');
	}

	.finfo_block .cinfo1 .slinks li.slink3 a {
		background-image: url('../images/common/sns_tw.png');
		background-size: 27px 22px;
	}

	.finfo_block .cinfo1 .slinks li.slink4 a {
		background-image: url('../images/common/sns_getter.png');
		background-size: 62px 24px;
	}

	.finfo_block .cinfo1 .slinks li.slink5 a {
		background-image: url('../images/common/sns_x.webp');
	}

	.finfo_block .cinfo2 {
		margin:0;
		width:620px;
		font-size:1.5rem;
	}

	.finfo_block .cinfo2 .cinfobox {
		display: flex;
		justify-content:space-between;
		margin:0 0 15px;
	}

	.finfo_block .cinfo2 .cinfobox h3 {
		width:135px;
	}

	.finfo_block .cinfo2 .cinfobox .infoline {
		width:480px;
	}

	.sp_slinks {
		display: none;
	}

	footer .copyright {
		text-align: left;
		font-size:1.2rem;
	}
}

@media screen and (min-width: 769px) {

	/*
	=================================== */
	.sp {
		display: none;
	}

	.tbpc {
		display: initial;
	}

	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

@media screen and (min-width: 1140px) {

	.gnavi ul {
		margin:0 18px 0 0;
	}

	.gnavi li {
		margin:0 18px 0 0;
	}
}