

.container1 {
  img-align: center;
  width: 100%;
  text-align: center;
}




.headerBottomMenu {
  background-color: #164a84;
  padding: 10px 0 6px 0;
}

.headerBottomMenu_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
}

.headerBottomMenu_item {
  margin-left: 32px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation {
  margin-left: 0px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation+.headerBottomMenu_item {
  margin-left: auto;
}

.headerBottomMenu_item a {
  color: #ffffff;
  line-height: 1.4;
  padding: 3px 19px 4px 0px;
  position: relative;
}

.headerBottomMenu_item a:hover {
  text-decoration: underline;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a:hover {
  text-decoration: none;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a {
  padding-left: 29px;
  padding-right: 0px;
}

.headerBottomMenu_item a::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
  background-image: url(/cmn/img/biz/headerBottom_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 24px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
  display: none;
}

nav ul {
  list-style: none;
}

.topic_path_list {
  padding-left: 20px;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents {
  width: 1100px;
  margin: 0 auto;
  font-size: 1.6rem;
}

#contents .title {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  color: #333;
  border-bottom: 2px solid #FF0000;
  text-align: center;
  font-weight: bold;
}

.ul_img{
  display:flex;
  justify-content: center;
  margin: auto 0;
  margin-top: 20px;
}

.imagearea {
  max-width: inherit;
  margin: 10px;
  text-align: center;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent1 {
  padding-left: 2em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.sbtitle {
  padding: 0 8px;
  border-left: 4px solid #FF0004;
  font-weight: bold;
  margin: 40px 0 10px;
}

.about {
  font-size: 1.5rem;
}

.maintext {
  font-size: 1.5rem;
  text-align: center;
  margin: 8px;
}

.text {
  font-size: 1.5rem;
}

.text a {
  color: #1a0dab;
}

.text2 {
  font-size: 1.5rem;
  margin: 30px 5px 0px;
  text-indent: 1em;
}

.text2 a {
  color: #1a0dab;
}
.text3 {
  font-size: 1.5rem;
  margin-left: 5px;
  text-indent: 1em;
}
.text4{
  font-size: 1.5rem;
  margin: 30px 5px 0px;
}
.text3 a {
  color: #1a0dab;
}
.lead {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 15px;
}

.lead2 {
  font-size: 1.5rem;
  padding-left: 35px;
}

.btnarea {
  width: 80%;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #FF0000;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #FF0000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 15px 15px 5px;
  font-weight: bold;
}

a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn:hover {
  background: #FF0000;
  color: #fff;
}

a.btn:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.last {
  margin: 50px;
}

@media screen and (max-width:799px) {
  .headerBottomMenu {
    margin-top: 60px;
    background-color: #164a84;
    padding: 10px 15px 6px 15px;
  }
  .headerBottomMenu_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .headerBottomMenu_item a {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 3px 15px 4px 0px;
    position: relative;
  }
  .headerBottomMenu_item a::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
    transform: rotate(45deg);
    width: 6px;
  }
  .topic_path_list {
    padding-left: 0px;
  }
  .t1_mb {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    border-bottom: 2px solid red;
    height: 30px;
    font-size: 20px;
    color: black;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bolder;
    text-align: center;
  }
  body {
    width: 100%;
  }
  #contents {
    width: 100%;
    font-size: 1.4rem;
  }
  main {
    margin: 1.5rem;
  }
  .area {
    margin-left: 0px;
  }
  #contents .title {
    font-size: 1.5rem;
  }
  .indent1 {
    padding-left: 2em;
    text-indent: -1em;
  }
  .indent3 {
    padding-left: 2em;
    text-indent: -1.8em;
  }
  .sbtitle {
    margin: 30px 5px 10px;
    font-size: 1.4rem;
  }
  .maintext {
    font-size: 1.3rem;
    text-align: left;
  }
  .btnarea {
    width: 100%;
    padding-left: 10px;
  }
  a.btn {
    font-size: 1.5rem;
	height: 70px;
    margin: 10px 0;
  }
  .text {
    font-size: 1.3rem;
  }
  .text2 {
    font-size: 1.3rem;
    padding-left: 20px;
	text-indent: 0em;
  }
	.text3 {
    font-size: 1.3rem;
    padding-left: 20px;
	text-indent: 0em;
  }
  .lead {
    font-size: 1.4rem;
  }
  .lead2 {
    font-size: 1.4rem;
    margin-left: 17px;
    padding-left: 0;
  }
　
}