@charset "UTF-8";
/*
製作者: Is（アイズ）
定義: Is社会保険労務士事務所（アイズシャカイホケンロウムシジムショ）
*/

/* 全体 */
/* html{ font-size:62.5%; scroll-behavior: smooth; } */

/* header */
/* header{ width:100% } */

/* 背景色 */
.ori-bg-primary{background-color:#121a85;}

/* ボーダー色 */
.ori-border-primary{border-color:#121a85!important}

/* リンクボバー下線 */


/* レスポンシブ画像 */
.ori-bg-img{background-image:url("../../images/hd_icatch.png"); background-size: cover; background-position: center 72%; height:650px;}

@media only screen and (max-width: 750px) {
    .ori-bg-img{height:320px;;}
}
  