@charset "UTF-8";

/*--フォント--*/
#font + section .heading.block_header_6.block_header.align-center p,
#w_full + section .heading.block_header_2 .h,
#subtitle + section .heading p{
  font-family: "Arial",Helvetica, Verdana, sans-serif;
}

@media screen and (max-width:767px){
  .choice_three{
    font-size: max(15.5px , 2vw)!important;
  }
}

/*--背景カラー修正--*/
#bg_black + div,
#bg_black + section{
  padding-left: 20px;
  padding-right: 20px;
}

/*--サブタイトルカラー修正--*/
.heading.block_header_6.block_header.align-center p {
  color: #666;
  font-size: 22px;
}
#subtitle + .contents_box01 .heading.block_header_6.align-center p {
  color: #666;
  font-size: 22px;
}
.heading.block_header_4.align-center h2 {
  color: #c9c9c9;
  font-size: 22px;
}

#color + .composite_box01 .heading h3 {
  color: #808080;
}
 
/*--フォント修正--*/
/*#font + div .heading h2 {
  font-family: "Arial",Helvetica, Verdana, sans-serif !important;
}*/

/*#font + section .heading h2 {
  font-family: "Arial",Helvetica, Verdana, sans-serif !important;
}*/

/*#font + section .heading.block_header_6.block_header.align-center p {
  font-family: "Arial",Helvetica, Verdana, sans-serif !important;
  font-weight: 300;
}*/

/*#font + .contents_box01 .heading.block_header_5.align-left  h2 {
  font-family: "Arial",Helvetica, Verdana, sans-serif !important;
  font-weight: 300;
}*/

/*--lv修正--*/
#lv div {
    opacity: 1;
}

#bb + section .heading.block_header_7 {
  border-bottom: 1px solid #fff;
}
#bb + section .heading.block_header_5 {
  border-bottom: 1px solid #fff;
}

#w_full + section .heading.block_header_2 .h {
  display: block;
}

@media screen and (max-width: 700px){
  #color + div .content_wrapper  .inner_item {
    margin-bottom: 60px!important;
  }
}