@charset "Shift_JIS";

.guide .text {
	float: left;
	width: 48.5714%;
}
.guide .img {
	float: right;
	width: 41.8571%;
	margin-bottom: 40px;
}
.guide .img img{
    width: 100%;
}
.guide ul {
	padding: 26px 65px 30px;
	margin-bottom: 40px;
	clear: both;
	line-height: 40px;
	border: 4px solid #f2f2f2;
}
.guide ul li { position: relative; }
.guide ul li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -22px;

	display: block;
	width: 8px;
	height: 8px;
	margin: auto 0;
	content: "";
	border-top: 2px solid #4066b3;
	border-right: 2px solid #4066b3;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.guide .img + .link {
	margin-bottom: 61px;
	clear: both;
}
.guide .img + .link a {
	padding: 9px 0 5px;
	line-height: 22px;
}

@media only screen and (max-width: 767px){
	.m_c_content01 .link {
		padding: 0 20px;
	}
	.m_c_content01 .link a {
		height: auto;
		padding-right: 0;
		padding-left: 0;
		margin-top: 27px;
	}

	.guide .text,
	.guide .img {
		width: auto;
	}
	.guide .img {
		margin-bottom: 30px;
	}
	.guide ul {
		padding: 18px 17px 18px 33px;
		margin-bottom: 22px;

		border-width: 2px;
	}
	.guide ul li {
		font-size: 13px;
		line-height: 23px;
	}
	.guide ul li + li {
		margin-top: 16px;
	}
	.guide ul li:after {
		top: .55em;
		bottom: auto;
		left: -12px;
		width: 5px;
		height: 5px;
		border-width: 1px;
	}
}

.mov{
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

.m_2_heading01{
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0;
	margin: 40px auto;
}

.m_2_heading01 .inner-wrap{
	display: block;
	max-width: 950px;
	margin: 0 auto;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	text-align: center;
}

.mov iframe{
	border: none;
}

@media only screen and (max-width: 767px){
	.m-sp iframe{
		width: 100%;
	}
}

