/* ==========================================================================
  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;
}


*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 15px 50px;
    justify-content: center;
}
.col_2 > div{
	width: 50%;
	/*padding: 10px;*/
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}

.link :hover{
	opacity: 0.8;
}



.area{
	background: #adb9ca;
	padding: 30px;
	border-radius: 20px;
	margin: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.area2{
	background: #bdd8ff;
	padding: 50px 30px;
	border-radius: 20px;
	margin: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border: solid #9B9B9B 2px;
}

.text{
	font-size: 1.5rem;
}

.text1{
	font-size: 1.8rem;
}

.indent{
  margin-top: 25px;
  text-indent: -1em;
  padding-left: 1em;
}


@media only screen and (max-width: 768px) {
  main {
    width: 100%;
    padding: 1.0rem;
  }
  .title01 {
    margin-top: 8px;
    font-size: 1.5rem;
  }
.col_2{
	margin: 0px;
}
.area{
	background: #adb9ca;
	padding: 5px;
	margin: 5px;
	font-size: 1.5rem;
}
.area2{
	background: #bdd8ff;
	padding: 20px;
	margin: 5px;
	font-size: 1.5rem;
	border: solid #9B9B9B 2px;
}
.text{
	font-size: 1.3rem;
}
	
.text1{
	font-size: 1.5rem;
	text-align: center;
}

	.area1{
		margin: 10px;
	}

	
}
.center{
	width: 45%;
    padding: 10px;
    margin: auto;
}
