@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #454545;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
body.home:after {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(/wp-content/uploads/bg.png) no-repeat top left;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #413BE0;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	text-decoration: underline;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.1em;
}
strong {
	font-weight: 600;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: rgba(85, 85, 85, 0.5);
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
	.auto_height {
		height: auto !important;
	}
}

/* -------------------------------------
Icon fonts
------------------------------------- */
@font-face {
	font-family: 'CustomIcons';
	src:  url('./libs/CustomIcons/CustomIcons.eot');
	src:  url('../libs/CustomIcons/CustomIcons.eot#iefix') format('embedded-opentype'),
		url('./libs/CustomIcons/CustomIcons.ttf') format('truetype'),
		url('./libs/CustomIcons/CustomIcons.woff') format('woff'),
		url('./libs/CustomIcons/CustomIcons.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Font Awesome';
	src:  url('./libs/Font Awesome/Font Awesome.eot');
	src:  url('../libs/Font Awesome/Font Awesome.eot#iefix') format('embedded-opentype'),
		url('./libs/Font Awesome/Font Awesome.ttf') format('truetype'),
		url('./libs/Font Awesome/Font Awesome.woff') format('woff'),
		url('./libs/Font Awesome/Font Awesome.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}

/* -------------------------------------
shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }

/* ■汎用
------------------------------------- */
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.ovHide {
	overflow: hidden;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

/* Pc/sp change */
.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}


/* =====================================
■HEADER
===================================== */
#wrapper {
	height: 100%;
	box-sizing: border-box;
}
body:not(.home) #wrapper {
	padding-top: 74px;
}
header {
	width: 100%;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 9999;
	transition: all 0.5s;
}

/* logo */
header .logo {
    width: 260px;
    height: 74px;
    display: flex;
    align-items: center;
	padding: 0 0 5px;
    box-sizing: border-box;
}
header .logo a {
    line-height: 1;
}
header .logo img {
	width: 100%;
}

/* nav */
nav {
	float: right; 
}
nav .menu {
	height: 74px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
	margin-right: 188px;
	box-sizing: border-box;
}
nav .menu > li {
	margin-left: 48px;
	position: relative;
}
nav .menu > li:first-child {
	margin: 0;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	width: 100%;
	height: 32px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.3;
	color: #000000;
	cursor: pointer;
	text-decoration: none !important;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
	box-sizing: border-box;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li .subMenu {
	display: block;
	width: 186px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 12px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.3s;
	box-sizing: border-box;
}
nav .menu > li.hover .subMenu:before {
    content: "";
    border-bottom: 12px solid #EDF7FF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
	top: 0;
    left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.desktop nav .menu > li.hover .subMenu:after {
    display: block;
    content: "";
    width: 100%;
    height: 50px;
	clip-path: polygon(62% 0%, 100% 100%, 0% 100%, 38% 0%);
    position: absolute;
    top: -37px;
	left: 50%;
	transform: translateX(-50%);
    z-index: -1;
}
nav .menu > li ul {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}
nav .menu > li ul li:not(:first-child) {
	margin-top: 1px;
}
nav .menu > li ul li a {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #000000;
	text-align: center;
	background: #EDF7FF;
	padding: 12px 15px;
	position: relative;
	z-index: 2;
}
nav .menu > li ul a:hover {
	color: #5D7F9A; 
	opacity: 1;
	text-decoration: none;
}
.desktop nav .menu > li > span:hover + .subMenu,
.desktop nav .menu > li > span .subMenu:hover,
.desktop nav .menu > li .subMenu:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: none;
}
.tablet nav .menu > li > .subMenu {
	display: none;
}
.tablet nav .menu > li > span + .subMenu {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + .subMenu {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

/* conversion */
header .headTel a {
	display: block;
	width: 245px;
	background: linear-gradient(227deg, #C02BC6 0%, #413BE0 100%);
	border-radius: 0 0 10px 10px;
	text-align: center;
	padding: 7px 5px 3px;
}
header .headTel a span {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-shadow: 0 .15px 0 #fff;
	padding-left: 26px;
	position: relative;
}
header .headTel a span:before {
	content: "";
	width: 13px;
	height: 24px;
	background: url(/wp-content/uploads/icon-tel.png) no-repeat left top;
	background-size: 13px 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(calc(-50% - 1px));
}
header .headInq a {
	display: block;
	width: 170px;
	height: 36px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 36px;
	color: #fff;
	text-align: center;
	text-shadow: 0 .15px 0 #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
header .headInq a:hover {
	opacity: 0.8;
}
header .headInq a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(227deg, #C02BC6 0%, #413BE0 100%);
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	
	header {
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	}
	header .wrap {
		display: flex;
		justify-content: space-between;
		margin: 0 48px;
		position: relative;
	}
	
	/* nav */
	nav {
		display: block !important;
	}
	nav .menu > li > a:after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		background: #000;
		position: absolute;
		left: 0;
		bottom: 0;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	nav .menu > li.hover > a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	nav .menu > li .subMenu {
		pointer-events: none;
	}
	
	/* conversion */
	header .headTel {
		position: absolute;
		right: 0;
		top: 0;
	}
	header .headInq {
		height: 74px;
		display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        bottom: 0;
	}
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
	header .wrap {
		margin: 0 40px;
	}

	/* nav */
	nav .menu {
		margin-right: 168px;
	}
	nav .menu > li {
		margin-left: 38px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
	
	header .wrap {
		margin: 0 30px;
	}
	
	/* logo */
	header .logo {
		width: 230px;
		padding: 0 0 3px;
	}
	header .headInq a {
		width: 130px;
		font-size: 14px;
	}
	
	/* nav */
	nav .menu {
		margin-right: 158px;
	}
	nav .menu > li {
		margin-left: 28px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 14px;
		letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	
	body:not(.home) #wrapper {
		padding-top: 60px;
	}
	
	header .wrap {
		margin: 0 16px;
	}
	
	/* logo */
	header .logo {
		width: 190px;
		height: 60px;
		padding: 0 0 3px;
	}
	
	/* nav */
	nav .menu {
		height: 60px;
		margin-right: 108px;
	}
	nav .menu > li {
		margin-left: 15px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 12px;
        letter-spacing: 0;
	}
	
	/* conversion */
	header .headTel a {
		width: 200px;
	}
	header .headTel a span {
		font-size: 18px;
		padding-left: 20px;
	}
	header .headTel a span:before {
		width: 11px;
		height: 20px;
		background-size: 11px 20px;
	}
	header .headInq {
		height: 60px;
	}
	header .headInq a {
		width: 90px;
		height: 26px;
		font-size: 12px;
		font-weight: 500;
		line-height: 26px;
		letter-spacing: 0;
	}	
}

@media screen and (max-width: 767px) {
	
	body:not(.home) #wrapper {
		padding-top: 60px;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		top: 0 !important;
		position: absolute;
		box-shadow: inherit;
		background: none;
	}
	body:not(.home) header {
		background: #fff;
	}
	header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		background: #fff;
	}
	
	/* logo */
	header .logo {
		width: calc(100% - 96px);
		height: 60px;
		align-items: center;
		margin: 0 0 0 20px;
		padding: 0 0 4px;
		position: relative;
		z-index: 9999;
	}
	header .logo img {
		max-width: 240px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		background: #fff;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		transition: all .3s;
		box-sizing: border-box;
	}
	.triggers {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 21px;
		cursor: pointer;
		position: relative;		
	}
	.triggers span {
		display: block;
		width: 25px;
		height: 3px;
		background: #000;
	}
	.triggers span:nth-of-type(1) {
		transform: translateY(15px) scale(1);
	}
	.triggers span:nth-of-type(3) {
		transform: translateY(-15px) scale(1);
	}
	.triggers span:nth-of-type(2) {
		position: relative;
	}
	.triggers span:nth-of-type(2):before,
	.triggers span:nth-of-type(2):after {
		display: block;
		content: "";
		width: 25px;
		height: 3px;
		background: #000;
		position: absolute;
		top: 0px;
		right: 0;
		transform: rotate(0deg);
		transition: all .3s;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		transform: translateY(0px) scale(0);
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		transform: translateY(0px) scale(0);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		width: 25px;
		background: none;
	}
	.toggleMenu.active .triggers span:nth-of-type(2):before {
		width: 100%;
		height: 3px;
		transform: rotate(45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2):after {
		width: 100%;
		height: 3px;
		transform: rotate(-45deg);
	}
	
	/* nav */
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #EDF7FF;
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		z-index: 9998;
	}
	nav .menu {
		display: block;
		height: auto;
		margin: 0;
		padding: 30px;
	}
	nav .menu > li {
		margin: 2px 0 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
		padding: 19px 40px 19px 20px !important;
		font-size: 16px;
		line-height: 1.4;
		color: #000 !important;
		text-align: left;
	}
	nav .menu > li:first-child > a {
		border-radius: 5px 5px 0 0;
	}
	nav .menu > li:last-child > a {
		border-radius: 0 0 5px 5px;
	}
	nav .menu > li > a:hover,
	nav .menu > li > span:hover,
	nav .menu > li.hover > a,
	nav .menu > li.hover > span {
		color: #000;
		background: #fff;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		position: absolute;
		top: 50%;
		right: 22px;
		transform: rotate(45deg);
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		padding: 0;
	}
	nav .menu > li > a > span:before,
	nav .menu > li > span > span:before,
	nav .menu > li > a > span:after,
	nav .menu > li > span > span:after {
		display: none !important;
	}
	nav .menu > li .subMenu {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		transform: translateX(0);
		margin: 0;
		padding: 0;
	}
	nav .menu > li .subMenu:before,
	nav .menu > li.hover .subMenu:after {
		display: none !important;
	}
	nav .menu > li ul {
		display: block;
		background: #5D7F9A;
		border-radius: 0;
		padding: 20px;
	}
	nav .menu > li ul li {
		display: none;
		border: none !important;
		width: 100%;
	}
	nav .menu > li ul li:not(:first-child) {
		margin-top: 10px;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		background: none !important;
		padding: 2px 0;
		text-align: left;
		color: #fff;
	}
	nav .menu > li ul li a:before {
		left: 0;
	}
	nav .menu > li.hover .subMenu {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	nav .menu > li > span {
		position: relative;
	}
	nav .menu > li.hover > span + .subMenu,
	nav .menu > li > span:hover + .subMenu {
		pointer-events: auto;
		opacity: 1;
	}
	
	/* conversion */
	header .conversion {
		padding: 0 30px 30px;
	}
	header .headTel a {
		width: 245px;
		border-radius: 30px;
		margin: 0 auto;
	}
	header .headInq a {
		width: 300px;
		height: auto;
		font-size: 18px;
		line-height: 1;
		padding: 12px 5px;
		margin: 0 auto;
	}
	
}


/* =====================================
■コンバージョン
===================================== */
/* -------------------------------------
 * バナー
------------------------------------- */
#banner {
    padding: 16px 0 96px;
}
#banner ul {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 30px;
}
        
@media screen and (max-width: 767px) {
	#banner {
		padding: 0 0 50px;
	}
	body.category #banner,
	body.single #banner,
	body.search #banner {
		display: none;
	}
	#banner ul {
		flex-wrap: wrap;
		column-gap: 0;
		row-gap: 30px;
	}
}


/* -------------------------------------
 * お問い合わせ
------------------------------------- */
#conversion {
	background: url(/wp-content/uploads/contact-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 108px 0;
}
#conversion .inner {
	max-width: 760px;
	margin: 0 auto;
}
#conversion .inner .txt {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.78;
	color: #fff;
	margin-bottom: 45px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	#conversion .inner {
		max-width: 630px;
	}
}

@media screen and (max-width: 767px) {
	#conversion {
		padding: 50px 0;
	}
	#conversion .inner {
		width: 90%;
	}
	#conversion .inner .txt {
		font-size: 16px;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	background: #000000;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	padding: 22px 20px;
}

/* -------------------------------------
追従バナー
------------------------------------- */
footer .fixedBox {
	width: 293px;
	position: fixed;
	right: 0;
	bottom: -160px;
	z-index: 9997;
	transition: all 0.5s;
}
footer .fixedBox ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer .fixedBox ul li a {
	display: block;
}
footer .fixedBox img {
	width: 100%;
	opacity: 1 !important;
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
	}
}

.link0722{
	background: #dfeaf3;
	padding: 15px;
}

.link0722 li{
	float: left;
	margin-right: 15px;
}