@charset='utf-8';

/*===============================================
��smart.css  ��ʂ̉�����768px�܂�
===============================================*/
@media screen and (max-width:768px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
    }
iframe{
    max-width: 100%;
    height: auto;
    width /***/:auto;
    }
object{
    max-width: 100%;
    height: auto;
    width /***/:auto;
    }

/* =1 body
------------------------------------------------------------ */
body{
	margin:auto;
	padding:0px;
	background-color:#fff;
	color:#000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "�q���M�m�p�S ProN W3", Hiragino Kaku Gothic ProN, Arial, "���C���I", Meiryo, sans-serif;
	text-align:center;
	font-weight: 500;
}
a{
	color:#20479C;
}
.sp_none{
	display:none;
}
.wrap_head01{
	margin:auto;
	padding:0px;
	width:100%;
	height:55px;
	border-bottom:solid 1px #ccc;
	background-color:#fff;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index:998;
}
.wrap_head01_left{
	margin:auto;
	padding:0px;
	width:360px;
	float:left;
}

h1{
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:240px;
}

#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 55px;
    background:#333;
    font-size: 13px;
	line-height:1.4em;
    box-sizing: border-box;
    z-index: 1998;
}
#wrapper nav ul{
	display:flex;
	flex-wrap:wrap;
}
#wrapper nav ul li {
    display:block;
border:solid 1px #555;
}

#wrapper nav ul li a {
    display:block;
    padding: 17px 10px 17px 10px;
	width:124px;
    text-decoration: none;
    color: #ddd;
}

#wrapper .btn-gnavi {
    position: fixed;
    top: 16px;
    right: 30px;
    width: 30px;
    height: 24px;
    z-index: 1999;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
}

#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px;
}

#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px;
}

#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#wrapper .btn-gnavi.open span {
    background: #666;
}
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666;
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%;
}
#wrapper .contents section:nth-child(even) p {
    right: 10%;
}
#button_inquiry_form {
	width: 150px;
	margin: 0 auto 15px auto;
	justify-content:center;
	display: flex;
    padding: 8px 10px 8px 10px;
    border-style: none;
    border-radius: 5px;
    background-color: #20479c;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-decoration: none;
}
.renewal_wrapper {
	color: white; 
	width: 260px; 
	padding: 5px; 
	margin: 0px auto 10px auto;
	background-color: rgba(0,0,0,0.7); 
	border: none;
}
.renewal_title {
	color: white; 
	font-size: 15px; 
	font-style: bold; 
	text-align: center;
}
.renewal_explanation {
	display:inline-block; 
	color: white; 
	font-size: 14px; 
	text-align: left;
}
.renewal_exclusive {
	color: white; 
	font-size: 12px;
}

.wrap_visiul{
	margin:auto;
	padding: 20px 0px 40px 0px;
	width:100%;
	min-height:300px;
	background-image:url("../images/top_photo001.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	text-align:center;
}
.wrap_visiul_inner{
	margin:auto;
	padding:65px 0px 20px 0px;
	width:100%;
	background: rgba(255,255,255,0.6);
	text-align:center;
	position: relative;
}
.wrap_slide{
	margin:auto;
	padding:0px 0px 10px 0px;
	width:80%;
	text-align:center;
}

.wrap_slide img{
	margin:auto;
	max-width:80%;
	height: auto;
	width /***/:auto;
	text-align:center;
}
.wrap_visiul p{
	width: 100%;
	position: absolute;
	top:20px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	color:#fff;
	font-size:24px;
	z-index:997;
}
.wrap_visiul p span{
	display:inline-block;
	padding:10px 10px 10px 10px;
	background: rgba(0,0,0,0.7);
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
}
.wrap_visiul p span strong{
	display:block;
}

.wrap_visiul_inner h5{
	width: 100%;
	position: absolute;
	/*top:110px; 20211002*/
	top: 12px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	color:#fff;
	font-size:24px;
	z-index:997;
}
.wrap_visiul_inner h5 span{
	display:inline-block;
	padding:10px 30px 10px 30px;
	background: rgba(0,0,0,0.7);
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
}


.slide-arrow{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 40%;
  margin-top: 0px;
}
.prev-arrow{
  left: -20px;
  width: 40px;
  height: 40px;
z-index:9999!important;
background-image:url("../images/prev-arrow.png");
	background-size:40px 40px;
}
.next-arrow{
  right: -20px;
  width: 40px;
  height: 40px;
z-index:9999!important;
background-image:url("../images/next-arrow.png");
	background-size:40px 40px;
}

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.7);
	z-index:999999;
}
#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: auto;
	z-index:999999;
}


.wrap_pagetitle{
	margin:auto;
	width:100%;
	background-color:#20479C;
	text-align:center;
}
.wrap_pagetitle h3{
	margin:auto;
	margin-top:55px;
	padding:20px 0px 15px 0px;
	color:#fff;
	font-size:20px;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:center;
}

.wrap_member{
	margin:auto;
	margin-top:55px;
	margin-bottom:-55px;
	width:100%;
	background-color:#142D61;
	text-align:center;
}
.wrap_member_inner{
	margin:auto;
	padding:5px 0px 5px 0px;
	width:95%;
	display:flex;
	flex-wrap: wrap;
	text-align:center;
}
.wrap_member h3{
	margin:auto;
	padding:0px 0px 0px 0px;
	width:70%;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:left;
}
.btn_logout{
	margin:0px 0px 0px 0px;
	padding:5px 0px;
	width:25%;
	border-style:none;
	border-radius:5px;
	background-color:#FF9433;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-decoration:none;
}
.btn_logout:hover{
	background-color:#F27300;
	color:#fff;
}

.wrap_main01{
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	width:94%;
	text-align:center;
}
.wrap_main02{
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	width:94%;
	text-align:center;
}

p{
	margin:0px 0px 20px 0px;
	color:#000;
	font-size:14px;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:left;
}
h4{
	display:block;
	margin:auto;
	margin-bottom:30px;
	padding:0px 15px 5px 15px;
	border-bottom:solid 1px #000;
	color:#000;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:center;
}
h5{
	margin:auto;
	margin-bottom:30px;
	color:#000;
	font-size:21px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:center;
}
.ol01{
	margin:auto;
	margin:0px 0px 20px 30px;
	color:#000;
	font-size:14px;
	letter-spacing:0.2em;
	line-height:1.5em;
	text-align:left;
}
.ol01 li{
	margin:0px 0px 10px 0px;
	list-style-type: decimal;
}

.box01{
	margin:auto;
	margin-bottom:30px;
	width:100%;
	text-align:center;
}

.wrap_login{
	margin:auto;
	margin-top:55px;
	padding:20px 0px 0px 0px;
	width:100%;
	background-color:rgba(0,0,0,0.85);
}
#id_login{
	margin-top:-50px;
	padding-top:50px;
}
#id_member{
	margin-top:-50px;
	padding-top:50px;
}
#id_company{
	margin-top:-50px;
	padding-top:50px;
}
#id_link{
	margin-top:-50px;
	padding-top:50px;
}
.wrap_login_inner{
	margin:auto;
	width:90%;
	text-align:center;
}
.wrap_login_left{
	margin:auto;
	margin-bottom:20px;
	width:90%;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.2em;
	text-align:left;
}
.wrap_login_right{
	margin:auto;
	padding-bottom:20px;
	width:90%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:left;
}

.wrap_login_title{
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
	border:solid 1px #fff;
	border-radius:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1em;
	text-align:center;
}

.login_box_left{
	margin:5px 0px 0px 0px;
}
.login_box_right{
}

.wrap_login_p{
	display:block;
	margin:0px 0px 10px 0px;
}
.wrap_login_left span{
	display:block;
	margin-bottom:10px;
}
.wrap_login_left span label{
	display:block;
	margin-top:-20px;
}
.wrap_login_p02{
	display:block!important;
	margin-top:30px!important;
}
.form_waku01{
	font-size: 16px;
	padding:5px;
	border:solid 1px #ccc;
}
.form_waku02{
	font-size: 16px;
	padding:5px;
	border:solid 1px #ccc;
	width:80%;
}
.form_button01{
	margin:auto;
	padding:8px 0px 8px 0px;
	width:100%;
	border-style:none;
	border-radius:5px;
	background-color:#FF9433;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.2em;
	text-decoration:none;
	text-align:center;
}
.form_button01:hover{
	background-color:#F27300;
	color:#fff;
}
.form_button02{
	margin:auto;
	padding:8px 0px 8px 0px;
	width:100%;
	border-style:none;
	border-radius:5px;
	background-color:#FF9433;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.2em;
	text-decoration:none;
	text-align:center;
}
.form_button02:hover{
	background-color:#F27300;
	color:#fff;
}
.form_button03{
	margin:0px 0px 0px 0px;
	padding:5px 20px;
	border-style:none;
	border-radius:5px;
	background-color:#666;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-decoration:none;
}
.form_button03:hover{
	background-color:#666;
	color:#fff;
}


.img_right01{
	display:block;
	margin:0px 0px 20px 0px;
}
.red{
	color:#ff3300;
}
.blue{
	color:#20479C;
}

.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
.clear hr{
	margin:0px;
	padding:0px;
	display:none;
}


.wrap_footer01{
	clear:both;
	margin:auto;
	width:100%;
	background-color:#eee;
	text-align:center;
}
.wrap_footer02{
	margin:auto;
	padding:20px 0px 20px 0px;
	width:90%;
	text-align:center;
}
.wrap_footer02_left{
	margin:auto;
	padding:0px 0px 20px 0px;
	width:90%;
	text-align:center;
}
.wrap_footer02_right{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.footer_navi{
	margin:auto;
	margin-bottom:20px;
	width:320px;
	text-align:center;
	list-style-type:disc;
/*
	display:flex;
	flex-wrap:wrap;
*/
}
.footer_navi li{
	margin:0px 10px 8px 10px;
}
.footer_navi li a{
	display:block;
/*
	width:220px;
*/
	font-size:13px;
	color:#000;
	letter-spacing:0.1em;
	line-height:1.3em;
	text-align:left;
	text-decoration:none;
}

.wrap_footer03{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:90%;
	font-size:13px;
	color:#000;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:center;
}
.wrap_footer03 li{
	margin:5px 0px 10px 0px;
	list-style-type:none;
}
.wrap_footer04{
	margin:0px 0px 0px 0px;
	padding:20px 0px 40px 0px;
	width:100%;
	background-color:#000;
	font-size:14px;
	color:#fff;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:center;
}
.wrap_footer04 a{
	color:#fff;
	text-decoration:none;
}
.wrap_footer05{
	margin:20px 0px 0px 0px;
	width:90%;
	font-size:15px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:center;
}
.wrap_footer06{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:90%;
	font-size:13px;
	color:#000;
	letter-spacing:0.1em;
	line-height:1.5em;
	text-align:left;
}
.wrap_footer06 li{
	margin:5px 0px 10px 0px;
	list-style-type:none;
}


/* �y�[�WTOP�ɖ߂� */
.page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px 10px 10px 10px;
    background: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.8;
	color:#fff;
	text-decoration:none;
}

/* 360度画像表示ボタン */
.a_360 {
	display: flex; 
	/* display: none; */
	align-items: center; 
	justify-content: center; 
	width: 90px; 
	height: 28px; 
	color: white; 
	background-color: #20479C; 
	font-weight: bold; 
	border-radius: 14px; 
	text-decoration: none;
}





}