<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#header {
  height:305px;
  background:url(../images/main_v.jpg) no-repeat center top;
}
#tt_page {
  padding:50px 0 0 0;
}
#breadcrumb ul li {
    float: left;
    font-size: 12px;
    margin-right: 6px;
    padding: 3px 0;
    color:#959595;
}
#breadcrumb ul li a {
    color: #959595;
    font-size: 12px;
}
#breadcrumb ul li.home {
    background: url(../common_img/icon_home.png) no-repeat left 5px;
    padding: 3px 0 3px 20px;
}
#breadcrumb {
  background:#f2fafc;
  padding:8px 0;
}
#main {
  margin:35px 0 0 0;
}
.btn_page_top {
  margin:0 -40px 0 0;
}
.page_top {
  text-align: right;
  margin:50px -60px 0 0;
}
/****************** News page ***********************/
/****************************************************/
.rss {
    left: 585px;
    position: absolute;
    top: 5px;
}
.img_news_box {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border: solid 5px #fff;
    float: left;
    width: 350px;
    margin:0 18px 18px 0;
}
.tt_box_news {
  margin-bottom: 20px;
  background:#f9f6f9;
}
.tt_box_news h3 {
  float:right;
  width:768px;
  color:#555555;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding:12px 35px;
  border-left: 1px solid #e1e1e1;
}
.info_news_box {margin:0 20px;}
.news_box {margin-bottom:60px;}
.date_news_box {
  float:left;
  color:#125891;
  font-size: 16px;
  width:160px;
  padding:10px 0;
  text-align: center;
  font-weight: bold;
}
a[rel="lightbox"]::after {
    background:url(../news/images/icon_zoom.png) no-repeat center center;
    bottom: 0px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 0px;
    width: 30px;
}
a[rel="lightbox"] {
    display: block;
    position: relative;
}

.news_detail_btn a {
  background-color: #fff;
  border: 1px solid #2667cc;
  color: #2667cc;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.news_detail_btn a:hover {
  opacity:0.7;
}
/**************** Contact page **********************/
/****************************************************/
.ban_contact01 {
  position: relative;
}
.ban_contact01 .time_ban_contact01 {
  position: absolute;
  top:113px;
  left:530px;
  font-size: 12px;
}
.ban_contact01 .btn_ban_contact01 {
  position: absolute;
  right:55px;
  bottom:23px;
}
.link_or01 {
  color:#f08614 !important;
}
.text_or01 {
  color:#f08614 !important;
}
.pp_box {
  padding:30px;
  background:#fcfcfc url(../contact/images/bg01.png) no-repeat 630px 135px;
}
.list_pp li {
  list-style: disc;
  margin-left: 20px;
}
.text_pp01 {
  border-bottom: 1px dotted #333;
  padding:0 0 20px 0 ;
  margin-bottom: 25px;
}

.contact03 h3 span.add_tit {
    display: block;
    border-bottom: solid 1px #333D88;
    margin-top: 20px;
    text-align: center;
    font-size: 25px;
    color: #333D88;
}
.contact03 h4 {
    font-size: 16px;
}
.contact03 h5 {
    text-align: center;
}
.contact03 h5 span {
    display: inline-block;
    border: solid 1px #323232;
    padding: 5px 20px;;
    font-size: 16px;
}
.contact03 h6 {
    font-size: 14px;
}
.contact03 ul.list01 {
    background: #FBF8F6;
    width: 770px;
    padding: 15px;
}
.contact03 ul.list01 li {
    margin: 0 0 5px 25px;
    list-style-type: disc;
}
.contact03 ol.list02 li {
    margin: 0 0 5px 25px;
    list-style-type: decimal;
}
.contact03 .frame {
    border: solid 1px #323232;
    width: 420px;
    padding: 15px;
}
.contact03 .noframe {
    display: flex;
    flex-wrap: wrap;
}
.contact03 .noframe dt {
    width: 9em;
}
.contact03 .noframe dd {
    width: calc(100% - 9em);
}
.contact03 .list05_item + .list05_item {
    margin-top: 0.5em;
}
.contact03 .list05_head {
    display: block;
    padding-left: 3em;
    text-indent: -3em;
}
.contact03 .list05_desc {
    padding-left: 3em;
}
.contact03 .list05_desc li {
    padding-left: 1em;
    text-indent: -1em;
}
.contact03 {
  counter-reset: boxNum;
}
.contact03 .box_num {
  counter-increment: boxNum;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.contact03 .box_num::before {
  content: counter(boxNum)"";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  flex-shrink: 0;
  line-height: 1;
  text-align: center;
  background-color: #333D88;
  color: #fff;
}

/**************** Company page **********************/
/****************************************************/
.img_com01 {
  float:left;
  margin-right: 30px;
}
.list_com04 li {
  width:480px;
}
.list_com04 li h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.list_com04 li h4 span {
  font-size: 14px;
}
.tt_st01 {
  color:#f08614;
  font-size: 24px;
  line-height: 1.3;
}
.img_company01 {
  float:right;
  margin:0 0 0 30px;
}
.list_company01 li {
  float:left;
  margin-right: 65px;
  width:290px;
}
.img_com02 {
  float:left;
}
.right_list_com04 {
  float:right;
  width:220px;
}
.list_company01 h4 {
  color:#53beff;
  text-align: center;
  line-height: 1.3;
  font-size: 22px;
  margin-bottom: 20px;
}
.tbl_st02 th {
  border: 1px #c4e7ff solid;
  padding: 10px 20px;
  text-align: left;
  width: 170px;
  background: #e9f6ff;
  vertical-align: middle;
}
.tbl_st02 td {
  border: 1px #c4e7ff solid;
  text-align: left;
  padding: 10px 20px;
  vertical-align: middle;
}
.tbl_st02 {
  width:100%;
}
.map_company01 {
  border:1px solid #d5d5d5;
}
.left_company01 {
  float:left;
  width:700px;
}
.btn_st02 {
  color:#2667cc;
  border: 1px solid #2667cc;
  font-size: 17px;
  text-align: center;
  width: 245px;
   -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 1px;
  padding:8px 0;
  background: #fff url(../contact/images/arr01.png) no-repeat 94% center;
  position:relative;
}
.btn_st02 a {
  text-decoration: none;
}
.btn_st02:hover a {
  text-decoration: none;
  color:#2667cc;
}
.btn_st02 a:after {
  position:absolute;
  content:"";
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.right_company01 {
  float:right;
  margin-top: 5px;
}
.company03_box {
  margin-top: 25px;
}

.add_company_cnt h5 {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 22px;
}
.add_company_cnt .txt {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 18px;
}
.add_company_cnt ul.list {
    width: 440px;
    margin: 0 auto 60px;
}
.add_company_cnt ul.list li {
    list-style-type: disc;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 18px;
}

/******************* faq page ***********************/
/****************************************************/
.ques_area {
  border:1px solid #fee1c4;
  padding:20px;
  background:#fff5eb;
}
.ques_area ul li {
  border-bottom:2px dotted #fee1c4;
  padding:0 10px 15px 10px;
  margin-bottom: 15px;
}
.ques_area ul li span {
  color:#333d88;
  font-size: 18px;
  font-weight: bold;
}
.ques_area ul li a {
  color:#231f20;
}
.faq_box {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px #c4e7ff solid;
  background: #e9f6ff;
  padding:20px;
  margin-bottom: 30px;
}
.icon_q {
  float:left;
}
.text_ques {
  display:block;
  padding:8px 0 0 73px;
  font-size: 16px;
  font-weight: bold;
}
.ans_box {
  background:#fbfdff;
  padding:20px;
  margin-top:20px;
}
.ans_box span {
  color:#57c3ff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
/**************** insurance page ********************/
/****************************************************/
.left_list_ins01 {
  float:left;
  width:145px;
}
.right_list_ins01 {
  float:right;
  width:145px;
  border-left: 2px dotted #6f30a0;
  padding:0 0 0 20px;
}
.insurance01 {
  background:url(../insurance/images/img01.png) no-repeat left top;
  padding:35px 0 35px 435px;
}
.insurance02 {
  background:#333d88 url(../insurance/images/bg01.png) no-repeat center bottom;
  padding:30px 0;
}
.list_ins01 li {
  width:495px;
  display:table;
   -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.left_ins01 {
   -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding:25px 0;
  display:table-cell;
  text-align: center;
  width:110px;
}
.left_ins01.bg01 {
  background:#e9f6ff;
}
.left_ins01.bg02 {
  background:#fff5eb;
}
.left_ins01.bg03 {
  background:#fbebed;
}
.left_ins01.bg04 {
  background:#effbe0;
}
.left_ins01.bg05 {
  background:#fae7fb;
}
.right_ins01 {
   -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0 ;
  background:#fff;
  padding:25px 25px;
  min-height:190px;
}
.right_ins01 p {
  font-size: 13px;
}
/***************** feature page *********************/
/****************************************************/
.feature01 {
  background:url(../feature/images/bg01.png) no-repeat left top;
  padding:35px 0;
}
.box_fea01 {
  background:#333d88;
  color:#fff;
  padding:30px;
  margin:70px 80px 0 500px;
}
.box_fea01 p {
  color:#fff;
}
.icon_left01 {
  float: left;
  width:190px;
}
.icon_right01 {
  float: right;
  width:165px;
}
.img_left01 {
  float:left;
  width:240px;
  margin-right: 30px;
}
.img_right01 {float:right;width:240px;}
.col_fea01 {
  float:left;
  margin-top: 10px;
  width:535px;
}
.box_fea02 {
  border-bottom: 1px solid #57c4ff;
  padding:0 0 35px 0;
  margin-bottom: 40px;
}</pre></body></html>