@charset "UTF-8";
.font-42 {
  font-size: 42px;
  font-size: 4.2rem;
}

@media screen and (min-width: 761px){
 
	#line_contents #title_conts {
		width: 100%;
		height: 490px;
    	min-height: 28vw;
		background-image: url(../images/line/line_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin-bottom: 40px;
	}
	.title_inner {
		width: 1200px;
		position: relative;
		margin: auto;
		left: 0;
		top: 190px;
	}
	.top_title {
		font-size: 18px;
		margin-bottom: 0;
	}
	.title_inner h1 {
		font-size: 44px;
		font-weight: bold;
	}
	.line_box {
		width: 1000px;
		margin: 70px auto;
	}
	.line_box_area {
		width: 100%;
	}
	.line_box_title {
		font-size: 30px;
		font-weight: bold;
		padding: 20px;
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
		text-align: center;
		margin: 30px auto;
	}
	.line_p {
		font-size: 16px;
		font-weight: bold;
		margin: 20px 0 10px;
	}
	.line_box_area ul {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: top;
		flex-wrap: wrap;
	}
	.line_box_area ul li {
		width: 30%;
		margin-right: 5%;
	}
	.line_box_area ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	.line_box_item {
		width: 100%;
		display: flex;
		background: #a3bcaf;
		align-items: center;
	}
	.line_box_item:hover {
		background: #83c2ca;
	}
	.line_icon {
		width: 20%;
    	margin: 3% 6%;
	}
	.line_text {
		width: 60%;
		font-size: 24px;
		color: #fff;
		line-height: 1.4;
		letter-spacing: 2px;
	}
	.line_text span {
		display: block;
		font-size: 14px;
	}
	.line_box_item:after {
		font-family: "Font Awesome 5 Free";
		content: '\f054';
		font-weight: 900;
		font-size: 20px;
		color: #fff;
		position: relative;
		right: -10px;
		top: 6px;
		width: 40px;
		height: 40px;
		
	}   
	.line_box_access {
		border-left: 1px solid #333;
		margin: 15px 0 20px;
		padding-left: 15px;
	}
	.line_point {
		width: 1000px;
		margin: 70px auto;
		display: flex;
		align-items: center;
	}
	.line_point .line_point_img {
		width: 40%;
		margin-right: 5%;
	}
	.line_point .line_point_text {
		width: 50%;
		font-size: 14px;
		line-height: 1.6;
		font-weight: bold;
	}
}



@media screen and (max-width:760px){
 
	#line_contents #title_conts {
		width: 100%;
		height: 280px;
    	min-height: 56vw;
		background-image: url(../images/line/line_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 40% 50%;
		position: relative;
		margin-bottom: 40px;
	}
	.title_inner {
		width: 80%;
		position: absolute;
		left: 5vw;
		top: 27vw;
	}
	.top_title {
		font-size: 3vw;
		margin-bottom: 0;
	}
	.title_inner h1 {
		font-size: 7vw;
		font-weight: bold;
	}
	.line_box {
		width: 100%;
		margin: 7vw auto;
	}
	.line_box_area {
		width: 100%;
	}
	.line_box_title {
		font-size: 30px;
		font-weight: bold;
		padding: 20px;
		border-bottom: 1px solid #333;
		border-top: 1px solid #333;
		text-align: center;
		margin: 30px auto;
	}
	.line_p {
		font-size: 3vw;
		font-weight: bold;
		margin: 20px auto 10px;
		width: 90%;
	}
	.line_box_area ul {
		display: table;
		width: 80%;
		margin: auto;
	}
	.line_box_area ul li {
		width: 100%;
		margin-bottom: 5%;
	}
	.line_box_item {
		width: 100%;
		display: flex;
		background: #a3bcaf;
		align-items: center;
	}
	.line_icon {
		width: 20%;
    	margin: 3% 6%;
	}
	.line_text {
		width: 60%;
		font-size: 6vw;
		color: #fff;
		line-height: 1.4;
		letter-spacing: 2px;
	}
	.line_text span {
		display: block;
		font-size: 3vw;
	}
	.line_box_item:after {
		font-family: "Font Awesome 5 Free";
		content: '\f054';
		font-weight: 900;
		font-size: 20px;
		color: #fff;
		position: relative;
		right: -10px;
		top: 6px;
		width: 40px;
		height: 40px;
		
	}   
	.line_box_access {
		border-left: 1px solid #333;
		margin: 15px 0 20px;
		padding-left: 15px;
		font-size: 3vw;
	}
	.line_point {
		width: 85%;
		margin: 7vw auto;
		display: table;
		align-items: center;
	}
	.line_point .line_point_img {
		width: 100%;
		margin-bottom: 5%;
	}
	.line_point .line_point_text {
		width: 100%;
		font-size: 3vw;
		line-height: 1.6;
		font-weight: bold;
	}
}
