@charset "UTF-8";

.pc	{ display:inline!important; }
.mb { display:none!important; }	

html{
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 100%;
}

body {
	font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","sans-serif";	
	color: #383838;
	font-size: 18px;
	background-color: #FFFEF9;
	margin: 0;

	-webkit-print-color-adjust: exact;
　　printer-colors: exact;
　　color-adjust: exact;
}

h1{
	margin: 0;
	padding: 0;
}

h2{

}

* {
  box-sizing: border-box;
}
ul {
  list-style: none;
}

a {
	text-decoration: none;
}

a link {
	text-decoration: none;
}


a:hover {
	color: #383838;

	margin: 0;
}


img {
width: 100%;
	height: auto;
}



a.anchor {
    display: block;
    padding-top: 5.5em;
    margin-top: -5.5em;
}

#wrapper{
    position: relative;
	height: auto !important;	
	height: 100%;
	
}

/* Container */
#contents{
 position: relative;
	margin: 0;
	height: auto !important;
	height: 100%;
	padding-top: 50px;
}

.contents_innner {
    padding-top: 10em;
    margin-top:-10em;
}



/* Navigation */
header {
	width: 100%;
	position: fixed;
	margin-top: 0;
	z-index: 99;
	height: 50px;
}


.logo {
	width: 40vw;
	float: left;
	position: absolute;
	z-index: 1;
}

.logo img{
	width: 100%;
}

navi{
	width: 100%;
	height:5.1vw;
	background: #FFFFFF;
	position: fixed;
	z-index: 0;
	
}
	

nav {
	height:5.1vw;
	float: right;
	margin-right: 1vw;
	margin-left: 1vw;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
    width: 100%;
}

header nav ul {
	list-style: none;
	float: right;
}

header nav span#nav1{
	height: 2em;
	float:right;
	display: inline-block;
	padding: 0.55em  1em 0.5em 0.8em ;
	margin: 1em 2em 0em 0em;
	text-decoration: none;
	color: #fff;
	font-size: 1vw;
	line-height: 0.8vh;
	background:  rgba(51,92,183,0.80);
	border-radius: 30px;
	transition: .4s;
	cursor: pointer;
}

header nav span#nav1 a{
	text-decoration: none;
	color: #FFFFFF;
}

header nav span#nav1:before {
	content: "";
	display: inline-block;
	width: 1vw;
	height: 1.2em;
	margin: 0em 0.5em 0em 0.5em;
	background:url("../images/btn_nav_img_01.png") no-repeat;
	background-size: contain;
	vertical-align: middle;

}	

header nav span#nav1:hover {
	background:  rgba(51,92,183,0.95);
	text-decoration:none;
}
	
header nav #nav2  {
	clear: both;
	list-style:none;
	margin-top: 0.5vh;
	margin-right: 2vw;

}

header nav #nav2 li {
	float:left;
	color:#333333;
	font-weight: lighter;
	font-size: 1.2vw;
	display:inline;
	text-align:center;
	padding:0 0.5vw;
	letter-spacing: 0.1vw;
}


header nav #nav2  li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
		color: #383838;

}


header nav ul#nav2 li a::after {
	margin-top: 10px;
  position: absolute;
  content: '';
  opacity: 0;
	bottom: 0;
}

header nav ul#nav2 li a:hover,header nav ul#nav2 li a#current {
	opacity: 1;
	visibility: visible;
	border-bottom:0.6vw solid #335DB7;
	text-decoration:none;
	transition: .3s;
	transform-origin: left top;
}

header nav ul#nav2 a:hover::after  {
	transform: scale(1, 1);
}

.btn_nav1{
	height: 2.5em;
	padding: 0.5em 1em ;
	margin-right: 0.5em;
	text-decoration: none;
	color: #fff;
	font-size: 1vw;
	line-height: 0.8vh;
	background:  rgba(51,92,183,0.80);
	border-radius: 30px;
	transition: .4s;
	cursor: pointer;
}

.btn_nav1 a{
	text-decoration: none;
	color: #FFFFFF;
}
.btn_nav1:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1.2em;
	margin: 0 0.3em 0 0;
	background:url("../images/btn_nav_img_01.png") no-repeat;
	background-size: contain;
	vertical-align: middle;

}	

.btn_nav1:hover {
	background:  rgba(51,92,183,0.95);
	text-decoration:none;
}

.main_img{
	position:relative;
	left:0;
	top:0;
	background: #335CB7;

}


.Update{
	width: 100%;
	text-align: right;
	font-weight: lighter;	
	font-size: 1.2vw;
	
}



/*  入会案内ボタン   */

.btn_entry {
	text-align:center;
	position: fixed;
	width: 7vw;
	height: 5vw;
	background:rgba(75,133,226,0.90);
	border-radius: 0 0 0 1vw;
	top:15vw;
	right: 0;
	z-index: 99;	
}

.btn_entry:before {
	content: "";
	display: inline-block;
	width: 5vw;
	height: 5vw;
	margin:1.3vw 0.5vw;
	background:url("../images/btn_entry.png")no-repeat;
	background-size: contain;
}

.btn_entry:hover {
	display: inline-block;
	text-align:left;
	width: 15vw;
	height: 5vw;
	background:rgba(75,133,226,0.90);
	border-radius: 0 0 0 1vw;
	top:15vw;
	right: 0;
	transition: 0.2s; 
}

.btn_entry .caption {
	display: inline-block;
	color: #FFFFFF;
	z-index: 99;
	letter-spacing: 0.1vw;
	margin-top: 0.3vw;
}

.btn_entry .mask {
	font-size: 1vw;
	width: 100%;
	height: 100%;
	position: absolute;	
	top: 0;
	margin: 1.5vw 0 0 3vw;
	text-align: center;
	opacity: 0;	
	background-color:	rgba(0,0,0,0.0);
}

.btn_entry:hover .mask {
	opacity:1;	
}

/*  お問い合わせボタン   */

.btn_contactus {
	text-align:center;
	position: fixed;
	width: 7vw;
	height: 5vw;
	background:rgba(252,187,66,0.90);
	border-radius: 0 0 0 1vw;
	top:21vw;
	right: 0;
	z-index: 99;	
}

.btn_contactus:before {
	content: "";
	display: inline-block;
	width: 5vw;
	height: 5vw;
	margin:1.5vw 0.5vw;
	background:url("../images/btn_contactus.png")no-repeat;
	background-size: contain;
}

.btn_contactus:hover {
	display: inline-block;
	text-align:left;
	width: 15vw;
	height: 5vw;
	background:rgba(252,187,66,0.90);
	border-radius: 0 0 0 1vw;
	top:21vw;
	right: 0;
	transition: 0.2s; 
}

.btn_contactus .caption {
	display: inline-block;
	color: #FFFFFF;
	z-index: 99;
	letter-spacing: 0.1vw;
	margin-top: 0.3vw;
}

.btn_contactus .mask {
	font-size: 1vw;
	width: 100%;
	height: 100%;
	position: absolute;	
	top: 0;
	margin: 1.5vw 0 0 3vw;
	text-align: center;
	opacity: 0;	
	background-color:rgba(0,0,0,0.0);
}

.btn_contactus:hover .mask {
	opacity:1;	
}


/*  開発要望ボタン   */

.btn_request {
	text-align:center;
	position: fixed;
	width: 7vw;
	height: 5vw;
	background:rgba(25,160,29,0.90);
	border-radius: 0 0 0 1vw;
	top:27vw;
	right: 0;
	z-index: 99;	
}

.btn_request:before {
	content: "";
	display: inline-block;
	width: 5vw;
	height: 5vw;
	margin:1.2vw 0.5vw;
	background:url("../images/btn_request.png")no-repeat;
	background-size: contain;
}

.btn_request:hover {
	display: inline-block;
	text-align:left;
	width: 15vw;
	height: 5vw;
	background:rgba(25,160,29,0.90);
	border-radius: 0 0 0 1vw;
	top:27vw;
	right: 0;
	transition: 0.2s; 
}

.btn_request .caption {
	display: inline-block;
	color: #FFFFFF;
	z-index: 99;
	letter-spacing: 0.1vw;
	margin-top: 0.2vw;

}

.btn_request .mask {
	font-size: 1vw;
	width: 100%;
	height: 100%;
	position: absolute;	
	top: 0;
	margin: 0.8vw 0 0 3vw;
	text-align: center;
	opacity: 0;	
	background-color:rgba(0,0,0,0.0);
}

.btn_request:hover .mask {
	opacity:1;	
}





/*  TOPへ戻るボタン   */

.btn_page_top{
	width: 5vw;
	height: 5vw;
  position: fixed;
	border-radius: 50%;
  right: 1vw;
  bottom: 1vw;
  background: #335CB7;
	z-index: 0;
}

.btn_page_top a{
  text-decoration: none;
}

.btn_page_top a::before{
	width: 1.5vw;
  height: 1.5vw;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  transform: rotate(-45deg);
  content: ' ';
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 2.2vw 0 0 1.7vw;
  text-align: center;
}

#footer{
	width: 100%;
	margin-top: auto;
}

.foot-wrap {
	position: relative;
	bottom: 0;
    width: 100%;
    background-color: #9D9D9D;
	list-style: none;
    text-align: center;
}


.footer-menu{
	float: left;
    color: #fff;
	height: auto;
	display: flex;
	width: 100%
}

.footer-menu-col{
	display:inline-block;
	float: left;
	width: 16.5%;

}
.footer-border{
	clear: both;
	border-right: 1px solid #AFAFAF;	
	padding: 0;
}

.footer-menu-col02{
	float: left;
	min-height: 100%;
	background-color: #335CB7;
	width: 16.5%;
	display: flex;
}

.footer-menu-con02{
	width: 100%;
	background:url("../images/foot_logo.png")no-repeat;
	background-size: 8vw auto;
	background-position: center center;
	padding: 3px 1px 6px 1px;
}

.footer-menu-con {
	display: block;
	width: 100%;
}

.footer-menu li {
	min-width: 100%;
	list-style-type: none;
	text-align: left;
	font-size: 0.95vw;
	margin-bottom: 0.5vh;
	margin-left: -2vw;
}

.footer-menu li a{
	color: #FFFFFF;
}

.footer-menu li :hover{
	color: #D8D8D8;
	text-decoration: none;
}


.layout01{
	padding-left: 0.5vw;
}



.foot-copyright{
	font-family:"ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","sans-serif";
	clear: both;
	position: relative;
	width: 100%;
	background-color: #EFEFEF;
	letter-spacing: 0.2vw;

}

ul#copyright{
	display: inline-block;
	list-style: none;
	text-align: center;
}

ul#copyright li {
	font-family:"ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","sans-serif";
	font-size: 1vw;
	text-decoration:none;
	float:left;
	color:#707070;
	margin-right: 1.5vw;
	position: relative;
	vertical-align: bottom;
}

.copyright2{
	position: relative;
	text-decoration: none;
	display: block;
	margin-top: 0.5vw;
	letter-spacing: 0.1em;
}

.copyright2 a{
	color:#707070;
}

.copyright2 :hover{
	color:#A9A9A9;
}


.foot-logo-naro{
	width: 10vw;
	height: auto;
	padding-right: 1em;
	vertical-align: middle;
}


.button_01 {
	font-size: 1.5vw;
	color: #335CB7;
	margin: 0.5em 0 0.5em 0;
	position: relative;
	z-index: 0;
	display: inline-block;
	height: auto;
	width: 15em;
	padding: 1.0em 0 0.6em 0em ;
	text-align: center;
	cursor: pointer;
	border-radius: 0 0 1.5vw 0;
	background-color: rgba(90,157,227,0.46);
}

.button_01:before {
	font-size: 1.2vw;
	color: #335CB7;
	position: absolute;
	padding: 0;
	margin: 0.55em 0.7em;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 98.5%;
	height: 94%;
	content: '';
	border: 0.2vw solid #335CB7;
	border-radius: 0 0 1.5vw 0;
	background:url("../images/arrow_white.png")no-repeat;
	background-size: 2.2vw auto;
	background-position: right 0.8vw top 40%;
	transition: transform 0.2s, background-color 0.2s;
	-webkit-transform: translate(-0.3em, -0.2em);
	        transform: translate(-0.3em, -0.2em);
	

}

.button_01:hover a {
	color: #335CB7;
}

.button_01:hover {
	color: #ffffff;

}

.button_02 {
	font-size: 1.5vw;
	color: #335CB7;
	margin: 0.5em 0 0.5em 0;
	position: relative;
	z-index: 0;
	display: inline-block;
	height: auto;
	width: 15em;
	padding: 1.0em 0 0.6em 0em ;
	text-align: center;
	cursor: pointer;
	border-radius: 0 0 1.5vw 0;

}

.button_02:before {
	font-size: 1.5vw;
	color: #335CB7;
	position: absolute;
	padding: 0;
	margin: 0.55em 0.7em;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 98.5%;
	height: 94%;
	content: '';
	border: 0.2vw solid #335CB7;
	border-radius: 0 0 1.5vw 0;
	background:url("../images/arrow_blue.png")no-repeat;
	background-size: 2.2vw auto;
	background-position: right 0.8vw top 40%;
	transition: transform 0.2s, background-color 0.2s;
	-webkit-transform: translate(-0.3em, -0.2em);
	        transform: translate(-0.3em, -0.2em);
	

}

.button_02:hover a {
	color: #335CB7;
}

.button_02:hover {
	color: #B3D2EF;

}


.top_btn_02 {
	display: inline-block;
	vertical-align: middle;
	clear: both;
	line-height:11em;
	width: 8em;
	height: 8em;
	box-sizing: border-box;
	border:0.15em solid #335CB7;
	background:url("../images/top_btn_02.png")no-repeat center top;
	background-size: 4 auto;
	background-size: contain;
	background-position: right 0 top 0.3em;
	text-align: center;
	font-size: 1.5vw;
	border-radius: 50%;
	color: #335CB7;	
	cursor: pointer;
}

.top_btn_02::after{
	content: "";
	position: absolute;
	background-size: contain;
	vertical-align: middle;
}

.top_btn_02 a{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;	
}

.top_btn_02:hover {
	display: inline-block;
	background-color: rgba(179,210,239,1.00);
	color: #FFFFFF;
	cursor: pointer;

}

.button_03 {
	font-size: 1.5vw;
	color: #335CB7;
	margin: 0.5em 0 0.5em 0;
	position: relative;
	z-index: 0;
	display: inline-block;
	height: auto;
	width: 15em;
	padding: 0.6em 0 1em 0em ;
	text-align: center;
	cursor: pointer;
	border-radius: 0 0 0 1.5vw;
	background-color: rgba(90,157,227,0.46);
}

.button_03:before {
	font-size: 1.5vw;
	color: #335CB7;
	position: absolute;
	padding: 0;
	margin: -0.2em 0.7em;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 98.5%;
	height: 94%;
	content: '';
	border: 0.2vw solid #335CB7;
	border-radius: 0 0 0 1.5vw;
	background:url("../images/arrow_white_02.png")no-repeat;
	background-size: 2.2vw auto;
	background-position: left 0.8vw top 40%;
	transition: transform 0.2s, background-color 0.2s;
	-webkit-transform: translate(-0.3em, -0.2em);
	        transform: translate(-0.3em, -0.2em);
	

}

.button_03:hover a {
	color: #335CB7;
}

.button_03:hover {
	color: #ffffff;

}

.btn_back{
			width: 100%;
	text-align: center;
		margin: 4vh 0 4vh 0;
}

/*セカンドページタイトル*/
.sec_tittle_box{
	position: absolute;
	width: auto;
	height: 12em;
		top: 38%;
	  left: 6%;


}

.sec_tittle,.sec_tittle-sub {
	position: relative;
  width: 100%;
  text-align: center;
	padding: 0em;
	top:0em;
	vertical-align: top;
}

.sec_tittle-sub {
	position: relative;
	display: block;
	font-size: 1.5vw;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	animation: slideFromRight 1.0s ease 0s 1 normal;
}

.sec_tittle {
	position: relative;
	display: block;
	font-size: 3vw;
	letter-spacing: 0.1em;	
	color: #FFFFFF;
		top:0em;
	animation: slideFromRight 1.5s ease 0s 1 normal;
	

}

.sec_tittle_line {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	animation: slideTextFade 1.5s ease 0s 1 normal;
	margin-top: -1em;
}

@keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }}

	@keyframes slideFromRightSub {
  0%, 45% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
	



.sec_maincontainer{
	width: 70%;
	margin-right: auto;
	margin-left : auto;
	
}




.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 5% auto 1% auto;
	padding: 1vh 2vw 1vh 0;
	color: #2E2E2E;

}
.cp_breadcrumb a {
	color: #335CB7;
	cursor:pointer;

}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	font-size: 1.2vw;
	position: relative;
	padding-right: calc(1vw + 0.9vw);
	margin-right: 1vw;
	color: #2E2E2E;
	letter-spacing: 0.1vh;
}
.cp_breadcrumb li::before {
	content: '>';
	width: 1vw;
	height: auto;
	text-align: center;
	font-size: 1vw;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #2E2E2E;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}






@media screen and (max-width: 768px){
	
.pc	{ display:none!important; }
.mb { display:inline!important; }	
	
.logo {
	height: auto;
	width: 50vw;
	float: left;
	position: absolute;
	z-index: 1;
}	

navi{
		margin: 0;
	height:8.9vw;
		color: #FFFFFF;
		
}
#wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height: 100%;
	overflow-x: hidden;		
}

	


main {
  height: 100%;
  min-height: 100vh;
  padding: 0;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
	
main.open {
  transform: translateX(-42vw);
}
main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 5vw;
  height: 3.5vw;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 3vw;
  right: 1.5vw;
  z-index: 99;
   transform: translateX(0);
  transition: transform .5s;
}
 .menu-trigger.active {
  transform: translateX(8vw);
}
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.5vw;
  background-color: #335CB7;
  transition: all .5s;

}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(1.5vw) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 1.5vw;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-1.5vw) rotate(45deg);
}

nav {
  width: 42vw;
  height: 100%;
  padding-top: 10vw;
  background-color:rgba(80,119,206,1.00);
  position: fixed;
  top: 0;
  right: -43vw;
  z-index: 10;
  transition: all .5s;
	color: #FFFFFF;

	}
nav.open {
  transform: translateZ(0);
}

nav ul{
	  width: 45vw;	
	margin-right: auto;
	margin: 0 0 0 0; 

	}
	
nav li {
	font-size: 2.2vw;
	letter-spacing: 0.2vw;
	border-bottom: 0.2vw solid #799CE6;	
	padding: 2vw 3vw;
	background-color:rgba(80,119,206,1.00);	
	}	
	
nav  a {
	text-decoration: none; 
	color: #FFFFFF;
	}
	
nav li :hover {
	text-decoration: none;
	color: #799CE6;
	}
	
nav li ::before {	
	font-family: 'FontAwesome';
	content: '\f105';
	color: #799CE6;
	text-align: left;
	margin-right: 3vw;
	font-size: 4vw;
	}	

	
.foot-wrap2 {
	position: relative;
	bottom: 0;
    width: 100%;
    background-color: #9D9D9D;
	list-style: none;
    text-align: center;
}
	

.footer-menu2{
	float: left;
	width: 50%;
	background-color: #BCBBBB	
}	
	
.footer-menu2 ul{
	list-style: none;
    color: #fff;
	bottom: 0;
	width: 100%;
	margin:0 auto;
}

ul#footer-menu-list,ul#footer-menu-list2 {
	padding-bottom: 0;
	text-align: center;
	*display: inline;  
	*zoom: 1;
	padding-left: 0;
}
		

.footer-menu2 li {
	text-align: center;
	font-size: 1.5vw;
	letter-spacing: 0.2vw;
	border-bottom: 0.15vw solid #A3A3A3;
	border-right: 0.15vw solid #A3A3A3;
	padding: 1.5vw 1vw;
	}
	

.footer-menu2 li a{
	color: #FFFFFF;
	text-decoration: none;
		font-size: 1.5vw;
}

ul#footer-menu-list li:hover,ul#footer-menu-list2 li:hover{
	background-color: #A3A3A3;
	cursor: pointer;

	}
	
	

ul#footer-menu-list li  ::before{
	font-family: 'FontAwesome';
	content: '\f105';
	color: #A3A3A3;
	position: absolute;
	right: 52%;
	font-size: 3vw;
}	

	ul#footer-menu-list2 li  ::before{
	font-family: 'FontAwesome';
	content: '\f105';
	color: #A3A3A3;
	position: absolute;
	right: 3%;
	font-size: 3vw;
}	
	

.foot-copyright{
	clear: both;
	position: relative;
	width: 100%;
	background-color: #EFEFEF;
	padding: 2vw ;

}

div.copyright{
	text-align: center;
	font-family:"ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","sans-serif";
	color:#707070;
	position: relative;
	display: block;
	margin-top: 0.5vw;
	letter-spacing: 0.1em;
	font-size: 1.2vw;
}

div.copyright2{
	clear: both;
	margin-bottom: 1em;
	padding-right: 2em;
	}
	
.copyright a{
	color:#707070;
}
	
.copyright a:hover{
	color:#ADADAD;
}	


.foot-logo-naro{
	width: 20vw;
	height: auto;
	padding-right: 1em;
	vertical-align: middle;
}	

/*  入会案内ボタン   */

.btn_entry {
	text-align:center;
	position: fixed;
	width: 10vw;
	height: 8vw;
	background:rgba(75,133,226,0.90);
	border-radius: 0 0 0 1vw;
	top:15vw;
	right: 0;
	z-index: 99;	
}

.btn_entry:before {
	content: "";
	display: inline-block;
	width: 8vw;
	height: 8vw;
	margin:2vw 0.5vw;
	background:url("../images/btn_entry.png")no-repeat;
	background-size: contain;
}

.btn_entry:hover {
	display: inline-block;
	text-align:left;
	width: 22vw;
	height: 8vw;
	background:rgba(75,133,226,0.90);
	border-radius: 0 0 0 1vw;
	top:15vw;
	right: 0;
	transition: 0.2s; 
}

.btn_entry .caption {
	display: inline-block;
	color: #FFFFFF;
	z-index: 99;
	letter-spacing: 0.1vw;
	margin-top: 1.2vw;
	margin-left: 1vw;
	font-size: 1.8vw;
}

.btn_entry .mask {
	font-size: 1vw;
	width: 100%;
	height: 100%;
	position: absolute;	
	top: 0;
	margin: 1.5vw 0 0 3vw;
	text-align: center;
	opacity: 0;	
	background-color:	rgba(0,0,0,0.0);
}

.btn_entry:hover .mask {
	opacity:1;	
}

/*  お問い合わせボタン   */

.btn_contactus {
	text-align:center;
	position: fixed;
	width: 10vw;
	height: 8vw;
	background:rgba(252,187,66,0.90);
	border-radius: 0 0 0 1vw;
	top:25vw;
	right: 0;
	z-index: 99;	
}

.btn_contactus:before {
	content: "";
	display: inline-block;
	width: 8vw;
	height: 8vw;
	margin:2.2vw 0.5vw;
	background:url("../images/btn_contactus.png")no-repeat;
	background-size: contain;
}

.btn_contactus:hover {
	display: inline-block;
	text-align:left;
	width: 22vw;
	height: 8vw;
	background:rgba(252,187,66,0.90);
	border-radius: 0 0 0 1vw;
	top:25vw;
	right: 0;
	transition: 0.2s; 
}

.btn_contactus .caption {
	display: inline-block;
	color: #FFFFFF;
	z-index: 99;
	letter-spacing: 0.1vw;
	margin-top: 1.2vw;
	font-size: 1.8vw;
	margin-left: 2vw;

}

.btn_contactus .mask {
	font-size: 1vw;
	width: 100%;
	height: 100%;
	position: absolute;	
	top: 0;
	margin: 1.5vw 0 0 3vw;
	text-align: center;
	opacity: 0;	
	background-color:rgba(0,0,0,0.0);
}

.btn_contactus:hover .mask {
	opacity:1;	
}


	
	

/*  開発要望ボタン   */

.btn_request {
	text-align:center;
	position: fixed;
	width: 10vw;
	height: 8vw;
	background:rgba(25,160,29,0.90);
	border-radius: 0 0 0 1vw;
	top:35vw;
	right: 0;
	z-index: 99;	
}

.btn_request:before {
	content: "";
	display: inline-block;
	width: 8vw;
	height: 8vw;
	margin:2vw 0.5vw;
	background:url("../images/btn_request.png")no-repeat;
	background-size: contain;
}

.btn_request:hover {
	display: inline-block;
	text-align:left;
	width: 22vw;
	height: 8vw;
	background:rgba(25,160,29,0.90);
	border-radius: 0 0 0 1vw;
	top:35vw;
	right: 0;
	transition: 0.2s; 
}

.btn_request .caption {
	display: inline-block;
	color: #FFFFFF;
	z-index: 99;
	letter-spacing: 0.1vw;
	margin-top: 0.6vw;
	font-size: 1.8vw;
	left:0;

}

.btn_request .mask {
	font-size: 1vw;
	width: 100%;
	height: 100%;
	position: absolute;	
	top: 0;
	margin: 0.8vw 0 0 3vw;
	text-align: center;
	opacity: 0;	
	background-color:rgba(0,0,0,0.0);
}

.btn_request:hover .mask {
	opacity:1;	
}
	
}

@media screen and (max-width:480px){

}
