@charset "utf-8";

/*
----------------------------------------
750
----------------------------------------
*/

@media screen and ( min-width: 751px ) {

#wrapper{
	padding-top:0 !important;
}
.pc{
	display:block !important;
}
.sp{
	display:none !important;
}

}
/*
----------------------------------------
1080
----------------------------------------
*/

@media screen and ( max-width: 1080px ) {


#tel-top .flex,
.tel-bnr-1{
width: 95%;
margin: 0 auto;
}
#tel-top{
	width:100%;
}

#header .part.flex {
    justify-content: right;
	flex-wrap: nowrap;
}
#header .part .box {
    width: auto;
}
#header .h-txt {
    font-size: 1.1rem;
    width: 20%;
}
#header .logo {
    width: 30%;
}
#header .h-txt br,
#header .btn a span {
	display:none;
}
#header .btn a i {
    margin-right: 0;
    font-size: 2.6rem;
}
#wpadminbar {
	top: inherit !important;
	bottom: 0 !important;
}
	#container {
		display: block;
		padding-bottom: 30px;
	}

	#contents {
		width: 100% !important;
		padding: 0 20px !important;
	
	}

	#sidebar {
		width: 100% !important;
		padding: 0 !important;
	}

	footer .f-01{
	    flex-direction: column;
	}

	footer #bottom-nav div > ul.flex li {
    	width: 50%;
	}

	footer .f-01 > * {
		padding: 0 !important;
		text-align: center;
    	width: 100% !important;
	}

	footer .store-info{
		padding: 20px 0 !important;
	}
#head-contents-front {
    padding: 0 20px;
}
#head-contents-front .flex .box.pic div:before{
	bottom: -25px;
}
#head-contents-front #case-1 .box.pic div:before,
#head-contents-front #case-3 .box.pic div:before {
	left: -20px;
}
#head-contents-front #case-2 .box.pic div:before {
	right: -20px;
}
#s-contact, #s-company {
    display: none;
}

#head-contents .wrap{
	padding:0 20px;
}


}
/*
----------------------------------------
800
----------------------------------------
*/

@media screen and ( max-width: 800px ) {

.tel-bnr-1 .part.flex {
    padding: 15px;
}
.tel-bnr-1 .tel {
    width: 50%;
	padding: 0;
}
.tel-bnr-1 .tel p {
    font-size: 3.6rem;
    white-space: nowrap;
}
.tel-bnr-1 .tel p i {
    font-size: 2.7rem;
	left:-.5em;
	position:relative;
}
.tel-bnr-1 .ttl {
    width: 30%;
}
.tel-bnr-1 .ttl h3 {
    font-size: 1.8rem;
}
.tel-bnr-1 .ttl h3 span {
    font-size: 1.6rem;
}
.tel-bnr-1 .btn {
    width: auto;
}
.tel-bnr-1 .btn span{
    display: none;
}
.tel-bnr-1 .btn a i {
    margin-right: 0;
    font-size: 2.6rem;
}

}
/*
----------------------------------------
750
----------------------------------------
*/

@media screen and ( max-width: 750px ) {

	figure img{
	width:100%;
	}

.pc{
	display:none !important;
}
.sp{
	display:block !important;
}
#page-top{
	display:none;
}
#head-contents-front .flex .box.pic div:after {
	display:none;
}
.list-2 li {
    padding: 2px;
    line-height: .9;
}
#contents .post {
    padding: 20px
}
#case .staff-box {
    padding: 0;
}
#sidebar > .search-form {
    margin: 0 0 30px 0;
    position: relative;
    width: 90%;
    margin: 0 auto 30px;
}
#advantage .sec-04 .btn-01.center a {
    width: 100%;
    margin: 10px auto;
}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: transparent;
		border-bottom: none;
		z-index: 999999;
		padding-bottom: 0;
	}
	#header > .wrap {
		background:rgba(255,255,255,.9);
		border-bottom: solid 1px #ccc;
	}
	#header .logo {
		max-height: 60px;
		width:50%;
		text-align: left;
	}
	#header .logo a{
		display: block;
	}

	#header .logo img {
		height: 100%;
		max-height: 60px;
		max-width: 267px;
	}

	#header .h-txt,
	#header .part,
	#header .bnr {
		display: none;
	}

	/* sp-btn */

	#sp-btn {
		display: block;
		width: 45px;
		height: 42px;
		padding: 12.5px;
		border: solid 1px #ccc;
		box-sizing: border-box;
		margin: 0 7.5px 10.5px !important;
		text-align: center;
	}

	#sp-btn div,
	#sp-btn a span {
		display: inline-block;
		box-sizing: border-box;
		transition: all .5s;
	}

	#sp-btn div {
		position: relative;
		width: 20px;
		height: 16px;
		top: -3px;
		left: -1px;
	}

	#sp-btn div span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #000;
	}

	#sp-btn div span:nth-of-type(1) {
		top: 0;
	}

	#sp-btn div span:nth-of-type(2) {
		top: 7px;
	}

	#sp-btn div span:nth-of-type(3) {
		bottom: 0;
	}

	#sp-btn p {
		font-family: 'Roboto Slab', serif;
		font-size: 1.1rem;
		line-height: .9;
		text-transform: uppercase;
		margin: 0;
	}

	#sp-btn.active{
		background-color:#003670;
		z-index: 99999999;
	}

	#sp-btn.active span{
		background-color:#fff;
	}

	#sp-btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
		top: -2px;
	}
	#sp-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sp-btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
		bottom: -2px;
	}

	/* g-anv */

	#g-nav {
		padding: 1px 0;
		background:#183e73;
		z-index: -99999;
	    position: fixed;
	    top: -200%;
	    left: 0;
	    width: 100%;
	}

	#g-nav.active {
		z-index: 1000000;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
    	height: 100%;
    	display: table !important;
		box-sizing: border-box;
	padding: 5%;
	}

	#g-nav.active > ul.wrap {
		display:table-cell;
		vertical-align:middle;
		width:100%;
		height:100%;
	}

	#g-nav > ul.wrap {
		flex-direction: column;
	    width: 90%;
	    margin: 5% auto;
	    border: 1px solid #eee;
		background:#fff;
	}

	#g-nav > ul > li {
		display: block;
		width: 100%;
		border: none;
		border-bottom: none;
	}
	#g-nav > ul > li a{
		font-size: 1.4rem;
	}
	#g-nav > ul > li:before {
		display: none;
	}

	/* sub-menu */

	#g-nav li ul {
		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		transition: all 0s;
	}

	#g-nav li a[href='#'] {
		background: #333;
		position: relative;
	}

	#g-nav li a[href='#']:after {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 2rem;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate( 0, -50% );
	}

	#g-nav li a[href='#'].active:after {
		content: '\f106';
	}

	#g-nav li:last-child ul {
		left: 0;
	}

	#g-nav li:hover ul {
		top: 0;
	}

	#g-nav li ul li {
		border-top: solid 1px #ccc;
		border-bottom: 0;
	}

	#g-nav li ul li:first-child {
		border-top: 0;
	}

	#g-nav li ul a {
		text-align: center;
		white-space: normal;
		background: #555;
		color: #fff;
	}

	#g-nav li ul a:hover {
		background: #777;
	}

	#page-ttl .box h2 {
		font-size: 2.2rem;
	}

	#page-ttl .box h2.futura {
		font-size: 3.2rem;
	}

	#contents h1 {
		font-size: 2.1rem;
	}

	#contents h2 {
		font-size: 2rem;
	}

	#contents h3 {
		font-size: 1.9rem;
	}

	/* layout */

	html {
		margin-top: 0 !important;
	}

	#wrapper {
		padding-top: 93px;
	}

	#container {
		display: block;
		padding-bottom: 30px;
	}

	#contents {
		width: 100% !important;
	}

	#contents section {
		margin-bottom: 20px;
	}

	#sidebar {
		width: 100% !important;
		padding: 0 !important;
	}

	#sidebar .back-link a {
		margin-bottom: 0;
	}

	#sidebar .bnr,
	#sidebar .part {
		display: none;
	}

	#bottom-nav {
		display: none;
	}

	footer .wrap {
		padding: 20px 10px;
	}

	footer .store-info {
		max-width: 100%;
	}

	footer .flex {
		flex-direction: column;
		margin: 0;
	}

	footer .store-img {
		max-width: 100%;
		padding-bottom: 0;
	}

	.copyright {
		padding: 20px 20px 100px 20px;
	}

	#bottom-fix {
		width: 100%;
		left: 0;
		right: auto;
		bottom: 0;
		align-items: center;
		background: #fafafa;
		z-index:1;
	}

	#bottom-fix .tel {
		display: block;
		margin: 0 auto;
		box-sizing: border-box;
		font-size: 1.3rem;
		width: 100%;
	    height: 60px;
    	line-height: 60px;
	}

	#bottom-fix .tel a {
		display: block;
		width: 100%;
	    height: 60px;
    	line-height: 60px;
	}

	#bottom-fix .tel span {
		display: block;
		font-size: 3rem;
	}

	#bottom-fix .tel span:before {
		font-family: 'FontAwesome';
		content: '\f095';
		font-size: 2.8rem;
		margin-right: 5px;
    	transform: rotate(25deg);
	}

	#bottom-fix .contact {
		display: block;
	}

	#bottom-fix .contact a,
	#page-top a {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 3rem;
	}


#bottom-fix {
	padding:10px;
	align-items: center;
	box-sizing: border-box;
	z-index:10000;
}

#bottom-fix .contact,
#bottom-fix .tel {
	width: 50%;
	padding: 0 5px;
	height: auto;
	line-height: inherit;
	box-sizing: border-box;
}

#bottom-fix .tel span {
    display: inline-block;
    font-size: 2rem;
}
#bottom-fix .tel span:before {
    font-size: 2.2rem;
    transform: rotate(-25deg);
	vertical-align: middle;
}
#bottom-fix .tel a,#bottom-fix .contact a {
    display: inline-block;
    width: 100%;
    height: 45px;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    border-radius: 2em;
    text-align: center;
    border: 2px solid #333;
    line-height: 45px;
    font-size: ;
}
#bottom-fix .contact a {
	line-height:35px;
    background: #000;/*
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    border-radius: 2em;
    text-align: center;
    border: 2px solid #333;
    line-height: 1.3;
    font-size: ;
	vertical-align: middle;*/
}
#bottom-fix .contact a span {
    font-size: 1.5rem;
    vertical-align: middle;
    line-height: 35px;
}
#bottom-fix .contact a i{
    font-size: 1.8rem;
	line-height:35px;
	margin-right:5px;
	vertical-align: middle;
}

	#head-contents .flex {
	    align-items: left;
	    flex-direction: column;
	}
	
	#head-contents .flex > p {
		padding: 0;
		width: 100%;
		padding: 10px 20px;
	}
	/* heading-01 */

	.contents .heading-01 {
		font-size: 2.1rem;
	}


	/* heading-02 */

	.contents .heading-02 {
		font-size: 3rem;
	}

	/* heading-03 */

	.contents .heading-03 {
    	font-size: 2rem !important;
	}

	/* column */

	.flex .box.pic {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.flex.reverce .box.pic {
		padding: 0;
	}

	.flex .box.txt {
		width: 100%;
	}

	.flex.box-02 .box,
	.flex.box-03 .box,
	.flex.box-04 .box,
	.flex.box-05 .box,
	.flex.box-06 .box {
		width: 100%;
	}

	/* flow */

	.flow.flex .box {
		padding: 30px 0 0 0;
		margin-top: 30px;
	}

	.flow.flex .box:first-child {
		padding: 0;
		margin-top: 0;
	}

	.flow.flex .box:before {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 4rem;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate( -50%, -50% );
	}

	/* slider */

	.slider.thumb-slider {
		margin: 30px 0 0 0;
	}

	.slider figure {
		line-height: .8;
	}

	.slider.thumb-slider + .thumb figure {
		padding: 3px 2px;
	}



	/* bnr */

	#contents .bnr {
		display: block;
	}

	#contents .bnr figure {
		padding: 0;
	}

	/* post */

	#contents .post {
		padding: 20px 20px 10px 20px;
		margin-bottom: 20px;
	}

	.post .flex {
		flex-direction: column;
	}

	.post .flex > .thumb {
		width: 100%;
		padding: 0;
	}

	.post .flex > .thumb + .txt {
		width: 100%;
	}

	.post .flex > .txt p {
		margin-bottom: 10px;
	}

	.post .more a {
		display: block;
		text-align: center;
		padding: 2px 25px;
	}

	.post-nav {
		flex-direction: column;
		margin: 20px 0;
	}

	.post-nav a img,
	.post-nav .back-link {
		display: none;
	}

	.post-nav .prev, .post-nav .next {
		width: 100%;
	}

	.post-nav .prev a, .post-nav .next a {
		box-sizing: border-box;
		background: #fafafa;
		padding: 10px 3rem;
		margin: 5px 0;
		border-radius: 5px;
	}

	.post-nav .prev a:before {
		left: 10px;
	}

	.post-nav .prev a:hover:before {
		left: 5px;
	}

	.post-nav .next a:before {
		right: 10px;
	}

	.post-nav .next a:hover:before {
		right: 5px;
	}

	/* contact */

	#contact #contents .tel {
		display: block;
		text-align: center;
		line-height: 1;
		/*margin-top: 40px;*/
	}

	#contact #contents .date {
		display: block;
		text-align: center;
		border: none;
		margin: 0;
	}

#tel .tel-bnr-1 .tel span {
    background: #f1f1f1;
}
#tel .tel-bnr-1 .tel > * {
    margin: 1px 0 !important;
}
	#contact .form-table tr {
		display: flex;
		flex-direction: column;
	}

	/* faq */

	#faq-menu.flex {
		flex-direction: column;
	}

	#faq-menu.flex .box {
		width: 100%;
	}

	/* voice */

	#voice .faq-list {
		margin: 20px 0 0 0;
		padding: 0;
		background: transparent;
	}

	.faq-01 dt:before, .faq-01 dd:before {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
	}

	.faq-01 dt {
		font-size: 1.8rem;
		padding-left: 4rem;
	}

	.faq-01 dd {
		padding-left: 4rem;
	}

	/* case */

	#case .case-box {
		margin-bottom: 20px;
	}

	#case .case-box h2 {
		font-size: 2.1rem;
		margin: 10px 0;
	}

	#case .case-box .read br {
		display: none;
	}

	#case .staff-box .pic {
		width: 100%;
		text-align: center;
	}

	#case .staff-box .txt {
		width: 100%;
		margin-top: 15px;
	}

	#case .staff-box .txt::after {
		position: absolute;
		left: 50%;
		top: -25px;
		border-bottom: 15px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		transform: translateX( -50% );
	}

	#advantage-01 .title-box,
	#advantage-02 .title-box,
	#advantage-03 .title-box{
		flex-direction: title-box;
	}
	#advantage-01 .box-02 .ttl,
	#advantage-02 .box-02 .ttl,
	#advantage-03 .box-02 .ttl {
    	width: 100%;
    	padding: 10px 0;
	}
	#advantage-01 .box-02 .cont,
	#advantage-02 .box-02 .cont,
	#advantage-03 .box-02 .cont {
    	width: 100%;
    	padding: 10px 0;
	}
	#advantage-box #contents h2 {
   		font-size: 2rem;
    	margin: 40px auto;
	}
	#advantage-box h2 .helvetica {
    	font-size: 4rem;
	}
.list-3 li {
    width: 100%;
}
#advantage-box ul li a {
    display: flex;
	width: 100%;
	max-width: 100%;
}
#advantage-box ul li a div{
	width:45%;
}
#advantage-box ul li figure {
    position: relative;
    line-height: 1;
    width: 55%;
}
#advantage-box ul li figure img{
	display:block;
}
#advantage-box ul li figure:before {
    bottom: 50%;
    left: -15px;
    margin-left: 0;
    margin-bottom: -28px;
}

#top #contents {
    width: 100% !important;
    padding: 0 !important;
}
.top-box-list > section h2 span,
#top #other .ov-box h2 span {
    font-size: 9.8rem;
}
.top-box-list > section h2 {
	font-size:1.7rem !important;
}

#head-contents .flex > .heading-01 {
    width: 100%;
	padding: 10px;
	line-height: 1.4;
	font-size: 2.2rem;
}
#head-contents .flex > p {
    padding: 0;
    width: 100%;
    padding: 12px 20px;
    font-size: 1.5rem;
    box-sizing: border-box;
    text-align: left;
}
#head-contents-front .flex .box.pic {
    width: 50%;
}
#head-contents-front .flex .box.txt {
    width: 50%;
}
#other .sec-01 {
    margin-bottom: 30px;
}
#other .sec-01 .flex .box{
	margin-bottom: 30px;
}
#other .sec-01 .flex figure {
	height:140px;
	overflow:hidden;
	position:relative;
}

#other .sec-01 .flex figure img{
	position:absolute;
	top:-25%;
	left:0;
}
#other .sec-01 .flex .btn-01 {
	bottom: -10px;
}
#other .sec-01 .flex .btn-01 br{
	display: none;
}
#other .sec-01 .flex.box-03 .btn-01 a {
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 15px;
    width: 100%;
}
#about .sec-03 .flex.box-02 figure{
	height: 120px;
	overflow: hidden;
}
#about .sec-03 .flex.box-02 h3 {
    font-size: 1.8rem;
	top:0;
    padding-left: 62px;
    margin-top: 1em;
}
#about .sec-03 .flex .box .num {
	font-size: 7.2rem;
}


}
/*
----------------------------------------
640
----------------------------------------
*/

@media screen and ( max-width: 640px ) {

#head-contents-front #case-2 h3 span {
    left: inherit;
    right: 0;
}
#head-contents-front .case-box {
    margin-bottom: 0;
}
#head-contents-front .flex{
	flex-direction: column;
}
#head-contents-front .flex .box.pic,
#head-contents-front .flex .box.txt{
	width:100%;
}
#head-contents-front #case-1 .box.pic div:before,
#head-contents-front #case-2 .box.pic div:before ,
#head-contents-front #case-3 .box.pic div:before {
    width: 100%;
    box-sizing: content-box;
    padding: 0 20px;
    height: 80%;
    bottom: -10px;
}
#head-contents-front #case-1 .box.pic div:before,
#head-contents-front #case-3 .box.pic div:before {
    left: -20px;
}
#head-contents-front #case-2 .box.pic div:before {
    right: -20px;
}
#head-contents-front #case-1 .box.txt:before,
#head-contents-front #case-2 .box.txt:before,
#head-contents-front #case-3 .box.txt:before {
    left: inherit;
    border-left: none;
    bottom: 0;
    right: 0;
    border-right: 2px solid #eee;
}
#head-contents-front .flex h3 span {
    font-size: 10.3rem;
	top: 8px;
}
#head-contents-front .flex h3 span i {
    font-size: 4rem;
    line-height: 1.8rem;
}
.top-box-list > section h2 span {
    top: 0px;
    right: -2px;
}
.top-box-list > section h2 span,
#top #other .ov-box h2 span {
    font-size: 7.8rem;
}
.top-box-list > section h2 span,
#top #other .ov-box h2 span {
    font-size: 8.8rem;
}
.top-box-list > section h2 {
	font-size:1.5rem !important;
}
.top-box-list::before {
    width: 2px;
    top: 120px;
    left: 15px;
}
#other .ov-box h2 span {
    font-size: 4.8rem;
}
#other .ov-box h2 {
    font-size: 1.4rem;
}
#other .ov-box {
    padding: 20px 10px;
}
#other .ov-box .flex-top {
    padding: 0 5px;
    margin-bottom: 5px;
}
#other .ov-box .fig h3 {
	font-size:1.6rem;
}
#other .ov-box .fig h3 i {
    font-size: 1.4rem;
}

#other .ov-box .flex{
    flex-direction: column;
}
#other .ov-box .flex .box {
    width: 100%;
    display: flex;
    padding: 10px 0px;
}
#other .ov-box .flex .box > *{
	padding:0 5px;
	width: 50%;
}
#other .ov-box .flex .box .fig h3 {
    font-size:1.3rem;
}

#other .ov-box .flex .box.txt > * {
    width: 100%;
}
#other .ov-box .flex .box.pic {
}
#other .ov-box .flex .box.pic {
	padding: 0;
	margin: 0;
	width: 50%;
	max-width:200px;
}
#tel-top {
    padding: 30px 0px;
}
#tel-top h2 {
    padding: 0 20px;
}

#top .slick-dots {
    bottom: 5px;
}
#top .slick-dots li,
#top .slick-dots li button {
    width: 40px;
}
footer .store-img figure {
    max-width: 267px;
    margin: 0 auto;
}
#advantage-box ul li a {
    display: block;
}
#advantage-box ul li figure,
#advantage-box ul li a div{
	width:100%;
}
#advantage-box ul li figure {
    height: 140px;
}
#advantage-box ul li.num-01 figure {
	background:url(../img/top/img-adv-01.png) no-repeat 50% 50%;
	background-size:cover;
}
#advantage-box ul li.num-02 figure {
	background:url(../img/top/img-adv-02.png) no-repeat 50% 50%;
	background-size:cover;
}
#advantage-box ul li.num-03 figure {
	background:url(../img/top/img-adv-03.png) no-repeat 50% 50%;
	background-size:cover;
}
#advantage-box ul li figure img{
	display:none;
}
#advantage-box ul li figure:before{
	bottom: -24px;
	left: 50%;
	margin-bottom:0;
	margin-left: -24px;
}
#top .slick-dots {
    bottom: -35px;
}
#top .slick-dots li button{
	background:#eee;
}

#top #faq-box {
	padding: 0 20px;
}

.tel-bnr-1 .ttl:before {
	display:none;
}
.tel-bnr-1 .part.flex {
    padding: 15px;
	width:100%;
    flex-direction: column;
}
.tel-bnr-1 .ttl,
.tel-bnr-1 .tel,
.tel-bnr-1 .btn {
    width: 100%;
}
.tel-bnr-1 .tel{
	padding: 10px;
}
.tel-bnr-1 .btn span{
    display: inline-block !important;
	text-align: center;
}
.tel-bnr-1 .ttl h3{
	text-align:center;

	color: #333;
	background: none;
	padding: 0px 15px 18px 15px;
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
}
.tel-bnr-1 .ttl h3:after{
	content:"";
	display:block;
	width:78px;
	height:3px;
	background:#183e73;
	margin:12px auto 0 auto;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-39px;
	z-index:2;
}
.tel-bnr-1 .ttl h3 span {
    display: none;
    margin-left: 5px;
}
.tel-bnr-1 .btn a i {
    margin-right: 8px;
    font-size: 2rem;
    display: inline-block;
}
#tel .tel-bnr-1 {
	margin:0 auto 45px;
}
#tel .tel-bnr-1 .tel,
#tel .tel-bnr-1 .btn{
	padding:0;
}
#tel .tel-bnr-1 .tel p {
    margin: 0 !important;
}
#tel .tel-bnr-1 .ttl{
    display: none;
}
#tel .tel-bnr-1 .btn p{
	text-align:center;
	background:#eee;
}
#tel .tel-bnr-1 .part.flex{
	border:none;
	padding:0;
}

}
/*
----------------------------------------
480
----------------------------------------
*/

@media screen and ( max-width: 480px ) {

	.list-3 li {
	    width: 100%;
	}
#page-ttl {
    background-size: auto 210px;
    padding: 20px 0;
}
#page-ttl .box {
    padding: 10px 40px;
}
.top-box-list > section h2 span,
#top #other .ov-box h2 span {
    font-size: 4.8rem;
}
#top #other .ov-box h2 {
    top: -1em;
}
.top-box-list > section h2 {
	font-size:1.3rem !important;
}
#top #other .ov-box {
    padding-top: 2em;
    margin-top: 30px;
}
.top-box-list > section {
    margin-bottom: 20px !important;
}
#other .ov-box .flex .box.txt > * {
    width: 100%;
}
#other .ov-box .flex .box.pic {
}
#other .ov-box .flex .box.pic {
	padding: 0;
	margin: 0;
	width: 80%;
}
.contents .heading-ttl{
	margin-bottom:30px;
}
.table-03 tbody,
.table-03 tr,
.table-03 th,
.table-03 td{
	display:block;
	width:100% !important;
	box-sizing:border-box;
}
/*
#contact #contents .tel {
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 0;
}
*/

#melit-list .heading-06{
	font-size: 2.2rem;
}
#melit-list .heading-06 i{
	font-size: 3.2rem;
}
#melit .demelit-list li br{
	display:none;
}
#melit #contents > section .flex .box.pic,
#melit #contents > section .flex .box.txt {
	width:100%;
}
#melit-list,
#melit-list .heading-06,
#melit-1,
#melit-2,
#melit-3{
	margin-bottom:0 !important;
}
#melit-4{
	margin-bottom:45px !important;
}
#melit .melit-list, #melit .demelit-list {
    padding: 10px 20px;
}
#melit .melit-list li,
#melit .demelit-list li {
    font-size: 1.6rem;
    position: relative;
    padding-left: 5rem;
    min-height: 52px;
    margin: 10px 0;
}
#melit .melit-list li i, #melit .demelit-list li i {
    font-size: 4rem;
    margin-top: -.5em;
}
.table-01{
	display: block;
    background: #c0b283;
    width: 100%; 
}
.table-01 tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    background: #fff;
}
.table-01 thead{
    display: block;
    float: left;
    overflow-x: scroll;
}
.table-01 thead th, .table-01 thead td {
    color: #fff;
    background: #000;
    text-align: center;
    display: block;
    width: auto;
}
.table-01 tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
.table-01 tbody td{
	position:relative;
    background: #fff;
    display: block;
	border-right:1px solid #ccc;
  }
.table-01 tbody td:before{
	content:"";
	width:1px;
	height:100%;
	background:#ccc;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
.table-01 tbody td br{
	display:none;
}
.table-01 tbody::-webkit-scrollbar{ 
    height: 5px;
}
.table-01 tbody::-webkit-scrollbar-thumb{ 
    background: #c0b283;
    border-radius: 10px;
}
.table-01 tbody::-webkit-scrollbar-track-piece:start{
    background: #c0b283;
}
.table-01 tbody::-webkit-scrollbar-track-piece:end{
    background: #f7f7f7;
}
}