@charset "utf-8";

/* Common */

html {
  font-size: 14px ;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI", "メイリオ" , Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体" , "YuGothic" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-style: normal;
  font-weight: 400;
}

img{
  max-width:100%;
}

p {
  margin: 0 ;
  padding: 0 ;
}

ul {
  padding: 0 ;
  margin: 0 ;
}

ul li {
  list-style: none ;
  margin: 0 ;
  padding: 0 ;
}

.image-none {
  display: none ;
}

.center {
  margin: 0 auto ;
  text-align: center ;
}

.flex {
  display: flex ;
  align-items: center ;
  justify-content: center ;
}

.top {
  min-height:calc(100vh - 166px - 50px) ;
}

.top-logout {
  height: 640px ;
}

.container {
  max-width: 100% ;
}

.container-second {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance:none;
  appearance:none;
  -moz-appearance:textfield;
  margin: 0;
}

.w-240{
  width:240px;
}

.pt-20{
  padding-top:20px!important;
}

.pt-25{
  padding-top:25px!important;
}

.pb-0{
  padding-bottom:0px!important;
}

.pb-15{
  padding-bottom:15px!important;
}

.pb-24{
  padding-bottom:24px!important;
}

/* Header */

.main-visual {
  height: 100px ;
  display: flex!important ;
  align-items: center!important ;
  justify-content: center ;
  text-align: center ;
  border-bottom: 1px solid #000 ;
}

.main-visual-original {
  border-bottom: 1px solid #1d2088 ;
  -ms-flex-pack: start ;
}

/* Footer */

.area-bottom {
  height: 50px ;
  display: flex ;
  align-items: center ;
  justify-content: center ;
  text-align: center ;
  background-color: #000 ;
}

.area-bottom p {
    color: #fff;
    font-size: 1rem ;
}

/* admin */

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0 ;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-dark {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000;
}

.btn-outline-dark:hover {
    color: #fff  ;
    background-color: #000;
    background-image: none;
    border-color: 1px solid transparent;
    background-image: url(../img/common/arrow-white.png);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 20px;
}

.btn-main {
    width: 100% ;
    height: 80px;
    padding: 25px 0;
    font-size: 1rem;
    font-weight: bold;
    background-image: url(../img/common/arrow.png);
    background-position: 96% ;
    background-repeat: no-repeat ;
    background-size: 12px ;
    margin: 10px 0 ;
}

.btn-main:hover {
    background-image: url(../img/common/arrow-white.png);
    background-position: 96% ;
    background-repeat: no-repeat ;
    background-size: 12px ;
}

.btn-return {
  width: 68%;
  padding: 25px 0;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  background-image: url(../img/common/arrow.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 56px;
  margin-bottom: 107px ;
}

.btn-return:hover {
  width: 68%;
  padding: 25px 0;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  background-image: url(../img/common/arrow-white.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 56px;
  margin-bottom: 107px ;
}

.btn-return-second {
  width: 100%;
  padding: 25px 0;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  background-image: url(../img/common/arrow.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 56px;
  margin-bottom: 107px ;
}

.btn-return-second:hover {
  width: 100%;
  padding: 25px 0;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  background-image: url(../img/common/arrow-white.png);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 56px;
  margin-bottom: 107px ;
}

.btn-area-bottom {
  background-image: url(../img/common/arrow-white.png);
  background-position: 96% ;
  background-repeat: no-repeat ;
  background-size: 20px ;
  border-top: 1px solid #000 ;
  padding: 20px 0 ;
}

.main-text {
  font-size: 1.5rem;
  font-weight: bold ;
}

.form-control {
    display: block;
    width: 100%;
    height: 51px ;
    padding: 1rem ;
    /* margin-bottom: 2rem ; */
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef ;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: 0 ;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-input-form {
    display: block;
    width: 100%;
    height: 155px ;
    padding: 1.3rem ;
    /* margin-bottom: 2rem ; */
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef ;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: 0 ;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    display: inline-block;
    margin-bottom: 0 ;
}

.btn-first {
  display: block ;
  width: 100% ;
  padding: 10px 0 ;
  font-size: 1rem ;
  color: #fff;
  background-color: #898989;
  cursor: pointer ;
}

.btn-first:hover {
  color: #898989;
  background-color: #fff;
  border: 1px solid #898989 ;
}

.btn-first-parts {
  margin-top: 150px ;
}

.area-login-form {
  padding: 0 ;
}

.table {
  margin-top: 77px;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: none;
    padding-left: 2rem;
    vertical-align: middle;
    font-size: 1rem ;
    padding-top: 1.5rem
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #000 ;
    font-size: 1rem ;
    font-weight: normal ;
    padding-left: 2rem ;
}

.switch {
  color : #999999 ;
}

.parts-login {
  padding: 10px 0 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.area-serch {
  position: relative ;
  display: flex ;
  width: 95% ;
  height: 0 ;
}

#form5{
margin-bottom:20px;
}
#sbox5{
  width: 50%;
  outline: 0;
  height: 50px;
  padding: 0 78px;
  position: absolute;
  right: 6rem;
  top: 31px;
  border-radius: 2px;
  background: #eee;
  border: 1px solid #000;
}

#sbtn5{
  width: 80px;
  height: 50px;
  position: absolute;
  right: 0rem;
  top: 31px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 16px;
  border: none;
}
#sbtn5:hover{
background:#fff;
color:#000;
border: 1px #000 solid ;
cursor: pointer ;
}
#sbtn5:focus{
background:#fff;
color:#000;
border: 1px #000 solid ;
cursor: pointer ;
}

.btn-display {
    width: 100px;
    padding: 15px 0;
    font-size: 1rem;
    font-weight: bold;
    background-image: url(../img/common/arrow.png);
    background-position: 96% ;
    background-repeat: no-repeat ;
    background-size: 8px ;
}

.btn-display:hover {
    background-image: url(../img/common/arrow-white.png);
    background-position: 96% ;
    background-repeat: no-repeat ;
    background-size: 8px ;
}

.btn-area-bottom-second {
  padding: 20px 0 74px;
}

.area-images-completion {
  text-align: center ;
}

.images-completion {
  width: 100%;
  padding-top: 48px;
}

.parts-completion {
  margin-bottom: 255px ;
}

.images-contact {
  padding: 100px 0 ;
  margin-bottom: 55px ;
}

.parts-input-form {
  padding: 100px 0 ;
}

.input-form-title {
  background-color: #595757;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  margin-top: 34px ;
  letter-spacing: 9px ;
}

.input-form-text {
  padding: 10px 0 ;
  letter-spacing: 2px ;
}

.required {
  color : #e60012 ;
}

.input-form-title-second {
  border-bottom: 1px solid #000 ;
  width: 100% ;
  padding-top: 35px ;
  letter-spacing: 3px ;
}

.input-form-title-border {
  border-bottom: 1px solid #000 ;
  width: 100% ;
  padding-top: 35px ;
  margin-bottom: 10px ;
  letter-spacing: 3px ;
}

.input-form-title-third {
  background-color: #595757;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  margin-top: 34px;
  margin-bottom: 10px;
  letter-spacing: 9px;
}

.btn-second {
  display: block;
  width: 80%;
  padding:15px 0;
  font-size: 1rem;
  color: #000;
  border: 1px solid #000 ;
  background-color: #fff ;
  margin: 30px auto ;
}

.btn-third {
  display: block;
  width: 60%;
  padding:15px 0;
  font-size: 1rem;
  color: #fff;
  background-color: #898989 ;
  margin: 30px auto ;
}

.btn-third:hover {
  color: #898989;
  background-color: #fff ;
  border: 1px solid #898989 ;
}

.confirmation-text {
  font-weight: bold ;
  font-size: 1.12rem ;
  word-wrap: break-word;
}

.area-confirmation-images {
  background-color: #efefef ;
  width: 100% ;
  /* height: 19rem ; */
}

.images-confirmation {
  padding: 10px ;
  height: auto ;
}

.images-confirmation-second {
  padding: 10px ;
  height: auto ;
}

.images-top-sm {
  width: 80% ;
}

.images-top-sm-second {
  width: 60% ;
}

#btn {
    background: #efefef;
    color: #000;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
    text-align: center ;
}
#files {
    background: none;
    box-shadow: none;
    border: none;
    width: 100% ;
}

.form-group-top {
  margin: 1rem 0;
}

.form-group {
  margin: 1.3rem 0;
}

.form-group-top p {
  font-weight: bold;
  font-size: 1.12rem;
  word-wrap: break-word;
}

.form-group p {
  font-weight: bold;
  font-size: 1.12rem;
  word-wrap: break-word;
}

.form-group-small-top , .form-group-small {
  margin-top: 8px ;
}

.btn-primary:hover , .btn-first-confirmation {
    color: #898989 ;
    background-color: #fff ;
    border-color: #898989 ;
}

.area-form {
  padding: 1rem 0 ;
}

.btn-first-confirmation {
    display: block;
    width: 100%;
    padding: 27px 0;
    font-size: 1.8rem;
    color: #fff;
    background-color: #898989;
    margin-top: 28px;
    margin-bottom: 95px;
}

.btn-first-confirmation-return {
    display: block;
    width: 100%;
    padding: 27px 0;
    font-size: 1.8rem;
    color: #fff;
    background-color: #898989;
    margin-top: 95px;
    margin-bottom: 55px;
}

.parts-confirmation {
  padding: 63px 0 15px ;
  text-align: center;
  font-size: 1.07rem;
  font-weight: normal ;
}

.btn-first-company-login {
    display: block;
    width: 100%;
    padding: 27px 0;
    font-size: 1.8rem;
    color: #fff;
    background-color: #898989;
    margin-top: 57px;
    margin-bottom: 70px;
}

.btn-first-forget {
    display: block;
    width: 100%;
    padding: 27px 0;
    font-size: 1.8rem;
    color: #fff;
    background-color: #898989;
    margin-top: 149px;
}

.parts-completion {
    margin-bottom: 50px;
    font-size: 1.07rem ;
}

span.btn-confirm a {
    background-color: #898989;
    color: #fff;
    padding: 5px 10px;
    float: right;
    margin-top: -36px;
}

a.btn-second-add {
  background: #efefef;
  color: #000;
  cursor: pointer;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  margin: 10px 0 ;
}

.form-control:focus {
  border: 1px solid #898989 ;
  box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  border: 1px solid #898989 ;
  box-shadow: none;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #898989;
  background-color: #fff;
  border-color: #898989;
  box-shadow: none ;
}

.btn:focus, .btn:active , textarea {
  outline: none ;
  box-shadow: none ;
}

.area-form-add {
  display: flex ;
  align-items: center ;
  justify-content: center ;
}

.area-form-confirm {
  display: flex ;
  justify-content: space-between ;
}

.btn-primary:hover, .btn-first-confirmation:hover , .btn-return-second{
  cursor: pointer ;
}

.embed-responsive-16by9::before {
  padding-top: 0 ;
}

.form-group-btn-check {
  margin-bottom: 0 ;
  margin-top: 1.5rem ;
}

select.form-control:not([size]):not([multiple]) {
  height: 51px ;
  -webkit-appearance:none;
  appearance:none;
  -moz-appearance:textfield;
}

select.machine_standard_list.form-control {
  padding-left: 40px ;
  background-image: url(../img/admin-company/edit/form-icon.png);
  background-position: 5% ;
  background-repeat: no-repeat ;
  background-size: 25% ;
}

.form-group-small-machine {
    width: 100%;
    margin-right: 10px;
}

.check-machine {
   margin-right: 20px ;
}


/* original-member  */

.img-logo-icon {
  margin: 50px auto ;
  max-width: 130px ;
  height: auto ;
}

.text-original {
  color: #1d2088 ;
  font-size: 30px ;
}

.text-inner-original {
  color: #1d2088 ;
  font-size: 15px ;
}

.title-original {
  color: #1d2088 ;
  font-size: 20px ;
  border: 1px solid #1d2088 ;
  padding: 10px 0 ;
  margin: 30px  0 ;
}

/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
}

/*ラベル*/
.accbox label {
  display: flex ;
  align-items: center ;
  justify-content: space-between ;
  margin: 1.5px 0;
  padding : 10px 12px;
  color: #fff ;
  background: #6D63A6;
  cursor :pointer;
  /* transition: all 0.5s; */
  font-size: 15px ;
}

/*アイコンを表示*/
.accbox label::after {
  content: url(../img/original-member/sp/arrow-02.png) ;
  line-height: 0 ;
}

/*ラベルホバー時*/
/* .accbox label:hover {
  background :#fff ;
  border:  1px solid #6D63A6 ;
  color: #6D63A6 ;
} */

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  /* display: none ; */
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  /* transition: 0.8s; */
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  /* display: block ; */
  overflow: inherit ;
  height: auto;
  padding: 5px;
  opacity: 1;
}

.accbox .accshow .row{
  align-items:flex-start;
}

.cssacc:checked + label {
  padding: 15px 12px ;
}

.accbox .accshow p {
  margin: 10px 0 ;
}

/*アイコンを入れ替える*/
.cssacc:checked + label::after {
  content: url(../img/original-member/sp/arrow-01.png) ;
}

.table-original {
  color: #1d2088 ;
  display: flex ;
  align-items: center ;
  justify-content: flex-end ;
  border-bottom: 1px solid #1d2088 ;
  height: 100% ;
  width: auto ;
  margin-right: 15px ;
  word-break: break-all;
}

.table-original-second {
  justify-content: flex-start ;
}

.wrap-table-original {
  width: 100% ;
  height: 100% ;
}

.wrap-table-original-second {
  width: 100% ;
}

.table-original p {
  margin: 10px 0 ;
}

.wrap-img-original {
  margin: 30px 0 0 ;
  text-align: center ;
}

.table-original-third {
  justify-content: center ;
  text-align: center ;
}

.table-original-end {
  margin-right: 0 ;
}

.td-title {
  width: 33.33% ;
}

.table-title-original {
  background-color: #6D63A6 ;
  color: #fff ;
  border: none ;
}

.wrap-btn-original {
  margin: 30px 0 ;
}

.btn-original {
  width: 100% ;
  border: 1px solid #1d2088 ;
  color: #1d2088 ;
  background-image: url(../img/original-member/sp/btn-arrow.png) ;
  background-repeat: no-repeat ;
  background-position: 95% center ;
  padding: 15px 0 ;
}

.btn-original:hover {
  border: 1px solid #1d2088 ;
  color: #fff ;
  background-color: #1d2088 ;
  background-image: url(../img/original-member/sp/btn-arrow-hover.png) ;
}

.btn.focus, .btn:focus {
  box-shadow: none ;
}

.btn-original-top {
  margin-bottom: 20px ;
}

.header-original {
  position: relative ;
}

.btn-original-header {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -15px ;
  right: 0;
  background-position: 50% 80% ;
}

.table-original-top {
  border: none ;
}

.td-original-top {
  width: 50% ;
  position: relative ;
}

.hr-original {
  width: 83% ;
  height: 100% ;
  border-top: none ;
  border-bottom: 1px solid #1d2088 ;
  position: absolute ;
  left: 0 ;
  bottom : 0 ;
  margin: 0 ;
  margin-left: 15px ;
}

.hr-original-right {
  width: 92% ;
 margin-right: 15px ;
 margin-left: 0 ;
}

.input-group {
  margin: 0 auto 30px ;
  width: 100% ;
}

.input-group-append {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d2088;
  border: 1px solid #1d2088;
  padding: 10px 0;
  width: 30%;
  height: 40px ;
  cursor: pointer;
  /* margin-left: 10px ;
  background-image: url(../img/original-member/sp/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 8px; */
}

.input-group-append:hover {
  /* background-image: url(../img/original-member/sp/btn-arrow-hover.png) ; */
  border: 1px solid #1d2088;
  color: #fff;
  background-color: #1d2088;
}

.input-list {
  height: 40px ;
}

.wrap-btn-list {
  margin: 0 0 30px;
}

.wrap-btn-list p {
  color : #1d2088 ;
  word-break: break-all;
  line-height: 26px;
}

.btn-list-inner:hover , .btn-list-inner:focus , .btn-list-inner.acitve {
  text-decoration: none ;
  border: 1px solid #1d2088;
  color: #fff;
  background-color: #1d2088;
  outline: none ;
}

.nav-tabs {
  border-bottom: none ;
  justify-content: space-between ;
}

.nav-item {
  width: 50% ;
  text-align: center ;
}

.nav-item-second {
  width: 25%;
}

.nav-item-second.active a {
  color: #fff !important;
  border: 1px solid #1d2088 !important;
  background-color: #1d2088 !important;
}

/* .nav-item-second.active a:hover {
  color: #1d2088 !important;
  border: 1px solid #1d2088 !important;
  background-color: #fff !important;
} */

.nav-tabs .nav-link {
  border: 1px solid #1d2088;
  color: #1d2088;
  background-color: #fff;
  border-radius: 0 ;
  margin-right: 5px ;
  padding: 5px 0 ;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  border: 1px solid #1d2088;
  color: #fff;
  background-color: #1d2088;
}

.nav-tabs .nav-link.nav-link-second , .nav-tabs .nav-link.nav-link-second:active {
  margin-right: 0 ;
  margin-left: 5px ;
}

.nav-tabs .nav-link.btn-list-inner {
  color: #1d2088 ;
  border: 1px solid #1d2088 ;
  background-color: #fff ;
  margin: 0 5px ;
}

.nav-tabs .nav-link.btn-list-inner:hover {
  color: #fff ;
  border: 1px solid #1d2088 ;
  background-color: #1d2088 ;
}

ul li:first-child a.nav-link.btn-list-inner {
  margin: 0 ;
  margin-right: 5px ;
}

ul li:last-child a.nav-link.btn-list-inner {
  margin: 0 ;
  margin-left: 5px ;
}

.wrap-btn-list-inner li {
  width: 25% ;
}

.ul-original-member-list {
  display: flex ;
  justify-content: center ;
  align-items: center ;
  border: 1px solid #1d2088 ;
  border-left: none ;
  border-right: none ;
  width: 100% ;
}

.ul-original-member-list li:first-child a {
  color: #1d2088 ;
  border: 1px solid #1d2088 ;
  border-top: none ;
  border-bottom: none ;
}

.ul-original-member-list li a {
  color: #1d2088 ;
  border-right: 1px solid #1d2088 ;
  padding: 0 2px ;
}

.ul-original-member-list li a:hover {
  /* text-decoration: none ; */
}

.title-original-member-list {
  color: #1d2088 ;
  border-bottom: 1px solid #1d2088 ;
  width: 100% ;
}

.box-original-member-list {
  display: flex ;
  justify-content: space-between ;
  flex-direction: column ;
  padding: 10px 0 ;
  border-bottom: 1px solid #1d2088 ;
}

.box-original-member-list-first {
  margin-top: 3px ;
  border-top: 1px solid #1d2088 ;
}

.box-original-member-list-content-second {
  display: flex ;
  flex-direction: row ;
}

.box-original-member-list-content-second a {
  width: 100% ;
  color: #1d2088 ;
  border: 1px solid #1d2088 ;
  text-align: center ;
  padding: 5px 10px;
  margin-right: 5px ;
}

.box-original-member-list-content-second a + a {
  margin-left: 5px ;
  margin-bottom: 0 ;
}

.box-original-member-list-content-second a:hover {
  text-decoration: none ;
  opacity: .3 ;
}

.box-area-list {
  display: flex ;
  flex-direction: column ;
}

.box-area-list a {
  color: #fff;
  border: 1px solid #1d2088 ;
  background-color: #1d2088;
  margin: 10px 0 ;
  padding: 10px 0 ;
  text-align: center;
  background-image: url(../img/original-member/sp/btn-arrow-hover.png);
  background-repeat: no-repeat ;
  background-position: 98% ;
  background-size: 15px ;
}

.box-area-list a:hover {
  text-decoration: none ;
  color: #1d2088 ;
  border: 1px solid #1d2088 ;
  background-color: #fff ;
  background-image: url(../img/original-member/sp/btn-arrow.png);
}

.title-area-list {
  text-align: center ;
  border: 1px solid #1d2088 ;
  border-left: none ;
  border-right: none ;
  color: #1d2088 ;
  margin-bottom: 30px ;
  font-size: 20px ;
}

.title-original-member-list-inner {
  font-size: 18px ;
  margin-bottom: 10px ;
}

.wrap-original-member-list-content-small {
  display: flex ;
  flex-direction: row ;
}

.wrap-original-member-list-content-small p {
  color: #1d2088 ;
  padding-right: 10px ;
  line-height: 26px;
}

.submit input.input-group-text.input-group-text-companies  {
  display: none ;
}

.input-group-append.input-group-append-companies .submit::before {
  content: '検索' ;
}

.input-group form {
  display: flex ;
  width: 100% ;
}

.input.text {
  display: flex ;
  width: 100% ;
}

.wrap-header-original {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-top-header {
  display: block;
  background-image: url(../img/top/top-main-visual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative ;
}

.wrap-top-header-history {
  display: flex ;
  align-items: flex-end ;
  justify-content: center ;
  background-image: url(../img/history/main-visual.png);
  height: 100vh ;
}

.menu-trigger {
  position: absolute;
  right: 18px;
  top: 19px;
  width: 24px;
  height: 12px;
}

.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.nav-global {
  display: block;
  padding-right: 5px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 20px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

a.nav-global span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.nav-xs {
  position: fixed;
  right: -100vw;
  width: 100%;
  background-color: rgba(29,32,136,.8);
  padding: 25px 25px;
  z-index: 8000;
  transition: .3s;
  height: 100vh;
}

.nav-xs section h2 {
  color: #fff;
  text-align: left;
  padding: 10px 0;
}

.nav-xs hr {
  border-top: solid 1px #fff;
  margin: 0;
}

.nav-xs ul.nav-xs-list {
  margin: 0;
  padding: 0;
  padding: 8px 0;
  list-style: none ;
  padding-top: 50px ;
}

.nav-xs ul.nav-xs-list li {
  display: block;
  padding: 0 ;
  padding: 30px 0 ;
  border-bottom: 1px solid #fff ;
  background-image: url(../img/top/nav-xs-arrow.png);
  background-position: right;
  background-size: 20px ;
  background-repeat: no-repeat;
}

.nav-xs ul.nav-xs-list li a {
  display: block;
  line-height: 2.3em;
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: left;
}

.img-nav-list {
  height: 20px ;
}

.img-nav-list-second {
  height: 50px ;
}

body.open-nav .nav-xs {
  right: 0vw;
  transition: .3s;
}

.img-close {
  width: 30px ;
}

.area-bottom-second {
  background-image: url(../img/top/bg-bottom.png) ;
  background-size: 101% auto ;
  /* background-size: cover ; */
  text-align: center ;
}

.video{
  width:100%;              /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
  height:0px;              /*高さはpaddingで指定するためheightは0に*/
  position: relative ;
  margin: 100px 0 230px ;
}

.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 ;
}

.embed-footer {
  text-align: center ;
}

.img-footer-title {
  padding: 30px ;
}

.btn-fixed a {
  position: fixed ;
  bottom:10px ;
  /* bottom: 60px ; */
  right:10px ;
  /* right: 20px ; */
  /* right: calc(50% - 500px) ; */
  /* height: 60px ; */
  width:30px ;
  /* width: 60px ; */
  /*background-image: url(/zenkoku/img/top/btn-fixed.png) ;*/
  background-size: 60px;
  z-index: 10001 ;
}

.btn-fixed a:hover {
  opacity: .5 ;
}

.wrap-footer-color {
  background-color: #393d78 ;
  padding: 30px 0 ;
}

.btn-footer-index {
  color: #fff ;
  border: 1px solid #fff ;
  background-image: url(../img/top/nav-xs-arrow.png) ;
  background-size: 20px ;
}

.btn-footer-index:hover  {
  opacity: .5 ;
  color: #fff ;
  border: 1px solid #fff ;
  background-color: inherit ;
  background-image: url(../img/top/nav-xs-arrow.png) ;
  background-size: 20px ;
}

.img-arrow-bottom {
  width: 250px ;
  padding-bottom: 60px
}

.input-group-companies {
  margin: 10px auto 30px ;
}

.nav-xs-history {
  height: 100vh ;
}

.wrap-history-index .container::before {
  content: '';
  position: absolute;
  top: 0 ;
  width: 2px;
  height: 100% ;
  margin-left: -1px;
  background: #fff ;
  margin-top: calc(50px - -7vw );
}

.wrap-history-index-inner {
  padding-bottom: 40px ;
}

.img-christian {
  margin-left: -1.5vw ;
  width: 100% ;
}

.img-text {
  position: relative ;
  padding: 15px ;
  padding-left: 13vw ;
  width: 100% ;
}

.img-text-bottom {
  padding-top: 0 ;
}

.wrap-history-index-inner a:hover {
  display: block ;
  opacity: .5 ;
}

.img-christian-bottom {
  padding-bottom: 15px ;
}

.wrap-index-history-bottom {
  position: relative ;
  /* background-image: url(../img/history/bg-xs-02.png) ;
  height: 500px ; */
}

.img-bg-history-index {
  width: 100% ;
}

.img-content-history-index {
  position: absolute;
  top: 50px ;
  left: 50% ;
  transform: translate(-50%,-50%) ;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media all and (-ms-high-contrast: none) {
 .wrap-table-original-second , .wrap-table-companies-view  {
   table-layout: fixed ;
   height: 100% ;
 }

/* .container-original-ie {
  max-width: 100% ;
}

.wrap-top-header-sm{
  height: 768px ;
} */

}

.wrap-table-companies-view td:first-child {
  width: 30% ;
}

.wrap-table-companies-view td:nth-child(2) {
  width: 70% ;
}

.btn-history-original {
  height: 74px;
  margin: 100px 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-history-index {
  position: relative ;
  background-image: url(../img/history/bg-xs.png);
  background-repeat: repeat-x ;
  background-size: auto 100% ;
  padding-top: 50px ;
}

.wrap-history-index-android {
  background: -moz-linear-gradient(top, #011f8b, #005bd4 30%, #006fed 60%, #007dff);
  background: -webkit-linear-gradient(top, #011f8b, #005bd4 30%, #006fed 60%, #007dff);
  background: linear-gradient(to bottom, #011f8b, #005bd4 30%, #006fed 60%, #007dff);
}

.wrap-history-index .container::before {
  content: '';
  position: absolute;
  top: 0 ;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #fff ;
}

.wrap-history-index-inner {
  padding-bottom: 40px ;
}

.img-christian {
  margin-left: -1.5vw ;
  width: 100% ;
}

.img-text {
  position: relative ;
  padding: 15px ;
  padding-left: 12vw ;
  width: 100% ;
}

.img-text-bottom {
  padding-top: 0 ;
}

.wrap-history-index-inner a:hover {
  display: block ;
  opacity: .5 ;
}

.img-christian-bottom {
  padding-bottom: 15px ;
}

.wrap-index-history-bottom {
  position: relative ;
  /* background-image: url(../img/history/bg-xs-02.png) ;
  height: 500px ; */
  max-width:100%;
  overflow:hidden;
}

.img-bg-history-index {
  width: 100% ;
}

.img-content-history-index {
  position: absolute;
  top: 50px ;
  left: 50% ;
  transform: translate(-50%,-50%);
}

@media all and (-ms-high-contrast: none) {
 .wrap-table-original-second , .wrap-table-companies-view  {
   table-layout: fixed ;
   height: 100% ;
 }
}

.wrap-table-companies-view td:first-child {
  width: 30% ;
}

.wrap-table-companies-view td:nth-child(2) {
  width: 70% ;
}

.img-dot {
  width:9px;
  margin-left:-5px;
  margin-top:11px;
}

.wrap-footer-color-history {
  background-color: inherit ;
}

.img-text-two-thousand {
  padding-left: 10vw ;
}

.btn-original-second {
  margin-bottom: 15px ;
}

.img-text-auxiliary {
  padding-left: 13vw ;
}

.img-text-auxiliary-second {
  padding-left: 11vw ;
}

.copyright {
font-family: Verdana, “Droid Sans”;
}

span.image-canvas canvas {
  max-width: 100%!important ;
}

