@charset "utf-8";
/* CSS Document */

#cont h1{
/*background-image:url("../img/gaiyo/line_gaiyo_green.gif");
background-repeat:no-repeat;
background-position:bottom left;*/
border-bottom:1px solid #fff;
background-color:#3E6258;
color:#fff;
margin-bottom:20px;
padding:10px 0 10px 20px;
}

#cont h1 span{
display:block;
/*padding:5px 0 5px 20px;*/
padding: 0 0 3px 5px;
border-bottom:1px solid #fff;
font-weight:bold;
font-size:16px;
/*font-family:Meiryo, "ヒラギノ角ゴ Pro";*/
}
#cont h2 {/*font-family:Meiryo, "ヒラギノ角ゴ Pro";*/font-size:14px;margin-bottom:10px;padding:5px 0;border-bottom:1px solid #ccc;background:none;}
#cont h2 img {background-color:#3E6258;margin-right:5px;vertical-align: -2px;}

#access_container{}
#access_container p{font-size:14px;margin-bottom:20px;line-height:1.6;}


#access_container .h_line{margin-bottom:0;display:none;}
#access_container .h_line .bar_l{background-color:#3E6258;height:3px;width:38%;}
#access_container .h_line .bar_r{background-color:#A4C6BD;height:3px;width:61.5%;}

#access_container dl{line-height:150%;}
#access_container dl dt{font-weight:bold;font-size: 14px;}
#access_container dl dd{margin-top: 10px; margin-bottom:30px;font-size: 14px;}
#access_container dl dd ul{}
#access_container dl dd ul li{list-style-type:none;}

#access_container .blueBox{text-align:right;}
#access_container .blueBox a{border:1px solid #000099;font-weight:bold;padding:3px;}
#access_container .blueBox img{margin-right:5px;}

/* IE6用 */
.ie6 #access_container .mapBox,
.ie6 #access_container .print_map{display:none;}

.ie6 #access_container .blueBox a{border:none;font-weight:bold;padding:3px;}

#making_map + img{
  width: 600px;
  height: auto;
  margin-bottom: 10px;
}
.w600 table#access {
  margin-bottom: 20px;
}
.w600 div##schedule{  
  margin-bottom: 20px;
}

/* 見出しボーダー */
table.border-b{
  display: none;
}

/*2017/07/25　支社・セミナールーム　レスポンシブ対応*/
@media(max-width:599px){
#cont h1{padding:10px;}
#cont h1 span{padding:5px;}
.mapBox .fl{float:none;}
.mapBox iframe{margin-bottom:30px;}
#access_container dl dt{float:none;width:100%;margin-bottom:10px;}
#access_container dl dd{padding-left:0px;width:100%;}
}

/* PDFリンク */
.m_linkWrapper {
  display: flex;
  flex-wrap: wrap;
}

.m_linkWrapper--align_left { justify-content: flex-start; }
.m_linkWrapper--align_center { justify-content: center; }
.m_linkWrapper--align_right { justify-content: flex-end; }

.m_link {}
.m_link--dl {
  align-items: center;
  border: 1px solid currentColor;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  position: relative;
  width: fit-content;
}
.m_link--dl::after {
  border: 10px solid transparent;
  border-top: 10px solid currentColor;
  border-right: none;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
}
.m_link--pdf {
  border-color: #ff2116;
  color: currentColor;
  padding: 5px 10px 5px 5px;
}
.m_link--pdf:hover {
  background-color: #ff2116;
  color: #fff;
  text-decoration: none;
}
.m_link--pdf::before {
  content: url("/resource/img/icons/pdf_icon_1.png");
  display: block;
  height: 21px;
  margin-right: 10px;
  width: 18px;
}
.m_link--pdf:hover::before { content: url("/resource/img/icons/pdf_icon_2.png"); }
.m_link--pdf::after,
.m_link--pdf:hover::after { border-top-color: #ff2116; }


/*
    スケジュールダウンロードリンク
================================*/

.link_normal {
  color: #052674;
  text-decoration: none;  
}

.link_normal:hover {
  color: #005580;
  text-decoration: underline;
}

.link_btn-hasIcon {
  position: relative;
}

.link_btn-hasIcon.front::before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.link_btn-hasIcon.behind::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}

.link_btn-gradation {
  background: linear-gradient(to right,#164A84 10%,#0073A0 36%, #2d64a0 100%) no-repeat left top/200% 100%;
  color: #fff;
  display: inline-block;
  padding: 7px 21px;
  text-align: center;
  transition: .3s background;
}

.link_btn-gradation:hover {
  opacity: 1;
  background-position:right top;
  text-decoration: none;
  color: #fff;
}

/* 角丸 */
.link_btn-gradation.rounded { border-radius: 10px; }

/* 写真付き（スケジュールDLボタン） */
.box_link-schedule { padding: 25px 0 40px; }
.link_btn-gradation.hasImage {
  padding: 12px 12px 12px 150px;
  position: relative;
  font-size: 15px;
}
.link_btn-gradation.hasImage::before {
  box-shadow: 7px 7px 5px rgba(0,0,0,0.5);
  content: url("/resource/img/bup/bn_bup_annualSchedule.jpg");
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%) rotate(-10deg) scale(.6);
}

@media screen and (max-width:599px) {
.link_btn-gradation.hasImage{ 
    padding: 12px 21px;
    font-size: 16px;
  }
  .link_btn-gradation.hasImage::before { content: none; }
}


/*
    背景ありボックス
================================*/
.box_hasBgImg {
  background-image: url("../../img/bup/area_bg_line_blue.jpg");
  background-position: top left;
  background-repeat: repeat;
}

/* 茶色 */
.box_hasBgImg-brown { background-image: url("../../img/bup/area_bg_line_brown.jpg"); }

/* 格子 */
.box_hasBgImg-lattice { background-image: url("../../img/bup/area_bg_line_white.jpg"); }

/* 背景色のみ */
.box_hasBgColor { }

/*
    カード
================================*/
/* 角丸 */
.card_roundedCorner {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 18px 20px 20px;
  width: 100%;
}

/* 角かく */
.card_corner {
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
}

/* 影付き */
.card_hasShadow {
  box-shadow: 3px 3px 0 #7E9199; 
}

/* 枠付き */
.card_hasBorder {
  border: 1px solid #bbb; 
}

/* 上線あり */
.card_hasBorder-top {
  border-color: #bbb;
  border-style: solid;
  border-width: 8px 1px 1px;
}

.card_hasBorder-top.green { border-top-color: #53C999; }
.card_hasBorder-top.red { border-top-color: #F48989; }
.card_hasBorder-top.yellow { border-top-color: #FFB655; }
.card_hasBorder-top.blue { border-top-color: #43A1FF; }

/* 画像付き */
.card_hasImage {
  position: relative;
}

.card_hasImage::before {
  content: "";
  display: block;
  float: right;
  min-height: 5em;
}

.card_hasImage::after {
  content: "";
  clear: both;
  float: right;
  margin: 10px 0 0 10px;
  /*position: absolute;
  right: 0;
  bottom: 0;*/
}

.card_hasImage.star::after { content: url("../../img/bup/area_pic_star.jpg"); }
.card_hasImage.pen::after { content: url("../../img/bup/area_pic_pencil.jpg"); }
.card_hasImage.book::after { content: url("../../img/bup/area_pic_book.jpg"); }
.card_hasImage.smile::after { content: url("../../img/bup/area_pic_smile.jpg"); }

/*
    割引サービス
================================*/
.box_serviceWrap{
  display: flex;
  justify-content: space-between;
}
.box_service {
  display:block;
  position: relative;
  width: 50%;
  padding: 0px 17px;
}
.box_service + .box_service{
  border-left : 1px dotted #ccc;
}
.box_service_link {
  display:block; 
  transition: .3s;
}
.box_service_link:hover {
  text-decoration: none; 
  opacity: 0.6;
}

.box_service_logo { text-align: center; }

.box_service_logo img {
  width: 100%;
}

.box_service_logo--ins img{
  padding: 10px;
  border: 1px solid #ccc;
  max-width: 221px;
}
.box_service_logo--smp img{
  max-width : 166px;
}
.box_service_tag {
  color: #666;
  border: 1px solid #666;
  border-radius: 0px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: auto;
}

.box_service_tag.red {
  color: #e6002e;
  border-color: #e6002e;
}

.box_service_tag.blue {
  color: #164a84;
  border-color: #164a84;
}

.box_service_tag.green {
  color: #00c77f;
  border-color: #00c77f;
}

.box_service_detail { 
  font-size: 14px; 
  margin-top: 5px; 
}

.box_service_catchcopy {
  color: #666;
  font-weight: bold;
  margin-bottom: 0px;
}

.box_service_catchcopy.red { color: #e6002e; }
.box_service_catchcopy.blue { color: #164a84; }
.box_service_catchcopy.green { color: #00c77f; }

@media screen and (max-width:768px){
  .box_serviceWrap{  display: block;border-top: 1px dotted #ccc; padding-top: 20px;}
  .box_service{ width: 100%; padding: 10px 0; max-width: 450px; margin: auto;}
  .box_service + .box_service {  border-left: none; border-top: 1px dotted #ccc;}
  .box_service_logo img { width: auto; max-width: 210px; }
  .box_service_detail{ text-align: center; }
}

@media screen and (max-width:599px){
  .box_service_logo { margin-bottom: 20px; }
}


/* 
お問合せ
=================================*/
#commonInquiry .m_bupFtInquiry__footer{
  margin: 0;
}

/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

.u_hasGutterXs{padding:2.5px;}
.u_hasGutterSm{padding:5px;}
.u_hasGutterMd{padding:7.5px;}
.u_hasGutterLg{padding:10px;}
.u_hasGutterXl{padding:12.5px;}

.u_noGutterXs{margin:-2.5px;}
.u_noGutterSm{margin:-5px;}
.u_noGutterMd{margin:-7.5px;}
.u_noGutterLg{margin:-10px;}
.u_noGutterXl{margin:-12.5px;}

@media screen and (max-width:599px) {
  
}



/*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; }
.u_color-crimson { color: #e6002d !important; }

/* display */
.u_d-b { display: block !important; }
.u_d-fx { display: flex !important; }

@media screen and (max-width: 599px){
  .u_res_d-n { display: none; }
  .u_res_d-b { display: block; }
}

/* float */
.u_fl-n { float: none !important; }
.u_fl-l { float: left !important; }
.u_fl-r { float: right !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.u_p5 { padding: 5px !important; }
.u_p10 { padding: 10px !important; }
.u_p15 { padding: 15px !important; }
.u_p20 { padding: 20px !important; }
.u_p30 { padding: 30px !important; }
.u_p40 { padding: 40px !important; }
.u_p50 { padding: 50px !important; }
.u_p100 { padding: 100px !important; }

.u_pb0 { padding-bottom: 0px !important; }
.u_pb5 { padding-bottom: 5px !important; }
.u_pb10 { padding-bottom: 10px !important; }
.u_pb15 { padding-bottom: 15px !important; }
.u_pb20 { padding-bottom: 20px !important; }
.u_pb30 { padding-bottom: 30px !important; }
.u_pb40 { padding-bottom: 40px !important; }
.u_pb50 { padding-bottom: 50px !important; }
.u_pb100 { padding-bottom: 100px !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_m5 { margin: 5px !important; }
.u_m10 { margin: 10px !important; }
.u_m15 { margin: 15px !important; }
.u_m20 { margin: 20px !important; }
.u_m30 { margin: 30px !important; }
.u_m40 { margin: 40px !important; }
.u_m50 { margin: 50px !important; }
.u_m100 { margin: 100px !important; }

.u_m-5 { margin: -5px !important; }
.u_m-10 { margin: -10px !important; }
.u_m-15 { margin: -15px !important; }
.u_m-20 { margin: -20px !important; }
.u_m-30 { margin: -30px !important; }
.u_m-40 { margin: -40px !important; }
.u_m-50 { margin: -50px !important; }
.u_m-100 { margin: -100px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt40 { margin-top: 40px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-40 { margin-top: -40px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb40 { margin-bottom: 40px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-40 { margin-bottom: -40px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

.u_m-a { margin: auto !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }
.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }

.sp { display: none; }

@media screen and (max-width:599px){
  .res_sm_w100p { width: 100% !important; }
}
