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

	/*************************** E-01. 枠組共通 *********************/
	#container {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	#wrapper {
		width: 100%;
		margin: 0 auto;
	}

	.pc {
		display: none;
	}

	.sp {
		display: inherit;
	}

	.iframe-content {
		position: relative;
		width: 100%;
		padding: 75% 0 0 0;
	}

	.iframe-content iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	main>article>section {
		margin-top: 50px;
	}

	/*************************** E-02. header ************************/
	/*************************** E-03. nav ***************************/
	/*************************** E-04. main共通 **********************/
	.more a {
		margin-top: 10px;
		display: inline-block;
		text-align: center;
		width: 225px;
		font-size: 1.4rem;
		font-weight: 500;
		padding: 16px 10px 14px;
		border: 1px solid #405356;
		border-radius: 15px;
		transition: .3s;
	}



	.conversion a {
		padding: 2.8rem 0;
		font-size: 2.8rem;
	}

	.miniConversion {
		width: 100%;
	}

	.miniConversion a {
		padding: 2.0rem;
		font-size: 2.0rem;
	}

	div.largeT table thead {
		display: none;
	}

	div.largeT table tbody tr {
		background: #fff;
	}

	div.largeT table tbody th {
		background: #f0f2f4;
		display: block;
		border: none;
	}

	div.largeT table tbody td {
		display: flex;
		border-left: none;
		border-right: none;
	}

	div.largeT table tbody td::before {
		content: attr(data-label);
		font-weight: bold;
		flex-shrink: 0;
		margin-right: 1.6rem;
	}

	div.largeT table tbody td:last-child {
		padding-bottom: 4rem;
	}

	dl.table dt {
		width: auto;
		float: inherit;
		padding: 15px 0 0;
		color: #666;
	}

	dl.table dd {
		border-bottom: 1px solid #ddd;
		padding: 5px 0 15px;
	}

	.flex-container-four>* {
		width: 48%;
		margin: 0 1% 3%;
	}

	.related-article-container {
		flex-direction: column;
	}

	.related-article-box {
		width: 100%;
		margin-bottom: 3rem;
	}

	.related-article-box div.img img {
		width: 18rem;
		height: 12rem;
	}

	.related-article-box div.txt {
		width: calc(100% - 19rem);
	}

	div.leftImg .img,
	div.rightImg .img {
		float: inherit;
		margin: 0 auto 1rem;
		width: 60%;
	}

	.page-parent li {
		min-height: 14.0rem;
	}

	.page-parent li a {
		font-size: 2.0rem;
	}

	.flow-section-container {
		background: none;
	}

	.flow-section-container section {
		width: 100%;
	}

	.flow-section-container section:not(:last-child) {
		background: url(/images/icons/flow-bottom-start-gray.svg) no-repeat center bottom;
		padding-bottom: 5rem;
		background-size: 15rem;
	}

	.flow-section-container section:nth-child(odd) {
		margin-left: 0;
	}

	/*************************** E-05. h1, h2見出し ***************************/
	h2 {
		padding-top: 16px;
		margin-bottom: 24px;
	}

	h2 span {
		margin-top: 8px;
	}

	/*************************** E-06. breadcrumb ***************************/
	.breadcrumb {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		height: 30px;
		padding: 8px 1%;
		margin-top: 5px;
	}

	.breadcrumb::-webkit-scrollbar {
		height: 5px;
	}

	.breadcrumb::-webkit-scrollbar-track {
		background: #eee;
	}

	.breadcrumb::-webkit-scrollbar-thumb {
		background: #999;
	}

	/*************************** E-07. pager backnumber等 **************/
	.pager ul.direct {
		padding: 16px 0 0;
		clear: both;
	}

	/*************************** E-08. aside ***************************/
	aside {
		width: 100%;
		padding: 0;
		float: inherit;
		clear: both;
	}

	aside nav>ul>li {
		width: 100%;
		margin: 10px 0;
	}

	aside nav ul li ul {
		margin-left: 10px;
		padding-left: 10px;
	}


	/*************************** E-09. footer *************************/
	.contigo {
		padding: 0 0 1rem;
		width: 100%;
	}

	.contigo a {
		width: 100%;
	}

	.contigo svg {
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}


	/*************************** E-10. toppage ************************/
	.scrolldown {
		top: 60%;
	}

	@keyframes arrowmove {
		0% {
			top: 60%;
		}

		50% {
			top: 63%;
		}

		100% {
			top: 60%;
		}
	}


	.scrolldown span {
		bottom: -63px;
		font-size: 1.2rem;
	}

	.scrolldown:before {
		border-right: solid 7px transparent;
		border-top: solid 15px #405356;
	}

	.scrolldown:after {
		height: 75px;
	}



	.top-02 p {
		width: 88vw;
	}

	.top-02-bg01 {
		background-position: 0 396px;
		background-size: 33%;
	}

	.top-03-container section {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.top-03-container section div.img {
		width: 38%;
		margin-right: 2%;
	}

	.top-03-container section div {
		width: 60%;
	}

	.top-04-bg01 {
		background-position: right 232px;
		background-size: 40%;
	}

	.top-05-container section {
		position: relative;
		padding: 0 32px;
		margin-bottom: 90px;
	}

	.top-05 h3 {
		padding-top: 20px;
		position: absolute;
		top: 37%;
		left: -14%;
		transform: rotate(-50deg);
	}

	.top-05 h3::before {
		transform: skew(40deg);
	}

	.top-05 li {
		line-height: 2;
	}

	.top-05-bg01 {
		background-position: 0 1055px;
	}


	.top-05-bg02 {
		background-position: right 1250px;
		background-image: url(../images/img/top_img11.png);

	}

	.top-05-bg03 {
		background-position: right 1272px;
		background-size: 36%;
	}

	/*************************** E-11. form ***************************/
	form dl {
		border: none;
	}

	form dl dt {
		float: none;
		width: auto;
		min-height: auto;
		justify-content: flex-start;
	}

	form dl dd {
		padding: 0 0 15px 0;
	}

	form dl dd:last-child {
		border: none;
	}

	form span.required,
	form span.will {
		margin-left: 5px;
		margin-right: 0;
	}

	form dl textarea {
		width: 100%;
		height: 100px;
	}

	form dl label input {
		width: 22px;
	}

	form .submit {
		margin-top: 20px;
	}


	/*************************** E-12. レギュレーション *************************/
	pre.show {
		white-space: pre-line;
	}

	.regulation-color-container ul li {
		width: 48%;
	}

	/*************************** E-13. 検索結果 ***********************/

	/*************************** E-14. 内部ページ ***************************/


	/*B-14-1 エリア*/
	.area-map>ul>li {
		display: block;
		text-align: center;
	}

	.area-map>ul>li>a {
		display: block;
		width: 100%;
	}

	.area-map>ul>li>a::after {
		border-top: 10px solid #f0f0f0;
		/*底辺*/
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		top: inherit;
		left: 50%;
		right: inherit;
		bottom: -20px;
		transform: translateX(-50%);
	}

	.area-map>ul>li>ul {
		padding-left: 0;
	}

	.area-cities-container {
		margin: 0 -1%;
	}

	.area-cities-container ul {
		width: 48%;
		margin: 0 1% 3%;
	}

	.area-map-chomei li {
		width: 31.3333%;
		margin: 0 1% 3%;
	}


	.search_btn input {
		padding: 2.0rem;
		font-size: 2.0rem;
	}

	.search_btn {
		width: 100%;
	}
}

/* max-width */