/* ==========================================================================
  headerBottomMenu
========================================================================== */

.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 {
  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;
}


/* ==========================================================================
  headerBottomMenu
========================================================================== */

@media only screen and (max-width: 768px) {
  .headerBottomMenu {
    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 {
    margin-left: 15px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation {
    margin-left: 0px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation+.headerBottomMenu_item {
    margin-left: auto;
  }
  .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.headerBottomMenu_item-corporation a {
    font-size: 1.2rem;
    padding-left: 27px;
    padding-right: 12px;
  }
  .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(/s/cmn/img/biz/headerBottom_icon_01.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 18px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
    display: none;
  }
}

main {
  width: 980px;
  margin: 0 auto 50px;
}

.title01 {
  margin: 30px 0 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.title01 span {
  border-bottom: 2px solid #FF0004;
}

.service {
  position: relative;
  padding: 0 750px 0 0px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 50px 0 15px;
}

.service:before {
  position: absolute;
  top: calc(50% - 1px);
  /*left: 0;*/
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.service span {
  position: relative;
  /* padding: 0 1em;*/
  background: #fff;
}

.text {
  font-size: 1.5rem;
  padding-left: 10px;
}

.text2 {
  font-size: 1.5rem;
}

.sbtitle {
  padding: 1rem 2rem;
  background: #c00000;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 30px 0 010px;
}

.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.indent2 {
  text-indent: -1em;
  padding-left: 3em;
}

.btnarea {
  margin: 80px auto;
  text-align: center;
}

.btnarea1 {
  text-align: left;
  padding-left: 2em;
  margin: 15px 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2>div {
  /*width: 50%;*/
  padding: 10px;
  /*margin: 0 auto;*/
}

@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 30%;
}

@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3>div {
    width: 80%;
  }
}

.kakomi1 {
  position: relative;
  padding: 30px;
  margin: 0.5em auto;
  width: 90%;
  color: #333;
  background-color: #ECECEC;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  border-radius: 15px;
}

.title1 {
  position: absolute;
  top: -15px;
  left: 30px;
  padding: 4px 20px;
  color: #fff;
  font-weight: bold;
  background-color: #FF0000;
  border-left: 2px dotted rgba(0, 0, 0, .1);
  border-right: 2px dotted rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg);
}

.kakomi2 {
  position: relative;
  padding: 10px;
  width: 300px;
  color: #333;
  background-color: #ECECEC;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  border-radius: 15px;
}

.kakomitext {
  padding-top: 30px;
  font-size: 1.5rem;
}

.boder {
  margin-top: 30px;
  border-top: 1px dashed #ccc;
}

.textarea {
  margin: 20px 0;
}

.textarea1 {
  margin-bottom: 30px;
}

.button {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #00096F;
  border: 2px solid #00096F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}

.button:hover {
  background-color: #fff;
  color: #00096F;
}

.button:hover::after {
  border-left-color: #00096F;
}
@media only screen and (max-width: 768px) {
  main {
    width: 100%;
    padding: 1.0rem;
  }
  .title01 {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .sbtitle {
    font-size: 1.5rem;
    padding: 5px;
  }
  .indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent2 {
    text-indent: -1em;
    padding-left: 2em;
  }
  .service {
    padding: 0 240px 0 0px;
    text-align: left;
    font-size: 1.3rem;
    margin: 0;
  }
  .text {
    font-size: 1.5rem;
    padding-left: 10px;
  }
  .text2 {
    font-size: 1.3rem;
  }
  .textarea1 {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .btnarea {
    margin: 30px 10px 10px;
  }
  .kakomi1 {
    padding: 5px;
    font-size: 1.5rem;
  }
  .title1 {
    left: 30px;
    padding: 4px 5px;
  }
  .kakomi2 {
    padding: 5px;
    width: 100%;
    font-size: 1.5rem;
  }
  .kakomitext {
    padding-top: 0px;
    font-size: 1.3rem;
  }
  .boder {
    margin-top: 30px;
    border-top: 1px dashed #ccc;
  }
  .textarea {
    margin: 20px 0;
  }
  .textarea1 {
    margin-bottom: 30px;
  }
  .button {
    padding: .9em 6em;
  }
  .service {
    padding: 0 120px 0 0px;
    font-size: 1.5rem;
  }
}