@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;
	padding-left: 20px;
	font-size: 1.6rem;
}
	#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 {
	}
	#main section .box .cate img {
		width: auto;
		height: 30px;
	}
	#main section .box .name {
		font-size: 1.8rem;
		line-height: 1.7;
		text-align: center;
	}
	#main section .box .photo {
		width: 60%;
	}
	#main section .detail_btn {
		display: flex;
		justify-content:center;
		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 .inside {
		width: 95%;
		margin: 0 auto;
	}
	#main section .box_area .box {
		display: block;
		width: 90%;
    margin: 0 auto 30px auto;
	}
#main section .box .detail {
	display: block;
}
	#main section .box_area .box .txt_area {
		height: auto;
	}
	#main section .box_area .box .photo {
		width: 60%;
		margin: 20px auto 0 auto;
	}
	#main section .box_area .box.wide .photo {
		width: 100%;
		margin: 20px auto 0 auto;
	}
}