@charset "utf-8";
/* CSS Document */

/*
Theme Name: http://www./
Theme URI: http://www./
Description: /
Version: 1.0
Author: 足と靴の研究所
Author URI: http://www./
Tags: Original
*/

/*
:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
}
*/


body{
		background: #FAFBF0;
}

/* edit
----------------------------------------*/

#toparea{
		margin: 0;
		padding: 0 0 55px;

		background: url(../img/bg_toparea.jpg) no-repeat center bottom;
}
#toparea h2{
		margin: 0 auto 27px;
		padding: 0;
}

#toparea h2 img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

#toparea .txt{
		margin: 0 0 26px;
		padding: 0;

		text-align: center;
}
#toparea .txt img{
		display: inline;

		vertical-align: bottom;
}

#toparea .title_green {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: #007C34;
}

@media screen and (max-width: 767px) {
	#toparea .title_green {
		font-size: 20px;
	}
}

#toparea ul{
	display: flex;
	justify-content: center;
		zoom: 1;

		margin: 0 auto;
		padding: 0;
padding-top: 50px;
		width: 985px;
		min-height: 180px;
		max-width: calc(100% - 40px);
}

@media screen and (max-width: 500px) {
	#toparea ul {
		flex-direction: column;
		align-items: center;
	}
}

#toparea ul li{
		zoom: 1;
		padding: 0;

		width: 436px;
		max-width: 100%;

		list-style-type: none;
}

#toparea ul li:nth-child(2) {
	margin-left: 22px;
}

@media screen and (max-width: 500px) {
	#toparea ul li:nth-child(2) {
		margin-top: 20px;
		margin-left: 0;
	}
}

#toparea ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#toparea ul li img{
	display: block;

		margin: 0 0 5px;
width: 100%;
height: auto;
		vertical-align: bottom;
}
#toparea ul li span{
		display: block;

		margin: 0;
		padding: 0 2px;

		font-size: 14px;
		line-height: 160%;
}


#contents .section .edit_zone{
		padding: 30px 0 40px;
		background-color: #fff;
		border: solid 1px #eeeeee;
}

#contents .section .edit_zone .title{
		margin: 0 auto 30px;
		padding: 0;
		max-width: calc(100% - 40px);
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 20px;
		color: #007C34;
}
#contents .section .edit_zone h4 img{
		display: inline;

		vertical-align: bottom;
}

#contents .section .edit_zone p{
		clear: both;

		margin: 0 auto;
		padding: 0 2px;

		width: 656px;

		/* background: url(../img/bg_img01.jpg) no-repeat right bottom; */
}

@media screen and (max-width: 767px) {
	#contents .section .edit_zone p {
		padding: 0;
		width: calc(100% - 40px);
	}
}

#contents .section .edit_zone p span.bold{
		font-weight: bold;
}

#contents .section .edit_zone ul.support{
	display: flex;

		margin: 0 auto 20px;
		padding: 0;

		width: 660px;
		max-width: calc(100% - 40px);
		/* height: 128px; */
}

@media screen and (max-width: 660px) {
	#contents .section .edit_zone ul.support {
		flex-direction: column;
		align-items: center;
	}
}

#contents .section .edit_zone ul.support li{
	flex-shrink: 1;
		zoom: 1;

		float: left;

		margin: 0;
		padding: 0;

		min-width: 0;

		list-style-type: none;
}

@media screen and (max-width: 660px) {
	#contents .section .edit_zone ul.support li {
		width: 100%;
	}
}

#contents .section .edit_zone ul.support li.company{
		margin: 0 40px 0 0;
		padding-right: 40px;
		border-right: solid 1px #eeeeee;
}

@media screen and (max-width: 767px) {
	#contents .section .edit_zone ul.support li.company{
		margin: 0 20px 0 0;
		padding-right: 20px;
}
}

@media screen and (max-width: 660px) {
	#contents .section .edit_zone ul.support li.company {
		margin: 0 0 20px 0;
		padding-right: 0;
		padding-bottom: 20px;
		border-right: none;
		border-bottom: solid 1px #eeeeee;
	}
}

#contents .section .edit_zone ul.support li a {
	width: 100%;
}

#contents .section .edit_zone ul.support li img{
		display: inline;
		max-width: 100%;
		height: auto;

		vertical-align: bottom;
}
#contents .section .edit_zone ul.support:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
}

.title_color {
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: #054B94;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.title_color {
		font-size: 20px;
	}
}

.iframe-wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 746px;
	height: calc(746px / 1920 * 1080);
}

@media screen and (max-width: 786px) {
	.iframe-wrapper {
		width: calc(100vw - 40px);
		height: calc(calc(100vw - 40px) / 1920 * 1080);
	}
}

.iframe-wrapper iframe {
	display: block;
	width: 100%;
	height: 100%;
}