/* ==========================================================================
  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;
}

.link :hover {
  opacity: 0.8;
}

.imgcard img {
  width: 60%;
  padding-left: 80px;
  padding-top: 30px;
}

.sbtitle {
  padding: 1rem 2rem;
  background: #c00000;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 30px 0 010px;
}

.area {
  background: #CFCFCF;
  padding: 30px;
  border-radius: 20px;
  margin: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.text {
  font-size: 1.5rem;
  padding-left: 1em;
}

.text a {
  color: #1a0dab;
}

.text a:hover {
  text-decoration: underline;
}

.text1 {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 22px;
}

.text2 {
  padding-left: 2em;
  font-size: 1.5rem;
}

.text_bold{
	font-size: 1.8rem;
	font-weight: bold;
	color: #12046E;
    padding-left: 1em;
	margin: 15px 0;
}

.box{
	border: 1px solid #B9B9B9;
	margin: 15px;
	padding: 10px;
}

.listtext{
	font-size: 1.3rem;
}


.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.indent2 {
  text-indent: -1em;
  padding-left: 3em;
}

.red {
  color: #c00000;
}

.listarea {
  margin: 10px 0;
}

.btnarea {
  margin: 4em auto 1em;
  text-align: center;
}

.btnarea1 {
  text-align: center;
  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;
}

@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}

.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 33.33333%;
  /*padding: 10px;*/
}

@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3>div {
    width: 100%;
  }
}

.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;
}

.service {
  position: relative;
  padding: 0 850px 0 0px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 50px 0 15px;
}

.service:before {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.service span {
  position: relative;
  background: #fff;
}

.imgarea {
  text-align: center;
}

@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;
  }
  .area {
    padding: 10px;
    margin: 5px;
    font-size: 1.5rem;
    text-align: left;
  }
  .text {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .text1 {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .text2 {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .item img {
    width: 180px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.indent2 {
  text-indent: -1em;
  padding-left: 2em;
}
.text_bold{
	font-size: 1.5rem;
    padding-left: 0;
	margin: 5px 0;
}

	.button{
		padding: 5px 80px;
	}
	
	.btnarea1 {
  text-align: center;
  padding-left: 0em;
  margin: 15px 0;
}
  .service {
    padding: 0 240px 0 0px;
    text-align: left;
    font-size: 1.3rem;
    margin: 1.5em 0 0.5em 0;
  }
}