body{
	right:0;
	left:0;
	font-size:0.8rem;
}
.body::-webkit-scrollbar{
  display: none;
}
.modal-open{
	height: 100vh;
	overflow-y: hidden;
	/*padding-right: 15px;*/ /* 幅のリフローを避ける */
	padding-right: 0; /* 幅のリフローを避ける */
}
/*
.cell_textarea_wap{
	display: table;
	height:100%;
	width:86%;
}
.cell_textarea{
	display: table-cell;
	vertical-align: middle;
	text-align:left;
	border:none;
	height: 100%;
	width: 100%;
}
*/
.navbar-bg{
	background-color:#800000;
	right:0;
	left:0;
}
.footer-bg{
	background-color:#800000;
	height:50px;
}
.footer-title{
	color:#800000;
	margin-top:15px;
}

p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

.input-group-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
/*	border-radius: 5px 0 0 5px;*/
	border: solid 1px #000;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.input-group-select-area{
  position: relative;
  margin: 0em 0em 0em 0em;
  float: left;
}
.input-group-select-area::after {
  pointer-events: none; /*矢印部分をクリックを可能にする*/
  position: absolute;
  color: #666666;
  top: 50%;
  right: 4.5em;
  transform: translateY(-50%); /*▼を上に移動*/
  content: "▼";
}
/**************************************************************************
	評価ボタン
***************************************************************************/
.btn-excitement{
	width:38px;
	height:38px;
	background-color:transparent;
}
.heart-white{
	font-size:22px;
	color:#ffffff;
}
.heart-red{
	font-size:22px;
	color:#ff4500;
}
/**************************************************************************
	title
***************************************************************************/
.navbar-brand .rmk{
	font-size:28px;
}
#facility_name{
	width:220px;
}
#facility_post{
	width:284px;
}
#care_receiver_lname,
#care_receiver_fname{
	width:247px;
}
#care_receiver_lkana,
#care_receiver_fkana{
	width:235px;
}
@media(max-width:1120px){
	.navbar-brand{
		font-size: 0.9rem;
	}
	.navbar-brand .rmk{
		font-size:12px;
	}
}
@media(max-width:415px){
	.navbar-brand{
		font-size: 1.2rem;
	}
	.navbar-brand .rmk{
		font-size:20px;
	}
	#facility_name{
		width:205px;
	}
	#facility_post{
		width:265px;
	}
	#care_receiver_lname,
	#care_receiver_fname{
		width:235px;
	}
}
@media(max-width:321px){
	.navbar-brand{
		font-size: 1rem;
	}
	.navbar-brand .rmk{
		font-size:14px;
	}
	#facility_name{
		width:160px;
	}
	#care_receiver_lname,
	#care_receiver_fname{
		width:190px;
	}
	#care_receiver_lkana,
	#care_receiver_fkana{
		width:175px;
	}
}
/**************************************************************************
	form-control
***************************************************************************/
.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: solid 1px #000;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.font-blue{
	color:blue;
}
.font-navy{
	color:#000080;/*#000080;*/
}
.font-darkgreen{
	color:darkgreen;/*#006400;*/
}
.font-forestgreen{
	color:#228b22;/*#228b22;*/
}
.font-darkslategray{
	color:#2d4d4d;/*#2f4f4f;*/
}
.font-darkred{
	color:darkred;/*#8b0000;*/
}
.font-indigo{
	color:#4b0082;/*#4b0082;*/
}
.font-olive{
	color:#808000;/*##808000;*/
}
.cursor-point{
	cursor: pointer;
}
.form-control .custom-sele {
	border-radius:0px 3px 3px 0px;
}
#facility_title {
	width: 285px;
}

a.visited {
	/*color:silver;*/
	background-color:#98fb98;
}

.modal-header .sel-list {
  padding: 1rem 1rem;
/*  margin: 0px 0px -1rem auto;*/
  margin-top: -5px;
  margin-left: 10px;
}
/**************************************************************************
	print-control
***************************************************************************/
.main{
  margin:30px;
}
th, td{
  text-align: center;
}
#table-detail table,
#table-detail th,
#table-detail td{
  border-collapse: collapse;
  border: 1px solid #808080;
  height: 14px;
}
.no-border-t{
  border-top:none;
}
.no-border-tb{
  border-top:none;border-bottom:none;
}
.no-border-b{
  border-bottom:none;
}
.text-r{
  text-align: right !important;
}
div.title {
/*margin: 30px 30px;*/
  margin-top:0px;
  padding-top: 8px;
  padding-bottom: 0px;
  border-top: medium solid #000;
  border-bottom: medium solid #000;
}
.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}
@media print{
  .print-body{
     padding-top: 5mm;
     padding-bottom: 0mm;
     width: 210mm;
     height: 297mm;
  }
  th, td{
    text-align: center;
  }
  #table-detail table,
  #table-detail th,
  #table-detail td{
    border-collapse: collapse;
    border: 1px solid #000;
  }
  .textarea-memo{
    border: none;
  }
  .no-print{
    display: none;
  }
  .print_pages{
    /*A4縦*/
    size: portrait; /*縦向き*/
    /*width: 172mm;*/
    /*height: 251mm;*/
    /*margin: 12.7mm 9.7mm;*/
    page-break-after: always;
    position: relative;
    counter-increment: page_count;
  }
  /*最後のページは改ページを入れない*/
  .print_pages:last-child{
    page-break-after: auto;
  }
  .print_pages:before{
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    content: "関係者外秘";
  }
  .print_pages:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: counter(page_count) "ページ";
  }
}
/**************************************************************************
	Left/Right SideMenu
***************************************************************************/
/* Right */
#right-menu {
	z-index:9999;
	position: fixed;
	top: 0;
	right: -730px;
	width: 520px;
	height: 100%;
	padding: 20px;
	transition: left .5s, right .5s;
	background-color: rgba(86, 86, 86, .7);
}
#right-menu ul li {
	padding-top:15px;
	height:23px;
	width: 100%;
}
#open-right{
  display: none;
}
#open-right:checked + #right-menu {
  right: 0;
}
/* Right */
#left-menu {
	z-index:9999;
	position: fixed;
	top: 0;
	left: -730px;
	width: 520px;
	height: 100%;
	padding: 20px;
	transition: left .5s, right .5s;
	background-color: rgba(86, 86, 86, .7);
}
#left-menu ul li {
	padding-top:15px;
	height:23px;
	width: 100%;
}
#open-left{
  display: none;
}
#open-left:checked + #left-menu {
  left: 0;
}
/* close button*/
.btn_a{
	width:32px;
	height:32px;
	background:#FFF;
	border: 1px solid #2a82a3;
	border-radius:100%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn_a:hover {
	background: #2a82a3;
	color: #FFF;
	border: 1px solid #FFF;
}

.right-panel{
	height:95vh;
}
.right-panel-area{
/*	height:100vh;*/
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
.right-panel-area::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
.right-panel-keyword-area{
	border: 1px solid #FFF;
	height:45vh;
	padding:3px;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
.right-panel-keyword-area::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}

.footer-panel{
	margin-top:20px;
}

.section-width{
	padding:3px;
}
.modal-scroll-panel{
	height:300px;
	padding:10px;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
/* iPad */
@media(max-width:801px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -940px;
		width: 520px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	.right-panel-keyword-area{
		border: 1px solid #FFF;
		height:30vh;
		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	.right-panel-keyword-area::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	.footer-panel{
		margin-top:10px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -940px;
		width: 520px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button*/
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
@media(max-height:768px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -940px;
		width: 520px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	.right-panel-keyword-area{
		border: 1px solid #FFF;
		height:36vh;
		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	.right-panel-keyword-area::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	.footer-panel{
		margin-top:30px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -940px;
		width: 520px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button*/
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
@media(max-height:835px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -940px;
		width: 520px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	.right-panel-keyword-area{
		border: 1px solid #FFF;
		height:40vh;
		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	.right-panel-keyword-area::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	.footer-panel{
		margin-top:30px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -940px;
		width: 520px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button*/
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
@media(max-height:1025px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -940px;
		width: 520px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	.right-panel-keyword-area{
		border: 1px solid #FFF;
		height:50vh;
		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	.right-panel-keyword-area::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	.footer-panel{
		margin-top:30px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -940px;
		width: 520px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button*/
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
/* Surface Duo */
@media(max-width:540px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -960px;
		width: 540px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	#facility_title {
		width: 435px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -960px;
		width: 540px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button */
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
/* Pixel2、Pixel2XL、iPhone6/7/8Plus */
@media(max-width:415px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -880px;
		width: 400px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	#facility_title {
		width: 290px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -880px;
		width: 420px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button */
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
/* Pixel5、iPhone12 */
@media(max-width:390px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -840px;
		width: 390px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	#facility_title {
		width: 285px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -840px;
		width: 380px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button */
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
/* iPhone6/7/8/X */
@media(max-width:375px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -840px;
		width: 380px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	#facility_title {
		width: 270px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -840px;
		width: 380px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button */
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
/*Surface Duo、Galaxy S5、Moto G4*/
@media(max-width:360px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -830px;
		width: 370px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	#facility_title {
		width: 255px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -830px;
		width: 370px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		left: 0;
	}
	/* close button */
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
/* Surface Duo、iPhone5/SE */
@media(max-width:321px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -590px;
		width: 330px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	#facility_title {
		width: 220px;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -590px;
		width: 330px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		right: 0;
	}
	/* close button */
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
/* Galaxy Fold */
@media(max-width:280px){
	/* Right */
	#right-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		right: -540px;
		width: 280px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#right-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-right{
		display: none;
	}
	#open-right:checked + #right-menu {
		right: 0;
	}
	/* Left */
	#left-menu {
		z-index:9999;
		position: fixed;
		top: 0;
		left: -540px;
		width: 280px;
		height: 100%;
		padding: 20px;
		transition: left .5s, right .5s;
		background-color: rgba(86, 86, 86, .7);
	}
	#left-menu ul li {
		padding-top:15px;
		height:23px;
		width: 100%;
	}
	#open-left{
		display: none;
	}
	#open-left:checked + #left-menu {
		right: 0;
	}
	/* close button */
	.btn_a{
		width:32px;
		height:32px;
		background:#FFF;
		border: 1px solid #2a82a3;
		border-radius:100%;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		transition: background-color 0.5s ease-in;
		-webkit-transition: background-color 0.5s ease-in;
	}
	.btn_a:hover {
		background: #2a82a3;
		color: #FFF;
		border: 1px solid #FFF;
	}
}
/**************************************************************************
	Fixed Top
***************************************************************************/
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	background: #696969;
	opacity: 0.9;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	transform: scale(0);
	text-decoration: none;
}
#fixedTop:hover {
	opacity: 0.8;
	background: #a9a9a9;
	text-decoration: none;
}
#fixedTop.show {
	transform: scale(1);
	-webkit-transform: translateZ(0);
}
/***************************************************
  ロード中メッセージ
****************************************************/
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index:10000;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(150,211,95, 0.2);
  border-right: 1.1em solid rgba(150,211,95, 0.2);
  border-bottom: 1.1em solid rgba(150,211,95, 0.2);
  border-left: 1.1em solid #96d35f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*****************************( End of CSS )*******************************/