@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
	#conts_top {
		width: 100%;
		clear: both;
		height: 524px;
		padding: 60px 0 64px;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #f7f7f7;
	}
	#conts_top .auto {
		width: 810px;
		display: table;
	}
	#conts_top .img {
		width: 255px;
		display: table-cell;
		vertical-align: middle;
		box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.22);
	}
	#conts_top .text_box {
		width: 515px;
		padding-left: 40px;
		display: table-cell;
		vertical-align: middle;
	}
	#conts_top .text_box h3 {
		font-size: 21px;
		line-height: 1.3;
		font-weight: bold;
		margin-bottom: 7px;
	}
	#conts_top .text_box .text {
		margin-bottom: 8px;
	}
	#conts_top .text_box .btn {
		width: 424px;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
	#conts_top .text_box .btn a {
		width: 100%;
		border: 1px solid #000000;
		color: #ffffff;
		background-color: #000000;
		padding: 25px 0 26px;
		background-image: url("../img/share/icon_04k.png");
		background-repeat: no-repeat;
		background-position: right 14px center;
		background-size: 10px;
		text-decoration: none;
		transition-duration: .3s;
	}
	#conts_top .text_box .btn a:hover {
		color: #000000;
		background-color: #ffffff;
		background-image: url("../img/share/icon_04.png");
	}
	.history_link {
		width: 420px;
		clear: both;
		padding-top: 110px;
		margin: 0 auto;
	}
	.history_link h4 {
		text-align: center;
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.history_link .btn {
		width: 100%;
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: normal;
		text-align: center;
		margin-bottom: 16px;
	}
	.history_link .btn a {
		width: 100%;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #b1b1b1;
		color: #000;
		background-color: #fff;
		padding: 14px 0 12px;
		background-image: url("../img/share/icon_01.png");
		background-repeat: no-repeat;
		background-position: right 14px center;
		background-size: 6px;
		text-decoration: none;
		transition-duration: .3s;
	}
	.history_link .btn a:hover {
		color: #fff;
		background-color: #b1b1b1;
		background-image: url("../img/share/icon_01w.png");
	}

	#conts_main {
		width: 100%;
		float: left;
		clear: both;
		padding-top: 94px;
		margin-bottom: 117px;
	}
	#conts_main .auto {
		width: 965px;
	}
	#conts_main .box {
		width: 100%;
		height: 360px;
		background-color: #ffffff;
		box-shadow: 0px 9px 42px 0px rgba(0, 0, 0, 0.06);
		margin-bottom: 40px;
		position: relative;
		transition-duration: .3s;
	}
	#conts_main .box:hover {
		box-shadow: 0px 9px 42px 0px rgba(0, 0, 0, 0.25);
	}
	#conts_main .box a {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		text-decoration: none;
	}
	#conts_main .box a:hover img {
		opacity: 1;
	}
	#conts_main .box:last-of-type {
		margin-bottom: 0;
	}
	#conts_main .box .img {
		width: 650px;
		vertical-align: middle;
	}
	#conts_main .box .text_box {
		width: 315px;
		vertical-align: middle;
		padding: 40px 37px 40px;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#conts_main .box:nth-of-type(2n) .img {
		order: 1;
	}
	#conts_main .box:nth-of-type(2n) .text_box {
		order: 0;
	}
	#conts_main .box .text_box .number {
		color: #f5f5f5;
		font-size: 70px;
		line-height: 1;
		letter-spacing: .05em;
		margin-bottom: 3px;
	}
	#conts_main .box .text_box .text {
		font-size: 18px;
		line-height: 35px;
	}
	#conts_main .box .label {
		position: absolute;
		top: 30px;
		right: -15px;
	}
	#conts_main .box:nth-of-type(2n) .label {
		right: auto;
		left: -24px;
	}
}
/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
	#conts_top {
		width: 100%;
		float: left;
		clear: both;
		padding: 36px 0 86px;
		margin-bottom: 60px;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #f7f7f7;
		position: relative;
	}
	#conts_top .auto {
		margin-bottom: 32px;
	}
	#conts_top .text_box {
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px;
	}
	#conts_top .text_box h3 {
		font-size: 1.6rem;
		line-height: 1.3;
		font-weight: bold;
		margin-bottom: 7px;
	}
	#conts_top .text_box .text {
		line-height: 1.5;
		margin-bottom: 8px;
	}
	#conts_top .text_box .btn {
		width: 90%;
		max-width: 284px;
		font-size: 14px;
		line-height: 1.3;
		text-align: center;
		position: absolute;
		bottom: 36px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	#conts_top .text_box .btn a {
		width: 100%;
		border: 1px solid #000000;
		color: #ffffff;
		background-color: #000000;
		padding: 15px 0 12px;
		background-image: url("../img/share/icon_04k.png");
		background-repeat: no-repeat;
		background-position: right 14px center;
		background-size: 10px;
		text-decoration: none;
		transition-duration: .3s;
	}
	#conts_top .text_box .btn a:hover {
		color: #000000;
		background-color: #ffffff;
		background-image: url("../img/share/icon_04.png");
	}
	.history_link {
		width: 90%;
		max-width: 350px;
		margin: 70px auto 0;
	}
	.history_link h4 {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 14px;
	}
	.history_link .btn {
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing: normal;
		display: block;
		text-align: center;
		margin: 0 auto 12px;
	}
	.history_link .btn a {
		width: 100%;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #b1b1b1;
		color: #000;
		background-color: #fff;
		padding: 12px 0 10px;
		background-image: url("../img/share/icon_01.png");
		background-repeat: no-repeat;
		background-position: right 14px center;
		background-size: 6px;
		text-decoration: none;
		transition-duration: .3s;
	}
	.history_link .btn a:hover {
		color: #fff;
		background-color: #b1b1b1;
		background-image: url("../img/share/icon_01w.png");
	}
	#conts_top .img {
		width: 30%;
		display: table-cell;
		vertical-align: top;
	}
	#conts_top .img img {
		width: 100%;
		max-width: 170px;
		margin: 0 auto;
	}
	#conts_main {
		width: 100%;
		float: left;
		clear: both;
		margin-bottom: 70px;
	}
	#conts_main .box {
		background-color: #ffffff;
		box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
		margin-bottom: 40px;
		position: relative;
		transition-duration: .3s;
	}
	#conts_main .box:hover {
		box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
	}
	#conts_main .box a {
		width: 100%;
		text-decoration: none;
	}
	#conts_main .box a:hover img {
		opacity: 1;
	}
	#conts_main .box:last-of-type {
		margin-bottom: 0;
	}
	#conts_main .box .img {
		vertical-align: middle;
	}
	#conts_main .box .text_box {
		vertical-align: middle;
		padding: 16px 20px 26px;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#conts_main .box:nth-of-type(2n) .img {
		order: 1;
	}
	#conts_main .box:nth-of-type(2n) .text_box {
		order: 0;
	}
	#conts_main .box .text_box .number {
		color: #f5f5f5;
		font-size: 54px;
		line-height: 1;
		letter-spacing: .05em;
		margin-bottom: 3px;
	}
	#conts_main .box .text_box .text {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#conts_main .box .label {
		position: absolute;
		top: -9px;
		right: -10px;
	}
	#conts_main .box .label img {
		width: 94px;
	}
	#conts_main .box:nth-of-type(2n) .label {
		right: auto;
		left: -20px;
	}
}