@charset "UTF-8";

@media screen and (max-width: 992px) {
	/*
	* header
	*/
	.top_r {
		width: 100%;
		height: 100%;
	}

	.top_r .pc_menu {
		height: 60px;
		padding: 10px 0;
	}

	#header_pc .menu li{
		width: 33%;
	}

	#header_pc .menu .dropdown-menu {
		left: 26%;
	}
}

@media screen and (max-width:767.98px) {
	/*
	* header
	*/
	#header_pc {
		display: none;
	}

	.navbar-expand-md .navbar-toggler {
		display: inline;
	}

	.topmenu_area {
		display: block;
	}

	.topmenu {
		min-height: 62px;
	}

	.topmenu .logo {
		text-align: left;
		margin: 0px 50px 0 0px;
	}

	.topmenu .logo #logo_l {
		float: left;
		max-width: 50%;
		max-height: 60px;
		padding: 10px 0 10px 5px;
	}

	.topmenu .logo #logo_s {
		height: auto;
		padding: 10px 5px;
		float: left;
		max-width: 45%;
		max-height: 50px;
		margin: 6px 0;
		vertical-align: middle;
	}

	.topmenu #menubtn {
		position: absolute;
		background-color: #00A893;
		right: 0;
		top: 0;
		padding: 21px;
	}

	.topmenu #closebtn {
		position: absolute;
		right: 5px;
		top: 10px;
		margin: 10px 10px;
		z-index: 200;
	}

	/* レスポンシブ用メニュー */
	#header_rps {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 100;
		height: 100vh;
		width: 100%;
		background-color: rgba(0,0,0,0.3);
	}

	#header_rps .menu {
		/* padding: 80px 0 10px 0; */
		text-align: center;
		padding-left: 0px;
		margin: 0;
		padding: 0 20px;
	}

	.header ul.menu {
		padding-inline-start: 0px;
		margin-block-start: 0px;
		background-color: #F4F5EB;
		width: 80%;
		float: right;
		text-align: left;
		padding: 0;
		margin: 0px;
	}

	.header ul.menu .navmenu_logo {
		text-align: left;
		padding-right: 5px;
	}
	.header .navmenu_logo img {
		max-width: auto;
		padding: 10px 5px 0 0;
		width: 110px;
		height: auto;
	}
	.header ul.menu .navmenu_login {
		max-width: 100%;
		padding: 10px;
	}

	.header .navmenu_ico {
		width: 20px;
		margin-right: 10px;
	}

	.header ul.menu >li {
		width: 100%;
		overflow: hidden;
		background-repeat: no-repeat;
		text-align: center;
		padding: 0;
	}

	.header ul.menu >li span {
		font-size: 150%;
	}

	.header ul.menu >li.cate {
		background-image: url(../images/menu_arrow_down.png);
		background-position: bottom 30% right 50%;
		padding: 20px 0 60px 0;
		border-bottom: 1px solid #B3B3B3;
	}

	.header ul.menu >li.cate >a {
		color: #313131;
		text-decoration: none;
	}

	.header ul.menu >li.cate_opened {
		background-image: url(../images/menu_arrow_up.png);
		background-position: bottom 30px right 50%;
		padding: 20px 0 60px 0;
		border-bottom: 1px solid #B3B3B3;
	}

	.header ul.menu >li.cate_opened span {
		display: inline-block;
		padding-bottom: 20px;
	}

	.header ul.menu >li.nocate {
		padding: 20px 0;
	}

	.header ul.menu >li.nocate a{
		color: #00A893;
		text-decoration: none;
		width: 100%;
	}

	.header ul.menu >li:last-child {
		padding-bottom: 50px;
	}

	.header ul.menu > li ul {
		padding-left: 0;
	}

	.header ul.menu > li ul li a {
		color: #00A893;
		text-decoration: none;
		width: 100%;
		display: inline-block;
		padding: 20px;
		background-color: #F4F5EB;
	}

	.header ul.menu > li ul li:first-child {
		border-top: none;
	}

	/*
	* footer
	*/
	.footer {
		padding: 0;
	}

	.footer img {
		max-width: 100%;
	}

	.footer_menu #footer_list {
		margin: 0;
	}

	.footer_menu #footer_list li {
		display: block;
		margin: 30px 0;
	}

	.footer .rapper .left {
		display: block;
		width: 100%;
		text-align: center;
		margin: 30px auto;
		padding: 0;
	}

	.footer .rapper .right {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto 30px auto;
		padding: 0;
	}

	.footer .rapper p {
		margin-bottom: 20px;
	}

	/*
	* sub page
	*/
	#page_container section {
		margin: 0 30px;
		padding: 60px 0;
	}

	#page_container section table.tdesign th {
		width: 100%;
		display: block;
		padding: 10px 0 5px 0;
	}

	#page_container section table.tdesign th.tw620 {
		width: 100%;
	}

	#page_container section table.tdesign td {
		width: 100%;
		display: block;
		padding: 5px 0 20px 0;
	}

	#centerbox {
		padding: 60px 0 0 0;
		margin: 0 0 40px 0;
	}

	#centerbox #page_title {
		display: flex;
		/* display:-webkit-box; */
		display:-ms-flexbox;
		align-items: center;
		justify-content: center;
		padding: 0 0 40px 0;
	}

	#centerbox #page_title::before, #page_title::after {
		content: '';
		height: 1px;
		background-color: #00A893;
		flex-grow: 0.01;
		-webkit-box-flex: 0.01;
		-ms-flex-positive: 0.01;
		width: 30px;
	}

	#centerbox #page_title::before {
		margin-right: 1rem;
		margin-left: 5px;
	}

	#centerbox #page_title::after {
		margin-left: 1rem;
		margin-right: 5px;
	}

	#centerbox #page_title h1::before {
		display: none;
	}

	#centerbox #page_container section {
		padding: 40px 0;
	}

	#centerbox #page_container section .msg_title {
		text-align: center;
	}
}
