@charset "utf-8";

/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 480px) {
	/* -----------------------------------------------------------------------------
	 parts
	----------------------------------------------------------------------------- */
	/* parts-img-box */
	

/* -----------------------------------------------------------------------------
 財団カスタマイズ
----------------------------------------------------------------------------- */

	/* 2分割・3分割・4分割 */
	.half{
		flex-direction: column;
		justify-content: center;
	}
	.half .left,
	.half .right{
		width: 100%;
	}
	/* flow 横 */
	.flow-area1 ul li{
		flex-direction: column;
	}
	.flow-area1 ul li img{
		width: auto;
		max-width: 100%;
		margin-right: 0;
	}
	/* flow 縦 */
	/* ギャラリー */
	
/* -----------------------------------------------------------------------------
	 個別設定
----------------------------------------------------------------------------- */
#top-contents .slider img {
    min-height: 500px;/*高さ500px固定*/
    object-position: center;
    object-fit: cover;
}
/*---------- 共通 -------------*/
.u480{display: block;}
/*img*/
/*title*/
/*button*/
/*横問合せボタン　２つ*/
/*電話ボタン非表示*/
#fix_contact_btn a.telPC {
    display: none;
}
.cv_btn_area .btn a,
#fix_contact_btn a.telTAB {
	height: auto;
    display: flex;
	flex-flow: column;
}
/*header*/
/*footer*/
/*---------- top -------------*/

#top-contents .layer2 {
    position: relative;
    background: rgb(238, 238, 238);
 }
#top-contents .layer2 p{font-size: 14px;color:#333;}
/*---------- con1 -------------*/
.con-chatch{font-size: 1.3em;padding: 0 10px;}
	.con-chatch span.em {
		font-size: 1.25em;}
	
	.parts-h2 {letter-spacing: normal;}
	
/*feature*/
.feature-box{gap: 20px;}
.feature-item{width:100%;height: auto;    padding: 1em;}
.feature-num {font-size: 1.4em;}
.feature-txt{
    width: 100%;
    padding-top: .5rem;
    margin-top: .5rem;
    border-top: 1px solid #fff;
    text-align: center;
}
/*feature2*/
	 .more-feature-intro {
    font-size: 1.3em;
  }
	.more-feature-intro span.em {
		font-size: 1.25em;}
	
.feature2-item{padding: 1rem;}
.feature2-h3 span.em{font-size: 1.2em;}
.feature2-txt{font-size: 1em;}
/*---------- con2 -------------*/
/*---------- con3 -------------*/
/*---------- con4 -------------*/
.timetable-tbl table thead th, .timetable-tbl table tbody th{line-height: 1;}
.cpn_tbl{background-size: 85%;background-position: top -5% right -30%;}
/*---------- con5 -------------*/
a.btn-c {padding: 1.5rem 1.5rem;}
/* 3分割*/
	.trisection{
		flex-wrap: wrap;
	}
	.trisection .left,
	.trisection .center
	{
		width: 49.5%;
	} 
	.trisection .right{width: 100%;}
	.timetable-tbl {padding: 10px;overflow:auto}
	.timetable-tbl table{min-width:auto }
	.timetable-tbl table th, .timetable-tbl table td {font-size: 15px;padding: 10px 8px;}
  #fix_contact_btn a:nth-child(2) {
	  border-right: 1px solid #fff;}
	.cv_btn_area .btn a i {
    font-size: 1.7em;
    margin-bottom: 5px;
		margin-right: 0px;}
	
.career-left dl dt {
	width: 8.5em;}
	.career-left dl dd {
  width: calc(100% - 8.5em);}
}
