@charset "utf-8";


/*メインイメージに重なるキャッチフレーズ*/
#wowslider-container1 .ws_images p img{
position: absolute;
top: 0;
left: 0;
width:100%;
height:auto;
z-index:20;
}

.kando{
	font-style: italic;
	font-size: 1.7rem!important;
}
/*シンボルブロックのロゴ上下開け*/
.symbol_block figcaption{
	margin-bottom: 15px!important;

}

@media print, screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */
/*イントロメッセージ文*/
.leadtext p{
	font-size: 1.8rem;
	margin-bottom: 1.3em!important;
}
.note{
	font-size: 1.5rem!important;
	border-left: solid 8px #cccccc;
	padding-left: 12px;
}
/*企業目的の太字部分*/
.purpose{
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 18px!important;
	margin-left: 2%;
}
.purpose span{
	display: block;
	font-size: 2.2rem;
}
/*企業目的の説明*/
.purpose2{
	font-size: 1.8rem;
	margin-left: 2%;
}
/*経営理念のリスト*/
.dl001{
	margin-left: 4%;
}
.dl001 li {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.6666666667;
}
.dl001 li span {
	margin-top: 6px;
	display: block;
	font-weight: normal;
	font-size: 1.7rem;
}
/*行動指針のリスト*/
.dl002{
	margin-left: 2%;
	margin-bottom: 85px;
}
.dl002 dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.dl002 dd {
	font-size: 1.8rem;
	margin: -1.9em 0 15px 10em;
	line-height: 1.6666666667;
}
/*スローガンの見出し*/
.slogan-head {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}
.slogan {
    font-size: 2.2rem;
    line-height: 2.0!important;
    text-align: center;
}
/*カードUIの説明部文字サイズを大きく*/
#rwd-content .rwd-grid-cardlist04 .rwd-grid-item dd {
    font-size: 1.5rem!important;
    line-height: 1.5!important;
}
/*カードの文字下余白を詰める*/
#rwd-content .rwd-grid-cardlist04 .rwd-grid-item dl {
    padding: 23px 20px 20px 21px!important;
}
/*カードUIの文字部行間調整*/
#rwd-content .rwd-grid-cardlist04 .rwd-grid-item dt {
    line-height: 1.5!important;
    margin-bottom: 10px!important;
}

}


@media print, screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
/*メインのメッセージ*/
p.messe{
	font-size: 2.0rem;
	font-weight: bold;
	color: #425192;
	line-height: 1.3!important;
}

/*イントロメッセージ文*/
.leadtext p{
	font-size: 1.7rem;
	margin-bottom: 1.3em!important;
}
.note{
	font-size: 1.4rem!important;
	border-left: solid 6px #cccccc;
	padding-left: 10px;
}
/*企業目的の太字部分*/
.purpose{
	font-size: 2.0rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 16px!important;
	margin-left: 2%;
}
.purpose span{
	display: block;
	font-size: 1.6rem!important;

}
/*企業目的の説明*/
.purpose2{
	font-size: 1.6rem;
	margin-left: 2%;
}
/*経営理念のリスト*/
.dl001{
	margin-left: 9%;
}
.dl001 li {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.3em;
	line-height: 1.5;
}
.dl001 li span {
	margin-top: 10px;
	display: block;
	font-weight: normal;
}
/*行動指針のリスト*/
.dl002{
	margin-left: 2%;
	margin-bottom: 60px;
}
.dl002 dt {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.dl002 dd {
	font-size: 1.6rem;
	margin: 0 0 1.3em 0;
	line-height: 1.5;
}
/*カード内タイトル文字が2行に成る場合行間設定*/
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt, 
#rwd-content .rwd-grid-cardlist03 .rwd-grid-item dt, #rwd-content .rwd-grid-cardlist04 .rwd-grid-item dt {
    line-height: 1.5!important;
}
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dd, 
#rwd-content .rwd-grid-cardlist04 .rwd-grid-item dd {
    line-height: 1.5!important;
}
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dl, 
#rwd-content .rwd-grid-cardlist04 .rwd-grid-item dl {
    margin: 12px 5% 12px!important;
}
/*スローガンの見出し*/
.slogan-head {
    font-size: 1.8rem;
    font-weight: bold;
}
#rwd-content p.slogan-head {
    margin-bottom: 1.0em!important;
}
.slogan {
    font-size: 1.6rem;
    line-height: 2.0!important;
}


}