@charset "UTF-8";
/*------------------------------------------------
ROOT PSTH
------------------------------------------------*/
/*------------------------------------------------
TARGET
------------------------------------------------*/
/*------------------------------------------------
CONTENT SIZE
------------------------------------------------*/
/*------------------------------------------------
OUTLINE
------------------------------------------------*/
/*----------BODY----------*/
/*----------WRAPPER----------*/
/*----------HEADER----------*/
/*----------NAVIGATION----------*/
/*----------MAINVISUAL----------*/
/*----------FOOTER----------*/
/*----------CONTENT----------*/
/*------------------------------------------------
COMMON SETTING
------------------------------------------------*/
/*----------BASE----------*/
/*
if using serif-type, uncommentout this line.
@gv_default_font_family:							"ヒラギノ明朝 Pro W3",
																"Hiragino Mincho Pro","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",
																'平成明朝', 'Heisei Mincho', 'MS P明朝', 'MS P Mincho', serif,'ＭＳ 明朝',
																'MS Mincho',Garamond,Century;
*/
/*----------CURVE----------*/
/*----------LINK----------*/
/*----------COLOR----------*/
/*------------------------------------------------
UTILITY CLASS SETTING
------------------------------------------------*/
/*----------COLOR----------*/
/*----------SPACE----------*/
/*----------FORM----------*/
/*------------------------------------------------
BLOCK SETTING
------------------------------------------------*/
/*------------------------------------------------
MARGIN_BOTTOM
------------------------------------------------*/
/*------------------------------------------------
EACH WEB SITE FUNCTION
------------------------------------------------*/
/*-----------------[NOTE!]------------------------

			DON'T EDIT FROM HERE
 
-------------------[NOTE!]----------------------*/
/*------------------------------------------------
MEDIA QUERY
------------------------------------------------*/
/*------------------------------------------------
COMMON FUNCTION
------------------------------------------------*/
.Clearfix {
  zoom: 1;
}
.Clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*----------LIST LOCAL VALUE----------*/
/*--PARAMETER FOR LIST--*/
/*--/END PARAMETER FOR LIST--*/
/*--PARAMETER FOR NOTES--*/
/*--/END PARAMETER FOR NOTES--*/
/*---PARAMETER FOT TABLE--*/
/*--/END PARAMETER FOR TABLE--*/
/*----------/END LIST LOCAL VALUE----------*/
.Target_block {
  max-width: 800px;
  margin: 0 auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* for CSS3 PIE */
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Target_block {
    hack: 1 ;margin-left: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .Target_block {
    hack: 1 ;margin-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .Target_block {
    hack: 1 ;background-size: contain;
  }
}
.Target_block .Hgroup {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  /* for CSS3 PIE */
  position: relative;
}
.Target_block .Hgroup:before {
  background: none !important;
}
.Target_block .Detail {
  padding: 12px 12px;
}
div#Sub_page .Target_block {
  background: url('../../img/common/bg_new_visual.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
div#Sub_page .Target_block > .Row {
  visibility: hidden;
}
div#Sub_page .Target_block .Hgroup {
  margin-bottom: 2em !important;
}
div#Sub_page .Target_block .Hgroup.Title_level_3 {
  padding: 5px 10px !important;
}
div#Sub_page .Target_block .Detail {
  padding: 0;
  position: relative;
  background: #fff;
}
div#Sub_page .Target_block .Detail .List_normal {
  margin-bottom: 4em;
  padding: 0 24px;
}
div#Sub_page .Target_block .Detail .List_normal li {
  padding: 0!important;
  background: none;
}
div#Sub_page .Target_block .Detail .Form_button ul li a {
  border: none;
}
/*-----------------[NOTE!]------------------------

			DON'T EDIT FORM HERE
 
-------------------[NOTE!]----------------------*/
