@charset "utf-8";
/*****************************************
  original.css
  企業固有のスタイルを指定
******************************************/

/*==========================================================================================================================
　■PCMODE
　max-width(初期値780px)～670px
============================================================================================================================*/

/*******************************
■共通項目（PC）
********************************/

body#pagetop {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

div#container {
    width: 100%;
    max-width: 100%;
}

#header, #main {

}

#main .content {

}

#header, #footer {

}

#footer .free {

}

#mainContent {
    width: 100%;

}

#headContent .free {

}


#formContent div.entryFlow {
    font-size: 11px;
}

#social {
    font-size: 11px !important;
}



/*******************************
■ヘッダー（PC）
********************************/
#header .free {
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  padding: 0 25px 13%;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
#header .header_logo {
  display: block;
  position: absolute;
  top: 70%;
}
.header_logo span {
  display: block;
    height: 34px;
    width: 195px;
}
.header_logo span img {
  width: 100%;
}
#header .header_heading {
  display: block;
  text-align: left;
  padding: 30px 0 0;
  margin: 0;
  max-width: 568px;
  position: relative;
  width: 80%;
  font-size: small;
}
.header_heading img {
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 400px){
.header_logo {
    display: block;
    position: absolute;
    top: 75%;
}
.header_heading {
    width: 90%;
}
}
/*******************************
■フッター（PC）
********************************/

/* フッタ関連の高さ指定 */

#footer, #footer .free {

}

#main .space {

}



#footer .free {

}
.footer_wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #b3b3b3;
  padding: 0 25px 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer_wrap a {
  color: #b3b3b3!important;
  text-decoration: none!important;
}
.footer_wrap .footer_sub_list .copy {
    height: 30px;
    line-height: 30px;
    background-color: #E6E6E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    font-size: 10px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    left: 0;
    padding-left: 25px;
    position: absolute;
    text-align: left;
    width: 100%;
}
.footer_wrap .footer_sub_list .footer_sub_item {
    display: block;
    font-size: 10px;
    margin: 0;
}
.footer_wrap .footer_sub_list .footer_sub_item p {
  margin: 0;
}
.footer_wrap .footer_sub_list .footer_sub_item .recop {
    margin-top: 7px;
}
/*******************************
181219追加
********************************/
.pageTitle {
  color: #000!important;
  font-weight: 600;
}
.emphasisBlock {
  background-color: #d7d7d7!important;
}
.emphasisBlock span {
    color: #000 !important;
}
.borderLine {
    border: 2px solid #000 !important;
    background-color: #000 !important;
}
.requierdMark {
    color: #D6386B !important;
}
#main {
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px;
}
#entryFormGroup div.columnSet {
  padding: 10px 0;
}

/* 20260324 軽微修正 for Android copyrightマークの色 */
.footer__copyright span.copyright {
  font-family: Verdana, "Droid Sans" !important;
}
