@charset "utf-8";
/* CSS Document スマートフォン版 後続共通css*/
@media screen and (max-width: 750px) {
	* img {
		width: 100%;
		height: auto;
	}
	/*基本レイアウト*/
	#contents {}
	#main {
		width: 100%;
	}
	/*セクション*/
	#main section {
		padding: 30px 0;
	}
	/*本文内各種パーツ***********************/
	/*リスト*/
	#main ul {
		margin-bottom: 1em;
	}
	#main ul > li {
		list-style: disc;
		list-style-position: outside;
		margin-left: 2.0em;
	}
	#main ol {
		list-style-position: outside;
		margin-left: 2.0em;
		margin-bottom: 1em;
	}
	#main ol > li {
		list-style-type: decimal;
		list-style-position: outside;
		margin-left: 0;
	}
	#main .application_area ol {
		counter-reset: my-counter;
		list-style: none;
		margin-left: 0;
		padding: 0;
	}
	#main .application_area ol li {
		list-style: none;
		margin-bottom: 10px;
		padding-left: 30px;
		position: relative;
	}
	#main .application_area ol li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		display: block;
		position: absolute;
		top: 4px;
		line-height: 20px;
		margin-left: -26px;
		text-align: center;
		height: 20px;
		width: 20px;
		border-radius: 50%;
		border: solid 1px #000;
	}
	/*テーブル**********************************************/
	#main table {
		margin: 0 auto 0 auto;
		width: 95%;
		border-top: none;
		border-left: none;
		border-spacing: 0;
		border-collapse: collapse;
	}
	#main table th {
		display: block;
		margin-bottom: 10px;
		padding: 10px 0px 0 0px;
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #b16c25;
		white-space: nowrap;
		font-weight: normal;
		text-align: center;
		vertical-align: text-top;
	}
	#main table td {
		display: block;
		padding: 0 0px 10px 0px;
		width: 100%;
		border-right: none;
		border-bottom: none;
		vertical-align: text-top;
	}
	#main table th.center, #main table td.center {
		text-align: center;
	}
	#main table th.left, #main table td.left {
		text-align: left;
	}
	#main table th.right, #main table td.right {
		text-align: right;
	}
	#main table caption {
		margin-bottom: 8px;
		padding-left: 25px;
		background-color: #333333;
		color: #fff;
		font-weight: bold;
		text-align: left;
	}
	#main table table th {
		display: none;
		text-align: center;
	}
	#main table table td {
		width: auto;
	}
	#main table table td:nth-child(4) {
		margin-bottom: 10px;
		border-bottom: solid 1px #333;
	}
	#main table table td:nth-child(2), #main table table td:nth-child(4) {
		text-align: left;
	}
	#main table table td:nth-child(3) {
		text-align: left;
	}
	#main table table td.total {
		text-align: center;
		font-size: 2.5rem;
	}
	/*共通***********************/
	#main .inside {
		width: 90%;
	}
	#main h2 {
		margin-bottom: 25px;
	margin-left: 10px;
	padding-left: 50px;
	font-size: 1.6rem;
}
#main h2:before {
	left: -20px;
	transform: scale(0.8);
}
	#main h3 {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.7;
	}
	#main section .box .tit {
    font-size: 1.8rem;
	}
	#main section .box .cate {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80px;
		height: 40px;
		border: solid 1px #139a74;
		color: #139a74;
		font-weight: 400;
		font-size: 2.0rem;
	}
	#main section .box .name {
		font-size: 1.8rem;
		line-height: 1.7;
	}
	#main section .box .photo {
		position: relative;
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	#main section .detail_btn {
		width: 100%;
	}
	#main section .detail_btn a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 70px;
		height: 30px;
		padding: 2px 10px;
		background-color: #456aa9;
		border-radius: 20px;
		color: #fff;
		line-height: 0.9;
	}
	#main section .detail_btn a:hover {
		text-decoration: none;
		opacity: 0.85;
	}
	#main section .detail_btn a:after {
		content: "→";
		/*content: "▶";*/
		position: absolute;
		right: 6px;
		top: 10px;
		font-size: 1.0rem;
		font-weight: 700;
	}
	#main section.bg {
		height: 120px;
		background-position: center center;
		background-size: cover;
	}
	/*メインビジュアル***********************/
	.mainvisual {
		padding: 20px 0;
	}
	/*リード文*/
	#main section.lead_area .inside {
		width: 95%;
	}
	/*基本*/
	#main section.message_area .inside {
		width: 95%;
		margin: 0 auto;
	}
	#main section.message_area .box_area .box {
		display: block;
	}
	#main section.message_area .box_area .box .txt_area {
		display: flex;
		height: auto;
	}
	#main section.message_area .box_area .box .photo {
		width: 60%;
		margin: 20px auto 0 auto;
	}
	/*写真大*/
	#main section.message02_area {}
	#main section.message02_area .inside {
		width: 95%;
	}
	#main section.message02_area .box_area {
		display: block;
	}
	#main section.message02_area .box_area .box {
		/*width: 80%;*/
		margin: 0 auto 30px auto;
	}
	#main section.message02_area .box_area .box　.photo {
		width: 100%;
	}
	#main section.message02_area .box_area .box .photo {
		width: 100%;
}
	/*提言*/
	#main section.contribution_area {}
	#main section.contribution_area .inside {
		width: 95%;
	}
	#main section.contribution_area .box_area {
		display: block;
	}
	#main section.contribution_area .box_area .box {
		width: 100%;
		margin-bottom: 30px;
		padding: 15px;
	}
	#main section.contribution_area .box_area .box .tit {
		margin-bottom: 15px;
	}
	#main section.contribution_area .box_area .box .photo {
		width: 50%;
		margin: 0 0;
	}
	/*対談*/
	#main section.talk_area {}
	#main section.talk_area .inside {
		width: 95%;
	}
	#main section.talk_area .box_area .box {
		display: block;
		width: 100%;
	}
	#main section.talk_area .box_area .box .txt_area {
		display: block;
	}
	#main section.talk_area .box_area .box .txt_area .tit {
		margin-bottom: 0;
	}
	#main section.talk_area .box_area .box .photo {
		width: 100%;
		margin: 20px 0 0 0;
	}
	#main section.talk_area .box_area .box .txt_area .txt02 {
		display: block;
	}
	#main section.talk_area .box_area .box .txt_area .name02 {
		margin-right: 0;
		margin: 20px 0 20px 0;
	}
	/*現地レポート*/
	#main section.report_area {}
	#main section.report_area .inside {
		width: 95%;
		margin-bottom: -25px;
	}
	#main section.report_area .box_area {
		display: block;
	}
	#main section.report_area .box_area .box {
		width: 90%;
		margin: 0 auto 30px auto;
	}
	#main section.report_area .box_area .box .photo {
		width: 70%;
		margin-bottom: 10px;
	}
	#main section.report_area .box_area .box .txt_area .tit {
		margin: 10px 0;
		line-height: 1.2;
	}
	#main section.report_area .box_area .box .txt_area .cate {
		display: inline-flex;
		width: auto;
		height: 28px;
		margin-left: 0;
		padding: 0 20px;
		background-color: #139a74;
		color: #fff;
	}
	#main section.report_area .box_area .box .txt_area .detail_btn {
		justify-content: flex-end;
	}
	/*挑戦*/
	#main section.challenge_area {}
	#main section.challenge_area .inside {
		width: 95%;
	}
	#main section.challenge_area .box_area {
		display: block;
	}
	#main section.challenge_area .box_area .box {
		display: block;
	}
	#main section.challenge_area .box_area.first {
		padding-bottom: 45px;
	}
	#main section.challenge_area .box_area .box .txt_area {
		display: flex;
		justify-content: space-between;
		align-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
	}
	#main section.challenge_area .box_area .box .txt_area .txt {
		width: 100%;
	}
	#main section.challenge_area .box_area .box .txt_area .tit {
		width: 100%;
		margin-bottom: 0;
	}
	#main section.challenge_area .box_area .box .txt_area .detail_btn {
		display: flex;
		justify-content: flex-start;
	}
	#main section.challenge_area .box_area .box .photo_waku {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	#main section.challenge_area .box_area .box .photo {
		width: 48%;
		margin: 0;
	}
	#main section.challenge_area .box_area.second .box .photo {
		margin: 0;
	}
	#main section.challenge_area .box_area .box .txt_area .name {
		text-align: right;
	}
	#main section.challenge_area .box_area .box .txt_area .detail_btn {
		justify-content: flex-end;
	}
}