@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/*** -----------------------------------------------------------------------------

reset

-----------------------------------------------------------------------------  ***/
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

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:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:300;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:300;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	*font-size:100%;
}
legend {
	color:#000000;
}
img {
	vertical-align:bottom;
}

.heebo{
	font-family: 'Heebo', sans-serif;
}

/*** ------------------------------------------------------------------------------

common

-----------------------------------------------------------------------------  ***/
html {
	overflow-y:scroll;
}
html body {
	background-color: #fff;
	color:#000;
	line-height: 2;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
aside#secondary{
	display: none !important;
}
/*** ------------------------------------------------------------------------------

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
	outline:none;
	color: #fff;
}
a:link {
	text-decoration:none;
	transition: 0.3s;
}
a:link:hover{
	text-decoration:none;
}
a:visited {
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
/*** ------------------------------------------------------------------------------

input

-----------------------------------------------------------------------------  ***/
input[type="text"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background: #ff0000;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}
textarea {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}
button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
/*** ------------------------------------------------------------------------------

header

-----------------------------------------------------------------------------  ***/
header{
	width: 100%;
	position:fixed;
	top:0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
	border-bottom:1px solid #006ebb
}
header .header-content{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items:center;
	justify-content: space-between;
	margin: 0 auto;
	padding:0 0 0 20px;
	box-sizing: border-box;
}
header .header-content .pc-head-nav{
	display:flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-bottom: -10px;
}
header .header-content .pc-head-nav a:first-child span{
	display: block;
	padding: 20px 30px;
	background: #217CA3;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}
header .header-content .pc-head-nav ul{
	display:flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0px 30px
}
header .header-content .pc-head-nav ul li a{
	font-size: 14px;
	color: #fff;
}
header .header-content .pc-head-nav ul li:nth-child(2) a{
	margin: 0 10px;
}
header .header-content .logo{
	display: flex;
	align-items: center;
	width: 320px;
}
header .header-content .logo img{
	display: block;
}
/*header .header-content nav {
	display: none;
	width: calc(100% - 256px);
}*/
header .header-content nav #nav-content{
	display: flex;
	justify-content: flex-end;
}
header .header-content nav ul{
	display: flex;
	align-items: center;
}
header .header-content nav ul li{
	text-align: center;
	padding:0;
	margin: 0 0 0 45px;
	background-color: none;
	transition: 0.1s ease;
	pointer-events:painted;
}
header .header-content nav ul li:last-child{
	margin-right: 0px;
}
header .header-content nav ul li a:first-child{
	display: block;
	position: relative;
	padding:  0px 0px;
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s;
	opacity: 1;
}
header .header-content nav ul li a{
	font-size: 18px;
	line-height: 2;
	color: #3f3b3a;
	text-decoration: none;
}
header nav #nav-content li a:before{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 1px;
	background: #006ebb;
	transition: 0.3s ease-in-out;
}
header nav #nav-content li a:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	right: auto;
	top: 1px;
	background: #006ebb;
	transition: 0.3s ease-in-out;
}


header .header-content nav .contact-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 50px 60px;
	background-color: #006ebb;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-left: 45px;
}
header .header-content nav .contact-btn:before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 100%;
	background: url('../img/icon/mail.png')no-repeat center center;
	background-size: contain;
	margin-right:6px;
}

@media (min-width: 1001px){
	header.scroll-nav .header-content nav .contact-btn{
		padding: 20px;
	}
}

@media (min-width: 769px){
	header .header-content nav .contact-btn:hover{
		opacity: 0.9;
	}
}

#nav-input{
	display: none;
}
@keyframes spnavopen{
	0%{
		transform: translateX(200px);
		opacity: 0;
	}
	100%{
		transform: translateX(0px);
		opacity: 1;
	}
}
@media screen and (max-width:1100px){
	header{
		display: flex;
		align-items: center;
		height: 100px;
		background: rgba(255, 255, 255, 0.8);
		position: fixed;
		transition: 0.3s;
	}
	header.scroll-nav{
		height: 50px;
	}
	header .header-content{
		width: 100%;
		height: 50px;
		margin-top: 0px;
		padding-top: 0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom: 0px;
	}
	header .header-content .pc-head-nav{
		display: none;
	}
	header .header-content h1{
		width: 60%;
	}
	header .header-content .logo{
		width: 100%;
		max-width: 280px;
		padding:0 0 0 20px;
	}
	header .header-content .logo img{
		width: 100%;
		height: auto;
	}
	header .header-content nav{
		width: 50px;
		height: 50px;
		justify-content: center;
		align-items: center;
		background: url("../img/sp-nav-text.png") no-repeat bottom 12px center;
		background-size: 43px;
	}
	.nav-unshown {
		display:none;
	}
	#nav-open {
		display: inline-block;
		width: 50px;
		height: 50px;
		vertical-align: middle;
		position: relative;
		margin-top: 0px;
		z-index: 2;
		cursor: pointer;
	}
	#nav-open span{
		display: block;
		width: 50px;
		height: 50px;
	}
	#nav-open span:before,
	#nav-open span:after{
		content: '';
		display: block;
		width: 28px;
		height: 1px;
		background:#1972ac;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		cursor: pointer;
		transition: 0.2s ease;
	}
	#nav-open span:before{
		top: 20px;
	}
	#nav-open span:after {
		top: 29px;
	}
	#nav-close {
		display: block;
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		height:100vh;
		background: rgba(255,255,255,0.9);
		opacity: 0;
		transition: .4s ease-in-out;
		z-index: 1;
		transform: translateX(100vw);
	}
	header .header-content nav .contact-btn{
		margin: 0;
	}
	#nav-input:checked ~ #nav-close {
		display: block;
		transform: translateX(0vw);
		opacity: 1;
	}
	#nav-input:checked ~ #nav-open span:before{
		top: 25px;
		transform: rotate(-45deg);
	}
	#nav-input:checked ~ #nav-open span:after{
		top: 25px;
		transform: rotate(45deg);
	}
	#nav-content {
		opacity: 0;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);
		opacity: 1;
	}
	header .header-content nav #nav-content {
		display: block;
		overflow: auto;
		position: fixed;
		align-items: center;
		top: 140px;
		right: -100vw;
		z-index: 9999;
		width: 100%;
		height: 100%;
		transition: .3s ease-in-out;
	}
	header .header-content nav ul {
		display: block;
	}
	header .header-content nav ul li{
		width: 100%;
		padding: 0px;
		margin: 0;
		text-align: center;
		background:none;
		margin-bottom:30px;
	}
	header .header-content nav ul li:last-child{
		margin-bottom: 65px;
	}
	header .header-content nav ul li a{
		display: block;
		text-align: center;
		padding-left: 15px;
		padding-bottom: 10px;
	}
	header .header-content nav .contact-btn{
		max-width: 70%;
		padding: 25px 50px;
		border: solid 1px #006ebb;
		background: none;
		box-sizing: border-box;
		font-size: 15px;
		color: #006ebb;
		margin: 0 auto;
	}
	header .header-content nav .contact-btn:before{
		height:12px;
		background: url(../img/icon/mail-bl.png)no-repeat center center;
	    background-size: contain;
	}
}

/*** ------------------------------------------------------------------------------

main

-----------------------------------------------------------------------------  ***/
main.main-content{
	margin-top: 114px;
}
main.main-content section .inner{
	display: block;
	width: 100%;
	max-width: 1080px;
	padding: 160px 40px 200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
main.main-content .section-ttl {
	color:#006ebb;
	margin-bottom: 45px;
}

main.main-content .section-ttl.center {
	text-align: center;
}
main.main-content .section-ttl .main{
	font-size:96px;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
	line-height: 1.1;
}
main.main-content .section-ttl .sub{
	font-size:12px;
	font-weight: 400;
}

main.main-content .section-ttl-2 {
	display: inline-block;
	padding-bottom:36px;
	font-size: 24px;
	font-weight: bold;
	color: #3f3b3a;
	position: relative;
}
main.main-content .section-ttl-2:after {
	content: '';
	display: block;
	width: 25px;
	height: 3px;
	background: #141381;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 20px;
}
.center:not(.section-ttl){
	text-align: center;
	color: #3f3b3a;
}
.center:not(.section-ttl) span{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

@media (max-width: 1100px){
	main.main-content{
		margin-top: 100px;
	}
}

@media (max-width: 768px){
	main.main-content section .inner{
		padding: 80px 20px;
	}
	main.main-content .section-ttl{
		margin-bottom: 30px;
	}
	main.main-content .section-ttl .main{
		font-size: 30px;
	}
	main.main-content .section-ttl .sub{
		font-size: 11px;
	}

	main.main-content .section-ttl-2{
		font-size: 18px;
	}
	main.main-content .section-ttl-2:after{
		bottom: 18px;
	}

	.center:not(.section-ttl){
		font-size: 12px;
	}
	.center:not(.section-ttl) span{
		font-size: 18px;
		line-height: 1;
		margin-bottom: 12px;
	}
}


/*** ------------------------------------------------------------------------------

footer

-----------------------------------------------------------------------------  ***/
footer{
	display: block;
	width: 100%;
	padding:0px 0px 80px;
	margin: 0 auto;
	background:#006ebb;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
footer:before{
	content: '';
	display: block;
	background: url('../img/footer_img.png') repeat-x scroll top #FFF;
	width: 100%;
	height: 98px;
	margin:0 0 80px;
}
footer .footer-content{
	max-width: 1280px;
	padding:0px 20px;
	margin: 0 auto ;
}
/*footer .footer-content .img{
	background:#FFF;
	display: inline-block;
	padding:10px 20px;
}*/
footer .footer-content .logo{
	width: 70%;
	max-width: 256px;
	margin-bottom: 30px;
}
footer .footer-content .info,
footer .footer-content .info .tel{
	font-size: 14px;
	line-height: 2;
	color: #FFF;
}
footer .footer-content .ft-inner{
	display: flex;
	justify-content: space-between;

}
footer .footer-content .info{

}
footer .copy-right{
	font-size: 11px;
	color: #FFF;
	box-sizing: border-box;
	padding-top: 47px;
	border-top: dotted 2px #FFF;
	margin-top: 37px;}
footer .footer-content a.tel{
	pointer-events: none;
}
@media screen and (max-width: 768px){
	footer{
		padding:0 0 50px;
	}
	footer .footer-content{
		padding: 0 20px;
		position: relative;
	}
	footer:before{
		margin:0 0 50px;
	}
	footer .footer-content img{
		width: 205px;
		margin-bottom: 20px;
	}
	footer .footer-content ul li a{
		font-size: 12px;
	}
	footer .footer-content .info,
	footer .footer-content .info .tel{
		font-size: 12px;
	}
	footer .footer-content .ft-inner{
		display: block;
	}
	footer .footer-content .ft-inner-txt{
		margin: 0 0 25px 0;
	}
	footer .footer-content .info{
	}
	footer .footer-content a.tel{
		pointer-events: auto;
	}
	footer .copy-right{
		font-size:11px;
	}
}



#back-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	border: solid 1px #006ebb;
	background-color: #fff;
	z-index: 99;
	transition: 0s;
}
#back-btn img{
	width: 50%;
	max-width: 22px;
	height: auto;
	transition: 0.3s;
}
@media (min-width: 769px){
	#back-btn:hover {
		opacity: 1;
	}
	#back-btn:hover img{
		transform: translateY(-5px);
	}
}
@media (max-width: 768px){
	#back-btn {
		width: 40px;
		height: 40px;
	}
	#back-btn img{
		width: 40%;
		margin: 0 auto;
	}
}


.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  height: 0;
  opacity: 0;
  overflow: hidden;
  animation-duration: .5s;
}
@media (max-width: 768px){
	#item .pagetop{
		bottom: 65px;
		position: fixed;
	}
}
.pagetop.show {
  height: auto;
  opacity: 1;
  animation-name: fadein;
}

.pagetop.hide {
  height: 0;
  opacity: 0;
  animation-name: fadeout;
}
.pagetop.static {
  position: absolute;
  bottom: auto;
  margin:0;
  transform: translateY(90px);
}

@media (max-width: 768px){
	.pagetop.static {
	  transform: translateY(30px);
	}
}

@keyframes fadein {
  0% {
    height: 0;
    opacity: 0;
  }
  1% {
    height: auto;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    height: auto;
    opacity: 1;
  }
  99% {
    height: auto;
    opacity: 0;
  }
  100% {
    height: 0;
  }
}

/*** ------------------------------------------------------------------------------

共通設定

-----------------------------------------------------------------------------  ***/
.more-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	padding: 25px 35px;
	background-color: #006ebb;
	border: solid 1px #006ebb;
	box-sizing: border-box;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	transition: 0.5s;
	cursor: pointer;
}
@media (min-width: 1101px){
	header nav #nav-content li a:hover:before{
		width: 100%;
		left: 0;
		right: auto;
	}
	header nav #nav-content li a:hover:after{
		width: 100%;
		left: auto;
		right: 0;
	}
}
@media screen and (min-width:768px){
	.pc_none{
		display: none;
	}
	button.more-btn:hover ,
	a.more-btn:hover{
		background: #fff;
		opacity: 1;
		color: #006ebb;
	}
	header nav #nav-content li a:hover{
		color: #006ebb;
	}
}
@media screen and (max-width:768px){
	.sp_none{
		display: none;
	}
	a.more-btn{
		width: 240px;
		padding: 22px;
		font-size: 13px;
		font-weight: 500;
	}
}




/*** ------------------------------------------------------------------------------

フェードイン

-----------------------------------------------------------------------------  ***/

.show-cnt{
	transform: scale(1) translateX(100px);
	transition: 0.3s ease-out;
	opacity: 0;
}
.show-cnt.run{
	transform:scale(1) translateX(0);
	opacity: 1;
}

.show-cnt2{
	transform: scale(1) translateX(-100px);
	transition: 0.3s ease-out;
	opacity: 0;
}
.show-cnt2.run{
	transform:scale(1) translateX(0);
	opacity: 1;
}

.show-cnt3{
	transform: scale(1) translateY(50px);
	transition: 0.3s ease-out;
	opacity: 0;
}
.show-cnt3.run{
	transform:scale(1) translateY(0);
	opacity: 1;
}

.show-cnt4{
	transform: scale(1) translateX(100px);
	transition: 0.3s ease-out;
	opacity: 0;
}
.show-cnt4.run{
	transform:scale(1) translateX(0);
	opacity: 1;
}

/*** ------------------------------------------------------------------------------

下層の共通部分

-----------------------------------------------------------------------------  ***/
main.main-content .page-mv{
	background-color: #eff6fc;
	position: relative;
	margin-bottom: 90px;
}
main.main-content .page-mv:after{
	content: '';
	min-height: 380px;
	box-sizing: border-box;
	background-size: cover;
	position: absolute;
	width: 60%;
	top: 80px;
	right: 0;
}
main.main-content .page-mv .inner {
	max-width: 1120px;
	padding: 80px 50px 30px;
	box-sizing: border-box;
}
main.main-content .page-mv .inner .section-ttl{
	font-size: 40px;
	color: #3f3b3a;
	font-weight: bold;
	margin-bottom: 70px;
}
main.main-content .page-mv .inner .section-ttl span{
	display: block;
	font-weight: 500;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	color: #006ebb;
	letter-spacing: .5px;
}
main.main-content .page-mv .inner .pankuzu{
	display: flex;
	justify-content: flex-start;
}
main.main-content .page-mv .inner .pankuzu li{
	position: relative;
	padding-right: 20px;
	color: #3f3b3a;
	font-size: 12px;
}
main.main-content .page-mv .inner .pankuzu li:after{
	content: '\2f';
	position: absolute;
	top: 0;
	right: 8px;
}
main.main-content .page-mv .inner .pankuzu li:last-child:after{
	display: none;
	padding-right: 0;
}
main.main-content .page-mv .inner .pankuzu li a{
	color: #3f3b3a;
}
.back-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	padding: 25px 35px;
	background-color: #99b2c9;
	box-sizing: border-box;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	transition: 0.5s;
}
@media screen and (max-width:1000px){
	main.main-content .page-mv:after{
		width: 50%;
	}
}
@media screen and (min-width:768px){
	.back-btn:hover{
		background: #006ebb;
		opacity: 1;
		color: #fff;
	}
}
@media screen and (max-width:768px){
	main.main-content .page-mv{
		margin-bottom: 200px;
	}
	main.main-content .page-mv:after{
		min-height: 200px;
		width: 90%;
		top: 125px;
	}
	main.main-content .page-mv .inner {
		padding: 20px 20px;
	}
	main.main-content .page-mv .inner .section-ttl{
		font-size: 20px;
		margin-bottom: 10px;
	}
	main.main-content .page-mv .inner .section-ttl span{
		font-size: 12px;
	}
	.back-btn{
		width: 240px;
		padding: 22px;
		font-size: 13px;
		font-weight: 500;
	}
}


/*** ------------------------------------------------------------------------------ 

ウィンドウ固定 右ボタン

-----------------------------------------------------------------------------  ***/

#side-area {
  width: 350px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #006ebb;
  position: fixed;
  top: 0;
  right: -350px;
  box-sizing: border-box;
  transition: all 0.5s;
  z-index: 5000;
}

#side-area #side-close {
  background: url(../img/side-close.png) no-repeat right 10px center #eff6fc;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  transition: all 0.5s;
}

#side-area #side-area-btn {
  margin: 20px 20px 50px;
}

#side-area #side-area-btn li {
  margin: 0 0 10px;
  text-align: center;
}

#side-area #side-area-btn li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
}

#side-area #side-area-btn li:nth-child(1) a {
  background: url(../img/arrow01.png) no-repeat right 10px center #006ebb;
  border: 1px solid #006ebb;
}

#side-area #side-area-btn li:nth-child(2) a {
  background: url(../img/arrow01.png) no-repeat right 10px center #d6000f;
  border: 1px solid #d6000f;
}

#side-area #side-area-btn li a:hover {
  text-decoration: none;
}

#side-area #side-area-btn li:nth-child(1) a:hover {
  background: url(../img/arrow01-bk.png) no-repeat right 10px center #fff;
  color: #006ebb;
}

#side-area #side-area-btn li:nth-child(2) a:hover {
  background: url(../img/arrow01-red.png) no-repeat right 10px center #fff;
  color: #d6000f;
}

#side-area #side-area-btn li a svg {
  margin: 0 5px 0 0;
}

#side-area .tel-box {
  margin: 0 20px;
  padding: 30px 15px;
  box-sizing: border-box;
  position: relative;
  background: #eff6fc;
  text-align: center;
  border: 1px solid #000;
}

#side-area .tel-box .text-tel {
  margin: 10px 0 0;
  font-weight: bold;
  line-height: 1.3;
}

#side-area .tel-box .text-tel span {
  font-size: 34px;
  display: block;
}

#side-area .tel-box .img {
  position: absolute;
  top: -28px;
  left: 50%;
  background: #006ebb;
  width: 56px;
  height: 56px;
  margin: 0 0 0 -28px;
  padding: 14px 0 0 3px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
}

.side-btn {
  position: absolute;
  top: 115px;
  left: -71px;
}

.side-btn li {
  text-align: center;
  background: #fff;
}

.side-btn li a {
  width: 70px;
  height: 80px;
  display: block;
  padding: 15px 0 0 0;
  box-sizing: border-box;
}

.side-btn li:nth-child(1) a {
  background: #006ebb;
  color: #fff;
}

.side-btn li:nth-child(2) a {
  background: #fff;
  color: #006ebb;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.side-btn li a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.side-btn li a span {
  display: block;
  font-size: 10px;
}


/*
@media screen and (max-width:1200px){
	#side-area,
	.side-btn{
		display: none;
	}
}
*/

@media screen and (max-width:850px) {
  #side-area, .side-btn {
    display: none;
  }
}


/*** ------------------------------------------------------------------------------ 

スマホ用お問い合わせモーダル

-----------------------------------------------------------------------------  ***/

.sp-mordal {
  display: none;
}

@media screen and (max-width:1200px) {
.sp-mordal {
  display: block;
  margin: 0 0 0 20px;
}
/* ボタン（デザインはお好みで） */
.my_modal_btn{
    display: block;
    background-color: #006ebb;
    width: 100%;
    padding: 12px 7px 8px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

/* チェックボックスを非表示 */
#my_modal1{
    display: none;
}
/* モーダル */
.my_modal_body1{    
    display: none;
    position: fixed;
    z-index: 100000;
    top: 25%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
    background-color: #FFF;
    overflow-y: auto;
    /* スマホ用スクロール */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    max-height: 80%;
    max-width: 600px;
}

/* モーダル内ヘッダー */
.my_modal_header{
    padding: 15px 10px;
    background-color: #23282D;
    color: #FFF;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: center;
}

/* クローズアイコン */
.my_modal_close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
.my_modal_close_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.my_modal_close_icon span::before,
.my_modal_close_icon span::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: #FFF;
}
.my_modal_close_icon span::before{
    transform: rotate(-45deg);
}
.my_modal_close_icon span::after{
    transform: rotate(45deg);
}

/* コンテンツ表示 */
.my_modal_content{
    padding: 5px 10px;
}
.my_modal_content{
	background: #006ebb;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    top: 60px;
    z-index: 1500;
}
.my_modal_content ul li{
	text-align: center;
	margin: 0 0 10px;
}
.my_modal_content ul li:nth-child(2){
  margin: 0;
}
.my_modal_content ul li a{
	display: flex;
	justify-content: center;
  padding: 15px 0;
  font-weight: bold;
}

.my_modal_content ul li:nth-child(1) a{
	background: #fff;
  color: #006ebb;
}
.my_modal_content ul li:nth-child(2) a{
	background: #000;
  color: #fff;
}
.my_modal_content ul li:nth-child(1) a i{
	margin: 0 10px 0 0;
}
.my_modal_content ul li:nth-child(2) a i{
	margin: 3px 10px 0 0;
}

/* 背景を暗くする */
.my_modal_overlay{
    display: none;
    position: fixed;
    z-index: 90000;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.8;
    cursor: pointer;
}

/* チェック時オーバーレイとコンテンツを表示 */
#my_modal1:checked ~ .my_modal_body1, #my_modal1:checked ~ .my_modal_overlay{
    display: block;
}
}