/* MobileBase.css */
body,#dlg {
	background-image:url(../../images/b002.gif);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* グリッドシステム */
.container {
	width:100%;
	margin: 0 auto;
}
.grid{
	width:100%;
	float:left;
	display:inline;
}
/*article{
	height:400px;
}*/
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
/* IE6 */
* html .clearfix {zoom:1;}
/ * * IE7 */
*:first-child+html .clearfix {zoom:1;}
.relative{
	position:relative;
}
.absolute{
	position:relative;
}
/*footer{
	height:166px;
}*/
.footer_copylight{
	text-align:center;
}/* menu_mobile.css */
#navToggle {
	display:none;
	width:30px;
	height:25px;
	cursor:pointer;
}
#navToggleArea{
	background:#ffffd1;
	padding: 5px;
}
#navToggle div {
	position:relative;
}
#navToggle span {
	display:block;
	position:absolute;
	width:100%;
	border-bottom:solid 3px #0070C0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
	top:0;
}
#navToggle span:nth-child(2) {
	top:11px;
}
#navToggle span:nth-child(3) {
	top:22px;
}


.menu{
	position:relative;
}


header{
    width:100%;
/*    z-index:2;*/
    position:fixed;
}
header{
    display:table;
    font-size:0;
    line-height:0;
}
#globalNav {
    text-align:left;
    vertical-align:bottom;
	z-index:998;
}

#globalNav ul {
    font-size:14px;
    line-height:1;
    margin:0 10px 10px 0;
}
#globalNav ul li {
    margin-left:3px;
    display:inline-block;
}
#globalNav ul li::after {
	content:'';
}
#globalNav ul li:last-child::after {
	content:'';
}
#globalNav ul li a {
	color:inherit;
}


#globalNav div{
	background:rgba(255, 255, 209,1.0);
/* 	background:rgba(255, 214, 234,1.0); */
/* 	background:rgba(209, 255, 209,1.0); */
}
#globalNav {
 	position: absolute; 
	left:0;
	top:-1500px;
	width:100%;
	-webkit-transition:.5s ease-in-out; /*transitionで動きを*/
	-moz-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left;
}
#globalNav ul {
	margin:0;
}
#globalNav ul li {
    display:block;
    margin:0;
    border-bottom:solid 1px #0070c0;
    line-height:3;
}
#globalNav ul li a {
	display:block;
	color:#000;
	text-decoration: none;
}
#globalNav ul li::after {
	content:'';
}
#globalNav ul li:last-child {
	border-bottom:none;
}
 
 
 
#navToggle {
	display:block;
}

.openNav #navToggle span:nth-child(1){
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
 
.openNav #globalNav{
	-webkit-transform:translateY(1535px);
	-moz-transform:translateY(1535px);
	transform:translateY(1535px);
}/* pagetop.css */
.page-top img{
	width:80px;
	height:80px;
	border-style:none;
	outline: none;
}
.page-top img:focus{
	outline: none;
}
.page-top {
	border-style:none;
	z-index:999;
	position: fixed;
	bottom: 30px;
	left:30px;
	padding: 10px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}/* toplogoMobile.css */
#topLogoArea{
	height:100px;
	position:relative;
}
#laciekun{
	position:absolute;
	right:50%;
	margin-right:25%;
	top:5px;
	width:60px;
	height:85px;
}
#lasimalogo {
	width: 200px;
	height:95px;
	position:absolute;
	left:50%;
	margin-left:-110px;
}
#netyoyaku {
	outline: 0;
	width: 90px;
	height:45px;
	position:absolute;
	top:25px;
	left:50%;
	margin-left:20%;
}
.mente_img{
	width: 70px;
	height:35px;
	position:absolute;
	top:50px;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	left:50%;
	margin-left:26%;
/* 	margin-left:85px; */
}
/* footerimageMobile.css */
#footerimage{
}/* footermenuMobile.css */
@media screen and (max-width: 1028px) {
	footer .footer_menu a {
		padding-left: 20px;
		padding-bottom: 10px;
		font-size: 14px;
		background: url(../../images/botan2.gif) no-repeat 0 0%;
		color: #630;
	}
	footer li {
		display: inline-block;
		font-size: 10px;
		width: 19%;
	}
}
@media screen and (max-width: 1024px) {
	footer .footer_menu a {
		padding-left: 20px;
		padding-bottom: 10px;
		font-size: 14px;
		background: url(../../images/botan2.gif) no-repeat 0 0%;
		color: #630;
	}
	footer li {
		display: inline-block;
		font-size: 10px;
		width: 19%;
	}
}
@media screen and (max-width: 800px) {
	footer .footer_menu a {
		padding-left: 20px;
		padding-bottom: 10px;
		font-size: 12px;
		background: url(../../images/botan2.gif) no-repeat 0 0%;
		color: #630;
	}
	footer li {
		display: inline-block;
		font-size: 10px;
		width: 19%;
	}
}
@media screen and (max-width: 640px) {
	footer .footer_menu a {
		padding-left: 20px;
		padding-bottom: 10px;
		font-size: 10px;
		background: url(../../images/botan2.gif) no-repeat 0 0%;
		color: #630;
	}
	footer li {
		display: inline-block;
		font-size: 10px;
		width: 32%;
	}
}
@media screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2){
	footer .footer_menu a {
		padding-left: 20px;
		padding-bottom: 10px;
		font-size: 10px;
		background: url(../../images/botan2.gif) no-repeat 0 0%;
		color: #630;
	}
	footer li {
		display: inline-block;
		font-size: 10px;
		width: 32%;
	}
}
@media screen and (max-width: 374px) {
	footer .footer_menu a {
		padding-left: 20px;
		padding-bottom: 10px;
		font-size: 10px;
		background: url(../../images/botan2.gif) no-repeat 0 0%;
		color: #630;
	}
	footer li {
		display: inline-block;
		font-size: 10px;
		width: 42%;
	}
}

/* footerCopyrightMobile.css */
.footer_copylight{
	font-size:8pt;
}/* accordion.css */
.select-branch.active{
/* 	border-bottom:inset 3px #0070c0; */
	border-bottom:3px solid rgba(0,112,192,0.7);
}
.accordion-branch{
	position:relative;
}
.accordion-branch ul{
	display: none;
}
.select-branch:after {
	position: absolute;
	top: 15px;
	right: 10px;
	margin-top: 0px;
	content:" ";
/* 	content: '▲'; */
/* 	content:url("../../images/記号/migi.png"); */
/* 	font-size: 14px; */
/* 	font-weight: bold; */
	width:40px;
	height:20px;
	background:url("../../images/記号/migi.png");
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:middle;
	display:inline-block;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: all, 0.1s, linear;
	-o-transition: all, 0.1s, linear;
	-webkit-transition: all, 0.1s, linear;
	transition: all, 0.1s, linear;
}
.select-branch.active:after {
	-moz-transform: translate(0, 10%);
	-ms-transform: translate(0, 10%);
	-webkit-transform: translate(0, 10%);
	transform: translate(0, 10%);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}/* yoyakuDialogMobile.css */
.spacer{
	height:50px;
}
table.inputList{
	width:100%;
}
#val_001_1{
	width:82px;
}
#val_001_3{
	width:50px;
}
#val_001_2,
#val_001_4{
	width:58px;
}
#val_002{
	width:130px;
	background-color:#ffffff;
}
#val_003{
	width:130px;
	background-color:#ffffff;
}
#val_006{
	width:90%;
}
#val_007,
#val_008{
	width:88%;
}
#val_0010d{
	width:150px;
}
#val_0010t{
	width:100px;
}
.inputList{
	width:100%;
	border-collapse:collapse;
	margin-bottom:5px;
}
.inputList td,
.idpass td{
	background:#eeeeee;
	border:1px solid #fed1be;
}
.yoyakulist td{
	background:#eeeeee;
	border:1px solid #fed1be;
	border-collapse:collapse;
}
.tyuui{
	font-weight:bold;
	font-size:medium;
}
.syugaki{
	color:#ff0000;
}
#dlg3{
	text-align:right;
}

#dlg2 li
{
	float:				left;
	padding:			0 20px 0 20px;
	list-style:			none;
	text-align:			center;
}


#img1{
	width:100px;
	height:70px;
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.8);
}
#img2{
	width:50px;
	height:80px;
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.8);
}
#img3{
	width:40px;
	height:80px;
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.8);
}
#img4{
	width:40px;
	height:40px;
}
.image_next_button,
.image_back_button,
.image_close_button{
	width:80px;
}
.image_yoyaku_button{
	width:80px;
}
.image_yoyaku_button,
.image_next_button,
.image_close_button{
	position:absolute;
	bottom:0px;
	right:0px;
	margin-bottom:20px;
	margin-right:10px;
	outline: none;
/* 	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8); */
}
.image_yoyaku_button:focus,
.image_next_button:focus,
.image_close_button:focus{
	outline: none;
}
.image_back_button{
	position:absolute;
	bottom:0px;
	right:0px;
	margin-bottom:20px;
	margin-right:100px;
	outline: none;
/* 	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8); */
}
.image_back_button:focus{
	outline: none;
}
#dlg1,#dlg2,#dlg3,#dlg4,#dlg5,#dlg6,#dlg7,#dlg8,#dlg9,#dlg10{
	width:100%;
}
.inputList select.sizess{
	width:100px;
	height:27px;
	background-color:#ffffff;
	font-size:85%;
}
.inputList select.sizel{
	width:200px;
	height:27px;
	background-color:#ffffff;
	font-size:85%;
}
.inputList input[type='text'].sizess{
	width:90px;
}
.inputList input[type='text'].sizes{
	width:196px;
}
.inputList input[type='text'].sizel{
	width:90%;
}
.inputList input[type='text'].hissu{
	background-color:#ffdddd;
	border:1px solid #aaaaaa;
}
#dlg2 textarea.sizea{
	width:100%;
	height:50px;
	border:1px solid #aaaaaa;
}
.tyuuki{
	font-size:small;
	color:red;
}
.inputList input[type='text'].sizesm{
	width:90px;
}
input[type="radio"].rdo_hiki{
	position:			absolute;
	z-index:			2;
	opacity:			0;
	height:				20px;
}
input[type="radio"].rdo_hiki{
	width:				32px;
}
.inputList input:checked+.chklbl_hi{
	color:				#fff;
	background:			#f6a828;
	border-radius:		2px;
}
.word_wrap{
	word-wrap:break-all;
	text-overflow:ellipsis;
}
@-webkit-keyframes pulse
{
	from
	{
		opacity:			1.0;
		background-color:	red;
	}
	to
	{
		opacity:			0.8;
	}
}

.blinking
{
	-webkit-animation-name: pulse;/* 実行する名前 */
	-webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
	-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
	-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
	-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
	-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}
.fontBoldBig{
	font-size:1.2em;
	font-weight:bold;
}
.fontNomalSmall{
	font-size:0.9em;
}
.align_center{
	text-align:center;
}
.dlgbtns{
	text-align:right;
}
#btn_init_back,
#btn_edit_update
{
	outline:0;
}

.yoyakulist button{
	width:60px;
	cursor: pointer;
	color: #fff;
	background-color: #fea930;
	font-weight: 100;
	border: 1px solid #fff;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
#dlg hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
table.yoyakulist tr:last-child td:nth-child(2){
	text-align:center;
}
table.inputList p.tyuuki{
	margin:2px;
}/* calendar.css */
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month{
	width:40%;
}/* eventKansyaTopMobile.css */
#arrow .slick-next:before{content:""}
#arrow .slick-after:before{content:""}
#slick-next,
#slick-prev{
	position:absolute;
	top:50px;
}
button.slick-prev,
button.slick-next{
	position:absolute;
	top:70px;
	z-index:100;
	opacity:0;
}

#slick-next img,
#slick-prev img,
button.slick-prev,
button.slick-next{
	width:40px;
	height:40px;
}
#slick-next,
button.slick-next{
/* 	right:300px; */
	left:50%;
	margin-left:120px;
}
#slick-prev{
/* 	left:330px; */
	right:50%;
	margin-right:120px;
}
button.slick-prev{
/* 	left:330px; */
	left:50%;
	margin-left:-160px;
}
#div_slider{
	width: 100%;
}
#div_slider_nav{
	margin: 0 auto;
 	max-width: 400px;
	max-height:99px; 
}
#div_slider_nav ul{
	margin: 5px auto;
	padding: 0;
}
#div_slider ul {
	margin: 0 auto;
	padding: 0;
}
#div_slider ul div div li.slick-slide a img{
	margin: 0 auto;
}
.slider_nav img{
	width:100px;
	
}
.slider li{
	width:230px;
	height:99px;
}
.slider_nav li{
	width:100px;
	height:43px;
}
#comment{
	width:100%;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}


.site-logo {
 /* サイズ指定 */        
 width:175px;
 height:175px;
 /* 背景色 */
 background-color:#ffeaf4;
 /* 角を丸くする */
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
  background-color: rgba(255,234,244,0.5);

}
.site-info {
 padding-top:45px; /* 真ん中にまで文字を下ろす */
}
 
.site-logo h1,
.site-logo p {
 text-align: center; /* 中央寄せ */
 color: #000000; /* 文字を白色に */
 margin: 0; /* h1とpの余白をリセット */
}
 
/* あとは文字サイズや太字を指定 */
.site-logo h1 {font-size:28px;}
.site-logo p {font-size:12px; font-weight:bold;}
.site-logo {
 box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
 -webkit-box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
 -moz-box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
}

#kakeru{
	width:20px;
	height:20px;
	vertical-align:middle;
/* 	margin-top:70px; */
}
#iko-ru{
	width:20px;
	height:10px;
	vertical-align:middle;
/* 	margin-top:70px; */
}

/*ボタン*/
#sinrai_ansin_yasasisa .button {
/* 	display: inline-block; */
	width: 40px;
	height: 20px;
/* 	position:absolute; */
	text-align: center;
	text-decoration: none;
/* 	line-height: 54px; */
	outline: none;
}
#sinrai_ansin_yasasisa .button::before,
#sinrai_ansin_yasasisa .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#sinrai_ansin_yasasisa .button,
#sinrai_ansin_yasasisa .button::before,
#sinrai_ansin_yasasisa .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#sinrai_ansin_yasasisa .button {
	font-size:small;
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#sinrai_ansin_yasasisa .button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
#sinrai_ansin_yasasisa .button:active {
	top: 3px;
	box-shadow: none;
}
.buttons_div{
	float:none;
}
.cercleParent_div,
.buttons_div{
	text-align:center;
}

#sinrai_ansin_yasasisa table{
		margin: 20px auto 0 auto;
}
#sinrai_ansin_yasasisa tr:nth-child(2),
#sinrai_ansin_yasasisa tr:nth-child(3){
	text-align:center;
}
#sinrai_ansin_yasasisa tr:nth-child(2) a{
	margin: 1px 2px;
	width:100px;
	padding:10px 20px;
}
#sinrai_ansin_yasasisa tr:nth-child(2) td{
	padding: 1px 0;
	vertical-align:middle;
}
#sinrai_ansin_yasasisa tr:nth-child(3) td{
	vertical-align:middle;
	font-size:45%;
}
#sinrai_ansin_yasasisa tr:nth-child(1) td:nth-child(2n){
	padding-left:5px;
	padding-right:5px;
	padding-bottom:60px;
}
#ansin,
#sinrai,
#yasasisa{
	width:80px;
	height:70px;
}

.kansyabanner{
	text-align:center;
	font-size:18px;
	position:relative;
}
.kansyabanner div{
	text-align:center;
}
.kansyabanner .cp_image{
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	-moz-flex-direction:row;
	-o-flex-direction:row;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
}
.kansyabanner .cp_images div{
	margin:0 auto;
}
.kansyabanner .kikan{
	position:absolute;
	left:0;
	right:0;
}
.kansyabanner .bnCenter-bottom img{
	position:absolute;
}
.kansyabanner .bnCenter-bottom div p:nth-child(-n+2),
.kansyabanner .bnCenter-bottom div p:nth-child(3){
	margin:3px;
}



