/* ==========================================================================
  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;
}

.sbtitle {
  padding: 1rem 2rem;
  background: #c00000;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 30px 0 010px;
}

.sbtitle2 {
  padding: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 15px auto;
  border: 2px solid #010092;
  border-radius: 10px;
  color: #010092;
  text-align: center;
	width: 950px;
}

.text {
  font-size: 1.5rem;
  padding-left: 1em;
}


.box{
	margin: 5px 15px 15px;
	padding: 0 10px;
}

.boder1{
	text-decoration: underline;
	padding-bottom: 2px;
}

.imgarea img{
	margin-left: 80px;
}


.listtext{
	font-size: 1.3rem;
}


.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.red {
  color: #FF0000;
}

.listarea {
  margin: 10px 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%;
  }
}*/

.btn {
  margin: 15px auto;
  padding: 10px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_2_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2_2>div {
  /*width: 50%;*/
  padding: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .col_2_2>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;
  width: 400px;
  border-radius: 10px;
}

.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;
}


.balloon {
  position: relative;
  display: inline-block;
  margin: 60px 0 10px 15px;
  padding: 25px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 15px;
  background: #FFF;
  border: solid 3px #00871C;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 80%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  top: 80%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #00871C;
  z-index: 1;
}



@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;
  }

  .text {
    font-size: 1.3rem;
    padding-left: 0;
  }

.indent {
  text-indent: -1em;
  padding-left: 1em;
}
	.button {
    padding: .9em 6em;
}
.sbtitle2 {
  padding: 5px;
  font-size: 1.5rem;
  margin: 10px auto;
	width: 100%;
}
.imgarea img{
	margin-left: 0px;
	width: 100%;
}
	
.balloon2-top {
  position: relative;
  display: inline-block;
  padding: 5px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 13px;
  background: #FFF;
  border: solid 3px #00871C;
  box-sizing: border-box;
  text-align: left;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #00871C;
  z-index: 1;
}


.col_2>div {
  padding: 10px;
	text-align: center;
}	
	
	.box{
		text-align: left;
	}
	
	.button{
		width: 100%;
		padding: .8em 3em;
	}	
	
	
}