@media screen and (max-width: 768px) {
	header {
		width: 100%;
	}

	.navbar {
		width: 100%;
		padding: 10px;
	}

	#logo {
		width: 60%;
		order: 2;
		text-align: center;
	}

	#help {
		display: none !important;
	}

	#size {
		display: none;
	}

	.sp-none {
		display: none !important;
	}

	.pc-none {
		display: block !important;
	}

	#info {
		width: 20%;
		order: 3;
		text-align: center;
	}

	#user-info {
		display: none;
	}

	#user-info-sp {
		display: block;
		text-align: right;
	}

	#logout {
		width: 20%;
		font-size: 10px;
		padding: 10px 0;
	}

	.wrapper {
		width: 100%;
		padding: 0 0 10px 0;
	}

	.content {
		width: 100%;
        padding: 10px 10px 20px 10px;
	}
  
  .nav-drop {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 20px;
  }

  .nav-drop.active {
    opacity: 1;
    visibility: visible;
  }

  .drop-overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }

  .drop-overlay.active {
    opacity: .5;
    visibility: visible;
  }

  .nav-drop .nav-img {
    width: 100%;
    float: none;
  }

  .nav-drop .nav-lists {
    width: 100%;
    float: none;
  }

  .nav-drop .nav-lists a {
    text-decoration: none;
  }

  .nav-drop .nav-lists .nav-list {
    width: 100%;
    float: none;
    height: auto;
  }

  .nav-drop .nav-lists .nav-listhalf {
    width: 100%;
    float: none;
    height: auto;
  }
  
  .nav-drop ul li {
    margin-bottom: 5px;
    display: block;
    background: url(/Content/images/pc/icon_arrow_right_drop.png) no-repeat 1px;
  }
  
  .nav-drop ul li a {
    color: #fff;
  }

	.tab-bar {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 2;
		background: #FFF;
		border-bottom: 0;
	}

	.tab-bar .nav-item {
		width: 20%;
	}

	.tab-bar .nav-item .nav-link {
		font-size: 10px;
    border: 0;
		padding: 10px 0 0;
		min-height: 70px;
		background: #fff;
    height: 100%;
    line-height: 1.5em;
    margin-bottom: 5px;
	}
	
	.tab-bar .nav-item .nav-link.active {
		font-weight: bold;
	}

	.tab-bar .nav-item .nav-link img {
		display: block;
		margin: 0 auto;
	}
  
  .tab-bar .nav-item .nav-link .badge.badge-notification {
    right: 20%;
  }

  .tab-bar .nav-item .nav-link .badge.badge-new {
    left: 0%;
  }
  
  .nav-close {
    display: inline;
    color: #fff;
    text-decoration: underline;
    padding-left: 25px;
    background: url(/Content/images/pc/close.png) no-repeat 0px;
  }

	#l-nav {
		display: none;
	}
	
	.pc-none .breadcrumb {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.breadcrumb {
		background: none;
		padding: 0;
	}

	.breadcrumb a {
		color: #007bff;
		text-decoration: underline;
	}
	
	.breadcrumb-item + .breadcrumb-item::before{
		color: #333;
	}

	h1.h1-tit {
		font-size: 20px;
		font-weight: bold;
	}

	h2.h2-tit {
		font-size: 17px;
		padding: 7px;
	}
    
    h3.h3-tit {
	font-size: 17px;
    border-left: 2px solid #ccc;
    padding: 3px;
}

	#info-board .card-deck {
		flex-direction: row;
	}

	#info-board .card-deck .card {
		width: 45%;
	}

	#info-board .card-deck .card:last-child {
		margin-left: 10%;
	}

	#info-board .info-list {
		padding: 10px;
	}

	#info-board .info-list .right {
		margin-right: 0px;
	}

	#info-board .info-list .right.icon-arrow-right-after:after {
		margin-left: 10px;
	}
	
	.btn-wrapper {
		margin-top: 20px;
	}

	.back{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.ml-1rem-pc {
		margin-left: 0px !important;
	}

	.ml-2rem-pc {
		margin-left: 0px !important;
	}

	.pr-15p-pc {
		padding-right: 0px !important;
	}

	.mb-10p-sp {
		margin-bottom: 10px !important;
	}

	.pref .form-control {
		width: 100% !important;
	}

	.form-box .section.row {
		margin-top: 10px;
	}

	.footer-txt {
		font-size: 10px;
		margin-bottom: 80px;
	}

	.nav-list-sp-none {
		display: none;
	}

	.nav-item.d-md-block {
		display: none!important;
	}

	.nav-item.d-md-none {
		display: block!important;
	}
}
@media screen and (max-width: 375px) {
	#info-board .info-list {
		padding: 15px;
	}
}

@media screen and (min-width: 375px) {
	.pagetop {
		right: 0px;
		bottom: 10px;
	}
}

@media screen and (min-width: 1024px) {
	.pagetop {
		right: 10px;
		bottom: 30px;
	}
}