@charset "UTF-8";

@font-face {
	font-family: 'Lane';
	src: url('/font/lanenar_Lane.eot');
	src: url('/font/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('/font/lanenar_Lane.woff') format('woff'), url('/font/lanenar_Lane.ttf') format('truetype'), url('/font/lanenar_Lane.svg#Lane') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*------------------------ 分類：背景------------------------*/
.m-bg01{
	background-color: #ededed;
}
.m-bg02{
	background-color: #fff;
}

/*------------------------ 分類：タイトル系------------------------*/
.m-ttl01{
	font-size: 23px;
	color: #cc0000;
    font-weight: 600;
    line-height: 1.5em;
	padding-bottom: 15px;
	border-bottom: 1px solid #cc0000;
	margin-bottom: 25px;
}
.m-ttl02{
	font-size: 20px;
    margin: 12px 0;
    color: #cc0000;
    font-weight: 600;
    line-height: 1.5em;
}
.m-ttl03{
	font-size: 23px;
	color: #cc0000;
    font-weight: 600;
    line-height: 1.5em;
}
.m-ttl04{
    color: #000000;
    padding: 8px 15px;
    border-left: 5px solid #000000;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 18px;
    margin-bottom: 15px;
}
.m-ttl05{
	color: #cc0000;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 18px;
}
.m-ttl06{
	color: #cc0000;
	font-weight: 600;
	font-size: 50px;
	font-family: 'Roboto', san-serif;
	text-align: center;
	padding: 50px 0 40px;
	line-height: 1.5em;
}
.m-ttl07 {
	color: #000;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 22px;
}
@media screen and (max-width: 768px){
	.m-ttl01,
	.m-ttl03{
		font-size: 20px;
	}
	.m-ttl02{
		margin: 8px 0;
		font-size: 16px;
	}
	.m-ttl06{
		font-size: 40px;
		padding: 60px 0 20px;
	}
	.m-ttl07 {
		font-size: 18px;
	}
}


/*------------------------ 分類：ボタン系------------------------*/
.m-more-btn a{
	display: block;
    text-align: center;
    border: 1px solid #cc0000;
    padding: 10px;
    width: 180px;
    text-decoration: none;
    background: #cc0000;
    color: #ffffff;
    float: left;
    margin: 0 20px 10px 0;
}
.m-more-btn a:hover{
	background: transparent;
    color: #cc0000;
}
/*
.m-more-btn a:before{
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #ffffff;
}
.m-more-btn a:hover:before{
	border-left-color: #cc0000;
}
*/

.m-more-btn02 a{
    display: block;
    text-align: center;
    border: 2px solid #cc0000;
    padding: 15px;
    text-decoration: none;
    background: #FFFFFF;
    color: #cc0000;
	font-size: 21px;
}
.m-more-btn02 a:hover{
	background: #cc0000;
    color: #FFFFFF;
}
/*
.m-more-btn02 a:before{
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 2px;
    border: transparent solid 6px;
    border-left-color: #cc0000;
}
.m-more-btn02 a:hover:before{
    border-left-color: #FFFFFF;
}
*/

.m-link01{
	margin-bottom: 40px;
}
.m-link01 li a{
    float: left;
    margin-right: 10px;
    font-size: 18px;
	padding: 5px 12px;
	border: 2px solid #cc0000;
	margin-bottom: 8px;
	color: #fff;
	background: #cc0000;
}
.m-link01 a:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    border-top: 7px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 5px solid transparent;
}
.m-link01 li a:hover {
	color: #cc0000;
	background: #fff;
	text-decoration: none;
}
.m-link01 a:hover::before {
	border-top: 7px solid #cc0000;
}

@media screen and (max-width: 767px){
	.m-link01 li a{
		font-size: 14px;
	}
}
.m-link02{
    margin-top: 10px;
}
.m-link02 a:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #cc0000;
}


.m-long-btn a{
    margin:  0 auto;
    display: block;
    text-align: center;
    border: 1px solid #cc0000;
    padding: 15px;
    width: 60%;
    text-decoration: none;
    background: #cc0000;
    color: #ffffff;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	transition: all .5s;
}
.m-long-btn a:hover{
    background: #ffffff;
    color: #cc0000;
}
/*
.m-long-btn a:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #ffffff;
}
.m-long-btn a:hover:before{
	border-left-color: #cc0000;
}
*/
@media screen and (max-width: 767px){
	.m-long-btn a{
		width: 90%;
	}
}

.m-long-btn02 a {
    margin:  0 auto;
    display: block;
    text-align: center;
    border: 1px solid #000;
    padding: 15px;
    width: 60%;
    text-decoration: none;
    background: #000;
    color: #ffffff;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	transition: all .5s;
}
.m-long-btn02 a:hover{
    background: #ffffff;
    color: #000;
}

.m-middle-btn a {
    margin:  0 auto;
    display: block;
    text-align: center;
    border: 1px solid #cc0000;
    padding: 15px;
    width: 40%;
    text-decoration: none;
    background: #cc0000;
    color: #ffffff;
	margin-bottom: 10px;
	font-size: 18px;
	transition: all .5s;
}
.m-middle-btn a:hover{
    background: #ffffff;
    color: #cc0000;
}

.m-middle-btn02 a {
    margin:  0 auto;
    display: block;
    text-align: center;
    border: 1px solid #000;
    padding: 15px;
    width: 40%;
    text-decoration: none;
    background: #000;
    color: #ffffff;
	margin-bottom: 10px;
	font-size: 18px;
	transition: all .5s;
}
.m-middle-btn02 a:hover{
    background: #ffffff;
    color: #000;
}
@media screen and (max-width: 767px){
	.m-middle-btn a{
		width: 90%;
		font-size: 16px;
	}
	.m-middle-btn02 a{
		width: 90%;
		font-size: 16px;
	}
}

/*------------------------ 分類：アイコン系 ------------------------*/
.icn-01{
	display: inline-block;
	background-color: #23486f;
	color: #fff;
	font-size: 14px;
    margin: 0 10px 5px 0;
    padding: 0 5px;
	vertical-align: middle;
}
.icn-02{
	display: inline-block;
	background-color: #416f23;
	color: #fff;
	font-size: 14px;
    margin: 0 10px 5px 0;
    padding: 0 5px;
	vertical-align: middle;
}
.icn-03{
	background-image: url(/images/common/newwin_icon.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.icn-04{
	display: inline-block;
	background-color: #793c00;
	color: #fff;
	font-size: 14px;
    margin: 0 10px 5px 0;
    padding: 0 5px;
	vertical-align: middle;
}


/*------------------------ 分類：ボックス系------------------------*/
.m-table{
	margin-bottom: 10px;
}
.m-th{
	float: left;
	width: 18%;
}
.m-td{
	float: left;
	width: 80%;
	padding-left: 3%;
}
.m-table02{
	margin-bottom: 30px;
}
.m-th02{
	width: 25%;
	float: left;
}
.m-td02{
	width: 33.3333%;
	float: left;
}
@media screen and (max-width: 767px){
	.m-th,
	.m-td,
	.m-th02,
	.m-td02{
		float: none;
		width: 100%;
	}
	.m-td {
		padding-left: 0;
	}
}

.m-bb{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cc0000;
}
.m-bb02{
    padding-bottom: 80px;
    border-bottom: 1px dotted #cc0000;
}

.m-column2 li{
	width: 48.5%;
	float: left;
	margin-right: 3%;
}
.m-column2 li:nth-of-type(2n){
	margin-right: 0;
}
.m-column2 img {
	display: block;
	margin: 0 auto 20px;	
}
.m-column3 li{
	width: 31.3333%;
	float: left;
	margin-right: 3%;
}
.m-column3 li:nth-of-type(3n){
	margin-right: 0;
}
.m-column3 img {
	display: block;
	margin: 0 auto 20px;	
}
.m-column4 li{
	width: 23%;
	float: left;
	margin-right: 2.5%;
}
.m-column4 li:nth-of-type(4n){
	margin-right: 0;
}
.m-column4 img{
	display: block;
	margin: 0 auto 10px;
}
@media screen and (max-width: 767px){
	.m-column2 li,
	.m-column3 li,
	.m-column4 li{
		float: none;
		width: 100%;
		margin-bottom: 8%;
		margin-right: 0;
	}
}

.m-wrap{
	padding: 0 30px;
}


.m-interview{
	text-align: center;
	font-size: 20px;
}
.m-interview img{
	display: block;
	margin: 0 auto;
}

/*------------------------ 分類：テキスト系------------------------*/
.m-text-red{
    color: #cc0000;
	font-size: 13px;
}

/*------------------------ 分類：その他------------------------*/

.nosp{
	display: block;
}
.nopc{
	display: none;
}
@media screen and (max-width: 767px){
	.nosp{
		display: none;
	}
	.nopc{
		display: block;
	}
}