.content {
  position: relative;
}

.content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 558px solid transparent;
  border-top: 225px solid #c6ddf5;
  z-index: -1;
}

.content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 345px solid transparent;
  border-bottom: 144px solid #c6ddf5;
  z-index: -1;
}

.header {
  background: #00205a;
  display: flex;
  align-items: center;
}

.header-wrapper {
  flex-grow: 0;
}

.header__logo {
  min-width: 235px;
  padding-right: 54px;
}

.header__logo a {
  width: 235px;
}

.header .corporation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 235px;
  height: 36px;
  display: flex;
  align-items: center;
  color: #fff;
}

.header__logo img {
  width: 110px;
  height: 36px;
  padding-left: 10px;
}
.header__logo img.houzin-logo {
	height:auto;
}
.header__logo span {
  /*position: ;*/
  font-size: 15px;
	padding-left: 10px;
}

.important {
  background: #f4b4d0;
}

.nav {
  max-width: 308px;
  display: flex;
  height: 40px;
  margin-left: 20px;
  align-items: center;
  border-left: 1px solid #fff;
}

.nav li a {
  color: #fff;
}

.nav__list {
  display: none;
}

.header-pc {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.company {
  flex-grow: 1;
  max-width: 100%;
  padding-left: 65px;
  display: flex;
  justify-content: flex-end;
}

.company-sp {
  display: none;
}

.company_name {
  position: relative;
  display: block;
}

.company_name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(//img/corporation/company_mypage.png) no-repeat;
  background-size: 45px auto;
  width: 45px;
  height: 58px;
}

.company_name:hover span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.company_name span {
  max-width: 100%;
  padding-left: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
}

.company_name span:after {
  content: "さま";
  font-size: 20px;
}

.important-title::after {
  background: url(//img/icon/important.png?v16fc240f2d0) no-repeat 0 0;
  background-size: contain;
}

.content-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
}

.information__area {
  width: 100%;
  max-width: 940px;
}

.information__area+.information__area {
  margin-top: 100px;
}

.col-2+.col-2 {
  margin-top: 50px;
}

.col-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
}

.col-2>div {
  width: calc(445/940 * 100%);
  max-width: 445px;
}

.information .text {
  padding-right: 0;
}

.information .data {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}

.information__list a {
  transition: .5s;
}

.information__text {
  position: relative;
  margin-top: 16px;
  padding-right: 20px;
  text-align: right;
}

.information__text:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(//img/icon/blank.png) no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 10px;
}

.information__text {
  transition: .5s;
}

.information__text:hover {
  opacity: .7;
}

.information__text a {
  text-decoration: none;
}

.status .text {
  padding-right: 0;
}

.status .data time {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.status .information__list {
  padding: 12px;
}

.status .information__list a {
  color: #1d9bf0;
}

.information__index {
  background: none;
  margin: 0 auto;
  padding: 0;
}

.information__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
}

.information .text.link:after {
  background: url(/static/img/icon/arrow_blue.png) no-repeat right 0;
}

.information .text.pdf:after {
  background: url(/static/img/icon/pdf.png) no-repeat 0 0;
}

.information__title {
  font-size: 20px;
  color: #00205b;
  font-weight: bold;
  text-align: center;
  background: #d0dbe5;
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  line-height: 60px;
}

.information__link__list {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.75;
}

.information__link__list:before {
  content: "";
  display: block;
  position: absolute;
  background: url(//img/icon/footer_link_01.png) no-repeat 0 0;
  background-size: contain;
  width: 4px;
  height: 5px;
  top: 10px;
  left: 4px;
}

a.information__link__item {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0 18px 0 20px;
  transition: .5s;
}

a.information__link__item:hover {
  opacity: .7;
}

span.information__link__more,
span.information__link__blank {
  position: relative;
  display: inline;
  padding: 0;
}

span.information__link__more:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url(/static/img/icon/arrow_blue.png) no-repeat right 0;
  background-size: 14px auto;
}

span.information__link__blank:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/static/img/icon/blank.png) no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 10px;
}

@media screen and (max-width: 900px) {
  .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 159px solid transparent;
    border-top: 274px solid #c6ddf5;
    z-index: -1;
  }

  .content:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 106px solid transparent;
    border-bottom: 180px solid #c6ddf5;
    z-index: -1;
  }

  .header {
    background: #00205a;
    display: flex;
    align-items: center;
  }

  .header-wrapper {
    flex-grow: 0;
  }

  .header__logo {
    min-width: 138px;
    padding-right: 30px;
  }

  .header__logo a {
    width: 138px;
  }

  .header .corporation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 138px;
    height: 36px;
    display: flex;
    align-items: center;
    color: #fff;
  }

  .header__logo img {
    width: 60px;
    height: 20px;
    padding-left: 5px;
  }

  .header__logo span {
    font-size: 9px;
    white-space: nowrap;
  }

  .nav__online {
    display: block;
  }

  .nav {
    max-width: 100%;
    margin-left: 0;
    border-left: 0;
    height: 0;
  }

  .nav__list {
    display: block;
  }
	
	.nav__list.nav__list_biztop{
		display: none;
	}

  .company {
    display: flex;
    justify-content: flex-start;
  }

  .company-pc {
    display: none;
  }

  .company-sp {
    display: block;
  }

  .nav {
    max-width: 100%;
    margin-left: 0;
    border-left: 0;
  }

  .company {
    display: flex;
    align-items: center;
    background: #00205a;
    height: 55px;
    padding: 0 10px;
  }

  .company-pc {
    display: none;
  }

  .company_name {
    position: relative;
  }

  .company_name:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: url(/static/img/corporation/company_mypage.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 28px;
  }

  .company_name:hover {
    opacity: 1;
  }

  .company_name:hover span {
    text-decoration: none;
  }

  .company_name span {
    font-size: 16px;
    padding-left: 30px;
  }

  .company_name span:after {
    font-size: 14px;
  }

  .company_menu {
    background: #00173f;
  }

  .content-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .information__area {
    width: 100%;
    max-width: 100%;
  }

  .information__area+.information__area {
    margin-top: 50px;
  }

  .col-2+.col-2 {
    margin-top: 25px;
  }

  .col-2 {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .col-2>div {
    width: 100%;
    max-width: 100%;
  }

  .col-2>div+div {
    margin-top: 25px;
  }

  .information .text {
    padding-right: 0;
  }

  .information .data {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
  }

  .information__list a {
    transition: .5s;
  }

  .information__text {
    position: relative;
    margin-top: 16px;
    padding-right: 20px;
    text-align: right;
  }

  .information__text {
    transition: .5s;
  }

  .information__text:hover {
    opacity: .7;
  }

  .information__text a {
    text-decoration: none;
  }

  .status .text {
    padding-right: 0;
  }

  .status .data time {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
  }

  .status .information__list {
    padding: 12px;
  }

  .status .information__list a {
    color: #1d9bf0;
  }

  .information__index {
    margin: 0 auto;
    padding: 0;
  }

  .information__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }

  .information .text.link:after {
    background: url(/static/img/icon/arrow_blue.png) no-repeat right 0;
  }

  .information .text.pdf:after {
    background: url(/static/img/icon/pdf.png) no-repeat 0 0;
  }

  .information__title {
    font-size: 20px;
    color: #00205b;
    font-weight: bold;
    text-align: center;
    background: #d0dbe5;
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    line-height: 60px;
  }

  .information__link__list {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.75;
  }

  .information__link__list:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/static/img/icon/footer_link_01.png) no-repeat 0 0;
    background-size: contain;
    width: 4px;
    height: 5px;
    top: 10px;
    left: 4px;
  }

  a.information__link__item {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 0 18px 0 20px;
    transition: .5s;
  }

  a.information__link__item:hover {
    opacity: .7;
  }

  span.information__link__more,
  span.information__link__blank {
    position: relative;
    display: inline;
  }

  span.information__link__more:after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(/static/img/icon/arrow_blue.png) no-repeat right 0;
    background-size: 14px auto;
  }

  span.information__link__blank:after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/static/img/icon/blank.png) no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 10px;
  }
}

/* login */
.link-btn__small:after {
  background: url(//static/img/common/arrow_blue_small_pc.png) no-repeat;
}

.link-btn__small:hover:after {
  background: url(//static/img/common/arrow_white_small_pc.png) no-repeat;
}

.attention-text {
  margin-bottom: 40px;
  color: #D40E7D;
  font-size: 16px;
}

.form_area+.form_area {
  margin-top: 40px;
}

.form_area p {
  margin-bottom: 10px;
  font-size: 16px;
}

.form_area input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #D0DBE5;
}

.link-btn {
  margin: 40px auto;
  box-sizing: border-box;
  width: 378px;
}

.link-text {
  font-size: 16px;
  text-decoration: underline;
}

.link-text:hover {
  text-decoration: none;
}

/* mypage */
.nav-list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.nav-list li {
  width: 200px;
  transition: .3s ease-in;
}

.nav-list li:hover {
  opacity: .7;
}

.nav-list li+li {
  margin-left: 40px;
}

.nav-list li a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #00205A;
  text-decoration: none;
  display: block;
}

.nav-list li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
}

@media screen and (max-width: 900px) {
  .link-btn__small:after {
    background: url(/static/img/common/arrow_blue_small_pc.png) no-repeat;
  }

  .link-btn__small:hover:after {
    background: url(/static/img/common/arrow_blue_small_pc.png) no-repeat;
  }

  /* login */
  .attention-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .form_area+.form_area {
    margin-top: 20px;
  }

  .form_area p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .form_area input {
    height: 40px;
    padding: 0 10px;
  }

  .link-btn {
    margin: 20px auto;
    width: 100%;
  }

  .link-text {
    font-size: 14px;
  }

  /* mypage */
  .nav-list {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list li:hover {
    opacity: 1;
  }

  .nav-list li+li {
    margin-top: 20px;
    margin-left: 0;
  }

  .nav-list li a {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-list li a:hover {
    text-decoration: none;
  }

  .nav-list li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    max-width: 150px;
  }
}