<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
ページごとの設定や、位置調整、テキスト装飾などで使用する汎用的なものとを記述します。
Anything used for general purpose such as setting for every page, position adjustment, and text decoration will be written.

接頭辞はUtilityの頭文字を取って【u_】とします。
Prefix will take the "Utility" first letter and use it as "u_".

clearfixのみ、例外的に接頭辞をつけてません。
This not apply to "clearfix".

フォントサイズはremで指定します。
"rem" will be used for font-size.

↓↓↓↓↓↓コメントアウト表記サンプル Comment out sample ↓↓↓↓↓↓
/*----------------------------------------------
	大くくりコメントアウト large part
---------------------------------------------*/

/*  中くくりコメントアウト middle part
------------------------------------- */

/* 小くくりコメントアウト small part */
/*
↑↑↑↑↑↑コメントアウト表記サンプル Comment out sample ↑↑↑↑↑↑
*/

.u_mat0 { margin-top:0; }
.u_mat5 { margin-top:5px; }
.u_mat10 { margin-top:10px; }
.u_mat20 { margin-top:20px; }
.u_mat30 { margin-top:30px; }
.u_mat40 { margin-top:40px; }
.u_mat50 { margin-top:50px; }

.u_mab0 { margin-bottom: 0; }
.u_mab5 { margin-bottom: 5px; }
.u_mab10 { margin-bottom: 10px; }
.u_mab15 { margin-bottom: 15px; }
.u_mab20 { margin-bottom: 20px; }
.u_mab25 { margin-bottom: 25px; }
.u_mab30 { margin-bottom: 30px; }
.u_mab40 { margin-bottom: 40px; }
.u_mab50 { margin-bottom: 50px; }
.u_mab60 { margin-bottom: 60px; }
.u_mab70 { margin-bottom: 70px; }
.u_mab100 { margin-bottom: 100px; }

.u_mar30 { margin-right: 30px; }
.u_mar40 { margin-right: 40px; }
.u_mar60 { margin-right: 60px; }
.u_mar65 { margin-right: 65px; }
.u_mar70 { margin-right: 70px; }
.u_mar30 { margin-right: 30px; }
.u_mar10 { margin-right: 10px; }


.u_mal15 { margin-left: 15px; }
.u_mal25 { margin-left: 25px; }
.u_mal35 { margin-left: 35px; }
.u_mal50 { margin-left: 50px; }

.u_mar_auto{
    margin: 0 auto;
}


.u_pat10{padding-top: 10px;}
.u_pab30{padding-bottom: 30px;}

.u_al_center { text-align: center; }
.u_al_right { text-align: right; }
.u_al_left { text-align: left; }
.u_vl_top { vertical-align: top; }
.u_vl_middle { vertical-align: middle; }
.u_vl_bottom { vertical-align: bottom; }

.u_f_left { float: left; }
.u_f_right { float: right; }

.u_red { color: #F00; }
.u_black { color: #333; }
.u_white { color: #FFF; }
.u_blue { color: #245578; }

.u_bg_yellow{
    background: #fff199;
}

.u_bold { font-weight: bold; }
.u_indent { text-indent: 1em; }
.u_indent_1em{
    text-indent: -1em;
    margin-left: 1em;
}
.u_indent_3em{
    text-indent: -3em;
    margin-left: 3em;
}
.u_kome, .u_kome li { text-indent: -1em; margin-left: 1em; }
.u_underline { text-decoration: underline; }
.u_fw_normal { font-weight: normal; }
.u_strike { text-decoration: line-through; }

.u_img_floatL { float: left; margin-right: 20px; margin-bottom: 10px; }
.u_img_floatR { float: right; margin-left: 20px; margin-bottom: 10px; }

.u_fs11 { font-size: 11px !important; }
.u_fs12 { font-size: 12px !important; }
.u_fs13 { font-size: 13px !important; }
.u_fs14 { font-size: 14px !important; }
.u_fs15 { font-size: 15px !important; }
.u_fs16 { font-size: 16px !important; }
.u_fs17 { font-size: 17px !important; }
.u_fs18 { font-size: 18px !important; }
.u_fs19 { font-size: 19px !important; }
.u_fs20 { font-size: 20px !important; }
.u_fs21 { font-size: 21px !important; }
.u_fs22 { font-size: 22px !important; }
.u_fs24 { font-size: 24px !important; }
.u_fs30 { font-size: 30px !important; }
.u_fs40 { font-size: 40px !important; }

.u_inline { display: inline-block; }

.u_disable { pointer-events: none; }

.u_ind {
	text-indent: -1em;
	margin-left: 1em;
}

.u_pc_view {
  display: initial !important;
}
.u_sp_view {
  display: none !important;
}

.u_lh_2{
    line-height: 2;
}

.u_border_double{
    background: linear-gradient( transparent 0.6em, #f00 0, #f00 calc(0.6em + 1px), transparent 0, transparent calc(0.6em + 3px), #f00 0, #f00 calc(0.6em + 4px), transparent 0);;
}

.u_alit_start{
    align-items: flex-start;
}

.u_border{
    border: 1px solid rgb(221, 221, 221);
}

/*----------------------------------------------
	bodyなど
---------------------------------------------*/
body {
    background: url(../images/IVR_bg.png) no-repeat #1f538c center top / 100% auto;
}

container {
    position: relative;
}

a{
    color:#ed6c00;
}
/*----------------------------------------------
	.l_nav_area
---------------------------------------------*/
.u_logomark {
    width: 99px;
    margin: 20px auto 20px;
}

.u_menu, .u_language{
    box-shadow: 0px 0px 5px 0px rgba(10, 51, 97, 0.5);
    border-radius: 5px;
    overflow: hidden;
}

.u_menuitem {
    position: relative;
}

.u_menuitem a, .u_menuitem span{
    display: block;
    padding: 10px 25px;
    background: url(../images/img_arrow.png) 5% center no-repeat, rgba(2, 23, 47, 0.5);
}

.u_menuitem a{
    color:#ffffff;
    text-decoration: none;
}

.u_menuitem:hover a{
    background-color: #069322;
}

.u_menuitem:hover span{
    background: url(../images/img_arrow.png) 5% center no-repeat, rgba(2, 23, 47, 0.5);
}

.u_menuitem:link,
.u_menuitem:visited,
.u_menuitem:hover,
.u_menuitem:active {
    color: #ffffff;
    text-decoration: none;
}

li.active a{
    background-color: #069322;
}
.u_menuitem:not(:last-child) {
    border-bottom: 1px solid #0d6fb8;
}

.u_language a, .u_language span{
    display: block;
    width: 240px;
    padding: 10px;
    background: url(../images/img_arrow_language.png) 95% center no-repeat, #144f20;
}

.u_language a{
    color:#ffffff;
}
.u_language　a:hover{
    background-color: #2a7038;
}

.u_language:link,
.u_language:visited,
.u_language:hover,
.u_language:active {
    color: #ffffff;
    text-decoration: none;
}

.u_bnr a:hover{
    opacity:0.8;
}

.u_flex{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.u_flex02{
    display: flex;
    justify-content: center;
    align-items: center;
}

.u_juscon_center{justify-content: center;}
.u_juscon_between{justify-content: space-between;}
.u_juscon_start{justify-content: flex-start;}

.u_items_end{align-items: flex-end;}

.u_rollover:hover{ opacity: 0.7; }

/*----------------------------------------------
	.l_main_contents
---------------------------------------------*/
.u_mainimage{
    position: relative;
}
.u_titlelogo {
position: absolute;
    top:28px;
    left:25px;
}

/*
.detail {
position: absolute;
    bottom:30px;
    right:25px;
}
*/

/*  .news
------------------------------------- */
.u_news{
    background-color:rgba(255,255,255,0.8);
    box-shadow:0px 0px 5px 0px #0a3361;
}

.u_news .u_news_inner{
    height: 107px;
    overflow-y: scroll;
}

.u_news_header{
    height:45px;
    background-color: #069322;
    padding-left:15px;
    font-weight: 700;
    line-height: 45px;
}

.u_news_header img{
    margin-right: 5px;
}

.u_news_item{
    padding: 15px;
    line-height: 23px;
    border-bottom: 1px solid #c9c9c9;
}
.u_news_date{
    display: block;
    float: left;
    clear: left;
}
.u_news_content{
    display: block;
    padding-left: 120px;
}


/*----------------------------------------------
	.l_footer
---------------------------------------------*/

.l_footer{
     background-color:rgba(2,23,47,0.5);
}

.u_address{
	width: 1000px;
	margin: auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
}

.u_address_item a:link, .u_address_item a:visited, .u_address_item a:active {
	color:#ffffff;
}

.u_address_item a:hover {
	color:#ed6c00;
}


.l_copyright{
    padding:5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
/*----------------------------------------------
	.banner
---------------------------------------------*/
.u_banner{
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.u_banner a{
    display: inline-block;
}


/*----------------------------------------------
	.pagetop
---------------------------------------------*/
.pagetop{
    position: fixed;
    bottom: 50px;
    right: 130px;
    z-index: 10;
}

.pagetop:hover{
    opacity:0.7;
}


.u_tbl_cat th{
    width: 40px;
}

.u_tbl_cat td{
    width: 290px;
}

.u_tbl_text{
    width:180px;
}

th.u_tbl_text{
    text-align: center;
}

.u_menu_highlight a::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent #ed6c00 transparent transparent;
    border-width: 8px 15px;
    top: calc(50% - (16px/2));
    right: 48px;
    height: 0px;
    width: 0px;
}

.u_menu_highlight a::after{
    content: "受付中!";
    position: absolute;
    right: 5px;
	width: 41px;
	text-align: center;
    display: inline-block;
    padding: 3px 5px;
    background: #ed6c00;
    font-size: 1.2rem;
    border-radius: 2px;
}


.u_menu_highlight.is_new a::before {
    border-color: transparent #d83779 transparent transparent;
}
.u_menu_highlight.is_new a::after{
    content: "NEW!";
	background: #d83779;
}


@media screen and (max-width: 640px) {
  .u_pc_view {
    display: none !important;
  }
  .u_sp_view {
    display: initial !important;
  }
  .u_mat20 { margin-top:10px; }
  .u_mat30 { margin-top:15px; }
  .u_mat40 { margin-top:20px; }
  .u_mat50 { margin-top:25px; }
  .u_mab20 { margin-bottom: 10px; }
  .u_mab25 { margin-bottom: 10px; }
  .u_mab30 { margin-bottom: 15px; }
  .u_mab40 { margin-bottom: 20px; }
  .u_mab50 { margin-bottom: 25px; }
  .u_mab60 { margin-bottom: 30px; }
  .u_mab100 { margin-bottom: 50px; }
}
/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after,
.l_column_wrap:after {
    content:" ";
    display:block;
    clear:both;
}

.u_note {
    position: relative;
    margin-right: -23px;
    font-size: 1.4rem;
}

.u_aw_name{padding-left: 15px;}</pre></body></html>