@charset "utf-8";
/* CSS Document */

/* -----------------------------
	beginner common
-------------------------------- */
.beginner_bg{
	background-image: url(../img/bg_border_blue.png);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	padding: 100px 0 50px 0;
}

/* -----------------------------
	beginner catch
-------------------------------- */
.beginner_catch_box{
	background-image: url(../img/dot_bg.jpg);
	background-repeat:repeat;
	margin: -20px 0 0 0;
	padding: 60px 0 0 0;
}

.beginner_catch_box1{
	background-image: url(../img/company_title_line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;

}
.beginner_catch_box1_title1{
	text-align: center;
	
}
	
.beginner_catch_box1_title1 img{
	width: 140px;
}

.beginner_catch_box1_title2{
	text-align: center;
	font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 3.5rem;
	padding-top: 5px;
}

.beginner_catch_box2{
	width: 1100px;
	margin: auto;
	background-image: url(../img/beginner_mainimg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 725px;
	height: 480px;

}

.beginner_catch_box2_textbox{
	width:725px;
	float: left;
}

.beginner_catch_box2 {
	margin-top: 65px;
}

.beginner_catch_box2_title{
	font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 3.5rem;
	line-height: 1.5;
	padding-top: 80px;
	margin-bottom: 50px;
}

.beginner_catch_box2_title span{
	font-size: 2.5rem;
}

.beginner_catch_box2_text{

}

/* -----------------------------
	beginner box
-------------------------------- */

.company_title{
	background-image: url(../img/company_title_line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 50px;
	line-height: 1.3;
	font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.beginner_box{
	width: 850px;
	margin: auto;
	padding:45px;
	background-color: #fff;
	margin-bottom: 50px;
}

.beginner_box h2{
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.beginner_box_icon{
	text-align: center;
	
}

.beginner_box_icon img{
	width: 50px;
}

.beginner_box_inner{
	
}

.beginner_box_inner_img{
	float: right;
	width:300px;
}

.beginner_box_icon{
	padding-bottom: 15px;
}

.beginner_box_inner_img img{
	width:300px;
}

.beginner_box_inner_text{
	float: left;
	width: 430px;
}

.beginner_box_inner_text h2{
	font-family: "Noto Sans Japanese";
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.4;
}


/* -----------------------------
	beginner link
-------------------------------- */

.beginner_linkbox{
	padding:100px 0 100px 0;
}
.beginner_linklist_title{
	font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: 700;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.5;
	background-image: url(../img/title_kazari1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.beginner_linklist{
    /*padding-bottom: 40px;*/
}
.beginner_linklist li{
	float: left;
	width: 518px;
	margin-right: 64px;
    /*margin-bottom: 50px;*/
	
}

.beginner_linklist li:nth-last-child(1){
	margin-right: 0;
    
}

.beginner_linklist li img{
	width:518px;
}

.beginner_linklist_text{
	margin:15px 0;
}

@media screen and (max-width: 667px){

	/* -----------------------------
		beginner common
	-------------------------------- */
	.beginner_bg{
		padding: 50px 0 30px 0;
	}

	/* -----------------------------
		beginner catch
	-------------------------------- */
	.beginner_catch_box{
		margin: 0;
		padding: 20px 0 35px 0;
	}

	.beginner_catch_box1{
		padding-bottom: 15px;
		margin: 0 20px 20px 20px;
		

	}
	.beginner_catch_box1_title1{
		line-height: 1;
	}
	
	.beginner_catch_box1_title2{
		font-size: 2.5rem;
		padding-top: 5px;
	}

	.beginner_catch_box2{
		margin: auto;
		width: 100%;
		background-image: none;
		height: auto;

	}
	
	.beginner_catch_box2_textbox{
		width: 100%;
		float: none;
	}
	
	
	.beginner_catch_box2{
		margin-top: 20px;
	}

	.beginner_catch_box2_title{
		font-size: 2.0rem;
		line-height: 1.5;
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.beginner_catch_box2_title span{
		font-size: 1.7rem;
	}

	/* -----------------------------
		beginner box
	-------------------------------- */
	
	
	.company_title{
		background-image: url(../img/company_title_line_sp.png);
		padding-bottom: 25px;
		margin-bottom: 30px;
        margin-top:0;
		background-size: 280px;
		font-size:2.0rem;
	}

	
	.beginner_box{
		width: 100%;
		padding: 20px;
		margin-bottom: 30px;
	}
	
	.beginner_box h2{
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 1.3;
	}

	.beginner_box_icon img{
		width: 35px;
	}

	.beginner_box_inner_img{
		float: none;
		width:100%;
	}

	.beginner_box_icon{
		position:static;

		padding-bottom: 5px;
	}

	.beginner_box_inner_img img{
		width:100%;
		max-width: 480px;
		margin-bottom: 10px;
	}

	.beginner_box_inner_text{
		float: none;
		width: 100%;
		
	}
	
	.beginner_box_inner_text h2{
		font-size: 2.0rem;
	}


	/* -----------------------------
		beginner link
	-------------------------------- */

	.beginner_linkbox{
		padding:60px 0 60px 0;
	}
	.beginner_linklist_title{
		font-size: 1.7rem;
		text-align: center;
		line-height: 1.5;
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
	.beginner_linklist li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;

	}
	
	.beginner_linklist li:nth-last-child(1){
		margin-bottom: 0;
	}
	
	.beginner_linklist li img{
		width:100%;
	}


}
