@charset "UTF-8";



/***************************************************

	internship

***************************************************/

#page_header{
	background-image: url('../images/internship/cont_header01.jpg');
}


#internship_flow{
	padding: 100px 0 100px;
	text-align: center;
}

#internship_flow .title{
	font-size: 29px;
	line-height: 1;
	margin: 0 0 50px;
	color: #b48845;
}

#internship_flow .image_area{
	/*background: url('../images/internship/internship_image02_bg.jpg') no-repeat 50% 50%;*/
	background: #f7fee7;
	background-size: cover;
	padding: 43px 0 26px;
	margin: 0 0 100px;
}

#internship_flow ul{
	text-align: left;
}

#internship_flow ul li{
	display: table;
	width: 100%;
	margin: 0 0 50px;
}

#internship_flow ul li:last-child{
	margin-bottom: 0;
}

#internship_flow ul li .text,
#internship_flow ul li .image{
	display: table-cell;
	vertical-align: top;
}

#internship_flow ul li .image{
	width: 127px;
}

#internship_flow ul li .text{
	/*padding-left: 18px;*/
}

#internship_flow ul li .text .name{
	font-size: 19px;
	font-weight: bold;
	color: #b48845;
	line-height: 1.4;
	margin: 0 0 23px;
	position: relative;
}

#internship_flow ul li .text .name::after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #b48845;
	position: absolute;
	bottom: -10px;
	left: 0;
}

#internship_flow ul li .text .copy{
	font-size: 14px;
	line-height: 2.07;
}


#summary{

}

#summary .title{
	font-size: 33px;
	color: #b48845;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin: 0 0 67px;
	position: relative;
}

#summary .title::after {
	content: '';
	width: 130px;
	height: 1px;
	background: #a1a1a1;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: auto;
}

#summary .ul_wrapp{
	with: 100%;
	max-width: 690px;
	margin: 0 auto;
}

#summary .ul_wrapp ul{
	margin: 0 0 14px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#summary .ul_wrapp ul li{
	display: table;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

#summary .ul_wrapp ul li .cont,
#summary .ul_wrapp ul li .item{
	display: table-cell;
	vertical-align: top;
	padding: 26px 0 24px 28px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.75;
}

#summary .ul_wrapp ul li .item{
	width: 172px;
	background: #f7fee7;
	border-right: 1px solid #ddd;
}

#summary .ul_wrapp ul li .cont{
	padding-right: 28px;
}

#summary .ul_wrapp ul li .cont .cont_note{
	font-size: 14px;
	line-height: 1.85;
	padding-left: 1.1em;
	margin: 8px 0 0;
	position: relative;
}

#summary .ul_wrapp ul li .cont .cont_note::before{
	content: '※';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
}

#summary .ul_wrapp .note{
	font-size: 14px;
	line-height: 1.85;
	padding-left: 1.1em;
	position: relative;
}

#summary .ul_wrapp .note::before{
	content: '※';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

#page_header{
	background-image: url('../images/internship/cont_header01_sp.jpg');
}


#internship_flow{
	padding: 50px 0 50px;
}

#internship_flow .title{
	font-size: 4vw;
	margin: 0 0 20px;
}

#internship_flow .image_area{
	padding: 30px 0 30px;
	margin: 0 0 50px;
}

#internship_flow .image_area .image{
	width: 80%;
	margin: 0 auto;
}

#internship_flow ul li{
	display: block;
	width: auto;
	margin: 0 0 30px;
}

#internship_flow ul li .text,
#internship_flow ul li .image{
	display: block;
}

#internship_flow ul li .image{
	width: 40%;
	margin: 0 auto 18px;
}

#internship_flow ul li .text{
	padding-left: 0;
}

#internship_flow ul li .text .name{
	font-size: 4.266667vw;
	text-align: center;
	margin: 0 0 23px;
}

#internship_flow ul li .text .name::after{
	right: 0;
	margin: auto;
}

#internship_flow ul li .text .copy{
	font-size: 3.2vw;
	line-height: 2.0;
}


#summary .title{
	font-size: 4.8vw;
    margin-bottom: 60px;
}

#summary .title::after {
    width: 150px;
    bottom: -17px;
}

#summary .ul_wrapp{
	with: auto;
	margin: 0 10.6%;
}

#summary .ul_wrapp ul{
	margin: 0 0 12px;
}

#summary .ul_wrapp ul li{
	display: block;
}

#summary .ul_wrapp ul li .cont,
#summary .ul_wrapp ul li .item{
	display: block;
	padding: 16px 7%;
	font-size: 3.7333333vw;
	line-height: 1.4;
}

#summary .ul_wrapp ul li .item{
	width: auto;
	border-right: none;
	text-align: center;
}

#summary .ul_wrapp ul li .cont{
	padding-right: 7%;
	line-height: 1.8;
}

#summary .ul_wrapp ul li .cont .cont_note{
	font-size: 3.2vw;
	line-height: 1.6;
	margin: 8px 0 0;
}

#summary .ul_wrapp .note{
	font-size: 3.2vw;
	line-height: 1.6;
}



}
