@charset "utf-8";
#footerlink {
	background: none;
	bottom: 10px;
	display: block;
	height: auto;
	padding: 0;
	overflow: hidden;
	position: fixed;
	right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footerlink ul li:nth-of-type(1) a {
	background-color: #f28802;
	background-color: darkorange;
}
#footerlink ul li:nth-of-type(1) a:hover {
	background-color: #f7a803;
	background-color: orange;
}
#footerlink ul li:nth-of-type(2) a {
	background-color: #2c6ebd;
}
#footerlink ul li:nth-of-type(2) a:hover {
	background-color: #4aace2;
	background-color: #378cd2;
}
#footerlink p.tel > a:nth-of-type(2) {
	margin: 0 0 10px;
}
#footerlink p.tel > a:hover {
	width: 40px;
}
#footerlink p.tel > a.sns img {
	width: 40px;
}
#footerlink p.tel > a.sns:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#footerlink p.tel > a:nth-last-of-type(1) {
	background-color: #fafafa;
	border-radius: 4px;
	border: #333 solid 1.5px;
	height: 40px;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 40px;
}
#footerlink p.tel > a:nth-last-of-type(1):before {
 	content: '';
	height: 10px;
	border: 0;
	border-top: solid 3.5px #333;
	border-right: solid 3.5px #333;
	margin: auto;
	position: absolute;
	top: 5px;
    left: 31.25%;
	bottom: 0;
	transform: rotate(-45deg);
	width: 10px;
}
:root {
--bg:rgba(0,0,0,0.5);
--white:#fff;
--accent:#3b82f6
}
.overlay {
	align-items: center;
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: center;
	background: var(--bg);
	opacity: 0;
	pointer-events: none;
	transition: opacity .28s ease;
	z-index: 2;
}
.modal-body > ul {
	display: inline-block;
	font-size: 1.1875em;
	font-weight: 500;
	margin: 0 0 1em 1em;
}
.modal-body > ul::before{
	content: "例えば…";
	color: #2c6ebd;
	color: orangered;
	display: block;
	font-size: .9375em;
	font-weight: 700;
	text-align: justify;
}
.modal-body > ul >li {
	text-align: justify;
}
.modal-body > ul >li::marker {
	color: orangered;
}
.modal-body > img {
	height: auto;
	display: inline-block;
	margin: 0 auto 1em;
	vertical-align: bottom;
	width: 43.75%;
	width: 80%;
}
.modal-body > p {
	font-size: 1.1875em;
	font-size: 1.125em;
	text-align: center;
}
.modal-body > p:nth-of-type(1) {
	line-height: normal;
	margin-bottom: .5em;
	font-weight: 700;
}
.modal-body > p:nth-of-type(1) > em {
	color: orangered;
	font-weight: 700;
}
.modal-body > p:nth-of-type(1)::before {
	color: orangered;
	content: "＼";
	font-weight: 1000;
	margin-right: .5em;
}
.modal-body > p:nth-of-type(1)::after {
	color: orangered;
	content: "／";
	font-weight: 1000;
	margin-left: .5em;
}
.modal-body > p:nth-last-of-type(1) {
	margin: 0;
}
.modal-body > p a {
	display: inline-block;
	background-color: orangered;
	color: #FFFFFF;
	padding: .75em 1.25em .875em;
	border-radius: 4px;
	font-weight: 600;
	transition: transform 0.25s ease-in;
}
.modal-body > p a:hover {
	transform: scale(1.08);
}
.overlay.open {
	opacity: 1;
	pointer-events: auto
}
.modal {
	width: min(720px, 94%);
	background: var(--white);
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(2,6,23,0.16);
	transform: translateY(18px) scale(.98);
	opacity: 0;
	overflow: hidden;
	transition: transform .32s cubic-bezier(.2, .9, .2, 1), opacity .28s ease;
}
.overlay.open .modal {
	transform: translateY(0) scale(1);
	opacity: 1
}
.modal-header {
	background-color: #2c6ebd;
	display: flex;
	justify-content: space-between;
	padding: 1em 1.5em;/*
	border-bottom: 1px solid rgba(16,24,40,0.1);*/
}
.modal-title {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: 500;
	line-height: normal;
	margin: 0 1.25em 0 0;
}
.modal-title > span > small {
	font-size: .90625em;
}
.modal-title > span:nth-of-type(1) {
	display: block;
	float: left;
}
.modal-title > span:nth-of-type(2) {
	display: block;
	float: right;
}
.close-btn {
	background: transparent;
	border: none;
	color: #FFFFFF;
	font-size: 1.875em;
	font-weight: 800;
	margin-bottom: .5em;
	display: block;
	cursor: pointer;
	line-height: 1em;
}
.close-btn::after {
	content: "閉じる";
	display: block;
	font-size: .375em;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
}
.close-btn:focus {
	outline: 3px solid rgba(59,130,246,0.18)
}
.modal-body {
	padding: 2em 2.25em;
	text-align: center;
}
#Cta {
	height: 300px;
	height: auto;
	display: block;
	padding: 0;
	overflow: hidden;
	right: 0px;
	position: fixed;
	top: 50%;
	width: 60px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
#Cta > ul {
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#Cta > ul > li {
	background-color: #FFFFFF;
	display: block;
	font-size: 1.125em;
	font-weight: 600;
	height: 160px;
	line-height: 60px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	white-space: nowrap;
	width: 60px;
}
#Cta > ul > li a {
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	width: 60px;
}
#Cta > ul > li:nth-of-type(1) a {
	background-color: #f28802;
	background-color: darkorange;
}
#Cta > ul > li:nth-of-type(1) a:hover {
	background-color: #f7a803;
	background-color: orange;
}
#Cta > ul > li:nth-of-type(2) a {
	background-color: #2c6ebd;
}
#Cta > ul > li:nth-of-type(2) a:hover {
	background-color: #4aace2;
	background-color: #378cd2;
}

@media (max-width: 768px) {
footer {
	margin: 0 0 60px;
}
#Cta > ul {
	display: none;
}
#footerlink ul {
	display: block;
	height: 60px;
	font-weight: bold;
	right: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
#footerlink ul li img {
	display: block;	
	display: inline-block;
	height: 20px;
	margin: 0 .5em 4px 0;
	vertical-align: middle;
	width: auto;
}
#footerlink ul li a {
	color: #FFF;
	display: block;
	height: 60px;
	line-height: 59px;
	overflow: hidden;
	padding: 0;
	text-indent: -.25em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.overlay {
	z-index: 200;
}
.modal-header {
	padding: 1em 1em 1em 1.5em;
	padding: 1em;
}
.modal-title {
	font-size: 1em;
	font-weight: 700;
	text-align: justify;
}
.modal-title > span:nth-of-type(1) {
	display: inline;
	float: none;
}
.modal-title > span:nth-of-type(2) {
	display: inline;
	float: none;
}
.modal-title > br {
	display: none;
}
.modal-body {
	padding: 1em;
	text-align: center;
}
.modal-body > p {
	font-size: 1em;
}
.modal-body > ul {
	font-size: .9375em;
	font-weight: 500;
	list-style: inside;
	line-height: normal;
	margin: 0 0 1em;
}
.modal-body > p:nth-of-type(1)::before {
	display: none;
}
.modal-body > p:nth-of-type(1)::after {
	color: inherit;
	content: "。";
	font-weight: 600;
	margin: 0;
}
.modal-body > img {
	margin: 0 auto .5em;
	width: 100%;
}
.modal-body > p a {
	font-weight: 600;
	padding: .5em 1em;
}
.close-btn {
	padding: 0;
}
.modal-body > p:nth-of-type(1) {
	line-height: normal;
	text-align: justify;
}
.modal-body > p:nth-of-type(1) br {
	display: none;
}
.modal-body > p:nth-of-type(2) {
	margin-bottom: .5em;
}
#footerlink {
	bottom: 0px;
	right: 0px;
}
}
