@charset "UTF-8";

@media screen and (max-width: 767px) {
	/*-------------------------------------------
	Base Setting
	-------------------------------------------*/
	body,select,input,textarea {
		font-size: 16px;
	}
	body {
		min-width: 0;
		line-height: 1.5625;
	}

	/*-------------------------------------------
	Header
	-------------------------------------------*/
	.rin-headerInner {
		height: 67px;
		border-radius: 0 0 15px 15px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
	}
	.rin-headerTop {
		width: auto;
	}
	.rin-headerLogo {
		width: 114px;
		margin: 13px 0 0 20px;
	}
	.rin-headerMenuIcon {
		top: 13px;
		right: 20px;
		left: auto;
		margin-left: 0;
	}
	.rin-headerMenuIcon > a {
		width: 40px;
		height: 40px;
		border-radius: 5px;
	}
	.rin-headerMenuIcon > a > img {
		width: 15px;
	}
	.rin-headerMenu {
		top: 57px;
		padding: 0 20px;
		background-image: url(/resona_in/specialty/common/images/hamburger_bg_01_sp.png);
		background-position: bottom 80px center;
		background-size: 440px 372px;
	}
	.rin-headerMenuList {
		display: block;
		width: auto;
		margin: 50px 12px 0;
		font-size: 2rem;
	}
	.rin-headerMenuList .rin-headerMenuListItem {
		width: auto;
	}
	.rin-headerMenuList .rin-headerMenuListItem:nth-child(n+2) {
		margin-top: 25px;
	}
	.rin-headerMenuList .rin-headerMenuListItem:nth-child(2n) {
		margin-left: 0;
	}
	.rin-headerMenuList .rin-headerMenuColumn {
		font-size: 1.6rem;
	}
	.rin-headerMenuList .rin-jsMenuCurrent::before,
	.rin-headerMenuList .rin-headerMenuListItem a:hover::before {
		top: 5px;
		left: -12px;
		width: 6px;
		height: 22px;
		border-radius: 10px;
	}

	/*-------------------------------------------
	Footer
	-------------------------------------------*/
	.rin-footerTopicPathInner {
		width: auto;
		padding: 10px 20px;
		font-size: 1.2rem;
	}
	.rin-footerTopicPathList {
		margin-top: -5px;
	}
	.rin-footerTopicPathList .rin-footerTopicPathItem {
		margin-top: 5px;
	}
	.rin-footerTopicPathList .rin-footerTopicPathItem:nth-child(n+2) {
		margin-left: 5px;
	}
	.rin-footerTopicPathList .rin-footerTopicPathItem:nth-child(n+2)::before {
		width: 4px;
		height: 4px;
		margin-right: 14px;
		border-right-width: 1px;
		border-top-width: 1px;
	}
	.rin-footerNav {
		padding: 20px 20px 15px;
		font-size: 1.2rem;
	}
	.rin-footerNavList {
		width: auto;
	}
	.rin-footerNavList .rin-footerNavListItem {
		width: calc(50% - 5px);
	}
	.rin-footerNavList .rin-footerNavListItem:nth-child(2n+1) {
		margin-left: 0;
	}
	.rin-footerNavList .rin-footerNavListItem:nth-child(n+3) {
		margin-top: 10px;
	}
	.rin-footerLogoInner {
		display: block;
		width: auto;
		padding: 20px 20px;
		text-align: center;
	}
	.rin-footerLogoImg .rin-footerLogoResona {
		width: 110px;
	}
	.rin-footerPurpose {
		margin-top: 20px;
	}
	.rin-footerPurpose > img {
		width: 240px;
	}
	.rin-copyRight {
		padding: 15px 0;
		font-size: 1.1rem;
	}

	/*-------------------------------------------
	Main Area
	-------------------------------------------*/
	#wrap .rin-mainInner {
		width: auto;
		padding: 0 20px;
		margin: 45px auto 0;
		padding-bottom: 25px;
	}

	#wrap .rin-mainContents > .rin-mainInner > section {
		margin-top: 45px;
	}
	#wrap .rin-mainContents > .rin-mainInner > section > section {
		margin-top: 30px;
	}
}
