@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:500,700&subset=japanese');

body {
  min-height:100vh;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #ea5514;
}
.pcnone { display:block;}
.spnone { display:none;}
.cf::after {
content: '';
display: block;
clear: both;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn {
  padding: .375rem 2rem;
  border-radius: 0;
}
@media (min-width: 992px) {
    .btn {
        min-width: 13rem;
    }
}


.btn-info {
    background-color: #0091b3;
    border-color: #0091b3;
}
.btn-link {
  padding:0;
  margin:0;
  text-align: left;
}


.alert {
    border-radius: 0;
}
.alert-secondary {
    color: #000;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    font-size: .9rem;
    line-height: 1.5rem;
    padding: 1.25rem 1.25rem .75rem;
}
.alert-warning {
    color: #000;
    background-color: #faf5e9;
    border-color: #faf5e9;
    font-size: .9rem;
}

#header {
	/*margin-top: 30px;*/
	margin-top: 50px;
		margin-left: 50px;
}
@media (min-width: 641px) {
	#header {
		margin-left: 0px;
	}
}
#login #header {
  padding-left: .5rem;
}
#header .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header #hlogo {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #hlogo img {
  margin:17px 0;
  max-width: 70px;
}
#header #hlogo .siteTitle h1 {
	display:inline-block;
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding: 10px 0 0 10px;

}
@media (min-width: 641px) {
	#header #hlogo .siteTitle h1 {
	font-size: 1.5rem;
  }
}
#hprofile {
  display: none;
}
#top #hprofile {
  display: block;
  position: absolute;
  top: 110px;
  left: 20px;
  color: #626262;
  font-size: 1.3rem;
}
#top #hprofile span {
  font-size: .9rem;
}
/*#top #header #hprofile:before {
  content: url('../img/icon_profile.png');
  padding-right: 5px;
}*/
#top #contents-single {
  margin-top: 70px;
}

#header .head #hlink {
padding: 0px 5px 0 15px;
}
/*#header .head #hlink .logout {
  display: none;
}*/
  #header .head #hlink .logout{
    display: block;
    text-align: right;
    font-size: .75rem;
    padding-bottom: 5px;
  }
   #header .head #hlink .logout a{
    color: #666;
    text-decoration: underline;
  }

#header .head #hlink ul {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
  justify-content: end;
  list-style: none;
  font-size: .5rem;
  margin:0;
  padding:0 10px 0 0;
}
#header .head ul li {
  margin: 0 3px 0 0;
}
#header .head ul li img {
  width: 40px;
  height: 40px;
}
footer{
  padding:50px 10px;
}
footer ul  {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  font-size: .8rem;
  text-align: center;
  margin: 10px auto;
  flex-wrap: wrap;
}
footer ul li {
    border-left: 1px solid #333;
}
footer ul li:first-child {
    border-left: none;
}
footer ul li a {
    padding: 0 10px;
    color: #000;
}


@media (max-width: 320px) {
  #header .head ul li img {
    width: 30px;
    height: 30px;
  }
  #header .head #hlink {
	padding: 40px 5px 0 15px;
	}
	#login #header .head #hlink {
	padding: 0px 5px 0 15px;
	}
}
@media (min-width: 414px) {
  #header .head ul li img {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 769px) {
  #wrapper{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }

  #header .head ul li img {
    width: 30px;
    height: 30px;
  }
  #header {

    padding-left: 0;
    height: 100px;
  }
  #login #header {
    padding-left: 0;
  }

  #header .head #hprofile {
    display: inline;
    width:40%;
    color: #626262;
    font-size: 1.2rem;
    line-height: 30px;
  }
  #top #hprofile {
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    color: #626262;
    font-size: 1.2rem;
  }
  #header .head #hlink {
	padding: 40px 5px 0 15px;
	}
  #top #hprofile span {
  font-size: 1.2rem;
  }
  #top #header #hprofile:before {
    content: ''url('../img/icon_profile.png')'';
  }
  #header .head #hprofile:before {
    content: url('../img/icon_profile.png');
    padding-right: 5px;
  }
  #header .head #hlink {
  width: auto;
  padding: 0 0 15px 0;
  }
  #header .head #hlink .logout{
    display: block;
    text-align: right;
    font-size: .75rem;
    padding-bottom: 5px;
  }
  #header .head #hlink .logout a{
    color: #666;
    text-decoration: underline;
  }
  #header .head #hlink .logout a:before {
    content: url('../img/icon-right.png');
    display: inline-block;
    padding-right: 5px;
  }
  #header .head ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	padding:0 0 0 0!important;
  }


  #header .head ul li img {
    width: 65px;
    height: 65px;
  }
  aside {
    width: 25%;
  }
  #top aside {
    display:none;
  }
  #contents{
    width: 75%;
    padding: 30px 25px;
  }
  #contents-single {
    padding: 30px 20px;
  }

  #top #contents-single {
    margin-top: 0;
  }

.pcnone {
	display:none!important;
}
.spnone { display:block;}
}
}

@media (min-width: 992px) {
    #wrapper #header{
      padding: 0 20px;
	  margin:30px 0 0;
    }
    #wrapper #main{
      padding: 0 20px;
	  margin:0 0;
    }
.pcnone {
	display:none;
}
}
@media (min-width: 1200px) {
  #wrapper{
    max-width: 1110px;
  }
      #wrapper #header,
      #wrapper #main{
        padding: 0;
      }
}


/*----------------------------------------------------
 Global Navigation
----------------------------------------------------*/
.header-line {
	display:block;
	height: 2.5rem;

}
.drawer-nav {
    color: #000;
}
.drawer-nav .sideProfile {
    margin: 20px 1rem;
}
.drawer-nav .sideProfile span {
    font-size: .7rem;
}
.drawer-nav .sideProfile:before {
    content: url('../img/icon_profile.png');
    display: block;
}
.drawer-nav ul li {
 border-bottom: 1px solid #beb5a1;
 background: url('../img/icon_drawer_list.png') no-repeat 15rem center;
}

.drawer-navbar {
	height:0;
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: none;
  background-color: transparent;
  width:0;

}
.drawer-navbar .drawer-menu {
  z-index:99999;

}
  .drawer-navbar .drawer-menu li a span {
	font-size: .7rem;
	color: #777;
	padding: 0 .5rem;
}
.drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem!important;
}
button:focus {
	outline:0;
}

.drawer-hamburger {
    position: absolute;
	/*top: 30px!important;*/
	top: 50px!important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 3px;
}
.drawer-hamburger:after {
  content: 'MENU';
  display: block;
  font-size: .7rem;
  margin-top: 15px;
}
.drawer--left.drawer-open .drawer-hamburger:after {
  content: '';
  margin-top: 0;
}
@media (min-width: 769px){
	.drawer--left .drawer-nav {
		left: 0;
		border-right: none;
		margin: 0;
	}
}
@media (min-width: 769px) {
/*  .drawer-navbar {
    display: none;
  }*/
  .drawer-hamburger {
    display: none;
}
  .drawer-nav {
      color: #000;
      margin-left: 15px;
	  width: 100%;
  }
  .drawer-nav .sideProfile {
      display:none;
  }
  .drawer-nav ul {
		float: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
  .drawer-nav ul li {
   border-bottom: none;
   background:transparent;
   text-align: center;
   width:20%;
  }
  .drawer-nav ul li a {
   font-size: 1rem;
   color: #fff;
  }
  .drawer-nav ul li a:hover,
  .drawer-nav ul li a.is-active {
   text-decoration: none;
   color: #fff;
  }
  .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: relative;
    height: auto;
}

	.drawer-navbar .drawer-menu li li,
	.drawer-navbar .drawer-dropdown-menu li.drawer-dropdown-menu-item a {
		width: 100%;
		border-top: none;
	 padding: 0;
	}

	.drawer-navbar .drawer-menu li li a {
	padding: 15px 0 15px 1rem;
}

.drawer-navbar .drawer-menu li.drawer-dropdown {
	padding: 0px;
}


		.drawer-navbar .drawer-menu li a {
		    display: block;
				width: 100%;
				padding: 15px 0;
				border-bottom: 5px solid #e9dfd8;
				color: #633d21;
			}
		.drawer-navbar .drawer-menu li a:hover,
		.drawer-navbar .drawer-menu li a.active {
			  text-decoration: none;
				border-bottom: 5px solid #ff9306;
			}

	.drawer-navbar .drawer-menu-item {
		line-height: .95rem;
		font-size: .9rem;
	}
	.drawer-navbar .drawer-dropdown-menu {
    position: absolute;
	top: 3.1rem;
    width: 15rem;
    border: 1px solid #ddd;
	}
	.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
	}
	.drawer-navbar .drawer-menu-second .drawer-dropdown-menu {
		top: 3.5rem;
	}
}
.drawer-nav ul ul.dropdown-menu {
		display: block;
		float: none;
}
.drawer-nav ul ul.dropdown-menu li {
		width: 100%;
}
.drawer-nav {
	overflow: visible;
}
.drawer-nav .dropdown {
	overflow: hidden;
}
.drawer-nav .dropdown.show {
	overflow: visible;
}
.drawer-nav ul.drawer-dropdown-menu.dropdown-menu {
	transform: translate3d(0, 48px, 0px)!important;
}
.drawer-nav .dropdown.show ul {
	border-radius: 0px;
	margin:0;
	left: 0;
}
.drawer-nav .dropdown.show li {
	border: none;
	padding: 0;
	text-align: left;
}
.drawer-nav .dropdown.show li a {
	border: none;
	border-bottom: 1px solid #fff;
	padding: 0 20px;
}
.drawer-dropdown-menu-item {
	line-height: 3rem;
	display: block;
	padding: 0;
	padding-right: 0.75rem;
	padding-left: 1.5rem;
	text-decoration: none;
	color: #222;
}

/*----------------------------------------------------
 Main Contents
----------------------------------------------------*/
.page-title {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 40px;
}

.table th {
  font-weight: 400;
  width: 15rem;
}
.table.table-history {
  font-size: .8rem;
  text-align: center;
  margin: 0;
  padding: 0;
}

.table.table-history th {
  width: 16.66%;
  text-align: center;
  font-weight: 700;
  font-size: .8rem;
  vertical-align: middle;
  background: #eee;
  border:1px solid #d5d5d5;
}
.table.table-history td {
  vertical-align: middle;
  border:1px solid #d5d5d5;
}

.triangle a{
	font-size:1rem;
	position:relative;
	padding-left:1rem;
}
.triangle a:before {
	position:absolute;
	content:"";
	width:12px;
	height:12px;
	display:inline-block;
	border:6px solid transparent;
	box-sizing:border-box;
	border-left-color: #ea5514;
	top:3px;
	left:0;
}
.triangle-p:before {
	content:"";
	width:12px;
	height:12px;
	display:inline-block;
	border:6px solid transparent;
	box-sizing:border-box;
	border-left-color: #ea5514;
	top:3px;
	left:0;
}
@media screen and (max-width: 640px) {
  .table th,
  .table td {
	border-bottom: none;
      display: block;
      width: 100%;
    }
  .table.table-history{
      padding-bottom: 5px;
    }
  .table.table-history td {
      display: block;
      width: 100%;
	  border-top:none;
	  font-size: 1rem;
      }
  .table.table-history td.history-date {
	background: #eee;
      }
  .table.table-history td:first-child {
  border-top:1px solid #d5d5d5;
  }
  .table.table-history th {
      display: none;
      }
  .table.table-history td::before {
    content: attr(data-label);
    font-size: .875rem;
    display: block;
    margin-bottom: 0.25rem;
	font-weight: 700;
  }
}

/*-- Login --*/
#login #contents-single {
	width: 80%;
	padding: 30px 5px;
	margin: 0 auto;
	}

.login_area {
	padding: 40px 20px 20px;
}

.login_area .table,
.login_area .table th,
.login_area .table td {
  border: none;
}
.login_area .table th,
.login_area .table td {
  padding: 5px 10px;
}

.login_area .table th {
  font-weight: 700;
  /*vertical-align: middle;*/
  padding-top: .75rem;
  width: 25%;
  max-width: 14rem;
  }
.login_area .table td {
  vertical-align: middle;
}
.login_area .form-control {
	border-radius: 0;
	background: #fff;
	border: 1px solid #231815;
}
.login_area .form-control:focus {
	border: 1px solid #ced4da;
	background: #fff;
}

.btn.btn-login {
	color: #000;
	background-color: #fff;
	border-color: #231815;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn.btn-login:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #231815;
	cursor: pointer;
	transition: .5s;
}
.btn.btn-confirm {
	color: #fff;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn.btn-confirm:hover {
    background-color: #e61d39;
    border-color: #e61d39;
	cursor: pointer;
	transition: .5s;
}
@media screen and (max-width: 640px) {
	.login_area {
		padding: 20px 10px;
	}
	.login_area .table th {
	width: 100%;
	max-width: auto;
	}
	.login_area #contents-single {
	width: 100%;
	padding: 30px 5px;
	}
}

/*-- Top page --*/
.owner_name {
	margin: 0 0 2rem;
}
.owner_name p {
	padding:0;
	margin:0;
	font-weight: 500;
}
.owner_name p.owner_name_title {
	font-size: 1.2rem;
	padding:1rem 0;
	line-height: 2rem;
	position: relative;
	font-weight: 700;
}
.owner_name.owner_name_premium p.owner_name_title {
	padding:1rem 0 1rem 60px;
}
.owner_name.owner_name_premium p.owner_name_title:before {
	position: absolute;
	top:0;
	left:0;
	content: url('../img/premium-icon.png');
}

#contents-single .area-topics {
	border: 1px solid #231815;
	margin:0;
	height: 350px;
	overflow-y: scroll;
	padding: 0 10px 10px;
}

#contents-single .area-topics dl dt p,
#contents-single .area-topics dl dd p {
  padding:0!important;
  margin:0!important;
}
.area-topics dl dt {
  width: 100%;
  text-align: left;
  padding:10px 10px 0;
  margin:0;
}
.area-topics dl dd {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px 10px 10px;
  margin:0;
  line-height: 1.8rem;
}
.area-topics dl dt span {
	display:block;
	text-align: center;
	width: 5rem;
	color: #fff;
	font-size: .9rem;
	font-weight: 400;
	padding:0;
}
span.tag-important {
	background: #e60012;
}
span.tag-news {
	background: #5cade1;
}
span.tag-update {
	background: #6cbe7f;
}
span.tag-apology {
	background: #cfdf5e;
}
span.tag-event {
	background: #FF69B4;
}
.topics-date {
	font-weight: 700;
}
@media (min-width: 769px) {
	.area-topics dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	}
	.area-topics dl dt {
	width: 15%;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding:10px;
	}
	.area-topics dl dd {
	width: 85%;
	padding: 5px 10px 10px 10px;
	}

}
@media (min-width: 992px) {
	.area-topics dl dt {
	width: 10%;
	}
	.area-topics dl dd {
	width: 90%;
	}
}
.sideNav {
	list-style: none;
	margin: 30px 0;
}
.sideNav li {
	padding: 0 0 1.5rem;
}
.table-toroku {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.table.table-toroku th {
	background: #efefef;
	vertical-align: top;
}
span.notice-toroku {
	display: inline-block;
	color: #00a0e9;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
span.notice-grey {
	display: inline-block;
	color: #999;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.table-toroku td {
	position: relative;
	vertical-align: top;
}
.table-toroku.table-toroku-change td {
	padding-right: 8rem;
}
.table-toroku td .btn-change,
.table-toroku td .btn-app,
input[type="submit"].btn-app {
	position: absolute;
	top: .4rem;
	right: .2rem;
}
.form-inline .form-control input[type="text"] {
	width: 100%;
}
.btn-change {
  padding: .3rem 2.5rem;
  border-radius: 0;
  color: #fff;
  background-color: #60c4e2;
  border-color: #60c4e2;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn.btn-back {
    background-color: #999;
    border-color: #999;
  color: #fff;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn.btn-back:hover {
    background-color: #666;
    border-color: #666;
	transition: .5s;
}
.btn-app,
input[type="submit"].btn-app {
  padding: .3rem 2.5rem;
	color: #fff;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
	transition: .5s;
	border: none;
}
.btn-app:hover,
input[type="submit"].btn-app:hover {
    background-color: #e61d39;
    border-color: #e61d39;
	cursor: pointer;
	transition: .5s;
}
/*-- Reload --*/
.btn.btn-reload,
.btn.btn-status {
    background-color: #ccc;
	color: #fff;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: .5s;
}

.btn-search {
  padding: .3rem .5rem;
  border-radius: 0;
  border:none;
  color: #fff;
  background-color: #60c4e2;
  border-color: #60c4e2;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
	transition: .5s;
}
.btn-change:hover,
.btn-search:hover {
    background-color: #0091b3;
    border-color: #0091b3;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .5s;
}

@media (min-width: 641px) {
	.table.table-toroku th {
		width: 14rem;
	}
}

.box-attention {
	border: 2px solid #e60012;
	padding: 1rem;
	margin: 1rem 0 2rem;
}
.box-attention p:last-child {
	margin-bottom: 0;
}

.btn-friends-pdf {
  background-color: #fce1be;
  border-color: #fce1be;
  padding-left:1rem;
  padding-right:1rem;
  color: #662d91;
  border-radius: 5px;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);

}
.btn-friends-pdf:hover {
  color: #662d91;
  background-color: #e2aa6d;
  border-color: #e2aa6d;
}
h1.h1Payment:before {
	content: '●';
	color: #f15a24;
	margin-right: .5rem;
}
p.ownerName {
	font-size: 1.5rem;
}
span.notset {
	color: #f7931e;
}
