@charset "UTF-8";

/*=====================================================================================================
default
=====================================================================================================*/

html {
  height:100%;
}

body {
  color: #380703;
  background: #030408;
  font-family: "Hiragino Kaku Gothic ProN" , Meiryo, sans-serif;
  background: url(/m8/img/new_face/pc/u/bg_all.jpg) ;
  background-attachment:fixed;
  position:relative; 
  min-height:100%;
   }

a:link {
  text-decoration: underline;
  color: #380703;
}

a:visited {
  color: #380703;
}

a:hover { 
  color: #380703;
}

.cf:before,.cf:after { 
  content:""; display:block;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

#container { 
}

#content {
  margin: 0 auto;
  background: url(/m8/img/new_face/pc/u/bg_content_outer.png) repeat-y;
  background-position:center top;
  padding-bottom: 13px;
}

.content_inner_top {
  text-align: center;
  line-height:100%;
}

.content_inner01 {
  width: 862px;
  margin: 0 auto;
  background: url(/m8/img/new_face/pc/u/bg_content_innermdl.jpg) repeat-y;
  vertical-align: top;
}

.content_inner02 {
  width: 835px;
  margin: 0 auto;
}

.content_inner_btm {
  text-align: center;
  line-height:100%
}

.content_inner_btm img {
  vertical-align:top;
}

section h2 {
  text-align: center;
}

/*==　header　==*/

.header {
  background:url(/m8/img/new_face/pc/u/main_v_bg.png) no-repeat;
  height: 577px;
  margin: 0 auto;
  overflow: hidden;
  background-position:center top;
}

.header h1 {
  text-align: center;
  margin-top:89px;
}

.header p {
  text-align: center;
  margin-top:30px;
}

.nav {
  margin:0px auto;
  width:903px;
  background:url(/m8/img/new_face/pc/u/navi_bg.png) no-repeat;
  padding: 16px 0px;
  background-position:center;
}

.nav ul {
  width: 820px;
  margin: 0 auto;
}

.nav ul li {
  width:187px;
  float:left;
  margin:0px 9px;
}

/* 2024.06.14 rk add ---*/
.nav_01a {
  margin:0px auto;
  width:903px;
  background:url(/m8/img/new_face/pc/u/navi_bg.png) no-repeat;
  padding: 16px 0px;
  background-position:center;
}

.nav_01a ul {
  width: 615px;
  margin: 0 auto;
}

.nav_01a ul li {
  width:187px;
  float:left;
  margin:0px 9px;
}

#menu {
  height:58px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
  left: 50%;
  margin-left: -451.5px !important;
}

.bg_fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
  background-color: rgba(53,11,11,0.9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90531111 ,endColorstr=#90531111 );
}

.menu_bg {
  width: 100%;
  height: 90px;
}

/*==　banner　==*/

#Banner_wrap {
  margin: 0 auto;
}

#Banner_wrap a {
  display: block;
}

#Banner_wrap a p{
  position: absolute;
  right: 40px;
  top: 66%;
  margin-top: -107px; 
}

.Banner_wrap01 {
  margin-bottom:25px !important;
}

.Banner_wrap02 {
  margin-bottom:25px !important;
}

/*==　Benefit　==*/

#Benefit_wrap article {
  text-align: center;
}

/*==　Experience　==*/

#Experience_wrap {
  text-align: center;
}

#Experience_wrap h2 {
  margin-bottom:35px;
}

/*==　Flow　==*/
#Flow_wrap .top_cmt {
  text-align: center;
  margin: 35px 0px;
} 

#Flow_wrap ul {
  margin-bottom: 30px;
}

#Flow_wrap ul li {
  float:left;
}

#Flow_wrap ul li.last {
  margin-right:0px !important;
}

/*==　Form　==*/
                                                    
#Form_wrap div.wrap_inner{
  margin-top: 35px;
}

#Form_wrap div.form_bg{
  background:url(/m8/img/new_face/pc/u/form_bg_mdl.png) repeat-y;
  padding: 20px 99px;
}

#Form_wrap dl {
  margin-bottom: 35px;
}

#Form_wrap dl.line , .form_btn{
  line-height: 0px !important;
}

.Form_wrap02 dl {
  font-size: 14px !important;
  line-height: 180% !important;
}

#Form_wrap dl dt {
  float: left;
}

#Form_wrap dl dd {
  float: left;
  margin-top: 6px;
  margin-left: 35px;
  color: #380703;
}

#Form_wrap dl dd label{
  font-size: 15px;
}

#Form_wrap dl dd label img{
  vertical-align: middle;
}

#Form_wrap dl dd b {
  color: #380703;
  font-weight: normal;
  margin: 0px 9px;
  color: #380703;
  font-size:18px;
}

#Form_wrap dl dd b img {
  vertical-align: middle;
}

#Form_wrap dl dd input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
}

#Form_wrap dl dd input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;    
  font-size: 14px;
  line-height: 30px; 
  cursor: pointer;
}

@media (min-width: 1px) {
  #Form_wrap dl dd input[type="radio"] {
    display: none;
    margin: 0;
  }
  #Form_wrap dl dd input[type="radio"] + label {
    padding: 0 0 0 35px;
    font-size: 18px;
  }
  #Form_wrap dl dd input[type="radio"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -9px;
    background: #e5ecf3;
  }
  #Form_wrap dl dd input[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -9px;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 1px 2px 2px #828282 inset;
}

#Form_wrap dl dd input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 6px;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    background: #380703;
    border-radius: 8px;
  }
}

#Form_wrap dl dd span {
  position: relative;
  display: inline-block;  
  *display: inline;  
  *zoom: 1;
  font-size:16px;
}

#Form_wrap dl dd span select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 0px;
  padding: 10px 20px 10px 17px;
  color:#380703;
  box-shadow: 1px 2px 2px #828282 inset;
}

#Form_wrap dl span:after {
  position: absolute;
  content: "▼";
  right: 42px;
  top: 18px;
  color: #380703;
  font-size: 12px;
}

#Form_wrap dl span:after {
  display: none\0/;
}

*+html #Form_wrap dl span:after {
  display: none;
}

#Form_wrap dl span.domain:after {
  right: 9px !important;
}

#Form_wrap dl dd p select.long {
  padding: 10px 30px 10px 18px;
}

#Form_wrap dl dd input[type="text"] {
  border: 0px;
  padding: 10px 15px;
  box-shadow: 1px 2px 2px #828282 inset;
}

#Form_wrap div.form_btn {
  margin: 25px 0px;
  text-align: center;
}

#Form_wrap p.attention {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 20px;
  color:#380703;
}

/*== footer　==*/

.footer{
  padding-top: 113px;
  background: url(/m8/img/new_face/pc/u/bg_content_btm.png) no-repeat;
  background-position: center top;
  padding-bottom: 38px;
  margin:0 auto;
}

.footer nav {

}

.footer .copy {
  text-align:center;
  color:#fff;
}

.footer ul {
  color: #fff;
  width: 643px;
  margin: 0 auto;
  text-align: center;
}

.footer ul li {
  display: inline;
}

.footer ul li a {
  font-size: 12px;
  color: #fff;
}

/*== pagetop ==*/

.pagetop_wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
}


/*=====================================================================================================
subpage common
=====================================================================================================*/

.subpage {
  color:#fff;
}

.subpage a {
  color:#fff;
}

.subpage .content_inner02 {
  widows: 817px;
}

.subpage h2.cap {
  margin-bottom: 35px;
}

.subpage .wrap_inner {
  width: 740px;
  margin: auto;
}

.subpage .wrap_inner article {
  padding-bottom:30px;
}

.subpage section h4 {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dotted #f2f9ff;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.subpage section h4:after {
  background: url(/m8/img/new_face/pc/u/subpage_subcap.png);
  position: absolute;  
  width: 35px;
  height: 35px;
  content:"";
  left: 0;
  top: -5px;
  display: block;
}

.subpage section p {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing:0.5px;
  padding-bottom: 18px;
}

.subpage section p span {
  font-size: 14px;
  color: #f5c83d;
}

.subpage section p span.h_color {
  color: #f5c83d;
  font-size: 13px;
}

.subpage section p span.h_color02 {
  color: #BB2B25;
  font-size: 13px;
}

.teller .wrap_inner {
  width:817px !important;
}

.teller .content_inner02 {
  width:835px !important;
}

.teller article {
  padding-bottom: 35px;
  text-align: center;
  padding-top: 229px;
  margin-bottom: 15px;
}

.teller article.last {
  margin-bottom:0px;
}

/*2023.02.01_rk*/
.teller .article_a {
  padding-bottom: 35px;
  text-align: center;
  padding-top: 335px;
  margin-bottom: 15px;
}

/*2023.02.01_rk*/
.teller .article_a.last {
  margin-bottom:0px;
}

.teller .teller01 {
  background:url(/m8/img/new_face/pc/u/teller01.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller01_lis {
  background:url(/m8/img/new_face/pc/u/teller01_lis.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller02 {
  background:url(/m8/img/new_face/pc/u/teller02.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller03 {
  background:url(/m8/img/new_face/pc/u/teller03.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller03_lis {
  background:url(/m8/img/new_face/pc/u/teller03_lis.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller04 {
  background:url(/m8/img/new_face/pc/u/teller04.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller05 {
  background:url(/m8/img/new_face/pc/u/teller05.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller01a {
  background:url(/m8/img/new_face/pc/u/teller01a.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller01aa {
  background:url(/m8/img/new_face/pc/u/teller01aa.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller02a {
  background:url(/m8/img/new_face/pc/u/teller02a.png) no-repeat;
  height:62px;
  width:817px;
}

.teller .teller03a {
  background:url(/m8/img/new_face/pc/u/teller03a.png) no-repeat;
  height:62px;
  width:817px;
}

.form .content_inner02 {
   width:835px !important;
}

.form .wrap_inner {
  width:auto !important;
}

.form a {
  color:#380703 !important;
}

.form section p {
  padding-bottom: 0px !important;
}

.form p.attention {
  color:#380703;
}
