@charset "UTF-8";

@import url("main_pc.css");



@media all and (max-width:1200px) {
	.container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.main-menu-list {
		margin-bottom: 1.875rem
	}

	.main-menu-list > li {
		margin-right: 1%;
		width: 15%;
	}

	.main-menu-list > li > a > img {
		max-width: 8.75rem;
	}

	

}
@media all and (max-width:1024px) {

	.word-main-slogan {
	color: #fff;
	padding: 0 1.5rem;
	}

	.word-main-slogan .type01 {
		font-size: 1.5rem;
		line-height: 1.85rem;
		font-weight: 700;
		margin-bottom:0.85rem;
	}

	.word-main-slogan .type02 {
		font-size: 1rem;
		line-height: 1rem;
		font-weight: 400
	}

	.word-main-slogan .type03 {
		font-size: 0.75rem;
		line-height: 1rem;
		font-weight: 500;
		color: #fff;
		opacity:0.6;
	}


	.main-word-slogan {
		text-align: center;
		padding: 0 0.9375rem 3.375rem 0.9375rem;
		margin-bottom: 1.875rem;
		background: url(../img/main/icon_arrow_down03@2x.png) no-repeat center bottom;
		background-size: 2.188rem 2.188rem;
		word-break: keep-all;
	}

	.main-word-slogan .type01 {
		position: relative;
		display: inline-block;
		color: #929292;
		font-weight: 700;
		font-size: 0.8125rem;
		line-height: 0.9375rem;
		padding-top: 0.9375rem;
		padding-right: 0.9375rem;
		margin-bottom: 0.625rem;
		background: url(../img/icon_bullet01.gif) no-repeat right 25%;
		background-size: 0.6875rem 0.6875rem
	}

	.main-word-slogan .type02 {
		font-size: 1.438rem;
		line-height: 1.75rem;
		font-weight: 700;
		color: #676e74;
		letter-spacing: -1px;
	}

	.main-word-slogan .type02 > strong {
		color: #083e69
	}

	.main-word-slogan .type03 {
		color: #c2c2c2;
		font-size: 0.6875rem;
		line-height: 1rem;
		font-weight: 500;
		margin-top:0.5rem;
	}


	.main-contents02 {
		width: 100%;
		padding: 2rem 0.9375rem 2rem 0.9375rem;
	}

	.main-board-wrapper {
		width: 100%;
		display: block;
		margin-bottom: 1.875rem;
	}

	.main-board-wrapper > ul {
		position: relative;
		padding: 1.875rem 0 0 0;
		margin-bottom: 0;
	}

	.main-board-wrapper > ul > li {
		display: block;
		width: 100%;
		padding: 0;
		position: static;
	}

	.main-board-wrapper > ul > li:nth-child(2) {
		float: none;
		position : static;
	}

	.main-board-wrapper > ul > li:hover > button {
	text-decoration: underline;
	}

	.main-board-wrapper > ul > li > button.active {
		color: #5d5d5d;
	}



	.main-board-wrapper > ul > li > button {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 5rem;
		color: #9b9b9b;
		font-size: 1rem;
		line-height: 1.25rem;
		padding: 0;
		padding-right: 1rem;
		background-color: transparent;
		background-image: url(../img/main/icon_bar04@2x.gif);
		background-size: 1px 0.6875rem;
		background-position: right center;
		background-repeat: no-repeat;
		border: 0;
		border-radius: 0;
		-webkit-appearance: none;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}

	.main-board-wrapper > ul > li:nth-child(2) > button {
		left: 5rem;
		padding: 0;
		padding-right:0;
		background: transparent;
	}

	.main-board-wrapper > ul > li:hover > button {
		text-decoration: underline;
	}

	.main-board-wrapper > ul > li > button.active {
		width: 6rem;
		font-size: 1.313rem;
		color: #5d5d5d;
		text-decoration: underline;
	}


	.main-board-wrapper > ul > li .btn-more {
		top: -0.9rem;
	}



	.main-board-wrapper .main-board-list {
		display: none;
	}

	.main-board-wrapper > ul > li > button.active + .main-board-list {
		display: block;
	}


	.main-board-list > ul {
		display: block;
	}	

	.main-board-list > ul > li {
		margin-top: 0.625rem
	}

	.main-board-list > ul > li > a {
		position: relative;
		display: block;
		padding-left: 0.625rem;
		padding-right: 4.063rem;
		background-image: url(../img/main/bul_type01@2x.gif);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 0.25rem 0.25rem;
	}

	.main-board-list > ul > li > a .title {
		display: block;
		color: #494949;
		font-size: 0.75rem;
		line-height: 0.9375rem;
		overflow: hidden; 
		text-overflow: ellipsis;
		white-space: nowrap; 
	}

	.main-board-list > ul > li > a .date {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		color: #939393;
		font-size: 0.75rem;
		line-height: 0.9375rem;
	}

	.main-board-list > ul > li > a:hover .title,
	.main-board-list > ul > li > a:focus .title,
	.main-board-list > ul > li > a:hover .date,
	.main-board-list > ul > li > a:focus .date {
		color: #000;
		font-weight: 500
	}


	.contact-wrapper {
		width: 100%;
	}

	.contact-wrapper > h2 {
		color: #5d5d5d;
		font-size: 1.313rem;
		line-height: 1.25rem;
		margin-bottom: 2rem;
		font-weight: 400;
	}




	

}
@media all and (max-width:768px) {



	#main-visual {
    position: relative;
    height: 25rem;
    padding: 2.813rem 0 0 0;
    background: url(../img/main/main-visual01_mobile.jpg) no-repeat center top;
    background-size: cover;
	}



	.main-menu-list > li {
		float: left;
		margin-top: 0.9375rem;
		margin-right: 5%;
		width: 30%;
	}

	.main-menu-list > li > a > strong {
	   font-size: 0.9rem;
	}

	.main-menu-list > li:nth-child(3n) {
		margin-right: 0;
	}

	

	

}
@media all and (max-width:480px) {
}


