@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      company.css
 Update:         2025.04.17
 Style Info:     スタイルCSSファイル
----------------------------------------------------------- */
/********************************************
モバイルファースト
*********************************************/
/*特定商取引*/
.contract-section {
	font-family: 'Yu Gothic','游ゴシック','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,"TBUD丸ゴシック R",sans-serif;
}

h2.section-title {
    font-size: 1.5em;
    margin-bottom: 12px;
}

.contract-section {
    margin-bottom: 30px;
}

.contract-section p {
    font-size: 1.1em;
}

h3.contract-section-title {
    font-size: 1.2em;
    margin-bottom: 5px;
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){
	/*title*/
	#title_wrap {
		height: 150px;
	}
	#title_wrap #product_slide .slick-slide {
		height: 140px;
	}
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:640px){
	/*title*/
	#title_wrap {
		height: 200px;
		padding: 10px 0;
	}
	#title_wrap #product_slide .slick-slide {
		height: 180px;
	}
}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){

}

/********************************************
PC
*********************************************/
@media print, screen and (min-width: 980px) {
	/*パンくず*/
	#bread_crump_wrap ul {
		width: 960px;
		margin: 0 auto;
	}
}

/********************************************
タブレット　ランドスケープ
*********************************************/
@media only screen and (min-width: 1024px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1051px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1100px) {
	/*パンくず*/
	#bread_crump_wrap ul {
		width: 1080px;
		margin: 0 auto;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1280px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1300px) {

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1400px) {
	
}